-=| Lucas Nussbaum, 27.10.2020 18:05:31 +0100 |=- > Source: kgb-bot > Version: 1.57-1 > Severity: serious > Justification: FTBFS on amd64 > Tags: bullseye sid ftbfs > Usertags: ftbfs-20201027 ftbfs-bullseye > > Hi, > > During a rebuild of all packages in sid, your package failed to build > on amd64. > > … > > # Failed test at t/52-client-git.t line 399. > > # got: 'Merge branch 'allnew'' > > # expected: 'Merge branch 'allnew' into master' > > # stopping test bot, pid 29366 > > # Removing directory /<<PKGBUILDDIR>>/t/bot > > …
This looks like a re-occurrence of #965350 when we had: | # Failed test at t/52-client-git.t line 393. | # got: 'Merge branch 'allnew' into master' | # expected: 'Merge branch 'allnew'' Perhaps the change in the output was reverted. I think the idea from Jonathan to make the test more generic still holds. I am thinking about extending t/TestBot.pm to allow usage of regular expressions. The hard part would be to do this safely. Another option would be to detect the commit message format and use that information in the test. I'll look into this before 9 November (i.e. please feel free to act before that :) ) -- dam

