[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_eta #7471
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Thu Apr 30 14:26:08 UTC 2015
See <https://jenkins.debian.net/job/reproducible_builder_eta/7471/>
------------------------------------------
[...truncated 707 lines...]
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying source file
I: copying [mozplugger_1.14.5-2.dsc]
I: copying [./mozplugger_1.14.5.orig.tar.gz]
I: copying [./mozplugger_1.14.5-2.debian.tar.gz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Fri Aug 16 22:41:20 2013 GMT-14 using RSA key ID 311D765A
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./mozplugger_1.14.5-2.dsc
dpkg-source: info: extracting mozplugger in mozplugger-1.14.5
dpkg-source: info: unpacking mozplugger_1.14.5.orig.tar.gz
dpkg-source: info: unpacking mozplugger_1.14.5-2.debian.tar.gz
dpkg-source: info: applying 00Makefile.patch
dpkg-source: info: applying 01-manpages.patch
dpkg-source: info: applying 02-mozpluggerrc.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" dpkg-buildpackage -us -uc -b -rfakeroot
dpkg-buildpackage: source package mozplugger
dpkg-buildpackage: source version 1.14.5-2
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Alessio <alessio at debian.org>
dpkg-source --before-build mozplugger-1.14.5
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
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/mozplugger --disable-maintainer-mode --disable-dependency-tracking
configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode, --disable-dependency-tracking
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 ISO C89... none needed
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking how to run the C preprocessor... gcc -E
checking for X... libraries , headers
checking for ... no
checking for /usr/lib/mozilla/plugins... no
checking for /usr/lib/firefox/plugins... no
checking for XDisplayName in -lX11... yes
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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for int16_t... yes
checking for int32_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for alarm... yes
checking for dup2... yes
checking for gethostname... yes
checking for memset... yes
checking for mkdir... yes
checking for putenv... yes
checking for rmdir... yes
checking for select... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strcspn... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
configure: WARNING: unrecognized options: --disable-silent-rules, --disable-maintainer-mode, --disable-dependency-tracking
dh_auto_build
make -j1
make[1]: Entering directory '/tmp/buildd/mozplugger-1.14.5'
gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o mozplugger.o './mozplugger.c'
./mozplugger.c: In function 'resize_window':
./mozplugger.c:2956:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
(unsigned) THIS->windata.window,
^
./mozplugger.c: In function 'NPP_SetWindow':
./mozplugger.c:3047:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
D("Writing WIN 0x%x to fd %d\n", (unsigned) window->window,
^
gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o npunix.o './npapi/common/npunix.c'
gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o mozplugger-common.o './mozplugger-common.c'
gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o debug.o './debug.c'
gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o npn-get-helpers.o './npn-get-helpers.c'
gcc -shared -o mozplugger.so mozplugger.o mozplugger-common.o npunix.o debug.o npn-get-helpers.o -lX11
gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o mozplugger-helper.o './mozplugger-helper.c'
./mozplugger-helper.c: In function 'setup_display':
./mozplugger-helper.c:829:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
D("display=0x%x\n", (unsigned) display);
^
gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o child.o './child.c'
gcc -o mozplugger-helper mozplugger-helper.o mozplugger-common.o child.o debug.o -lX11
gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o mozplugger-controller.o './mozplugger-controller.c'
gcc -o mozplugger-controller mozplugger-controller.o mozplugger-common.o child.o debug.o -lX11
gcc -c -I. -I. -I./npapi/include -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc\" -fPIC -Wall -O2 -o mozplugger-linker.o './mozplugger-linker.c'
gcc -o mozplugger-linker mozplugger-linker.o mozplugger-common.o child.o debug.o -lX11
make[1]: Leaving directory '/tmp/buildd/mozplugger-1.14.5'
dh_auto_test
fakeroot debian/rules binary
dh binary
dh_testroot
dh_prep
dh_installdirs
dh_auto_install
make -j1 install DESTDIR=/tmp/buildd/mozplugger-1.14.5/debian/mozplugger AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/tmp/buildd/mozplugger-1.14.5'
install mozplugger-helper /tmp/buildd/mozplugger-1.14.5/debian/mozplugger/usr/bin
install mozplugger-controller /tmp/buildd/mozplugger-1.14.5/debian/mozplugger/usr/bin
install mozplugger-linker /tmp/buildd/mozplugger-1.14.5/debian/mozplugger/usr/bin
for a in ; do install mozplugger.so $a ; done
install ./mozplugger.7 /tmp/buildd/mozplugger-1.14.5/debian/mozplugger/usr/share/man/man7/
make[1]: Leaving directory '/tmp/buildd/mozplugger-1.14.5'
dh_install
dh_installdocs
dh_installchangelogs
dh_installman
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 'mozplugger-dbgsym' in '../mozplugger-dbgsym_1.14.5-2_amd64.ddeb'.
dpkg-deb: building package 'mozplugger' in '../mozplugger_1.14.5-2_amd64.deb'.
dpkg-genbuildinfo >../mozplugger_1.14.5-2_amd64.buildinfo
dpkg-distaddfile mozplugger_1.14.5-2_amd64.buildinfo web optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges -b >../mozplugger_1.14.5-2_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 mozplugger-1.14.5
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//38871 and its subdirectories
I: Current time: Fri May 1 04:22:22 GMT-14 2015
I: pbuilder-time-stamp: 1430403742
+ set +x
Format: 1.8
Date: Fri, 16 Aug 2013 09:30:19 +0100
Source: mozplugger
Binary: mozplugger
Architecture: amd64
Version: 1.14.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages at qa.debian.org>
Changed-By: Alessio <alessio at debian.org>
Description:
mozplugger - Plugin allowing external viewers to be launched inside Mozilla
Changes:
mozplugger (1.14.5-2) unstable; urgency=low
.
* QA upload.
* Orphaning this.
Checksums-Sha1:
514d7ab8aa69a3d131eda67ebdfd82660f8472d7 7576 mozplugger-dbgsym_1.14.5-2_amd64.ddeb
2bb9fca5575f1919bff0f1890558ce3b9ec61355 5401 mozplugger_1.14.5-2_amd64.buildinfo
cc9607c5c7af3ca73cfa4bf70fb3fee14d549461 73742 mozplugger_1.14.5-2_amd64.deb
Checksums-Sha256:
5144aa05ae2d51bc81cc4aa0093a6fbd21b2d7cf3054262719832ab7a48050f6 7576 mozplugger-dbgsym_1.14.5-2_amd64.ddeb
687209d30933cf649bf54f25344d67076b16022b0d08943e17589f89f21340c4 5401 mozplugger_1.14.5-2_amd64.buildinfo
b591c4c621ef205ea320fea7c862cbe7c9c2d6ffdcef9815517e58d8b0e68d83 73742 mozplugger_1.14.5-2_amd64.deb
Files:
d52ac0c30b1d1493732745efbc02e859 7576 debug extra mozplugger-dbgsym_1.14.5-2_amd64.ddeb
7896372ae78602be4c91c0a249f28b60 73742 web optional mozplugger_1.14.5-2_amd64.deb
ff3e39c3ec5d3c0d2231348e615a1113 5401 web optional mozplugger_1.14.5-2_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.
Thu Apr 30 14:26:08 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-naHwVdyY, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list