[debhelper-devel] Build failed in Jenkins: debhelper-tests_sid #204

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Jul 27 05:48:52 UTC 2017


See <https://jenkins.debian.net/job/debhelper-tests_sid/204/display/redirect?page=changes>

Changes:

[niels] d/changelog: Fix wording of entry

------------------------------------------
[...truncated 232.52 KB...]
pod2man --utf8 -c Debhelper -r "10.7" dh_installmanpages dh_installmanpages.1
Discard man/ja/dh_installinit.pod (46 of 59 strings; only 77.96% translated; need 80%).
Discard man/ja/dh_installman.pod (28 of 36 strings; only 77.77% translated; need 80%).
pod2man --utf8 -c Debhelper -r "10.7" dh_installmenu dh_installmenu.1
pod2man --utf8 -c Debhelper -r "10.7" dh_installmime dh_installmime.1
Discard man/ja/dh_systemd_enable.pod (18 of 27 strings; only 66.66% translated; need 80%).
Discard man/ja/dh_systemd_start.pod (18 of 25 strings; only 72% translated; need 80%).
pod2man --utf8 -c Debhelper -r "10.7" dh_installmodules dh_installmodules.1
pod2man --utf8 -c Debhelper -r "10.7" dh_installpam dh_installpam.1
pod2man --utf8 -c Debhelper -r "10.7" dh_installppp dh_installppp.1
pod2man --utf8 -c Debhelper -r "10.7" dh_installudev dh_installudev.1
pod2man --utf8 -c Debhelper -r "10.7" dh_installwm dh_installwm.1
Discard man/pt/dh_installman.pod (28 of 36 strings; only 77.77% translated; need 80%).
pod2man --utf8 -c Debhelper -r "10.7" dh_installxfonts dh_installxfonts.1
pod2man --utf8 -c Debhelper -r "10.7" dh_link dh_link.1
touch po4a-stamp
pod2man --utf8 -c Debhelper -r "10.7" dh_lintian dh_lintian.1
pod2man --utf8 -c Debhelper -r "10.7" dh_listpackages dh_listpackages.1
pod2man --utf8 -c Debhelper -r "10.7" dh_makeshlibs dh_makeshlibs.1
pod2man --utf8 -c Debhelper -r "10.7" dh_md5sums dh_md5sums.1
pod2man --utf8 -c Debhelper -r "10.7" dh_missing dh_missing.1
pod2man --utf8 -c Debhelper -r "10.7" dh_movefiles dh_movefiles.1
pod2man --utf8 -c Debhelper -r "10.7" dh_perl dh_perl.1
pod2man --utf8 -c Debhelper -r "10.7" dh_prep dh_prep.1
pod2man --utf8 -c Debhelper -r "10.7" dh_shlibdeps dh_shlibdeps.1
pod2man --utf8 -c Debhelper -r "10.7" dh_strip dh_strip.1
pod2man --utf8 -c Debhelper -r "10.7" dh_systemd_enable dh_systemd_enable.1
pod2man --utf8 -c Debhelper -r "10.7" dh_systemd_start dh_systemd_start.1
pod2man --utf8 -c Debhelper -r "10.7" dh_testdir dh_testdir.1
pod2man --utf8 -c Debhelper -r "10.7" dh_testroot dh_testroot.1
pod2man --utf8 -c Debhelper -r "10.7" dh_ucf dh_ucf.1
pod2man --utf8 -c Debhelper -r "10.7" dh_update_autotools_config dh_update_autotools_config.1
pod2man --utf8 -c Debhelper -r "10.7" dh_usrlocal dh_usrlocal.1
pod2man --utf8 -c Debhelper -r "10.7" dh dh.1
set -e; \
lang=de ; \
dir=man/$lang; \
for file in $dir/dh*.pod; do \
	prog=`basename $file | sed 's/.pod//'`; \
	pod2man --utf8 -c Debhelper -r "10.7" $file $prog.$lang.1; \
