Hello folks, Does anybody here experimenting the CPAN::SQLite being downgraded at some point? Today was the third time in the past few days I got errors like this: Smoker: testing Router-XS-0.02 [6736/38277] at Thu Feb 7 09:26:30 2019
Database was generated on Wed, 06 Feb 2019 12:45:44 GMT Checksum for /minicpan/authors/id/D/DF/DFARRELL/Router-XS-0.02.tar.gz ok DBD::SQLite::db prepare failed: no such column: chapterid at /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.29.8/CPAN/SQLite/DBI/Search.pm line 102. DBD::SQLite::db prepare failed: no such column: chapterid at /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.29.8/CPAN/SQLite/DBI/Search.pm line 102. Smoker: testing HPC-Runner-Command-3.2.3 [6737/38277] at Thu Feb 7 09:26:34 2019 Database was generated on Wed, 06 Feb 2019 12:45:44 GMT ^C Stopped during HPC-Runner-Command-3.2.3. CPAN testing halted on SIGINT. Continue (y/n)? [n] Use of uninitialized value $answer in lc at /home/vegeta/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.29.8/CPAN/Reporter/Smoker.pm line 317. Lockfile removed. -bash-4.4$ -bash-4.4$ mversion CPAN::SQLite 0.213 -bash-4.4$ cpan cpan shell -- CPAN exploration and modules installation (v2.22) Enter 'h' for help. cpan[1]> o conf use_sqlite 0 use_sqlite [0] Please use 'o conf commit' to make the config permanent! cpan[2]> o conf commit commit: wrote '/home/vegeta/.cpan/CPAN/MyConfig.pm' cpan[3]> q Lockfile removed. -bash-4.4$ cpan cpan shell -- CPAN exploration and modules installation (v2.22) Enter 'h' for help. cpan[1]> install CPAN::SQLite Reading '/home/vegeta/.cpan/Metadata' Database was generated on Fri, 25 Jan 2019 17:41:02 GMT Reading '/minicpan/authors/01mailrc.txt.gz' ............................................................................DONE Reading '/minicpan/modules/02packages.details.txt.gz' Database was generated on Sun, 03 Feb 2019 21:17:03 GMT ............................................................................DONE Reading '/minicpan/modules/03modlist.data.gz' DONE Writing /home/vegeta/.cpan/Metadata Running install for module 'CPAN::SQLite' Checksum for /minicpan/authors/id/S/ST/STRO/CPAN-SQLite-0.217.tar.gz ok Funy is that on my other smoker that didn't happen. I blacklisted the release 0.213 of CPAN-SQLite on the smokers right now, but I wonder what is happening over there. Thanks, Alceu