Hi Ian, Ian Jackson wrote:
> https://ci.debian.net/data/autopkgtest/testing/amd64/d/dgit/1382882/log.gz [...] > Looking at the test log did not immediately suggest a cause to me. > But it is probably much easier for me to (at least initially) > investigate this, since I will hopefully understand what the test case > was trying to do. Very much appreciated. [...] > To the git maintainers: please let me know if this update was urgent > so that I can prioritise appropriately. The main source of urgency is that this could help shed light on whether the rewrite of "git rebase" in C is not ready for prime time, so we can make an appropriate choice for the imminent Git 2.20 release about whether to use it by default. In other words, we're trying to decide whether to apply https://public-inbox.org/git/xmqq36roz7ve.fsf...@gitster-ct.c.googlers.com/. The test log says + git reflog + egrep 'debrebase new-upstream.*checkout' + test 1 = 0 + t-report-failure + set +x TEST FAILED cwd: /tmp/autopkgtest-lxc.q9szjzqq/downtmp/autopkgtest_tmp/example funcs: t-report-failure main lines: 1 0 files: tests/lib /tmp/autopkgtest-lxc.q9szjzqq/downtmp/build.sQK/src/tests/tests/gdr-newupstream gzip: warning: GZIP environment variable is deprecated; use an alias or script 81.2% autopkgtest [04:30:20]: test gdr-newupstream: -----------------------] autopkgtest [04:30:20]: test gdr-newupstream: - - - - - - - - - - results - - - - - - - - - - gdr-newupstream FAIL non-zero exit status 16 The relevant part of the test script says t-gdr-good laundered git reflog | egrep 'debrebase new-upstream.*checkout' which I admit is a bit inscrutable to me. So a reduced testcase would be very welcome. Thanks, sincerely, Jonathan