[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_delta #8317
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Thu Apr 30 14:18:29 UTC 2015
See <https://jenkins.debian.net/job/reproducible_builder_delta/8317/>
------------------------------------------
[...truncated 696 lines...]
-> Finished parsing the build-deps
Reading package lists...
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 [wmcpu_1.4-4.dsc]
I: copying [./wmcpu_1.4.orig.tar.gz]
I: copying [./wmcpu_1.4-4.diff.gz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Sat Mar 8 19:32:54 2008 GMT-14 using DSA key ID CC453197
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./wmcpu_1.4-4.dsc
dpkg-source: info: extracting wmcpu in wmcpu-1.4
dpkg-source: info: unpacking wmcpu_1.4.orig.tar.gz
dpkg-source: info: applying wmcpu_1.4-4.diff.gz
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" dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: source package wmcpu
dpkg-buildpackage: source version 1.4-4
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Varun Hiremath <varun at debian.org>
dpkg-source --before-build wmcpu-1.4
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
test -x debian/rules
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
/usr/bin/make -C . CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" -k clean
make[1]: Entering directory '/tmp/buildd/wmcpu-1.4'
rm -rf *.o wmcpu *~
make[1]: Leaving directory '/tmp/buildd/wmcpu-1.4'
dh_clean
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory '/tmp/buildd/wmcpu-1.4'
make[1]: Nothing to be done for 'reverse-config'.
make[1]: Leaving directory '/tmp/buildd/wmcpu-1.4'
if [ -d "." ]; then \
cd . && QUILT_PATCHES=/tmp/buildd/wmcpu-1.4/debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 2 ; \
fi
No patch removed
rm -rf ./.pc
rm -f debian/stamp-patch*
debian/rules build
test -x debian/rules
mkdir -p "."
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory '/tmp/buildd/wmcpu-1.4'
make[1]: Nothing to be done for 'reverse-config'.
make[1]: Leaving directory '/tmp/buildd/wmcpu-1.4'
cd . && QUILT_PATCHES=/tmp/buildd/wmcpu-1.4/debian/patches quilt --quiltrc /dev/null push -a || test $? = 2
Applying patch Makefile.diff
patching file Makefile
Applying patch wmcpu-display.diff
patching file wmcpu.c
Applying patch wmcpu-geometry.diff
patching file wmcpu.c
Now at patch wmcpu-geometry.diff
touch debian/stamp-patched
/usr/bin/make -f debian/rules update-config
make[1]: Entering directory '/tmp/buildd/wmcpu-1.4'
make[1]: Nothing to be done for 'update-config'.
make[1]: Leaving directory '/tmp/buildd/wmcpu-1.4'
/usr/bin/make -C . CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro"
make[1]: Entering directory '/tmp/buildd/wmcpu-1.4'
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -c -o wmcpu.o wmcpu.c
wmcpu.c: In function 'wmcpu_routine':
wmcpu.c:252:49: warning: variable 'olduser' set but not used [-Wunused-but-set-variable]
int oldtotal, oldfree, oldbuffers, oldcached, olduser;
^
wmcpu.c: In function 'new_window':
wmcpu.c:357:5: warning: pointer targets in passing argument 4 of 'XParseGeometry' differ in signedness [-Wpointer-sign]
&sizehints.width, &sizehints.height );
^
In file included from wmcpu.c:29:0:
/usr/include/X11/Xlib.h:2869:12: note: expected 'unsigned int *' but argument is of type 'int *'
extern int XParseGeometry(
^
wmcpu.c:357:23: warning: pointer targets in passing argument 5 of 'XParseGeometry' differ in signedness [-Wpointer-sign]
&sizehints.width, &sizehints.height );
^
In file included from wmcpu.c:29:0:
/usr/include/X11/Xlib.h:2869:12: note: expected 'unsigned int *' but argument is of type 'int *'
extern int XParseGeometry(
^
wmcpu.c: In function 'wmcpu_routine':
wmcpu.c:175:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp, "%127s%f%f%f%f", str, info, info + 1, info + 2, info + 3);
^
wmcpu.c:210:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp, "%f", &ftmp);
^
wmcpu.c:293:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
fscanf(fp, "%d", &upt);
^
gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -o wmcpu wmcpu.o -lXpm -lXext -lX11 -Wl,-z,relro
make[1]: Leaving directory '/tmp/buildd/wmcpu-1.4'
touch debian/stamp-makefile-build
DEB_MAKE_CHECK_TARGET unset, not running checks
fakeroot debian/rules binary
test -x debian/rules
dh_testroot
dh_clean -k
dh_clean: dh_clean -k is deprecated; use dh_prep instead
dh_installdirs -A
mkdir -p "."
DEB_MAKE_CHECK_TARGET unset, not running checks
DEB_MAKE_INSTALL_TARGET unset, skipping default makefile.mk common-install target
Adding cdbs dependencies to debian/wmcpu.substvars
dh_installdirs -pwmcpu
dh_install wmcpu /usr/bin/
dh_installdocs -pwmcpu ./README
dh_installexamples -pwmcpu
dh_installman -pwmcpu
dh_installinfo -pwmcpu
dh_installmenu -pwmcpu
dh_installcron -pwmcpu
dh_installinit -pwmcpu
dh_installdebconf -pwmcpu
dh_installemacsen -pwmcpu
dh_installcatalogs -pwmcpu
dh_installpam -pwmcpu
dh_installlogrotate -pwmcpu
dh_installlogcheck -pwmcpu
dh_installchangelogs -pwmcpu ./ChangeLog
dh_installudev -pwmcpu
dh_lintian -pwmcpu
dh_bugfiles -pwmcpu
dh_install -pwmcpu
dh_link -pwmcpu
dh_installmime -pwmcpu
dh_installgsettings -pwmcpu
dh_strip -pwmcpu
dh_strip_nondeterminism
dh_compress -pwmcpu
dh_fixperms -pwmcpu
dh_makeshlibs -pwmcpu
dh_installdeb -pwmcpu
dh_perl -pwmcpu
dh_shlibdeps -pwmcpu
dh_gencontrol -pwmcpu
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 -pwmcpu
dh_builddeb -pwmcpu
dpkg-deb: building package 'wmcpu-dbgsym' in '../wmcpu-dbgsym_1.4-4_amd64.ddeb'.
dpkg-deb: building package 'wmcpu' in '../wmcpu_1.4-4_amd64.deb'.
dpkg-genbuildinfo >../wmcpu_1.4-4_amd64.buildinfo
dpkg-distaddfile wmcpu_1.4-4_amd64.buildinfo x11 optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges -b >../wmcpu_1.4-4_amd64.changes
dpkg-genchanges: binary-only upload (no source code included)
Use of uninitialized value $b in string eq at /usr/share/perl5/Dpkg/Arch.pm line 382.
Use of uninitialized value $arch in pattern match (m//) at /usr/share/perl5/Dpkg/Arch.pm line 318.
Use of uninitialized value $arch in hash element at /usr/share/perl5/Dpkg/Arch.pm line 323.
dpkg-source --after-build wmcpu-1.4
dpkg-buildpackage: binary-only upload (no source included)
W: no hooks of type B found -- ignoring
I: unmounting /sys filesystem
I: unmounting /run/shm filesystem
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
I: cleaning the build env
I: removing directory /var/cache/pbuilder/build//33613 and its subdirectories
I: Current time: Fri May 1 04:07:27 GMT-14 2015
I: pbuilder-time-stamp: 1430402847
+ set +x
Format: 1.8
Date: Sat, 08 Mar 2008 10:57:07 +0530
Source: wmcpu
Binary: wmcpu
Architecture: amd64
Version: 1.4-4
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath <varun at debian.org>
Changed-By: Varun Hiremath <varun at debian.org>
Description:
wmcpu - Window Maker docking app similar to xosview
Closes: 466725
Changes:
wmcpu (1.4-4) unstable; urgency=low
.
* Fix Vcs-{Svn, Browser} fields (Closes: #466725)
Checksums-Sha1:
2ab620493ec72a716e698781ec7d65ec1483c54d 10788 wmcpu-dbgsym_1.4-4_amd64.ddeb
5a536b0d789aa194a75abd99df2b9bb8c8b96529 5336 wmcpu_1.4-4_amd64.buildinfo
6380bb41f6d36bfdb1af7a6b012e2e17f1c33158 11660 wmcpu_1.4-4_amd64.deb
Checksums-Sha256:
15fec03d7f9e7a458c0fda024e446d51eef80d2f0458f8c2b319a71f803e4dc9 10788 wmcpu-dbgsym_1.4-4_amd64.ddeb
6ef8102e270083b58af1bef59daed8b2f85fdc7efd53666fc717dc214238de15 5336 wmcpu_1.4-4_amd64.buildinfo
da32f76321159addfd73082f27cd2197eff10180fb58b38b302a5f62fa6a6e4e 11660 wmcpu_1.4-4_amd64.deb
Files:
37d66d81cfd65cb52deafa391a697434 10788 debug extra wmcpu-dbgsym_1.4-4_amd64.ddeb
d79df7a5b3ad07ff6650d92953d271d1 11660 x11 optional wmcpu_1.4-4_amd64.deb
31e1c69d517a185716ab844932b3e8de 5336 x11 optional wmcpu_1.4-4_amd64.buildinfo
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
sleeping 15s, debbindiff schroot is locked.
Thu Apr 30 14:18:29 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-RBGPlQxO, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list