[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_9 #32
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Sep 7 01:06:27 UTC 2015
See <https://jenkins.debian.net/job/reproducible_builder_amd64_9/32/>
------------------------------------------
[...truncated 1013 lines...]
> Font Selection
> Foreground
> Background
> Bold+ANSI colour == highbright
** t/41screen_unicode.test **
> Single width UTF-8
> Wide char
> Combining char
> 10 combining accents should not crash
> 40 combining accents in two split writes of 20 should not crash
> Outputing CJK doublewidth in 80th column should wraparound to next line and not crash"
** t/43screen_resize.test **
> Resize wider preserves cells
> Resize wider allows print in new area
> Resize shorter with blanks just truncates
> Resize shorter with content must scroll
> Resize taller attempts to pop scrollback
** t/22state_save.test **
> Set up state
> Save
> Change state
> Restore
> Save/restore using DECSC/DECRC
> Save twice, restore twice happens on both edge transitions
** t/02parser.test **
> Basic text
> C0
> C1 8bit
> C1 7bit
> High bytes
> Mixed
> Escape
> Escape 2-byte
> Split write Escape
> Escape cancels Escape, starts another
> CAN cancels Escape, returns to normal mode
> C0 in Escape interrupts and continues
> CSI 0 args
> CSI 1 arg
> CSI 2 args
> CSI 1 arg 1 sub
> CSI many digits
> CSI leading zero
> CSI qmark
> CSI greater
> CSI SP
> Mixed CSI
> Split write
> Escape cancels CSI, starts Escape
> CAN cancels CSI, returns to normal mode
> C0 in Escape interrupts and continues
> OSC BEL
> OSC ST (7bit)
> OSC ST (8bit)
> Escape cancels OSC, starts Escape
> CAN cancels OSC, returns to normal mode
> C0 in OSC interrupts and continues
> DCS BEL
> DCS ST (7bit)
> DCS ST (8bit)
> Escape cancels DCS, starts Escape
> CAN cancels DCS, returns to normal mode
> C0 in OSC interrupts and continues
> NUL ignored
> NUL ignored within CSI
> DEL ignored
> DEL ignored within CSI
** t/90vttest_01-movement-3.test **
> Output
make[2]: Leaving directory '/tmp/buildd/libvterm-0~bzr638/libvterm-0.0'
make[1]: Leaving directory '/tmp/buildd/libvterm-0~bzr638'
fakeroot debian/rules binary
dh binary --parallel
dh_testroot -O--parallel
dh_prep -O--parallel
debian/rules override_dh_auto_install-arch
make[1]: Entering directory '/tmp/buildd/libvterm-0~bzr638'
/usr/bin/make -C libvterm-0.0 VERBOSE=1 PREFIX=/usr LIBDIR=/usr/lib/x86_64-linux-gnu DESTDIR=/tmp/buildd/libvterm-0~bzr638/debian/tmp install
make[2]: Entering directory '/tmp/buildd/libvterm-0~bzr638/libvterm-0.0'
install -d /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/include
install -m644 include/vterm.h include/vterm_keycodes.h /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/include
install -d /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig
sed -e "s, at PREFIX@,/usr," -e "s, at LIBDIR@,/usr/lib/x86_64-linux-gnu," <vterm.pc.in >/tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig/vterm.pc
install -d /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/lib/x86_64-linux-gnu
libtool --mode=install install libvterm.la /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/lib/x86_64-linux-gnu/libvterm.la
libtool: install: install .libs/libvterm.so.0.0.0 /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/lib/x86_64-linux-gnu/libvterm.so.0.0.0
libtool: install: (cd /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libvterm.so.0.0.0 libvterm.so.0 || { rm -f libvterm.so.0 && ln -s libvterm.so.0.0.0 libvterm.so.0; }; })
libtool: install: (cd /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libvterm.so.0.0.0 libvterm.so || { rm -f libvterm.so && ln -s libvterm.so.0.0.0 libvterm.so; }; })
libtool: install: install .libs/libvterm.lai /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/lib/x86_64-linux-gnu/libvterm.la
libtool: install: install .libs/libvterm.a /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/lib/x86_64-linux-gnu/libvterm.a
libtool: install: chmod 644 /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/lib/x86_64-linux-gnu/libvterm.a
libtool: install: ranlib /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/lib/x86_64-linux-gnu/libvterm.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/x86_64-linux-gnu'
libtool --mode=finish /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/lib/x86_64-linux-gnu
libtool: finish: PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/lib/x86_64-linux-gnu
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/lib/x86_64-linux-gnu
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
install -d /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/bin
libtool --mode=install install bin/unterm bin/vterm-ctrl bin/vterm-dump /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/bin/
libtool: install: warning: `/tmp/buildd/libvterm-0~bzr638/libvterm-0.0/libvterm.la' has not been installed in `/usr/lib/x86_64-linux-gnu'
libtool: install: install bin/.libs/unterm /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/bin/unterm
libtool: install: warning: `/tmp/buildd/libvterm-0~bzr638/libvterm-0.0/libvterm.la' has not been installed in `/usr/lib/x86_64-linux-gnu'
libtool: install: install bin/.libs/vterm-ctrl /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/bin/vterm-ctrl
libtool: install: warning: `/tmp/buildd/libvterm-0~bzr638/libvterm-0.0/libvterm.la' has not been installed in `/usr/lib/x86_64-linux-gnu'
libtool: install: install bin/.libs/vterm-dump /tmp/buildd/libvterm-0~bzr638/debian/tmp/usr/bin/vterm-dump
make[2]: Leaving directory '/tmp/buildd/libvterm-0~bzr638/libvterm-0.0'
make[1]: Leaving directory '/tmp/buildd/libvterm-0~bzr638'
dh_install -O--parallel
dh_installdocs -O--parallel
dh_installchangelogs -O--parallel
dh_perl -O--parallel
dh_link -O--parallel
dh_strip_nondeterminism -O--parallel
dh_compress -O--parallel
dh_fixperms -O--parallel
debian/rules override_dh_strip
make[1]: Entering directory '/tmp/buildd/libvterm-0~bzr638'
dh_strip --dbg-package=libvterm-dbg
make[1]: Leaving directory '/tmp/buildd/libvterm-0~bzr638'
dh_makeshlibs -O--parallel
dh_shlibdeps -O--parallel
dh_installdeb -O--parallel
dh_gencontrol -O--parallel
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dh_md5sums -O--parallel
dh_builddeb -O--parallel
dpkg-deb: building package 'libvterm-bin' in '../libvterm-bin_0~bzr638-1_amd64.deb'.
dpkg-deb: building package 'libvterm0' in '../libvterm0_0~bzr638-1_amd64.deb'.
dpkg-deb: building package 'libvterm-dev' in '../libvterm-dev_0~bzr638-1_amd64.deb'.
dpkg-deb: building package 'libvterm-dbg' in '../libvterm-dbg_0~bzr638-1_amd64.deb'.
dpkg-genbuildinfo >../libvterm_0~bzr638-1_amd64.buildinfo
dpkg-distaddfile libvterm_0~bzr638-1_amd64.buildinfo libs extra
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges -b >../libvterm_0~bzr638-1_amd64.changes
dpkg-genchanges: binary-only upload (no source code included)
dpkg-source --after-build libvterm-0~bzr638
dpkg-buildpackage: binary-only upload (no source included)
I: unmounting /sys filesystem
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: cleaning the build env
I: removing directory /var/cache/pbuilder/build//14989 and its subdirectories
I: Current time: Sun Sep 6 13:06:48 GMT+12 2015
I: pbuilder-time-stamp: 1441588008
+ true
+ rm /srv/reproducible-results/tmp.mnWRUQbT9o/pbuilderrc_2389
++ date -u
Mon Sep 7 01:06:48 UTC 2015 - build #1 for libvterm/experimental/amd64 on profitbricks-build2-amd64 done
+ echo 'Mon Sep 7 01:06:48 UTC 2015 - build #1 for libvterm/experimental/amd64 on profitbricks-build2-amd64 done'
+ exit 0
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.qMCQkDOksR/tmp.BfbfWAJflM
/srv/reproducible-results/tmp.qMCQkDOksR/tmp.BfbfWAJflM: 75.6% -- replaced with /srv/reproducible-results/tmp.qMCQkDOksR/tmp.BfbfWAJflM.gz
+ '[' 1 = legacy ']'
+ '[' 1 = ng ']'
+ false
+ rm -f /tmp/reproducible-lockfile-experimental-amd64-libvterm
Mon Sep 7 01:06:48 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-ORUUjblj, which will now be removed.
+ RESULT=0
+ '[' 0 -eq 148 ']'
+ '[' 0 -ne 0 ']'
+ rsync -e 'ssh -p 22' -r profitbricks-build2-amd64.debian.net:/srv/reproducible-results/tmp.mnWRUQbT9o/b1 /srv/reproducible-results/tmp.mnWRUQbT9o/
jenkins_node_wrapper.sh[18458] remote_host called with rsync --server --sender -re.iLsfx . /srv/reproducible-results/tmp.mnWRUQbT9o/b1
+ RESULT=0
+ '[' 0 -ne 0 ']'
+ ls -R /srv/reproducible-results/tmp.mnWRUQbT9o
/srv/reproducible-results/tmp.mnWRUQbT9o:
b1
b2
libvterm_0~bzr638-1.debian.tar.xz
libvterm_0~bzr638-1.dsc
libvterm_0~bzr638.orig.tar.gz
tmp.Ogc9YjGfvE
/srv/reproducible-results/tmp.mnWRUQbT9o/b1:
build.log
libvterm-bin_0~bzr638-1_amd64.deb
libvterm-dbg_0~bzr638-1_amd64.deb
libvterm-dev_0~bzr638-1_amd64.deb
libvterm0_0~bzr638-1_amd64.deb
libvterm_0~bzr638-1.debian.tar.xz
libvterm_0~bzr638-1.dsc
libvterm_0~bzr638-1_amd64.buildinfo
libvterm_0~bzr638-1_amd64.changes
libvterm_0~bzr638.orig.tar.gz
/srv/reproducible-results/tmp.mnWRUQbT9o/b2:
+ ssh -p 22 profitbricks-build2-amd64.debian.net 'rm -r /srv/reproducible-results/tmp.mnWRUQbT9o'
jenkins_node_wrapper.sh[18466] remote_host called with rm -r /srv/reproducible-results/tmp.mnWRUQbT9o
+ '[' '!' -f b1/libvterm_0~bzr638-1_amd64.changes ']'
+ '[' -f b1/libvterm_0~bzr638-1_amd64.changes ']'
+ check_for_race_conditions
++ cat /tmp/reproducible-lockfile-experimental-amd64-libvterm
+ '[' 29232 -ne 29232 ']'
+ echo =============================================================================
=============================================================================
+ echo 'Re-building libvterm/0~bzr638-1 in experimental on amd64 now.'
Re-building libvterm/0~bzr638-1 in experimental on amd64 now.
+ echo =============================================================================
=============================================================================
+ '[' ng = legacy ']'
+ ssh -p 22 profitbricks-build1-amd64.debian.net /srv/jenkins/bin/reproducible_build.sh 2 libvterm experimental /srv/reproducible-results/tmp.mnWRUQbT9o
ssh_exchange_identification: read: Connection reset by peer
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.mnWRUQbT9o/tmp.Ogc9YjGfvE
/srv/reproducible-results/tmp.mnWRUQbT9o/tmp.Ogc9YjGfvE: 41.9% -- replaced with /srv/reproducible-results/tmp.mnWRUQbT9o/tmp.Ogc9YjGfvE.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html libvterm
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''libvterm'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-07 01:06:27.632444
INFO: Finished at 2015-09-07 01:06:27.643543, took: 0:00:00.011117
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.mnWRUQbT9o
+ false
+ rm -f /tmp/reproducible-lockfile-experimental-amd64-libvterm
Mon 7 Sep 01:06:27 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-ocpNnXdM, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list