[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_6 #29987
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Mar 6 13:22:59 UTC 2016
See <https://jenkins.debian.net/job/reproducible_builder_amd64_6/29987/>
------------------------------------------
[...truncated 350 lines...]
Reading state information...
fakeroot is already the newest version (1.20.2-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying source file
I: copying [mboxgrep_0.7.9-3.dsc]
I: copying [./mboxgrep_0.7.9.orig.tar.gz]
I: copying [./mboxgrep_0.7.9-3.debian.tar.gz]
I: Extracting source
gpgv: keyblock resource `/root/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Sun Sep 29 20:56:05 2013 GMT+12 using RSA key ID 6B9AAA55
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./mboxgrep_0.7.9-3.dsc
dpkg-source: info: extracting mboxgrep in mboxgrep-0.7.9
dpkg-source: info: unpacking mboxgrep_0.7.9.orig.tar.gz
dpkg-source: info: unpacking mboxgrep_0.7.9-3.debian.tar.gz
I: Building the package
I: Running cd /build/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent" dpkg-buildpackage -us -uc -b --buildinfo-identifier=amd64 -rfakeroot
dpkg-buildpackage: source package mboxgrep
dpkg-buildpackage: source version 0.7.9-3
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Alberto Gonzalez Iniesta <agi at inittab.org>
dpkg-source --before-build mboxgrep-0.7.9
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
dh clean
dh_testdir
debian/rules override_dh_auto_clean
make[1]: Entering directory '/build/mboxgrep-0.7.9'
test -f Makefile && /usr/bin/make clean
debian/rules:13: recipe for target 'override_dh_auto_clean' failed
make[1]: [override_dh_auto_clean] Error 1 (ignored)
test -f Makefile && /usr/bin/make distclean
debian/rules:13: recipe for target 'override_dh_auto_clean' failed
make[1]: [override_dh_auto_clean] Error 1 (ignored)
make[1]: Leaving directory '/build/mboxgrep-0.7.9'
dh_clean
debian/rules build
dh build
dh_testdir
dh_update_autotools_config
dh_auto_configure
./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libexecdir=\${prefix}/lib/mboxgrep --disable-maintainer-mode --disable-dependency-tracking
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for pcre-config... /usr/bin/pcre-config
checking for gzopen in -lz... yes
checking for BZ2_bzopen in -lbz2... yes
checking for like_monday in -lgarfield... no
checking for fcntl... yes
checking for flock... yes
checking for regcomp... yes
checking for strptime... yes
checking for ftw... yes
checking for fts_open... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/config.h
dh_auto_build
make -j1
make[1]: Entering directory '/build/mboxgrep-0.7.9'
cd src; make
make[2]: Entering directory '/build/mboxgrep-0.7.9/src'
gcc -g -O2 -I. -I. -c info.c
gcc -g -O2 -I. -I. -c main.c
gcc -g -O2 -I. -I. -c mh.c
gcc -g -O2 -I. -I. -c scan.c
scan.c: In function 'scan_mailbox':
scan.c:244:20: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types]
len = gzwrite (tmpp, (msg->headers+quux),
^
In file included from scan.c:50:0:
/usr/include/zlib.h:1341:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'FILE * {aka struct _IO_FILE *}'
ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
^
scan.c:251:16: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types]
gzwrite(tmpp, "\n", 1);
^
In file included from scan.c:50:0:
/usr/include/zlib.h:1341:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'FILE * {aka struct _IO_FILE *}'
ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
^
scan.c:256:19: warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types]
len = gzwrite(tmpp, (msg->body+quux),
^
In file included from scan.c:50:0:
/usr/include/zlib.h:1341:21: note: expected 'gzFile {aka struct gzFile_s *}' but argument is of type 'FILE * {aka struct _IO_FILE *}'
ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
^
gcc -g -O2 -I. -I. -c maildir.c
gcc -g -O2 -I. -I. -c mbox.c
gcc -g -O2 -I. -I. -c misc.c
In file included from /usr/include/stdio.h:27:0,
from misc.c:27:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
^
gcc -g -O2 -I. -I. -c wrap.c
wrap.c: In function 'm_gzdopen':
wrap.c:114:8: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
blah = gzdopen (fildes, mode);
^
gcc -g -O2 -I. -I. -c getopt.c
gcc -g -O2 -I. -I. -c getopt1.c
gcc -g -O2 -I. -I. -c md5.c
md5.c: In function 'md5_finish_ctx':
md5.c:34:27: warning: implicit declaration of function 'bcopy' [-Wimplicit-function-declaration]
# define memcpy(d, s, n) bcopy ((s), (d), (n))
^
md5.c:122:3: note: in expansion of macro 'memcpy'
memcpy (&ctx->buffer[bytes], fillbuf, pad);
^
md5.c:34:27: warning: incompatible implicit declaration of built-in function 'bcopy'
# define memcpy(d, s, n) bcopy ((s), (d), (n))
^
md5.c:122:3: note: in expansion of macro 'memcpy'
memcpy (&ctx->buffer[bytes], fillbuf, pad);
^
md5.c: In function 'md5_process_bytes':
md5.c:34:27: warning: incompatible implicit declaration of built-in function 'bcopy'
# define memcpy(d, s, n) bcopy ((s), (d), (n))
^
md5.c:232:7: note: in expansion of macro 'memcpy'
memcpy (&ctx->buffer[left_over], buffer, add);
^
md5.c:34:27: warning: incompatible implicit declaration of built-in function 'bcopy'
# define memcpy(d, s, n) bcopy ((s), (d), (n))
^
md5.c:262:7: note: in expansion of macro 'memcpy'
memcpy (&ctx->buffer[left_over], buffer, len);
^
gcc -g -O2 -o mboxgrep info.o main.o mh.o scan.o maildir.o mbox.o misc.o wrap.o getopt.o getopt1.o md5.o -lbz2 -lz -lpcre
make[2]: Leaving directory '/build/mboxgrep-0.7.9/src'
make[1]: Leaving directory '/build/mboxgrep-0.7.9'
dh_auto_test
fakeroot debian/rules binary
dh binary
dh_testroot
dh_prep
dh_installdirs
debian/rules override_dh_auto_install
make[1]: Entering directory '/build/mboxgrep-0.7.9'
dh_installdirs
/usr/bin/make install prefix=`pwd`/debian/mboxgrep/usr \
mandir=`pwd`/debian/mboxgrep/usr/share/man \
infodir=`pwd`/debian/mboxgrep/usr/share/info
make[2]: Entering directory '/build/mboxgrep-0.7.9'
cd src; /usr/bin/make install
make[3]: Entering directory '/build/mboxgrep-0.7.9/src'
/usr/bin/install -c -d /build/mboxgrep-0.7.9/debian/mboxgrep/usr/bin
/usr/bin/install -c -s mboxgrep /build/mboxgrep-0.7.9/debian/mboxgrep/usr/bin
make[3]: Leaving directory '/build/mboxgrep-0.7.9/src'
cd doc; /usr/bin/make install
make[3]: Entering directory '/build/mboxgrep-0.7.9/doc'
/usr/bin/install -c -d /build/mboxgrep-0.7.9/debian/mboxgrep/usr/share/man/man1
/usr/bin/install -c -m 0644 mboxgrep.1 /build/mboxgrep-0.7.9/debian/mboxgrep/usr/share/man/man1
/usr/bin/install -c -d /build/mboxgrep-0.7.9/debian/mboxgrep/usr/share/info
/usr/bin/install -c -m 0644 mboxgrep.info /build/mboxgrep-0.7.9/debian/mboxgrep/usr/share/info
make[3]: Leaving directory '/build/mboxgrep-0.7.9/doc'
make[2]: Leaving directory '/build/mboxgrep-0.7.9'
make[1]: Leaving directory '/build/mboxgrep-0.7.9'
dh_installdocs
dh_installchangelogs
dh_installman
dh_installinfo
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
dh_md5sums
dh_builddeb
dpkg-deb: building package 'mboxgrep' in '../mboxgrep_0.7.9-3_amd64.deb'.
dpkg-genbuildinfo >../mboxgrep_0.7.9-3_amd64.buildinfo
dpkg-distaddfile mboxgrep_0.7.9-3_amd64.buildinfo mail optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges -b >../mboxgrep_0.7.9-3_amd64.changes
dpkg-genchanges: binary-only upload (no source code included)
dpkg-source --after-build mboxgrep-0.7.9
dpkg-buildpackage: binary-only upload (no source included)
I: copying local configuration
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 /srv/workspace/pbuilder/28063 and its subdirectories
I: Current time: Sat Apr 8 07:33:46 GMT+12 2017
I: pbuilder-time-stamp: 1491680026
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Sat Apr 8 19:33:46 UTC 2017 - build #1 for mboxgrep/testing/amd64 on profitbricks-build5-amd64 done.
/srv/reproducible-results/rbuild-debian-XrSyzoB7/tmp.57kAP1Fbhh: 76.3% -- replaced with /srv/reproducible-results/rbuild-debian-XrSyzoB7/tmp.57kAP1Fbhh.gz
Sat Apr 8 19:33:46 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-1VZWorK1, which will now be removed.
/srv/reproducible-results/rbuild-debian-H2CS6Du7:
total 16
drwxr-xr-x 2 jenkins jenkins 4096 Mar 6 13:10 b1
drwxr-xr-x 2 jenkins jenkins 4096 Mar 6 13:09 b2
-rw-r--r-- 1 jenkins jenkins 1744 Sep 30 2013 mboxgrep_0.7.9-3.dsc
-rw------- 1 jenkins jenkins 2449 Mar 6 13:09 tmp.gtHRklDG04
/srv/reproducible-results/rbuild-debian-H2CS6Du7/b1:
total 152
-rw-r--r-- 1 jenkins jenkins 22584 Mar 6 13:10 build.log
-rw-r--r-- 1 jenkins jenkins 2156 Mar 6 13:10 mboxgrep_0.7.9-3.debian.tar.gz
-rw-r--r-- 1 jenkins jenkins 1744 Mar 6 13:10 mboxgrep_0.7.9-3.dsc
-rw-r--r-- 1 jenkins jenkins 4298 Mar 6 13:10 mboxgrep_0.7.9-3_amd64.buildinfo
-rw-r--r-- 1 jenkins jenkins 1037 Mar 6 13:10 mboxgrep_0.7.9-3_amd64.changes
-rw-r--r-- 1 jenkins jenkins 25270 Mar 6 13:10 mboxgrep_0.7.9-3_amd64.deb
-rw-r--r-- 1 jenkins jenkins 76067 Mar 6 13:10 mboxgrep_0.7.9.orig.tar.gz
/srv/reproducible-results/rbuild-debian-H2CS6Du7/b2:
total 0
ssh: connect to host profitbricks-build1-amd64.debian.net port 22: Connection timed out
Sun Mar 6 13:12:51 UTC 2016 - profitbricks-build1-amd64.debian.net seems to be down, sleeping 60min before aborting this job.
Terminated
Terminated
FATAL: null
java.lang.NullPointerException
at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:199)
at hudson.model.Build$BuildExecution.doRun(Build.java:173)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
at hudson.model.Run.execute(Run.java:1738)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
More information about the Qa-jenkins-scm
mailing list