done; \
if [ -e $dir/debhelper.pod ]; then \
	cat $dir/debhelper.pod | \
		perl -e ' undef $/; foreach (@ARGV) { open (IN, $_) or die "$_: $!"; $file=<IN>; close IN; if ($file=~m/=head1 .*?\n\n(.*?) - (.*?)\n\n/s) { my $item="=item $1(1)\n\n$2\n\n"; if (" dh_installmanpages " !~ / $1 /) { $list.=$item; } else { $list_deprecated.=$item; } } } END { my $recommended_compat = q{10.7}; $recommended_compat =~ s{\..*}{}; while (<STDIN>) { s/#LIST#/$list/g; s/#LIST_DEPRECATED#/$list_deprecated/g; s/#RECOMMENDED_COMPAT#/$recommended_compat/g; print; }; }' `find $dir -type f -maxdepth 1 -name "dh_*.pod" | LC_ALL=C sort` | \
		pod2man --utf8 -c Debhelper -r "10.7" --name="debhelper" --section=7 > debhelper.$lang.7; \
fi; \
if [ -e $dir/debhelper-obsolete-compat.pod ]; then \
	pod2man --utf8 -c Debhelper -r "10.7" --name="debhelper" --section=7 $dir/debhelper-obsolete-compat.pod > debhelper-obsolete-compat.$lang.7; \
fi
set -e; \
lang=ja ; \
dir=man/$lang; \
for file in $dir/dh*.pod; do \
	prog=`basename $file | sed 's/.pod//'`; \
	pod2man --utf8 -c Debhelper -r "10.7" $file $prog.$lang.1; \
done; \
if [ -e $dir/debhelper.pod ]; then \
	cat $dir/debhelper.pod | \
		perl -e ' undef $/; foreach (@ARGV) { open (IN, $_) or die "$_: $!"; $file=<IN>; close IN; if ($file=~m/=head1 .*?\n\n(.*?) - (.*?)\n\n/s) { my $item="=item $1(1)\n\n$2\n\n"; if (" dh_installmanpages " !~ / $1 /) { $list.=$item; } else { $list_deprecated.=$item; } } } END { my $recommended_compat = q{10.7}; $recommended_compat =~ s{\..*}{}; while (<STDIN>) { s/#LIST#/$list/g; s/#LIST_DEPRECATED#/$list_deprecated/g; s/#RECOMMENDED_COMPAT#/$recommended_compat/g; print; }; }' `find $dir -type f -maxdepth 1 -name "dh_*.pod" | LC_ALL=C sort` | \
		pod2man --utf8 -c Debhelper -r "10.7" --name="debhelper" --section=7 > debhelper.$lang.7; \
fi; \
if [ -e $dir/debhelper-obsolete-compat.pod ]; then \
	pod2man --utf8 -c Debhelper -r "10.7" --name="debhelper" --section=7 $dir/debhelper-obsolete-compat.pod > debhelper-obsolete-compat.$lang.7; \
fi
set -e; \
lang=es ; \
dir=man/$lang; \
for file in $dir/dh*.pod; do \
	prog=`basename $file | sed 's/.pod//'`; \
	pod2man --utf8 -c Debhelper -r "10.7" $file $prog.$lang.1; \
done; \
if [ -e $dir/debhelper.pod ]; then \
	cat $dir/debhelper.pod | \
		perl -e ' undef $/; foreach (@ARGV) { open (IN, $_) or die "$_: $!"; $file=<IN>; close IN; if ($file=~m/=head1 .*?\n\n(.*?) - (.*?)\n\n/s) { my $item="=item $1(1)\n\n$2\n\n"; if (" dh_installmanpages " !~ / $1 /) { $list.=$item; } else { $list_deprecated.=$item; } } } END { my $recommended_compat = q{10.7}; $recommended_compat =~ s{\..*}{}; while (<STDIN>) { s/#LIST#/$list/g; s/#LIST_DEPRECATED#/$list_deprecated/g; s/#RECOMMENDED_COMPAT#/$recommended_compat/g; print; }; }' `find $dir -type f -maxdepth 1 -name "dh_*.pod" | LC_ALL=C sort` | \
		pod2man --utf8 -c Debhelper -r "10.7" --name="debhelper" --section=7 > debhelper.$lang.7; \
fi; \
if [ -e $dir/debhelper-obsolete-compat.pod ]; then \
	pod2man --utf8 -c Debhelper -r "10.7" --name="debhelper" --section=7 $dir/debhelper-obsolete-compat.pod > debhelper-obsolete-compat.$lang.7; \
fi
set -e; \
lang=fr ; \
dir=man/$lang; \
for file in $dir/dh*.pod; do \
	prog=`basename $file | sed 's/.pod//'`; \
	pod2man --utf8 -c Debhelper -r "10.7" $file $prog.$lang.1; \
