[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_7 #1431

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Sep 7 01:43:19 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_amd64_7/1431/>

------------------------------------------
[...truncated 747 lines...]
Building dependency tree...
Reading state information...
fakeroot is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying source file
I: copying [lx-gdb_1.03-16.dsc]
I: copying [./lx-gdb_1.03.orig.tar.gz]
I: copying [./lx-gdb_1.03-16.debian.tar.xz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Mon Jun 30 13:52:15 2014 GMT+12 using RSA key ID 206F8A04
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./lx-gdb_1.03-16.dsc
dpkg-source: info: extracting lx-gdb in lx-gdb-1.03
dpkg-source: info: unpacking lx-gdb_1.03.orig.tar.gz
dpkg-source: info: unpacking lx-gdb_1.03-16.debian.tar.xz
dpkg-source: info: applying legacy-debian-changes
dpkg-source: info: applying destdir-support
dpkg-source: info: applying more-modern-gcc-warnings
I: Building the package
I: Running cd tmp/buildd/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" dpkg-buildpackage -us -uc  -b -rfakeroot
dpkg-buildpackage: source package lx-gdb
dpkg-buildpackage: source version 1.03-16
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Mark W. Eichin <eichin at thok.org>
 dpkg-source --before-build lx-gdb-1.03
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_testdir
   dh_auto_clean
	make -j1 clean
make[1]: Entering directory '/tmp/buildd/lx-gdb-1.03'
rm -f gdbload gdbdump
make[1]: Leaving directory '/tmp/buildd/lx-gdb-1.03'
   dh_clean
 debian/rules build
dh build
   dh_testdir
   dh_auto_configure
   dh_auto_build
	make -j1
make[1]: Entering directory '/tmp/buildd/lx-gdb-1.03'
cc -Wall -O2 -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro  gdbload.c   -o gdbload
In file included from /usr/include/string.h:635:0,
                 from gdbload.c:73:
gdbload.c: In function 'readLine':
gdbload.c:565:43: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
     lineFields[field++] = (uchar *)strdup(record);
                                           ^
In file included from gdbload.c:73:0:
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'uchar * {aka unsigned char *}'
 extern size_t strlen (const char *__s)
               ^
In file included from /usr/include/string.h:635:0,
                 from gdbload.c:73:
gdbload.c:565:43: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign]
     lineFields[field++] = (uchar *)strdup(record);
                                           ^
/usr/include/x86_64-linux-gnu/bits/string2.h:1278:14: note: expected 'const char *' but argument is of type 'uchar * {aka unsigned char *}'
 extern char *__strdup (const char *__string) __THROW __attribute_malloc__;
              ^
gdbload.c:635:43: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
     lineFields[field++] = (uchar *)strdup(record);
                                           ^
In file included from gdbload.c:73:0:
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'uchar * {aka unsigned char *}'
 extern size_t strlen (const char *__s)
               ^
In file included from /usr/include/string.h:635:0,
                 from gdbload.c:73:
gdbload.c:635:43: warning: pointer targets in passing argument 1 of '__strdup' differ in signedness [-Wpointer-sign]
     lineFields[field++] = (uchar *)strdup(record);
                                           ^
/usr/include/x86_64-linux-gnu/bits/string2.h:1278:14: note: expected 'const char *' but argument is of type 'uchar * {aka unsigned char *}'
 extern char *__strdup (const char *__string) __THROW __attribute_malloc__;
              ^
cc -Wall -O2 -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro  gdbdump.c   -o gdbdump
In file included from /usr/include/string.h:635:0,
                 from gdbdump.c:89:
gdbdump.c: In function 'DoDump':
gdbdump.c:414:42: warning: pointer targets in passing argument 1 of '__builtin_strlen' differ in signedness [-Wpointer-sign]
  if (4 != fread(sig, 1, 4, hf) || strcmp(sig, "hcD"))
                                          ^
gdbdump.c:414:42: note: expected 'const char *' but argument is of type 'uchar * {aka unsigned char *}'
gdbdump.c:414:42: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
  if (4 != fread(sig, 1, 4, hf) || strcmp(sig, "hcD"))
                                          ^
gdbdump.c:414:42: note: expected 'const char *' but argument is of type 'uchar * {aka unsigned char *}'
gdbdump.c:414:42: warning: pointer targets in passing argument 1 of '__builtin_strlen' differ in signedness [-Wpointer-sign]
  if (4 != fread(sig, 1, 4, hf) || strcmp(sig, "hcD"))
                                          ^
gdbdump.c:414:42: note: expected 'const char *' but argument is of type 'uchar * {aka unsigned char *}'
gdbdump.c:414:42: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
  if (4 != fread(sig, 1, 4, hf) || strcmp(sig, "hcD"))
                                          ^
gdbdump.c:414:42: note: expected 'const char *' but argument is of type 'uchar * {aka unsigned char *}'
gdbdump.c:414:42: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
  if (4 != fread(sig, 1, 4, hf) || strcmp(sig, "hcD"))
                                          ^
gdbdump.c:414:42: note: expected 'const char *' but argument is of type 'uchar * {aka unsigned char *}'
gdbdump.c:414:42: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
  if (4 != fread(sig, 1, 4, hf) || strcmp(sig, "hcD"))
                                          ^
gdbdump.c:414:42: note: expected 'const char *' but argument is of type 'uchar * {aka unsigned char *}'
gdbdump.c: In function 'ReadFields':
gdbdump.c:228:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
   fread(fields[cFields], 1, rechdr[3]*256+rechdr[2]-6, hf);
   ^
gdbdump.c: In function 'PrintNote':
gdbdump.c:279:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
   fread(pch, 1, rechdr[3]*256+rechdr[2]-6, hf);
   ^
gdbdump.c: In function 'ReadData':
gdbdump.c:401:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
   fread(pch, 1, rechdr[3]*256+rechdr[2]-6, hf);
   ^
make[1]: Leaving directory '/tmp/buildd/lx-gdb-1.03'
   dh_auto_test
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_installdirs
   dh_auto_install
	make -j1 install DESTDIR=/tmp/buildd/lx-gdb-1.03/debian/lx-gdb AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/tmp/buildd/lx-gdb-1.03'
install -m 755 gdbload gdbdump /tmp/buildd/lx-gdb-1.03/debian/lx-gdb/usr/bin
install -m 644 gdbload.1 gdbdump.1 /tmp/buildd/lx-gdb-1.03/debian/lx-gdb/usr/share/man/man1
make[1]: Leaving directory '/tmp/buildd/lx-gdb-1.03'
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_lintian
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   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 'lx-gdb-dbgsym' in '../lx-gdb-dbgsym_1.03-16_amd64.deb'.
dpkg-deb: building package 'lx-gdb' in '../lx-gdb_1.03-16_amd64.deb'.
 dpkg-genbuildinfo  >../lx-gdb_1.03-16_amd64.buildinfo
 dpkg-distaddfile lx-gdb_1.03-16_amd64.buildinfo otherosfs extra
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../lx-gdb_1.03-16_amd64.changes
dpkg-genchanges: warning: package lx-gdb-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build lx-gdb-1.03
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//20929 and its subdirectories
I: Current time: Sun Sep  6 13:43:40 GMT+12 2015
I: pbuilder-time-stamp: 1441590220
+ true
+ rm /srv/reproducible-results/tmp.ttAl0zAFr1/pbuilderrc_4dKH
++ date -u
Mon Sep  7 01:43:40 UTC 2015 - build #1 for lx-gdb/unstable/amd64 on profitbricks-build2-amd64 done
+ echo 'Mon Sep  7 01:43:40 UTC 2015 - build #1 for lx-gdb/unstable/amd64 on profitbricks-build2-amd64 done'
+ exit 0
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.Sks8tmwloX/tmp.BpJB5PMnmD
/srv/reproducible-results/tmp.Sks8tmwloX/tmp.BpJB5PMnmD:	 75.4% -- replaced with /srv/reproducible-results/tmp.Sks8tmwloX/tmp.BpJB5PMnmD.gz
+ '[' 1 = legacy ']'
+ '[' 1 = ng ']'
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-lx-gdb
Mon Sep  7 01:43:40 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-C2MaqMRB, 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.ttAl0zAFr1/b1 /srv/reproducible-results/tmp.ttAl0zAFr1/
jenkins_node_wrapper.sh[25469] remote_host called with rsync --server --sender -re.iLsfx . /srv/reproducible-results/tmp.ttAl0zAFr1/b1
+ RESULT=0
+ '[' 0 -ne 0 ']'
+ ls -R /srv/reproducible-results/tmp.ttAl0zAFr1
/srv/reproducible-results/tmp.ttAl0zAFr1:
b1
b2
lx-gdb_1.03-16.debian.tar.xz
lx-gdb_1.03-16.dsc
lx-gdb_1.03.orig.tar.gz
tmp.CpBxR32Yft

/srv/reproducible-results/tmp.ttAl0zAFr1/b1:
build.log
lx-gdb-dbgsym_1.03-16_amd64.deb
lx-gdb_1.03-16.debian.tar.xz
lx-gdb_1.03-16.dsc
lx-gdb_1.03-16_amd64.buildinfo
lx-gdb_1.03-16_amd64.changes
lx-gdb_1.03-16_amd64.deb
lx-gdb_1.03.orig.tar.gz

/srv/reproducible-results/tmp.ttAl0zAFr1/b2:
+ ssh -p 22 profitbricks-build2-amd64.debian.net 'rm -r /srv/reproducible-results/tmp.ttAl0zAFr1'
jenkins_node_wrapper.sh[25489] remote_host called with rm -r /srv/reproducible-results/tmp.ttAl0zAFr1
+ '[' '!' -f b1/lx-gdb_1.03-16_amd64.changes ']'
+ '[' -f b1/lx-gdb_1.03-16_amd64.changes ']'
+ check_for_race_conditions
++ cat /tmp/reproducible-lockfile-unstable-amd64-lx-gdb
+ '[' 56899 -ne 56899 ']'
+ echo =============================================================================
=============================================================================
+ echo 'Re-building lx-gdb/1.03-16 in unstable on amd64 now.'
Re-building lx-gdb/1.03-16 in unstable on amd64 now.
+ echo =============================================================================
=============================================================================
+ '[' ng = legacy ']'
+ ssh -p 22 profitbricks-build1-amd64.debian.net /srv/jenkins/bin/reproducible_build.sh 2 lx-gdb unstable /srv/reproducible-results/tmp.ttAl0zAFr1
ssh_exchange_identification: read: Connection reset by peer
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.ttAl0zAFr1/tmp.CpBxR32Yft
/srv/reproducible-results/tmp.ttAl0zAFr1/tmp.CpBxR32Yft:	 36.7% -- replaced with /srv/reproducible-results/tmp.ttAl0zAFr1/tmp.CpBxR32Yft.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html lx-gdb
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''lx-gdb'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-07 01:43:19.706897
INFO: Finished at 2015-09-07 01:43:19.711801, took: 0:00:00.004911
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.ttAl0zAFr1
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-lx-gdb
Mon  7 Sep 01:43:19 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-oOucODt3, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list