Your message dated Sun, 29 Oct 2023 14:28:40 +0100
with message-id <zt5ecdl6jrovv...@grub.nussbaum.fr>
and subject line Closing bugs I cannot reproduce anymore.
has caused the Debian Bug report #1054769,
regarding quilt: FTBFS: dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 
--verbose" VERBOSE=1 returned exit code 2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1054769: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054769
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: quilt
Version: 0.67+really0.67-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231027 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> [add-filename-check.test]
> 6 commands (6 passed, 0 failed)
> [altered-series.test]
> 12 commands (12 passed, 0 failed)
> [comments.test]
> 11 commands (11 passed, 0 failed)
> [applied.test]
> 15 commands (15 passed, 0 failed)
> [colon-in-patch-name.test]
> 23 commands (23 passed, 0 failed)
> [dir-a-b.test]
> 11 commands (11 passed, 0 failed)
> [create-delete.test]
> 19 commands (19 passed, 0 failed)
> [annotate.test]
> 31 commands (31 passed, 0 failed)
> [duplicate-patch-in-series.test]
> 9 commands (9 passed, 0 failed)
> [auto-refresh.test]
> 14 commands (14 passed, 0 failed)
> [dotglob.test]
> 7 commands (7 passed, 0 failed)
> [conflicts.test]
> 39 commands (39 passed, 0 failed)
> [delete.test]
> 33 commands (33 passed, 0 failed)
> [faildiff.test]
> 15 commands (15 passed, 0 failed)
> [failbackup.test]
> 10 commands (10 passed, 0 failed)
> [failpop.test]
> 13 commands (13 passed, 0 failed)
> [empty.test]
> 10 commands (10 passed, 0 failed)
> [edit.test]
> 31 commands (31 passed, 0 failed)
> [fold.test]
> 11 commands (11 passed, 0 failed)
> [hard-linked-patch.test]
> 15 commands (15 passed, 0 failed)
> [formats.test]
> 13 commands (13 passed, 0 failed)
> [empty-files.test]
> 40 commands (40 passed, 0 failed)
> [half-applies.test]
> 18 commands (18 passed, 0 failed)
> [help.test]
> 31 commands (31 passed, 0 failed)
> [example1.test]
> 30 commands (30 passed, 0 failed)
> [header.test]
> 17 commands (17 passed, 0 failed)
> [new-nosubdir.test]
> 4 commands (4 passed, 0 failed)
> [backup-files.test]
> 136 commands (136 passed, 0 failed)
> [missing-newline.test]
> 9 commands (9 passed, 0 failed)
> [missing.test]
> 6 commands (6 passed, 0 failed)
> [no-file-to-patch.test]
> 5 commands (5 passed, 0 failed)
> [merge.test]
> 11 commands (11 passed, 0 failed)
> [new.test]
> 9 commands (9 passed, 0 failed)
> [no-series.test]
> 44 commands (44 passed, 0 failed)
> [project-settings.test]
> 10 commands (10 passed, 0 failed)
> [null-bug.test]
> 9 commands (9 passed, 0 failed)
> [perms.test]
> 21 commands (21 passed, 0 failed)
> [import2.test]
> 40 commands (40 passed, 0 failed)
> [nolink.test]
> 28 commands (28 passed, 0 failed)
> [remember-locations.test]
> 13 commands (13 passed, 0 failed)
> [refresh-z.test]
> 10 commands (10 passed, 0 failed)
> [refresh.test]
> 12 commands (12 passed, 0 failed)
> [mail.test]
> 23 commands (23 passed, 0 failed)
> [remove-trailing-ws.test]
> 44 commands (44 passed, 0 failed)
> [push_timeskew.test]
> [5] $ mkdir patches d -- ok
> [7] $ quilt new patch1 -- ok
> [10] $ cd d -- ok
> [11] $ mkdir dir -- ok
> [12] $ echo "This is file one." > dir/file1 -- ok
> [13] $ quilt add dir/file1 -- ok
> [16] $ echo "This is file two." > dir/file2 -- ok
> [17] $ quilt add dir/file2 -- ok
> [20] $ echo "More content to file one." >> dir/file1 -- ok
> [21] $ echo "More content to file two." >> dir/file2 -- ok
> [22] $ quilt refresh -- ok
> [25] $ quilt pop -q -- ok
> [29] $ test dir/file1 -nt dir/file2 && echo "timeskew!" -- ok
> [30] $ test dir/file2 -nt dir/file1 && echo "timeskew!" -- ok
> [32] $ quilt push -q -- ok
> [36] $ test dir/file1 -nt dir/file2 && echo "timeskew!" -- ok
> [37] $ test dir/file2 -nt dir/file1 && echo "timeskew!" -- failed
> timeskew!                             != ~
> [42] $ quilt new patch2.diff -- ok
> [45] $ echo "some content" > dir/file_removed -- ok
> [46] $ quilt add dir/file_removed -- ok
> [49] $ quilt add dir/file_created -- ok
> [52] $ rm dir/file_removed -- ok
> [53] $ echo "some content" > dir/file_created -- ok
> [54] $ quilt refresh -- ok
> [57] $ quilt diff --no-timestamps --no-index -p ab -- ok
> [67] $ quilt pop -- ok
> [74] $ test   -e dir/file_created && echo "Created file should not exist when 
> patch is poped!" -- ok
> [75] $ test ! -e dir/file_removed && echo "Deleted file should exist when 
> patch is poped!" -- ok
> [77] $ quilt push -- ok
> [84] $ test ! -e dir/file_created && echo "Created file should exist when 
> patch is pushed!" -- ok
> [85] $ test   -e dir/file_removed && echo "Deleted file should not exist when 
> patch is pushed!" -- ok
> 31 commands (30 passed, 1 failed)
> make[2]: *** [Makefile:412: test/.push_timeskew.ok] Error 1
> make[2]: *** Waiting for unfinished jobs....
> [restrict-patch-names.test]
> 19 commands (19 passed, 0 failed)
> [refresh_patch_order.test]
> 20 commands (20 passed, 0 failed)
> [rename.test]
> 18 commands (18 passed, 0 failed)
> [revert.test]
> 27 commands (27 passed, 0 failed)
> [setup.test]
> 64 commands (64 passed, 0 failed)
> [import.test]
> 89 commands (89 passed, 0 failed)
> [one.test]
> 45 commands (45 passed, 0 failed)
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test: error: make -j8 check "TESTSUITEFLAGS=-j8 --verbose" VERBOSE=1 
> returned exit code 2


The full build log is available from:
http://qa-logs.debian.net/2023/10/27/quilt_0.67+really0.67-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231027;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231027&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.

--- End Message ---
--- Begin Message ---
This doesn't fail anymore. Closing.

--- End Message ---

Reply via email to