done; \
if [ -e $dir/debhelper.pod ]; then \
	cat $dir/debhelper.pod | \
		perl -e ' undef $/; foreach (@ARGV) { open (IN, $_) or die "$_: $!"; $file=<IN>; close IN; if ($file=~m/=head1 .*?\n\n(.*?) - (.*?)\n\n/s) { my $item="=item $1(1)\n\n$2\n\n"; if (" dh_installmanpages " !~ / $1 /) { $list.=$item; } else { $list_deprecated.=$item; } } } END { my $recommended_compat = q{10.7}; $recommended_compat =~ s{\..*}{}; while (<STDIN>) { s/#LIST#/$list/g; s/#LIST_DEPRECATED#/$list_deprecated/g; s/#RECOMMENDED_COMPAT#/$recommended_compat/g; print; }; }' `find $dir -type f -maxdepth 1 -name "dh_*.pod" | LC_ALL=C sort` | \
		pod2man --utf8 -c Debhelper -r "10.7" --name="debhelper" --section=7 > debhelper.$lang.7; \
fi; \
if [ -e $dir/debhelper-obsolete-compat.pod ]; then \
	pod2man --utf8 -c Debhelper -r "10.7" --name="debhelper" --section=7 $dir/debhelper-obsolete-compat.pod > debhelper-obsolete-compat.$lang.7; \
fi
set -e; \
lang=pt ; \
dir=man/$lang; \
for file in $dir/dh*.pod; do \
	prog=`basename $file | sed 's/.pod//'`; \
	pod2man --utf8 -c Debhelper -r "10.7" $file $prog.$lang.1; \
done; \
if [ -e $dir/debhelper.pod ]; then \
	cat $dir/debhelper.pod | \
		perl -e ' undef $/; foreach (@ARGV) { open (IN, $_) or die "$_: $!"; $file=<IN>; close IN; if ($file=~m/=head1 .*?\n\n(.*?) - (.*?)\n\n/s) { my $item="=item $1(1)\n\n$2\n\n"; if (" dh_installmanpages " !~ / $1 /) { $list.=$item; } else { $list_deprecated.=$item; } } } END { my $recommended_compat = q{10.7}; $recommended_compat =~ s{\..*}{}; while (<STDIN>) { s/#LIST#/$list/g; s/#LIST_DEPRECATED#/$list_deprecated/g; s/#RECOMMENDED_COMPAT#/$recommended_compat/g; print; }; }' `find $dir -type f -maxdepth 1 -name "dh_*.pod" | LC_ALL=C sort` | \
		pod2man --utf8 -c Debhelper -r "10.7" --name="debhelper" --section=7 > debhelper.$lang.7; \
fi; \
if [ -e $dir/debhelper-obsolete-compat.pod ]; then \
	pod2man --utf8 -c Debhelper -r "10.7" --name="debhelper" --section=7 $dir/debhelper-obsolete-compat.pod > debhelper-obsolete-compat.$lang.7; \
fi
touch translated-ja-stamp
touch translated-es-stamp
touch translated-de-stamp
touch translated-fr-stamp
touch translated-pt-stamp
make[1]: Leaving directory '/tmp/testrun'
   dh_auto_test
	make -j23 test
make[1]: Entering directory '/tmp/testrun'
printf "package Debian::Debhelper::Dh_Version;\n\$version='10.7';\n1" > \
	Debian/Debhelper/Dh_Version.pm
MAKEFLAGS= HARNESS_OPTIONS=j23 ./run perl -MTest::Harness -e 'runtests grep { ! /CVS/ && ! /\.svn/ && -f && -x && m/\.t$/ } @ARGV' t/* t/*/*
t/pod.t .............................................. skipped: Test::Pod required
t/buildsystems/02-make-jobserver-makeflags.t ......... ok
t/buildsystems/01-build-system-basic-api.t ........... ok
t/size.t ............................................. ok
t/buildsystems/06-buildsystem-mkdir-rmdir.t .......... ok

#   Failed test 'dh_auto_configure -D autoconf'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 43.

#   Failed test 'autoconf/Makefile exists'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 49.

#   Failed test 'autoconf/stamp_configure exists'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 51.
t/override_target.t .................................. ok
t/buildsystems/03-bs-auto-buildable.t ................ ok
t/dh-lib.t ........................................... ok

#   Failed test 'autoconf/stamp_build exists'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 58.
t/buildsystems/05-load-build-system.t ................ ok

#   Failed test 'autoconf/stamp_test exists'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 61.

