On Mon, Apr 26, 2021 at 2:51 PM <build...@apache.org> wrote: > > The Buildbot has detected a new failure on builder svn-backport-conflicts-1.10.x while building . Full details are available at: > https://ci.apache.org/builders/svn-backport-conflicts-1.10.x/builds/25515 > > Buildbot URL: https://ci.apache.org/ > > Buildslave for this Build: bb_slave8_ubuntu > > Build Reason: The Nightly scheduler named 'subversion-1.10.x-backport-conflicts' triggered this build > Build Source Stamp: [branch subversion/branches/1.10.x] HEAD > Blamelist: > > BUILD FAILED: failed Conflicts
I've been meaning to look into this for the past few days. I don't understand what happened here. Was bb_slave8_ubuntu recently upgraded resulting in a suddenly missing perl module? The failure: Can't locate Term/ReadKey.pm in @INC (you may need to install the Term::ReadKey module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at ./.svn/ backport.pl line 38. BEGIN failed--compilation aborted at ./.svn/backport.pl line 38. Line 38 is, no surprise: use Term::ReadKey qw/ReadMode ReadKey/; Thanks, Nathan