[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_epsilon #28286
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Aug 30 23:05:59 UTC 2015
See <https://jenkins.debian.net/job/reproducible_builder_epsilon/28286/>
------------------------------------------
[...truncated 771 lines...]
I: Copying source file
I: copying [splitvt_1.6.6-11.dsc]
I: copying [./splitvt_1.6.6.orig.tar.gz]
I: copying [./splitvt_1.6.6-11.debian.tar.gz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made dim 24 jun 2012 16:44:53 GMT-14 using RSA key ID 1A49C0D2
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./splitvt_1.6.6-11.dsc
dpkg-source: info: extracting splitvt in splitvt-1.6.6
dpkg-source: info: unpacking splitvt_1.6.6.orig.tar.gz
dpkg-source: info: unpacking splitvt_1.6.6-11.debian.tar.gz
dpkg-source: info: applying old.changes.patch
dpkg-source: info: applying fix.man.minus.sign.patch
dpkg-source: info: applying fix.man.macro.not.defined.patch
dpkg-source: info: applying support.termios.splitvt.patch
dpkg-source: info: applying migrate.splitvt.to.wtmp.patch
dpkg-source: info: applying multiarch.ncurses.patch
I: Building the package
W: no hooks of type A found -- ignoring
I: Running cd tmp/buildd/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: source package splitvt
dpkg-buildpackage: source version 1.6.6-11
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Mònica Ramírez Arceda <monica at debian.org>
dpkg-source --before-build splitvt-1.6.6
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
dh clean
dh_testdir
dh_auto_clean
dh_clean
debian/rules build
dh build
dh_testdir
debian/rules override_dh_auto_configure
make[1]: Entering directory '/tmp/buildd/splitvt-1.6.6'
rm -f Makefile
./configure
Making configuration...
config.c:50:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
main(argc, argv)
^
config.c: In function ‘main’:
config.c:141:7: warning: implicit declaration of function ‘grep’ [-Wimplicit-function-declaration]
if ( grep(INCLUDE, "utmp.h", "ut_host") ) {
^
config.c:207:8: warning: implicit declaration of function ‘access’ [-Wimplicit-function-declaration]
if ( (access("/var/run/utmp", (R_OK|W_OK)) == 0) && getuid() )
^
config.c:207:54: warning: implicit declaration of function ‘getuid’ [-Wimplicit-function-declaration]
if ( (access("/var/run/utmp", (R_OK|W_OK)) == 0) && getuid() )
^
Aha! You are running Linux!
Congratulations on the choice of a GNU generation.
Using the termcap library for terminal support.
Your utmp file uses the host field.
I will use termios tty structures.
If installed set-uid root, this program will put entries for its windows
in /var/run/utmp, and will also change ownership of the ttys it acquires to the
user running this program.
Done. Type 'make' to build
make[1]: Leaving directory '/tmp/buildd/splitvt-1.6.6'
dh_auto_build
make -j1
make[1]: Entering directory '/tmp/buildd/splitvt-1.6.6'
gcc -Wall -O2 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DSHELL=\"/bin/sh\" -DPTYCHAR=\"\" -DHEXDIGIT=\"\" -c -o splitvt.o splitvt.c
gcc -Wall -O2 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DSHELL=\"/bin/sh\" -DPTYCHAR=\"\" -DHEXDIGIT=\"\" -c -o misc.o misc.c
gcc -Wall -O2 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DSHELL=\"/bin/sh\" -DPTYCHAR=\"\" -DHEXDIGIT=\"\" -c -o utmp.o utmp.c
utmp.c: In function ‘addutmp’:
utmp.c:219:14: warning: passing argument 1 of ‘time’ from incompatible pointer type [-Wincompatible-pointer-types]
(void) time(&ut.ut_time);
^
In file included from utmp.c:11:0:
/usr/include/time.h:192:15: note: expected ‘time_t * {aka long int *}’ but argument is of type ‘int32_t * {aka int *}’
extern time_t time (time_t *__timer) __THROW;
^
utmp.c: In function ‘delutmp’:
utmp.c:248:14: warning: unused variable ‘ut’ [-Wunused-variable]
struct utmp ut;
^
gcc -Wall -O2 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DSHELL=\"/bin/sh\" -DPTYCHAR=\"\" -DHEXDIGIT=\"\" -c -o vt100.o vt100.c
gcc -Wall -O2 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DSHELL=\"/bin/sh\" -DPTYCHAR=\"\" -DHEXDIGIT=\"\" -c -o videomem.o videomem.c
gcc -Wall -O2 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DSHELL=\"/bin/sh\" -DPTYCHAR=\"\" -DHEXDIGIT=\"\" -c -o terminal.o terminal.c
terminal.c: In function ‘vt_insertchar’:
terminal.c:427:6: warning: type of ‘numcols’ defaults to ‘int’ [-Wimplicit-int]
void vt_insertchar(numcols)
^
gcc -Wall -O2 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DSHELL=\"/bin/sh\" -DPTYCHAR=\"\" -DHEXDIGIT=\"\" -c -o vttest.o vttest.c
gcc -Wall -O2 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DSHELL=\"/bin/sh\" -DPTYCHAR=\"\" -DHEXDIGIT=\"\" -c -o vtmouse.o vtmouse.c
gcc -Wall -O2 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DSHELL=\"/bin/sh\" -DPTYCHAR=\"\" -DHEXDIGIT=\"\" -c -o parserc.o parserc.c
gcc -Wall -O2 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DSHELL=\"/bin/sh\" -DPTYCHAR=\"\" -DHEXDIGIT=\"\" -c -o lock.o lock.c
gcc -Wall -O2 -DTERMCAP -DHAVE_UTHOST -DHAVE_TERMIOS_H -DHAVE_UNISTD_H -DSHELL=\"/bin/sh\" -DPTYCHAR=\"\" -DHEXDIGIT=\"\" -c -o cut-paste.o cut-paste.c
cut-paste.c: In function ‘put_sel_char’:
cut-paste.c:48:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
(*oldattr)=check_attr(c, *oldattr, (int)on);
^
cut-paste.c: In function ‘vt_getsel’:
cut-paste.c:110:4: warning: ‘mark1.y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
++endsel.y;
^
cut-paste.c:261:25: note: ‘mark1.y’ was declared here
position here, cursor, mark1, mark2;
^
cut-paste.c:115:12: warning: ‘mark1.x’ may be used uninitialized in this function [-Wmaybe-uninitialized]
} else if ( mark1->x > mark2->x ) {
^
cut-paste.c:261:25: note: ‘mark1.x’ was declared here
position here, cursor, mark1, mark2;
^
cut-paste.c:119:2: warning: ‘endsel.y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
getsel_video(win,buf,len, startsel.x, endsel.x, startsel.y, endsel.y);
^
cut-paste.c:93:21: note: ‘endsel.y’ was declared here
position startsel, endsel;
^
cut-paste.c:119:2: warning: ‘endsel.x’ may be used uninitialized in this function [-Wmaybe-uninitialized]
getsel_video(win,buf,len, startsel.x, endsel.x, startsel.y, endsel.y);
^
cut-paste.c:93:21: note: ‘endsel.x’ was declared here
position startsel, endsel;
^
cut-paste.c:119:2: warning: ‘startsel.y’ may be used uninitialized in this function [-Wmaybe-uninitialized]
getsel_video(win,buf,len, startsel.x, endsel.x, startsel.y, endsel.y);
^
cut-paste.c:93:11: note: ‘startsel.y’ was declared here
position startsel, endsel;
^
cut-paste.c:119:2: warning: ‘startsel.x’ may be used uninitialized in this function [-Wmaybe-uninitialized]
getsel_video(win,buf,len, startsel.x, endsel.x, startsel.y, endsel.y);
^
cut-paste.c:93:11: note: ‘startsel.x’ was declared here
position startsel, endsel;
^
gcc -o splitvt splitvt.o misc.o utmp.o vt100.o videomem.o terminal.o vttest.o vtmouse.o parserc.o lock.o cut-paste.o -ltermcap -lutil
make[1]: Leaving directory '/tmp/buildd/splitvt-1.6.6'
dh_auto_test
fakeroot debian/rules binary
dh binary
dh_testroot
dh_prep
dh_install
dh_installdocs
dh_installchangelogs
dh_installexamples
dh_installman
dh_lintian
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
debian/rules override_dh_fixperms
make[1]: Entering directory '/tmp/buildd/splitvt-1.6.6'
dh_fixperms
chgrp utmp debian/splitvt/usr/bin/splitvt
chmod g+s debian/splitvt/usr/bin/splitvt
make[1]: Leaving directory '/tmp/buildd/splitvt-1.6.6'
dh_strip
dh_makeshlibs
dh_shlibdeps
dh_installdeb
dh_gencontrol
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
dh_builddeb
dpkg-deb: building package 'splitvt-dbgsym' in '../splitvt-dbgsym_1.6.6-11_amd64.deb'.
dpkg-deb: building package 'splitvt' in '../splitvt_1.6.6-11_amd64.deb'.
dpkg-genbuildinfo >../splitvt_1.6.6-11_amd64.buildinfo
dpkg-distaddfile splitvt_1.6.6-11_amd64.buildinfo utils optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges -b >../splitvt_1.6.6-11_amd64.changes
dpkg-genchanges: warning: package splitvt-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
dpkg-source --after-build splitvt-1.6.6
dpkg-buildpackage: binary-only upload (no source included)
I: user script /var/cache/pbuilder/build//61148/tmp/hooks/B01_cleanup starting
I: user script /var/cache/pbuilder/build//61148/tmp/hooks/B01_cleanup finished
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//61148 and its subdirectories
I: Current time: lundi 31 août 2015, 13:05:59 (UTC+1400)
I: pbuilder-time-stamp: 1440975959
+ true
+ '[' -f b2/splitvt_1.6.6-11_amd64.changes ']'
+ FTBFS=0
+ cat b1/splitvt_1.6.6-11_amd64.changes
+ tee -a /srv/reproducible-results/tmp.WioVpJtpvO/tmp.33tCikmqWh
Format: 1.8
Date: Sun, 24 Jun 2012 03:57:35 +0200
Source: splitvt
Binary: splitvt
Architecture: amd64
Version: 1.6.6-11
Distribution: unstable
Urgency: low
Maintainer: Mònica Ramírez Arceda <monica at debian.org>
Changed-By: Mònica Ramírez Arceda <monica at debian.org>
Description:
splitvt - run two programs in a split screen
Changes:
splitvt (1.6.6-11) unstable; urgency=low
.
* debian/control:
- Update Maintainer field with Debian email.
- Bump to Standards-Version 3.9.3. No changes required.
* debian/copyright: switch to machine-readable format.
Checksums-Sha1:
a092aa6156654efb67f9d71eb1eb6ee614b8531e 5062 splitvt-dbgsym_1.6.6-11_amd64.deb
412e1542a17291d77d9258b88b6658afd5dab938 4868 splitvt_1.6.6-11_amd64.buildinfo
96f009669d2d1b7c9e589df6f159fc3c8dbdf78f 36324 splitvt_1.6.6-11_amd64.deb
Checksums-Sha256:
96c23faa337e6e61ae5b466a34208bfcdb6db2c0546f45444532ec209f188246 5062 splitvt-dbgsym_1.6.6-11_amd64.deb
89c1a34919b6d8418a59813c64e58e39d5e2ab7330e12241084251492ed04906 4868 splitvt_1.6.6-11_amd64.buildinfo
c0dcf03a5fae6e90d9ae154a0bc84b0efe35c6f626ed190e97841983ee96cd63 36324 splitvt_1.6.6-11_amd64.deb
Files:
653779757177d393c572e238ce4e6c47 5062 debugsym extra splitvt-dbgsym_1.6.6-11_amd64.deb
1d2b49da66e516e8e571db3a0d7069e3 4868 utils optional splitvt_1.6.6-11_amd64.buildinfo
c125b1d35627f78e506740f03363219c 36324 utils optional splitvt_1.6.6-11_amd64.deb
+ rm
rm: missing operand
Try 'rm --help' for more information.
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.WioVpJtpvO/tmp.33tCikmqWh
/srv/reproducible-results/tmp.WioVpJtpvO/tmp.33tCikmqWh: 69.4% -- replaced with /srv/reproducible-results/tmp.WioVpJtpvO/tmp.33tCikmqWh.gz
+ '[' legacy = legacy ']'
+ gen_package_html splitvt
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''splitvt'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-08-30 23:05:59.621124
INFO: Finished at 2015-08-30 23:05:59.627286, took: 0:00:00.006171
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.WioVpJtpvO
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-splitvt
Sun 30 Aug 23:05:59 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-UN2Nyxvo, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list