* Package: dev-vcs/git-pimp-0.8 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking git-pimp-0.8.tar.gz to /var/tmp/portage/dev-vcs/git-pimp-0.8/work >>> Source unpacked in /var/tmp/portage/dev-vcs/git-pimp-0.8/work >>> Preparing source in /var/tmp/portage/dev-vcs/git-pimp-0.8/work/git-pimp-0.8 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-vcs/git-pimp-0.8/work/git-pimp-0.8 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-vcs/git-pimp-0.8/work/git-pimp-0.8 ... make -j1 gzip -cn git-pimp.1 | tee git-pimp.1.gz >/dev/null install -m 755 git-pimp.zsh git-pimp >>> Source compiled. >>> Test phase: dev-vcs/git-pimp-0.8 make -j1 check env -i CRAM="" PATH="/usr/bin:/bin:/usr/sbin:/sbin:$PWD/tests:$PWD" SHELL="/bin/zsh" cram --shell=tsh tests ! --- tests/0000-basic-misuse.t +++ tests/0000-basic-misuse.t.err @@ -35,9 +35,6 @@ :: $ tit pimp - git-pimp: missing operand - git-pimp: Usage: git-pimp {-h|[options] BASE HEAD} - git-pimp: Use "git-pimp -h" to see the full option listing. [1] $ tit pimp -x @@ -59,7 +56,7 @@ [1] $ tit pimp up/master rn/master - fatal: 'up/master..rn/master' is an empty range + git-pimp: error: bad text editor (pimp.editor): false [1] $ tit pimp --unlikely up/master rn/master ! --- tests/0100-recipients.t +++ tests/0100-recipients.t.err @@ -62,30 +62,9 @@ $ tit status --porcelain $ tit pimp -n --to git-pimp-tests-to@example.org up/master rn/feature + git-pimp: error: bad text editor (pimp.editor): : + [1] $ for p in *.patch; do print "==== $p ===="; grep -E '^(Cc|To):' $p; done - ==== 0000-cover-letter.patch ==== - To: git-pimp-tests-to@example.org - Cc: git-pimp-tests-cc@example.org - ==== 0001-README-fancier.patch ==== - To: git-pimp-tests-to@example.org - Cc: git-pimp-tests-cc@example.org - ==== 0002-ignore-vim-swapfiles.patch ==== - To: git-pimp-tests-to@example.org - Cc: git-pimp-tests-cc@example.org + zsh: no matches found: *.patch (no-eol) $ tit config pimp.to git-pimp-tests-to@example.org - $ tit config --unset pimp.cc - $ tit config pimp.editor : - - $ tit pimp -n --cc git-pimp-tests-cc@example.org up/master rn/feature - $ for p in *.patch; do print "==== $p ===="; grep -E '^(Cc|To):' $p; done - ==== 0000-cover-letter.patch ==== - To: git-pimp-tests-to@example.org - Cc: git-pimp-tests-cc@example.org - ==== 0001-README-fancier.patch ==== - To: git-pimp-tests-to@example.org - Cc: git-pimp-tests-cc@example.org - ==== 0002-ignore-vim-swapfiles.patch ==== - To: git-pimp-tests-to@example.org - Cc: git-pimp-tests-cc@example.org - ! --- tests/0120-output.t +++ tests/0120-output.t.err @@ -42,20 +42,11 @@ $ tit status --porcelain $ tit pimp -n up/master rn/feature - git format-patch --output-directory=. * up/master..rn/feature (glob) - git mantle --output ./.git-mantle up/master rn/feature - mv ./.0000-cover-letter.patch.tmp ./0000-cover-letter.patch - rm -f ./.0000-cover-letter.patch.tmp ./.git-mantle ./.git-pimp + [1] $ tit pimp -o out1 -n up/master rn/feature - git format-patch --output-directory=out1 * up/master..rn/feature (glob) - git mantle --output out1/.git-mantle up/master rn/feature - mv out1/.0000-cover-letter.patch.tmp out1/0000-cover-letter.patch - rm -f out1/.0000-cover-letter.patch.tmp out1/.git-mantle out1/.git-pimp + [1] $ tit pimp --output out2 -n up/master rn/feature - git format-patch --output-directory=out2 * up/master..rn/feature (glob) - git mantle --output out2/.git-mantle up/master rn/feature - mv out2/.0000-cover-letter.patch.tmp out2/0000-cover-letter.patch - rm -f out2/.0000-cover-letter.patch.tmp out2/.git-mantle out2/.git-pimp + [1] ! --- tests/0140-revrange.t +++ tests/0140-revrange.t.err @@ -45,26 +45,20 @@ $ tit status --porcelain $ tit pimp -n up/master rn/feature - git format-patch * up/master..rn/feature (glob) - git mantle * up/master rn/feature (glob) + [1] $ tit pimp -n up rn/feature - git format-patch * up..rn/feature (glob) - git mantle * up rn/feature (glob) + [1] $ tit pimp -n ./master rn/feature - git format-patch * master..rn/feature (glob) - git mantle * ./master rn/feature (glob) + [1] $ tit pimp -n up/master ./hack - git format-patch * up/master..hack (glob) - git mantle * up/master ./hack (glob) + [1] $ tit pimp -n ./master ./hack - git format-patch * master..hack (glob) - git mantle * ./master ./hack (glob) + [1] $ tit pimp -n ./master epo - git format-patch * master..rn/epo (glob) - git mantle * ./master rn/epo (glob) + [1] ! --- tests/0160-reroll.t +++ tests/0160-reroll.t.err @@ -45,11 +45,7 @@ $ tit status --porcelain $ tit pimp -r 2 -n up/master rn/feature + [1] $ for p in *.patch; do print "==== $p ===="; grep -E '^(Subject):' $p; done - ==== v2-0000-cover-letter.patch ==== - Subject: [PATCH v2 0/2] *** SUBJECT HERE *** - ==== v2-0001-README-fancier.patch ==== - Subject: [PATCH v2 1/2] README fancier - ==== v2-0002-ignore-vim-swapfiles.patch ==== - Subject: [PATCH v2 2/2] ignore vim swapfiles + zsh: no matches found: *.patch (no-eol) ! --- tests/0300-pimp.editor-badexit.t +++ tests/0300-pimp.editor-badexit.t.err @@ -39,19 +39,10 @@ $ tit status --porcelain $ tit pimp -n up/master rn/feature - review-files false ./0000-cover-letter.patch ./0001-README-fancier.patch ./0002-ignore-vim-swapfiles.patch - rm -f ./.0000-cover-letter.patch.tmp ./.git-mantle ./.git-pimp [1] $ tit status --porcelain - ?? 0000-cover-letter.patch - ?? 0001-README-fancier.patch - ?? 0002-ignore-vim-swapfiles.patch $ tit pimp up/master rn/feature - review-files false ./0000-cover-letter.patch ./0001-README-fancier.patch ./0002-ignore-vim-swapfiles.patch - rm -f ./.0000-cover-letter.patch.tmp ./.git-mantle ./.git-pimp + git-pimp: error: bad text editor (pimp.editor): false [1] $ tit status --porcelain - ?? 0000-cover-letter.patch - ?? 0001-README-fancier.patch - ?? 0002-ignore-vim-swapfiles.patch ! --- tests/0400-mail-off.t +++ tests/0400-mail-off.t.err @@ -39,65 +39,13 @@ $ tit status --porcelain $ tit pimp -n up/master rn/feature - review-files : ./0000-cover-letter.patch ./0001-README-fancier.patch ./0002-ignore-vim-swapfiles.patch + [1] $ tit status --porcelain - ?? 0000-cover-letter.patch - ?? 0001-README-fancier.patch - ?? 0002-ignore-vim-swapfiles.patch $ for f in 000?-*.patch; do > print -f '==> %s <==\n' $f > sed '/^$/q' $f > done - ==> 0000-cover-letter.patch <== - From 9536f59c85fb42b7fa26e3169f5000ba4a30d61b Mon Sep 17 00:00:00 2001 - Message-Id: (glob) - From: git-pimp test suite - Date: * (glob) - Subject: [PATCH 0/2] *** SUBJECT HERE *** - To: git-pimp-tests-sink@example.org - - ==> 0001-README-fancier.patch <== - From 093ac4b5e67bde2ccaf8a48201c460b77f9d6a8b Mon Sep 17 00:00:00 2001 - Message-Id: <093ac4b5e67bde2ccaf8a48201c460b77f9d6a8b.*.git.git-pimp-tests@example.org> (glob) - In-Reply-To: (glob) - References: (glob) - From: git-pimp test suite - Date: Wed, 20 Aug 2014 20:57:57 +0000 - Subject: [PATCH 1/2] README fancier - To: git-pimp-tests-sink@example.org - - ==> 0002-ignore-vim-swapfiles.patch <== - From 9536f59c85fb42b7fa26e3169f5000ba4a30d61b Mon Sep 17 00:00:00 2001 - Message-Id: <9536f59c85fb42b7fa26e3169f5000ba4a30d61b.*.git.git-pimp-tests@example.org> (glob) - In-Reply-To: (glob) - References: (glob) - From: git-pimp test suite - Date: Wed, 20 Aug 2014 20:57:57 +0000 - Subject: [PATCH 2/2] ignore vim swapfiles - To: git-pimp-tests-sink@example.org - + zsh: no matches found: 000?-*.patch (no-eol) $ sed -ne '/^-- $/q; p;' 0000-cover-letter.patch - From 9536f59c85fb42b7fa26e3169f5000ba4a30d61b Mon Sep 17 00:00:00 2001 - Message-Id: (glob) - From: git-pimp test suite - Date: * (glob) - Subject: [PATCH 0/2] *** SUBJECT HERE *** - To: git-pimp-tests-sink@example.org - - *** BLURB HERE *** - - repo = git@pub.example.org - head = 9536f59c85fb42b7fa26e3169f5000ba4a30d61b rn/feature - base = a36dfca583a1ea1b70afebf294fe3e0cd48dfa7e up/master - - .gitignore | +1 \+ (re) - README | +3 \+-- (re) - 2 files changed, 2 insertions(+), 2 deletions(-) - - 1/2 76a23b86 093ac4b5 README fancier - 162441d0 README - 2/2 87990615 9536f59c ignore vim swapfiles - 32682119 .gitignore - ! --- tests/0500-mail-on.t +++ tests/0500-mail-on.t.err @@ -39,27 +39,16 @@ $ tit status --porcelain $ tit pimp up/master rn/feature - mv ./.0000-cover-letter.patch.tmp ./0000-cover-letter.patch - git mailz ./0000-cover-letter.patch ./0001-README-fancier.patch ./0002-ignore-vim-swapfiles.patch - rm -f ./0000-cover-letter.patch ./0001-README-fancier.patch ./0002-ignore-vim-swapfiles.patch - rm -f ./.0000-cover-letter.patch.tmp ./.git-mantle ./.git-pimp + git-pimp: error: bad text editor (pimp.editor): : + [1] $ tit status --porcelain $ tit pimp -o out1 up/master rn/feature - mkdir -p out1 - mv out1/.0000-cover-letter.patch.tmp out1/0000-cover-letter.patch - git mailz out1/0000-cover-letter.patch out1/0001-README-fancier.patch out1/0002-ignore-vim-swapfiles.patch - rm -f out1/0000-cover-letter.patch out1/0001-README-fancier.patch out1/0002-ignore-vim-swapfiles.patch - rm -f out1/.0000-cover-letter.patch.tmp out1/.git-mantle out1/.git-pimp - rmdir out1 + [1] $ tit status --porcelain $ tit pimp --output out2 up/master rn/feature - mkdir -p out2 - mv out2/.0000-cover-letter.patch.tmp out2/0000-cover-letter.patch - git mailz out2/0000-cover-letter.patch out2/0001-README-fancier.patch out2/0002-ignore-vim-swapfiles.patch - rm -f out2/0000-cover-letter.patch out2/0001-README-fancier.patch out2/0002-ignore-vim-swapfiles.patch - rm -f out2/.0000-cover-letter.patch.tmp out2/.git-mantle out2/.git-pimp - rmdir out2 + git-pimp: error: bad text editor (pimp.editor): : + [1] $ tit status --porcelain # Ran 8 tests, 0 skipped, 8 failed. make: *** [GNUmakefile:43: check] Error 1 * ERROR: dev-vcs/git-pimp-0.8::gentoo failed (test phase): * Make check failed. See above for details. * * Call stack: * ebuild.sh, line 115: Called src_test * environment, line 1939: Called default * phase-functions.sh, line 808: Called default_src_test * phase-functions.sh, line 837: Called __eapi0_src_test * phase-helpers.sh, line 763: Called die * The specific snippet of code: * $emake_cmd ${internal_opts} check || \ * die "Make check failed. See above for details." * * If you need support, post the output of `emerge --info '=dev-vcs/git-pimp-0.8::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-vcs/git-pimp-0.8::gentoo'`. * The complete build log is located at '/var/log/portage/dev-vcs:git-pimp-0.8:20170907-152646.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-vcs/git-pimp-0.8/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-vcs/git-pimp-0.8/temp/environment'. * Working directory: '/var/tmp/portage/dev-vcs/git-pimp-0.8/work/git-pimp-0.8' * S: '/var/tmp/portage/dev-vcs/git-pimp-0.8/work/git-pimp-0.8'