> I suspect that there is a cronjob or something that is running to update > the database. Looking at the code for this page [1], if the to_date is not > set explicitly then it will try to find the latest date for a given > package. > > ``` > $to_date = $dbh->selectrow_array('SELECT max(p.day) FROM popcon_package pp > JOIN popcon p ON (pp.id = p.package_id) JOIN popcon_day pd ON (pd.day = > p.day) WHERE package = ANY(?) AND in_debian AND (p.vote > 0 OR p.old > 0 OR > p.recent > 0 or p.no_files > 0)', undef, \@packages) if !$to_date; > ``` > > There is a perl script called popcon-import [2] that runs somewhere, can > someone who has access to these logs [3] take a look? > > [3] my $logfile = "/srv/qa.debian.org/log/popcon.log";
It has been logrotated already. Instead we have /srv/qa.debian.org/log/popcon.log.0: Sun May 19 15:54:44 2024 popcon-import[26445] Imported popcon-2024-05-19.gz in 258.5s Mon May 20 15:54:58 2024 popcon-import[14181] Imported popcon-2024-05-20.gz in 271.7s Tue May 21 15:55:03 2024 popcon-import[30832] Imported popcon-2024-05-21.gz in 283.0s Wed May 22 15:55:00 2024 popcon-import[25033] Imported popcon-2024-05-22.gz in 281.9s Which suggest popcon-import is not run rather than crashing. Cheers, -- Bill. <ballo...@debian.org> Imagine a large red swirl here.