[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_9 #38

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


See <https://jenkins.debian.net/job/reproducible_builder_amd64_9/38/>

------------------------------------------
[...truncated 705 lines...]
checking for gcc option to accept ISO C89... none needed
checking for gcc option to accept ISO C99... none needed
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for C/C++ restrict keyword... __restrict
checking for inline... inline
checking for a BSD-compatible install... /usr/bin/install -c
checking for rm... /bin/rm
checking for mt... ./configure: line 4096: WARNING:: command not found
no
checking return type of signal handlers... void
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for struct stat.st_blksize... yes
checking whether to enable assertions... yes
checking for pthread_mutex_init in -lpthread... yes
checking for library containing clock_gettime... none required
checking for library containing sem_init... none required
checking for library containing rint... -lm
checking for library containing seteuid... none required
checking for library containing atoll... none required
checking for library containing hstrerror... none required
checking for library containing getaddrinfo... none required
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for library containing sendfile... none required
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for library containing mhash_init... -lmhash
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mbuffer.1
config.status: creating config.h
configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode, --disable-dependency-tracking
   dh_auto_build -O--parallel
	make -j8
make[1]: Entering directory '/tmp/buildd/mbuffer-20150412'
gcc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CONFIG_H -I. -I. -Wdate-time -D_FORTIFY_SOURCE=2  -c -o log.o log.c
gcc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CONFIG_H -I. -I. -Wdate-time -D_FORTIFY_SOURCE=2  -c -o network.o network.c
gcc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CONFIG_H -I. -I. -Wdate-time -D_FORTIFY_SOURCE=2  -c -o mbuffer.o mbuffer.c
log.c: In function 'logwrite':
log.c:89:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  (void) write(Log,buf,b);
  ^
mbuffer.c:121:3: warning: #warning sendfile is unable to send from buffers [-Wcpp]
  #warning sendfile is unable to send from buffers
   ^
mbuffer.c: In function 'inputThread':
mbuffer.c:763:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
      pthread_exit((void *) in);
                   ^
mbuffer.c:764:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     return (void *) in;
            ^
mbuffer.c: In function 'terminateSender':
mbuffer.c:861:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  pthread_exit((void *) ret);
               ^
mbuffer.c: In function 'terminateOutputThread':
mbuffer.c:1145:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  pthread_exit((void *)status);
               ^
mbuffer.c: In function 'main':
mbuffer.c:2523:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
      (void) write(STDERR_FILENO,d->result,strlen(d->result));
      ^
mbuffer.c:2525:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       (void) write(Log,d->result,strlen(d->result));
       ^
mbuffer.c: In function 'requestOutputVolume':
mbuffer.c:1110:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   (void) write(STDERR_FILENO,msg,sizeof(msg));
   ^
mbuffer.c: In function 'sigHandler':
mbuffer.c:316:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    (void) write(TermQ[1],"0",1);
    ^
mbuffer.c: In function 'initDefaults':
mbuffer.c:1709:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
   fscanf(dfstr,"%255[^\n]\n",line);
   ^
mbuffer.c: In function 'requestInputVolume':
mbuffer.c:658:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   (void) write(STDERR_FILENO,msg,sizeof(msg));
   ^
mbuffer.c: In function 'promptInteractive':
mbuffer.c:557:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    (void) write(STDERR_FILENO,donemsg,sizeof(donemsg));
    ^
mbuffer.c:574:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
    (void) write(STDERR_FILENO,contmsg,sizeof(contmsg));
    ^
mbuffer.c: In function 'summary':
mbuffer.c:285:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   (void) write(Log,buf,msg-buf);
   ^
mbuffer.c:287:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   (void) write(STDERR_FILENO,buf,msg-buf);
   ^
gcc -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -DHAVE_CONFIG_H -I. -I. -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,defs log.o network.o mbuffer.o -lmhash -lm -lpthread  -o mbuffer
make[1]: Leaving directory '/tmp/buildd/mbuffer-20150412'
 fakeroot debian/rules binary
dh binary --parallel --with autoreconf,autotools-dev
   dh_testroot -O--parallel
   dh_prep -O--parallel
   dh_auto_install -O--parallel
	make -j8 install DESTDIR=/tmp/buildd/mbuffer-20150412/debian/mbuffer AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/tmp/buildd/mbuffer-20150412'
/usr/bin/install -c -d /tmp/buildd/mbuffer-20150412/debian/mbuffer/usr/bin
/usr/bin/install -c mbuffer /tmp/buildd/mbuffer-20150412/debian/mbuffer/usr/bin
/usr/bin/install -c -d /tmp/buildd/mbuffer-20150412/debian/mbuffer/usr/share/man/man1
/usr/bin/install -c mbuffer.1 /tmp/buildd/mbuffer-20150412/debian/mbuffer/usr/share/man/man1
make[1]: Leaving directory '/tmp/buildd/mbuffer-20150412'
   dh_installdocs -O--parallel
   dh_installchangelogs -O--parallel
   dh_installman -O--parallel
   dh_perl -O--parallel
   dh_link -O--parallel
   dh_strip_nondeterminism -O--parallel
   dh_compress -O--parallel
   dh_fixperms -O--parallel
   dh_strip -O--parallel
   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
   dh_md5sums -O--parallel
   dh_builddeb -O--parallel
dpkg-deb: building package 'mbuffer-dbgsym' in '../mbuffer-dbgsym_20150412-3_amd64.deb'.
dpkg-deb: building package 'mbuffer' in '../mbuffer_20150412-3_amd64.deb'.
 dpkg-genbuildinfo  >../mbuffer_20150412-3_amd64.buildinfo
 dpkg-distaddfile mbuffer_20150412-3_amd64.buildinfo utils optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../mbuffer_20150412-3_amd64.changes
dpkg-genchanges: warning: package mbuffer-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build mbuffer-20150412
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//29578 and its subdirectories
I: Current time: Sun Sep  6 13:19:34 GMT+12 2015
I: pbuilder-time-stamp: 1441588774
+ true
+ rm /srv/reproducible-results/tmp.15glGfYX48/pbuilderrc_2q18
++ date -u
Mon Sep  7 01:19:34 UTC 2015 - build #1 for mbuffer/unstable/amd64 on profitbricks-build2-amd64 done
+ echo 'Mon Sep  7 01:19:34 UTC 2015 - build #1 for mbuffer/unstable/amd64 on profitbricks-build2-amd64 done'
+ exit 0
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.ef4d3Qvn7I/tmp.D2vUIfVt26
/srv/reproducible-results/tmp.ef4d3Qvn7I/tmp.D2vUIfVt26:	 74.7% -- replaced with /srv/reproducible-results/tmp.ef4d3Qvn7I/tmp.D2vUIfVt26.gz
+ '[' 1 = legacy ']'
+ '[' 1 = ng ']'
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-mbuffer
Mon Sep  7 01:19:34 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-ouWQvl4N, 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.15glGfYX48/b1 /srv/reproducible-results/tmp.15glGfYX48/
jenkins_node_wrapper.sh[34378] remote_host called with rsync --server --sender -re.iLsfx . /srv/reproducible-results/tmp.15glGfYX48/b1
+ RESULT=0
+ '[' 0 -ne 0 ']'
+ ls -R /srv/reproducible-results/tmp.15glGfYX48
/srv/reproducible-results/tmp.15glGfYX48:
b1
b2
mbuffer_20150412-3.debian.tar.xz
mbuffer_20150412-3.dsc
mbuffer_20150412.orig.tar.gz
tmp.a0yEeFqkhh

/srv/reproducible-results/tmp.15glGfYX48/b1:
build.log
mbuffer-dbgsym_20150412-3_amd64.deb
mbuffer_20150412-3.debian.tar.xz
mbuffer_20150412-3.dsc
mbuffer_20150412-3_amd64.buildinfo
mbuffer_20150412-3_amd64.changes
mbuffer_20150412-3_amd64.deb
mbuffer_20150412.orig.tar.gz

/srv/reproducible-results/tmp.15glGfYX48/b2:
+ ssh -p 22 profitbricks-build2-amd64.debian.net 'rm -r /srv/reproducible-results/tmp.15glGfYX48'
jenkins_node_wrapper.sh[34405] remote_host called with rm -r /srv/reproducible-results/tmp.15glGfYX48
+ '[' '!' -f b1/mbuffer_20150412-3_amd64.changes ']'
+ '[' -f b1/mbuffer_20150412-3_amd64.changes ']'
+ check_for_race_conditions
++ cat /tmp/reproducible-lockfile-unstable-amd64-mbuffer
+ '[' 59713 -ne 59713 ']'
+ echo =============================================================================
=============================================================================
+ echo 'Re-building mbuffer/20150412-3 in unstable on amd64 now.'
Re-building mbuffer/20150412-3 in unstable on amd64 now.
+ echo =============================================================================
=============================================================================
+ '[' ng = legacy ']'
+ ssh -p 22 profitbricks-build1-amd64.debian.net /srv/jenkins/bin/reproducible_build.sh 2 mbuffer unstable /srv/reproducible-results/tmp.15glGfYX48
ssh_exchange_identification: read: Connection reset by peer
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.15glGfYX48/tmp.a0yEeFqkhh
/srv/reproducible-results/tmp.15glGfYX48/tmp.a0yEeFqkhh:	 40.0% -- replaced with /srv/reproducible-results/tmp.15glGfYX48/tmp.a0yEeFqkhh.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html mbuffer
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''mbuffer'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-07 01:19:13.813742
INFO: Finished at 2015-09-07 01:19:13.820915, took: 0:00:00.007182
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.15glGfYX48
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-mbuffer
Mon  7 Sep 01:19:13 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-2DdEtqoH, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list