Hello Phil, could it be that in t/34 the tempdir is initialised incorrectly?
It says: my $tmpdir = tempdir("/tmp/$FindBin::Script-XXXX");But it should probably be (without /tmp, given that tempdir already generates an absolute path, respecting the location in the environmen variable TMPDIR):
my $tmpdir = File::Temp->newdir("$FindBin::Script-XXXX", TMPDIR => 1); With kind regards, Roland Clobus On 29/03/2025 21:16, Lucas Nussbaum wrote:
During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully):
...
3: # Failed test 'Error message when trying to clone wrong git hash' 3: # at t/34-git.t line 74. 3: # 'Unable to clone Git repository "file:///tmp/34-git.t-svbv/tmpgitrepo#abcdef" specified via CASEDIR (see log for details) at /build/reproducible-path/os-autoinst-4.6.1731418769.97d9a7fd/OpenQA/Isotovideo/Utils.pm line 164. 3: # ' 3: # doesn't match '(?^u:Could not find 'abcdef' in complete history in cloned Git repository "file\:\/\/\/tmp\/34\-git\.t\-svbv\/tmpgitrepo\#abcdef")' 3: 3: # Failed test 'manual git fetch for revspec was attempted' 3: # at t/34-git.t line 75. 3: # '[33m[2025-03-28T03:51:07.864567Z] [info] [pid:966] ::: OpenQA::Isotovideo::Utils::clone_git: Cloning git URL "file:///tmp/34-git.t-svbv/tmpgitrepo" into '/build/reproducible-path/os-autoinst-4.6.1731418769.97d9a7fd/t'[0m 3: # [33m[2025-03-28T03:51:07.864665Z] [info] [pid:966] ::: OpenQA::Isotovideo::Utils::clone_git: Checking out git refspec/branch 'abcdef'[0m 3: # [37m[2025-03-28T03:51:07.879228Z] [debug] [pid:966] Cloning into 'tmpgitrepo'... 3: # fatal: Remote branch abcdef not found in upstream origin 3: # [0m 3: # [37m[2025-03-28T03:51:07.879344Z] [debug] [pid:966] Clone failed, retries left: 0 of 0[0m 3: # ' 3: # doesn't match '(?^us:Fetching 'abcdef' from origin manually)' 3: 3: # Failed test 'git fetch with --depth option was attempted' 3: # at t/34-git.t line 76. 3: # '[33m[2025-03-28T03:51:07.864567Z] [info] [pid:966] ::: OpenQA::Isotovideo::Utils::clone_git: Cloning git URL "file:///tmp/34-git.t-svbv/tmpgitrepo" into '/build/reproducible-path/os-autoinst-4.6.1731418769.97d9a7fd/t'[0m 3: # [33m[2025-03-28T03:51:07.864665Z] [info] [pid:966] ::: OpenQA::Isotovideo::Utils::clone_git: Checking out git refspec/branch 'abcdef'[0m 3: # [37m[2025-03-28T03:51:07.879228Z] [debug] [pid:966] Cloning into 'tmpgitrepo'... 3: # fatal: Remote branch abcdef not found in upstream origin 3: # [0m 3: # [37m[2025-03-28T03:51:07.879344Z] [debug] [pid:966] Clone failed, retries left: 0 of 0[0m 3: # ' 3: # doesn't match '(?^us:Cloning git URL.*Fetching more remote objects.*Enumerating objects)' 3: # Looks like you failed 3 tests of 3. 3: 3: # Failed test 'failing clone' 3: # at t/34-git.t line 77. 3: # No tests run! 3: 3: # Failed test 'No tests run for subtest "fetch commit manually but directly"' 3: # at t/34-git.t line 89. 3: # Looks like you failed 1 test of 1. 3: 3: # Failed test 'successful clone' 3: # at t/34-git.t line 106. 3: Unable to clone Git repository "file:///tmp/34-git.t-svbv/tmpgitrepo#a003b6861f92c939ae9cc927a987691d7c51ab07" specified via CASEDIR (see log for details) at /build/reproducible-path/os-autoinst-4.6.1731418769.97d9a7fd/OpenQA/Isotovideo/Utils.pm line 164. 3: # Tests were run but no plan was declared and done_testing() was not seen. 3: # Looks like your test exited with 128 just after 5. 3: t/34-git.t ............................... 3: # Subtest: failure to clone results once 3: ok 1 3: 1..1 3: ok 1 - failure to clone results once 3: # Subtest: failure to clone results in repeated attempts 3: ok 1 - bar cleaned up 3: ok 2 - bar cleaned up 3: ok 3 - bar cleaned up 3: ok 4 3: ok 5 - all retry attempts used 3: 1..5 3: ok 2 - failure to clone results in repeated attempts 3: # Subtest: failing clone 3: not ok 1 - Error message when trying to clone wrong git hash 3: not ok 2 - manual git fetch for revspec was attempted 3: not ok 3 - git fetch with --depth option was attempted 3: 1..3 3: not ok 3 - failing clone 3: # Subtest: successful clone 3: # Subtest: fetch commit manually but directly 3: 1..0 3: not ok 1 - No tests run for subtest "fetch commit manually but directly" 3: 1..1 3: not ok 4 - successful clone 3: ok 5 - no (unexpected) warnings (via END block) 3: Dubious, test returned 128 (wstat 32768, 0x8000) 3: Failed 2/5 subtests
...
3: Test Summary Report 3: ------------------- 3: t/34-git.t (Wstat: 32768 (exited 128) Tests: 5 Failed: 2) 3: Failed tests: 3-4 3: Non-zero exit status: 128 3: Parse errors: No plan found in TAP output 3: Files=48, Tests=1229, 81 wallclock secs ( 0.42 usr 0.09 sys + 68.29 cusr 10.24 csys = 79.04 CPU) 3: Result: FAIL 3/3 Test #3: test-perl-testsuite ..............***Failed 80.34 sec The following tests passed: test-installed-files test-doc-testapi-spellchecking 67% tests passed, 1 tests failed out of 3 Total Test time (real) = 80.76 sec The following tests FAILED: 3 - test-perl-testsuite (Failed)
...
The full build log is available from: http://qa-logs.debian.net/2025/03/27/os-autoinst_4.6.1731418769.97d9a7fd-3_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250327;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250327&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
OpenPGP_signature.asc
Description: OpenPGP digital signature