#   Failed test 'autoconf/stamp_test contains VERBOSE=1'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 65.
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = 'VERBOSE=1'

#   Failed test 'autoconf/stamp_install exists'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 69.

#   Failed test 'autoconf/stamp_install contains DESTDIR'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 73.
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = 'DESTDIR=/tmp/testrun/t/buildsystems/debian/testpackage'
t/dh_installdocs/01-868204-ignore-broken-symlinks.t .. ok
t/maintscript.t ...................................... ok

#   Failed test 'dh_auto_configure -D autoconf -B bld/dir --extra-autoconf-configure-arg'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 43.

#   Failed test 'bld/dir/Makefile exists'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 49.

#   Failed test 'bld/dir/stamp_configure exists'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 51.

#   Failed test 'bld/dir/stamp_configure contains extra args'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 55.
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '--extra-autoconf-configure-arg'

#   Failed test 'bld/dir/stamp_build exists'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 58.
t/dh_install/03-866570-dont-install-from-host.t ...... ok

#   Failed test 'bld/dir/stamp_test exists'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 61.

#   Failed test 'bld/dir/stamp_test contains VERBOSE=1'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 65.
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = 'VERBOSE=1'

#   Failed test 'bld/dir/stamp_install exists'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 69.

#   Failed test 'bld/dir/stamp_install contains DESTDIR'
#   at t/buildsystems/04-dh_auto_do_autoconf.t line 73.
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = 'DESTDIR=/tmp/testrun/t/buildsystems/debian/testpackage'
# Looks like you failed 17 tests of 31.
t/buildsystems/04-dh_auto_do_autoconf.t .............. 
Dubious, test returned 17 (wstat 4352, 0x1100)
Failed 17/31 subtests 
t/syntax/syntax-libs.t ............................... ok
t/dh_install/01-basics.t ............................. ok
t/dh_installinit/dh_installinit.t .................... ok
t/dh_missing/03-dh_install-redirection.t ............. ok
t/dh_install/02-bugs-53XXXX.t ........................ ok
t/dh_missing/01-no-missing.t ......................... ok
t/dh_link/02-346405.t ................................ ok
t/dh_missing/02-fail-on-missing.t .................... ok
t/dh_compress.t ...................................... ok
t/dh_install/04-sourcedir.t .......................... ok
t/dh_link/01-basic.t ................................. ok
t/syntax/syntax-progs.t .............................. ok
t/dh_installdocs/dh_installdocs.t .................... ok
t/buildsystems/buildsystem_tests.t ................... ok

Test Summary Report
-------------------
t/buildsystems/04-dh_auto_do_autoconf.t            (Wstat: 4352 Tests: 31 Failed: 17)
  Failed tests:  1-3, 6, 8-9, 11-12, 16-19, 21, 23-24, 26-27
  Non-zero exit status: 17
Files=27, Tests=546,  8 wallclock secs ( 0.51 usr  0.10 sys + 33.74 cusr  7.48 csys = 41.83 CPU)
Result: FAIL
Failed 1/27 test programs. 17/546 subtests failed.
Makefile:134: recipe for target 'test' failed
make[1]: *** [test] Error 255
make[1]: Leaving directory '/tmp/testrun'
dh_auto_test: make -j23 test returned exit code 2
debian/rules:13: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
+ cleanup
+ '[' -e /chroots/chroot-run-sid.1zapZTcVx/tmp/testrun/stats.csv ']'
+ '[' false = true ']'
++ ls -1 '/chroots/chroot-run-sid.1zapZTcVx/tmp/debian-edu-doc_*.changes'
++ true
+ CHANGES=
+ '[' '!' -z '' ']'
+ '[' false = true ']'
+ '[' -d /chroots/chroot-run-sid.1zapZTcVx/proc ']'
+ sudo umount -l /chroots/chroot-run-sid.1zapZTcVx/proc
+ '[' -d /chroots/chroot-run-sid.1zapZTcVx/testrun ']'
+ '[' -d /chroots/chroot-run-sid.1zapZTcVx ']'
+ sudo rm -rf --one-file-system /chroots/chroot-run-sid.1zapZTcVx
Thu 27 Jul 05:48:52 UTC 2017 - /srv/jenkins/bin/chroot-run.sh stopped running as /tmp/jenkins-script-Rxpgq72o, which will now be removed.
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user niels at thykier.net



More information about the debhelper-devel mailing list