Your message dated Tue, 27 Sep 2016 04:20:58 +0000 with message-id <e1bojt4-0001uj...@franck.debian.org> and subject line Bug#833907: fixed in git-remote-hg 0.3-2 has caused the Debian Bug report #833907, regarding git-remote-hg: FTBFS: failed 10 among remaining 33 test(s) 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.) -- 833907: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833907 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: git-remote-hg Version: 0.3-1 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org Dear Maintainer, git-remote-hg fails to build from source in unstable/amd64: [..] # git push --quiet # ) && # # check_bookmark hgrepo devel devel # not ok 14 - remote new bookmark # # test_when_finished "rm -rf gitrepo*" && # # ( # git clone "hg::hgrepo" gitrepo && # cd gitrepo && # git checkout --quiet -b feature-b && # echo feature-b > content && # git commit -a -m feature-b && # git push --quiet origin feature-b # ) && # # check_bookmark hgrepo feature-b feature-b # not ok 15 - remote push diverged # # test_when_finished "rm -rf gitrepo*" && # # git clone "hg::hgrepo" gitrepo && # # ( # cd hgrepo && # hg checkout default && # echo bump > content && # hg commit -m bump # ) && # # ( # cd gitrepo && # echo diverge > content && # git commit -a -m diverged && # check_push 1 <<-\EOF # master:non-fast-forward # EOF # ) && # # check_branch hgrepo default bump # not ok 16 - remote update bookmark diverge # # test_when_finished "rm -rf gitrepo*" && # # ( # cd hgrepo && # hg checkout tip^ && # hg bookmark diverge # ) && # # git clone "hg::hgrepo" gitrepo && # # ( # cd hgrepo && # echo "bump bookmark" > content && # hg commit -m "bump bookmark" # ) && # # ( # cd gitrepo && # git checkout --quiet diverge && # echo diverge > content && # git commit -a -m diverge && # check_push 1 <<-\EOF # diverge:fetch-first # EOF # ) && # # check_bookmark hgrepo diverge "bump bookmark" # not ok 17 - remote new bookmark multiple branch head # # test_when_finished "rm -rf gitrepo*" && # # ( # git clone "hg::hgrepo" gitrepo && # cd gitrepo && # git checkout --quiet -b feature-c HEAD^ && # echo feature-c > content && # git commit -a -m feature-c && # git push --quiet origin feature-c # ) && # # check_bookmark hgrepo feature-c feature-c # ok 18 - fetch special filenames ok 19 - push special filenames not ok 20 - remote big push # # test_when_finished "rm -rf hgrepo gitrepo*" && # # setup_big_push # # ( # cd gitrepo && # # check_push 1 --all <<-\EOF # master # good_bmark # branches/good_branch # new_bmark:new # branches/new_branch:new # bad_bmark1:non-fast-forward # bad_bmark2:non-fast-forward # branches/bad_branch:non-fast-forward # EOF # ) && # # check_branch hgrepo default one && # check_branch hgrepo good_branch "good branch" && # check_branch hgrepo bad_branch "bad branch" && # check_branch hgrepo new_branch && # check_bookmark hgrepo good_bmark one && # check_bookmark hgrepo bad_bmark1 one && # check_bookmark hgrepo bad_bmark2 one && # check_bookmark hgrepo new_bmark # not ok 21 - remote big push fetch first # # test_when_finished "rm -rf hgrepo gitrepo*" && # # ( # hg init hgrepo && # cd hgrepo && # echo zero > content && # hg add content && # hg commit -m zero && # hg bookmark bad_bmark && # hg bookmark good_bmark && # hg bookmark -i good_bmark && # hg -q branch good_branch && # echo "good branch" > content && # hg commit -m "good branch" && # hg -q branch bad_branch && # echo "bad branch" > content && # hg commit -m "bad branch" # ) && # # git clone "hg::hgrepo" gitrepo && # # ( # cd hgrepo && # hg bookmark -f bad_bmark && # echo update_bmark > content && # hg commit -m "update bmark" # ) && # # ( # cd gitrepo && # echo two > content && # git commit -q -a -m two && # # git checkout -q good_bmark && # echo three > content && # git commit -q -a -m three && # # git checkout -q bad_bmark && # echo four > content && # git commit -q -a -m four && # # git checkout -q branches/bad_branch && # echo five > content && # git commit -q -a -m five && # # check_push 1 --all <<-\EOF && # master # good_bmark # bad_bmark:fetch-first # branches/bad_branch:festch-first # EOF # # git fetch && # # check_push 1 --all <<-\EOF # master # good_bmark # bad_bmark:non-fast-forward # branches/bad_branch:non-fast-forward # EOF # ) # not ok 22 - remote big push force # # test_when_finished "rm -rf hgrepo gitrepo*" && # # setup_big_push # # ( # cd gitrepo && # # check_push 0 --force --all <<-\EOF # master # good_bmark # branches/good_branch # new_bmark:new # branches/new_branch:new # bad_bmark1:forced-update # bad_bmark2:forced-update # branches/bad_branch:forced-update # EOF # ) && # # check_branch hgrepo default six && # check_branch hgrepo good_branch eight && # check_branch hgrepo bad_branch nine && # check_branch hgrepo new_branch ten && # check_bookmark hgrepo good_bmark three && # check_bookmark hgrepo bad_bmark1 four && # check_bookmark hgrepo bad_bmark2 five && # check_bookmark hgrepo new_bmark six # not ok 23 - remote big push dry-run # # test_when_finished "rm -rf hgrepo gitrepo*" && # # setup_big_push # # ( # cd gitrepo && # # check_push 1 --dry-run --all <<-\EOF && # master # good_bmark # branches/good_branch # new_bmark:new # branches/new_branch:new # bad_bmark1:non-fast-forward # bad_bmark2:non-fast-forward # branches/bad_branch:non-fast-forward # EOF # # check_push 0 --dry-run master good_bmark new_bmark branches/good_branch branches/new_branch <<-\EOF # master # good_bmark # branches/good_branch # new_bmark:new # branches/new_branch:new # EOF # ) && # # check_branch hgrepo default one && # check_branch hgrepo good_branch "good branch" && # check_branch hgrepo bad_branch "bad branch" && # check_branch hgrepo new_branch && # check_bookmark hgrepo good_bmark one && # check_bookmark hgrepo bad_bmark1 one && # check_bookmark hgrepo bad_bmark2 one && # check_bookmark hgrepo new_bmark # ok 24 - remote double failed push not ok 25 - clone remote with null bookmark, then push # # test_when_finished "rm -rf gitrepo* hgrepo*" && # # ( # hg init hgrepo && # cd hgrepo && # echo a > a && # hg add a && # hg commit -m a && # hg bookmark -r null bookmark # ) && # # ( # git clone "hg::hgrepo" gitrepo && # check gitrepo HEAD a && # cd gitrepo && # git checkout --quiet -b bookmark && # git remote -v && # echo b > b && # git add b && # git commit -m b && # git push origin bookmark # ) # ok 26 - notes not ok 27 - push updates notes # TODO known breakage ok 28 - pull tags ok 29 - push merged named branch ok 30 - light tag sets author ok 31 - push tag different branch ok 32 - cloning a removed file works ok 33 - cloning a file replaced with a directory ok 34 - clone replace directory with a file # still have 1 known breakage(s) # failed 10 among remaining 33 test(s) 1..34 Makefile:14: recipe for target 'main.t' failed make[2]: *** [main.t] Error 1 make[2]: Leaving directory '/home/lamby/temp/cdt.20160810084148.EQTu69KvbG.git-remote-hg/git-remote-hg-0.3/test' Makefile:11: recipe for target 'test' failed make[1]: *** [test] Error 2 make[1]: Leaving directory '/home/lamby/temp/cdt.20160810084148.EQTu69KvbG.git-remote-hg/git-remote-hg-0.3' dh_auto_test: make -j1 test returned exit code 2 debian/rules:7: recipe for target 'build' failed make: *** [build] Error 2 [..] The full build log is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
git-remote-hg.0.3-1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---Source: git-remote-hg Source-Version: 0.3-2 We believe that the bug you reported is fixed in the latest version of git-remote-hg, 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 833...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jonathan McCrohan <jmccro...@gmail.com> (supplier of updated git-remote-hg 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: SHA256 Format: 1.8 Date: Sun, 25 Sep 2016 00:14:32 +0100 Source: git-remote-hg Binary: git-remote-hg Architecture: source Version: 0.3-2 Distribution: unstable Urgency: medium Maintainer: Jonathan McCrohan <jmccro...@gmail.com> Changed-By: Jonathan McCrohan <jmccro...@gmail.com> Description: git-remote-hg - bidirectional bridge between Git and Mercurial Closes: 833907 834908 Changes: git-remote-hg (0.3-2) unstable; urgency=medium . * Backport two upstream patches from felipec's repo which add support for Mercurial 3.6 and consequently fix the FTBFS; improve-hg-git-compatibility.patch and avoid-deprecated-bookmarks-write.patch (Closes: #833907, #834908) * Update Standards Version to 3.9.8 - No changes required * Add DEP-8 (autopkgtest) support for upstream test suite Checksums-Sha1: a07b27018225a7139deb644d67e61cd487cafe74 1990 git-remote-hg_0.3-2.dsc 551e6b73990042a3f0fbcceec50f2cd1dd91cb36 3568 git-remote-hg_0.3-2.debian.tar.xz Checksums-Sha256: 5760f1251591e87ac29d036eaee51a1926d3ed73ee6bd03f137ef60d55c361d9 1990 git-remote-hg_0.3-2.dsc b3ef638a6a244d552e4c0bceaab95644160ab7302bdbfd8445cf0b72bd6e6842 3568 git-remote-hg_0.3-2.debian.tar.xz Files: 8c7f16669e997ec14badcfbbfcd5c2dc 1990 vcs extra git-remote-hg_0.3-2.dsc dc43b0076e98c1d418f9fa4067c058ea 3568 vcs extra git-remote-hg_0.3-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJX6dX2AAoJEDEWul6f+mmj1vAP/1BUrNh5NxV/1MAcOdv4dAbA EU+gVnEokveSDsFDQVOM7uyhUqf/NHygBU6vV0Rp0uhXFZQXxmTAFMNakM6ZC45B 5lwp+f7SWACmZaoR/4SeqOgnN/nkw4TD7hty1C8N/zhAA9u17Y0YXDbw0UfHEVNJ CPTv3Xtu1dSt67SjfEjwxqjLsiSRLl3uSgNy+YNWJ7veOoP4yBUDvkX/4547GKO5 kMxqFrFDjLQPMpGf0vjddofucD7hJ/PvGuMAKcA3fm712eA/EPHlSAtJGOgr1XwI uuzLnobP8cw5BAsIsre73Vm6XaUrk47osXhGcCySoLQ/iXxseuoNo/v3C+Z6Eby1 K9NCOQ9fmuuCH66ckjFnWu6ecjG98nvhGUyI/BrHiAds+kkN3yWgsrfqDHNJHIsK 9WeswqJIacNdmIKjFkxcDHQBJjOfLPBCxaa3/ntxHTEuQJ6x0hV1tVSLpqsahYRC BmQ2v+othgUa6KQrf1t17+VLxz7BR9Ffxtb3Ys+TNWMwiPKN7zD0eQBM15mwkhob QB9WBH/Q2sNiRSzXMRL7DCMObTSqdo1p2EMfo6O8qvYT8Zhm5AP6VeL6JKEnfYE8 5rvN1DJcuUBYYr7AmyV8HTVNiXnsJUJtnfBjeaGJRlSvp5L1P5myAEhmPh1rJS5E nDs7M+kRiH/7PxTVr40q =Nt/u -----END PGP SIGNATURE-----
--- End Message ---