Your message dated Sun, 06 Mar 2022 17:05:11 +0000
with message-id <e1nqujj-000fz2...@fasolo.debian.org>
and subject line Bug#1006056: fixed in git-filter-repo 2.34.0-2
has caused the Debian Bug report #1006056,
regarding git-filter-repo: FTBFS: t9390-filter-repo.sh failed
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.)


-- 
1006056: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006056
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: git-filter-repo
Version: 2.34.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> t/run_tests
> 
> 
> == t9390-filter-repo.sh ==
> ok 1 - check: basic -> basic-filename using '--path filename'
> ok 2 - check: basic -> basic-twenty using '--path twenty'
> ok 3 - check: basic -> basic-ten using '--path ten'
> ok 4 - check: basic -> basic-numbers using '--path ten --path twenty'
> ok 5 - check: basic -> basic-filename using '--invert-paths --path-glob t*en*'
> ok 6 - check: basic -> basic-numbers using '--invert-paths --path-regex 
> f.*e.*e'
> ok 7 - check: basic -> basic-mailmap using '--mailmap ../t9390/sample-mailmap'
> ok 8 - check: basic -> basic-replace using '--replace-text 
> ../t9390/sample-replace'
> ok 9 - check: basic -> basic-message using '--replace-message 
> ../t9390/sample-message'
> ok 10 - check: empty -> empty-keepme using '--path keepme'
> not ok 11 - check: empty -> more-empty-keepme using '--path keepme 
> --prune-empty=always --prune-degenerate=always'
> #     
> #                     # Clean up from previous run
> #                     git pack-refs --all &&
> #                     rm .git/packed-refs &&
> #     
> #                     # Run the example
> #                     cat $DATA/$INPUT | git filter-repo --stdin --quiet 
> --force --replace-refs delete-no-add "${REST[@]}" &&
> #     
> #                     # Compare the resulting repo to expected value
> #                     git fast-export --use-done-feature --all >compare &&
> #                     test_cmp $DATA/$OUTPUT compare
> #             
> not ok 12 - check: empty -> less-empty-keepme using '--path keepme 
> --prune-empty=never --prune-degenerate=never'
> #     
> #                     # Clean up from previous run
> #                     git pack-refs --all &&
> #                     rm .git/packed-refs &&
> #     
> #                     # Run the example
> #                     cat $DATA/$INPUT | git filter-repo --stdin --quiet 
> --force --replace-refs delete-no-add "${REST[@]}" &&
> #     
> #                     # Compare the resulting repo to expected value
> #                     git fast-export --use-done-feature --all >compare &&
> #                     test_cmp $DATA/$OUTPUT compare
> #             
> ok 13 - check: degenerate -> degenerate-keepme using '--path moduleA/keepme'
> ok 14 - check: degenerate -> degenerate-moduleA using '--path moduleA'
> ok 15 - check: degenerate -> degenerate-globme using '--path-glob *me'
> ok 16 - check: degenerate -> degenerate-keepme-noff using '--path 
> moduleA/keepme --no-ff'
> ok 17 - check: unusual -> unusual-filtered using '--path '
> ok 18 - check: unusual -> unusual-mailmap using '--mailmap 
> ../t9390/sample-mailmap'
> ok 19 - --path-rename sequences/tiny:sequences/small
> ok 20 - --path-rename sequences:numbers
> ok 21 - --path-rename-prefix values:numbers
> ok 22 - --path-rename squashing
> ok 23 - --path-rename inability to squash
> ok 24 - --paths-from-file
> ok 25 - Mixing filtering and renaming paths, not enough filters
> ok 26 - Mixing filtering and renaming paths, enough filters
> ok 27 - Mixing filtering and to-subdirectory-filter
> ok 28 - --tag-rename
> ok 29 - tag of tag before relevant portion of history
> ok 30 - --subdirectory-filter
> ok 31 - --subdirectory-filter with trailing slash
> ok 32 - --to-subdirectory-filter
> ok 33 - --use-base-name
> ok 34 - refs/replace/ to skip a parent
> ok 35 - refs/replace/ to add more initial history
> ok 36 - creation/deletion/updating of replace refs
> ok 37 - --debug
> ok 38 - --dry-run
> ok 39 - --dry-run --debug
> ok 40 - --dry-run --stdin
> ok 41 - --analyze
> ok 42 - --analyze --report-dir
> ok 43 - --replace-text all options
> ok 44 - --replace-text binary zero_byte-0_char
> ok 45 - --replace-text binary zero_byte-no_0_char
> ok 46 - --replace-text text-file no_zero_byte-zero_char
> ok 47 - --strip-blobs-bigger-than
> ok 48 - --strip-blobs-with-ids
> ok 49 - commit message rewrite
> ok 50 - commit hash unchanged if requested
> ok 51 - commit message encoding preserved if requested
> ok 52 - commit message rewrite unsuccessful
> ok 53 - startup sanity checks
> ok 54 - other startup error cases and requests for help
> ok 55 - invalid fast-import directives
> ok 56 - mailmap sanity checks
> ok 57 - incremental import
> ok 58 - --target
> ok 59 - --refs
> ok 60 - --refs and --replace-text
> ok 61 - reset to specific refs
> ok 62 - handle funny characters
> ok 63 - --state-branch with changing renames
> ok 64 - --state-branch with expanding paths and refs
> ok 65 - degenerate merge with non-matching filenames
> ok 66 - degenerate merge with typechange
> ok 67 - Filtering a blob to make it match previous version
> ok 68 - tweaking just a tag
> ok 69 - --version
> ok 70 - empty author ident
> # failed 2 among 70 test(s)
> 1..70
> 
> 
> == t9391-filter-repo-lib-usage.sh ==
> ok 1 - commit_info.py
> ok 2 - file_filter.py
> ok 3 - print_progress.py
> ok 4 - rename-master-to-develop.py
> ok 5 - strip-cvs-keywords.py
> ok 6 - setup two extra repositories
> ok 7 - splice_repos.py
> ok 8 - create_fast_export_output.py
> ok 9 - unusual.py
> ok 10 - erroneous.py
> ok 11 - other error cases
> ok 12 - lint-history
> # passed all 12 test(s)
> 1..12
> 
> 
> == t9392-python-callback.sh ==
> ok 1 - --filename-callback
> ok 2 - --message-callback
> ok 3 - --name-callback
> ok 4 - --email-callback
> ok 5 - --refname-callback
> ok 6 - --refname-callback sanity check
> ok 7 - --blob-callback
> ok 8 - --commit-callback
> ok 9 - --tag-callback
> ok 10 - --reset-callback
> ok 11 - callback has return statement sanity check
> ok 12 - Callback read from a file
> # passed all 12 test(s)
> 1..12
> make[1]: *** [debian/rules:13: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/18/git-filter-repo_2.34.0-1_unstable.log

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 marking 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 ---
Source: git-filter-repo
Source-Version: 2.34.0-2
Done: Stefano Rivera <stefa...@debian.org>

We believe that the bug you reported is fixed in the latest version of
git-filter-repo, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1006...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated git-filter-repo 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 06 Mar 2022 12:41:47 -0400
Source: git-filter-repo
Architecture: source
Version: 2.34.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 1006056
Changes:
 git-filter-repo (2.34.0-2) unstable; urgency=medium
 .
   * Patch: Update expected test results for git 2.35. (Closes: #1006056)
   * Bump Build-Depends and Test Depends to git (>= 1:2.35), as the patch
     breaks the tests on older git versions.
Checksums-Sha1:
 e9d39b2320ee8f4e829d433786b034033b99a63d 1632 git-filter-repo_2.34.0-2.dsc
 b311208c1bb6d18e9d1d86cde8bb45e436569630 6784 
git-filter-repo_2.34.0-2.debian.tar.xz
 dd0e720f46b258dd048bae77f78bdad885f35b31 6727 
git-filter-repo_2.34.0-2_source.buildinfo
Checksums-Sha256:
 46234e965ca2860a040ca7cdcc2db1302fc0a15676724afee71221ce83100a27 1632 
git-filter-repo_2.34.0-2.dsc
 0bd00408847bf65580253a2121401509e52c86d30a57500fabf4f087158fa9cc 6784 
git-filter-repo_2.34.0-2.debian.tar.xz
 7f0dd24a62ce94b18db5c7cbff45be0dd478b0b4d4dd4587782d95f64ca7e302 6727 
git-filter-repo_2.34.0-2_source.buildinfo
Files:
 233f1857dd99ccbd1a7c50fb7d181737 1632 vcs optional git-filter-repo_2.34.0-2.dsc
 6367c671e4320e373c76f32273f0cf63 6784 vcs optional 
git-filter-repo_2.34.0-2.debian.tar.xz
 7041205a127bc77cf12125211e9e66df 6727 vcs optional 
git-filter-repo_2.34.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCYiTlUxQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2FugAP0ciDgRzPpbhMeJER+S0XY9gH1vwxQT
XneNj83Yfpj4GQEAkbPYIB75Z6c4P6UIl7Ayg//oMY6Qv4ZMEEfd0l7bCgo=
=E43v
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to