[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_gamma #33576

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Mar 11 23:12:30 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_gamma/33576/>

------------------------------------------
[...truncated 607 lines...]
			mv $i $i.cdbs-orig ; \
			cp --remove-destination /usr/share/misc/config.sub $i ; \
		fi ; \
	done ; \
fi
touch debian/stamp-autotools-files
chmod a+x /tmp/buildd/makebootfat-1.4/./configure
mkdir -p .
cd . &&   CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall" CPPFLAGS="-Werror=date-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" /tmp/buildd/makebootfat-1.4/./configure --build=x86_64-linux-gnu  --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/makebootfat" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules    
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... 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 special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
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 whether time.h and sys/time.h may both be included... 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 unistd.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking varargs.h usability... no
checking varargs.h presence... no
checking for varargs.h... no
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking scsi/scsi.h usability... yes
checking scsi/scsi.h presence... yes
checking for scsi/scsi.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking linux/hdreg.h usability... yes
checking linux/hdreg.h presence... yes
checking for linux/hdreg.h... yes
checking linux/fd.h usability... yes
checking linux/fd.h presence... yes
checking for linux/fd.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for getopt... yes
checking for getopt_long... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for setmntent... yes
checking for getmntent... yes
checking for endmntent... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
touch debian/stamp-autotools
/usr/bin/make  -C .  
make[1]: Entering directory '/tmp/buildd/makebootfat-1.4'
/usr/bin/make  all-am
make[2]: Entering directory '/tmp/buildd/makebootfat-1.4'
gcc -DHAVE_CONFIG_H -I. -I. -I.   -Werror=date-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c makebootfat.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -Werror=date-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c disk.c
disk.c: In function 'os_usbmassstorage':
disk.c:593:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  *(int*)hostname = 63;
  ^
gcc -DHAVE_CONFIG_H -I. -I. -I.   -Werror=date-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c fat.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -Werror=date-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c error.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -Werror=date-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c part.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -Werror=date-time -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c getopt.c
gcc  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall  -Wl,-z,relro -o makebootfat  makebootfat.o disk.o fat.o error.o part.o getopt.o  
make[2]: Leaving directory '/tmp/buildd/makebootfat-1.4'
make[1]: Leaving directory '/tmp/buildd/makebootfat-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 "."
if test -e /usr/share/misc/config.guess ; then \
	for i in ./config.guess ; do \
		if ! test -e $i.cdbs-orig ; then \
			mv $i $i.cdbs-orig ; \
			cp --remove-destination /usr/share/misc/config.guess $i ; \
		fi ; \
	done ; \
fi
if test -e /usr/share/misc/config.sub ; then \
	for i in ./config.sub ; do \
		if ! test -e $i.cdbs-orig ; then \
			mv $i $i.cdbs-orig ; \
			cp --remove-destination /usr/share/misc/config.sub $i ; \
		fi ; \
	done ; \
fi
DEB_MAKE_CHECK_TARGET unset, not running checks
/usr/bin/make  -C .  install DESTDIR=/tmp/buildd/makebootfat-1.4/debian/makebootfat/
make[1]: Entering directory '/tmp/buildd/makebootfat-1.4'
make[2]: Entering directory '/tmp/buildd/makebootfat-1.4'
test -z "/usr/bin" || mkdir -p -- "/tmp/buildd/makebootfat-1.4/debian/makebootfat//usr/bin"
  /usr/bin/install -c 'makebootfat' '/tmp/buildd/makebootfat-1.4/debian/makebootfat//usr/bin/makebootfat'
test -z "/usr/share/man/man1" || mkdir -p -- "/tmp/buildd/makebootfat-1.4/debian/makebootfat//usr/share/man/man1"
 /usr/bin/install -c -m 644 './doc/makebootfat.1' '/tmp/buildd/makebootfat-1.4/debian/makebootfat//usr/share/man/man1/makebootfat.1'
make[2]: Leaving directory '/tmp/buildd/makebootfat-1.4'
make[1]: Leaving directory '/tmp/buildd/makebootfat-1.4'
touch debian/stamp-makefile-install
Adding cdbs dependencies to debian/makebootfat.substvars
dh_installdirs -pmakebootfat 
dh_installdocs -pmakebootfat ./README ./AUTHORS 
dh_installexamples -pmakebootfat 
dh_installman -pmakebootfat  
dh_installinfo -pmakebootfat  
dh_installmenu -pmakebootfat 
dh_installcron -pmakebootfat 
dh_installinit -pmakebootfat  
dh_installdebconf -pmakebootfat 
dh_installemacsen -pmakebootfat   
dh_installcatalogs -pmakebootfat 
dh_installpam -pmakebootfat 
dh_installlogrotate -pmakebootfat 
dh_installlogcheck -pmakebootfat 
dh_installchangelogs -pmakebootfat  
dh_installudev -pmakebootfat 
dh_lintian -pmakebootfat 
dh_bugfiles -pmakebootfat 
dh_install -pmakebootfat  
dh_link -pmakebootfat  
dh_installmime -pmakebootfat 
dh_installgsettings -pmakebootfat 
dh_strip -pmakebootfat  
dh_compress -pmakebootfat  
dh_fixperms -pmakebootfat  
dh_makeshlibs -pmakebootfat  
dh_installdeb -pmakebootfat 
dh_perl -pmakebootfat 
dh_shlibdeps -pmakebootfat    
dh_gencontrol -pmakebootfat  
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dh_md5sums -pmakebootfat 
dh_builddeb -pmakebootfat 
dpkg-deb: building package `makebootfat' in `../makebootfat_1.4-5_amd64.deb'.
 dpkg-genbuildinfo  >../makebootfat_1.4-5_amd64.buildinfo
 dpkg-distaddfile makebootfat_1.4-5_amd64.buildinfo utils optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../makebootfat_1.4-5_amd64.changes
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build makebootfat-1.4
dpkg-buildpackage: binary-only upload (no source included)
W: no hooks of type B found -- ignoring
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//29438 and its subdirectories
I: Current time: Thu Mar 12 13:12:02 GMT-14 2015
I: pbuilder-time-stamp: 1426115522
+ set +x
Format: 1.8
Date: Fri, 22 Jul 2011 17:28:22 +0200
Source: makebootfat
Binary: makebootfat
Architecture: amd64
Version: 1.4-5
Distribution: unstable
Urgency: low
Maintainer: Soeren Sonnenburg <sonne at debian.org>
Changed-By: Soeren Sonnenburg <sonne at debian.org>
Description:
 makebootfat - Utility to create a bootable FAT filesystem
Closes: 616469
Changes:
 makebootfat (1.4-5) unstable; urgency=low
 .
   * Fix link to freedos documentation (Closes: #616469)
Checksums-Sha1:
 b616f11d6496c6853170a936c6978f4ada05399a 4550 makebootfat_1.4-5_amd64.buildinfo
 d80f450009d8b128aec3e560cbb9f1acc749e1ae 21876 makebootfat_1.4-5_amd64.deb
Checksums-Sha256:
 4eafcc6b74aa9f473758e9ca29730b8260568d4dbe473fd1d2219e4c12b529fe 4550 makebootfat_1.4-5_amd64.buildinfo
 ca21b30943a3b3a0da0648bf426b186844ee727021728f3bb560404e7c7802ed 21876 makebootfat_1.4-5_amd64.deb
Files:
 995b0868383bca92727a69230d5ee6fa 21876 utils optional makebootfat_1.4-5_amd64.deb
 396922e70acafb43706dcbaecd533ccf 4550 utils optional makebootfat_1.4-5_amd64.buildinfo

Wed Mar 11 23:12:03 UTC 2015 - debbindiff 9 will be used to compare the two builds now.

                 _        _                 _    __       _   
 _ __ ___   __ _| | _____| |__   ___   ___ | |_ / _| __ _| |_ 
| '_ ` _ \ / _` | |/ / _ \ '_ \ / _ \ / _ \| __| |_ / _` | __|
| | | | | | (_| |   <  __/ |_) | (_) | (_) | |_|  _| (_| | |_ 
|_| |_| |_|\__,_|_|\_\___|_.__/ \___/ \___/ \__|_|  \__,_|\__|
                                                              

debbindiff found no differences in the changes files, and a .buildinfo file also exist.
makebootfat built successfully and reproducibly.
INFO: Generating the pages of 1 package(s)
INFO: Generating the pages of 1 package(s)
INFO: Generating the page of makebootfat/sid at 1.4-5 built at at 2015-03-11 23:10 UTC
INFO: Package page generated at https://reproducible.debian.net/rb-pkg/sid/amd64/makebootfat.html
INFO: Generating the pages of 1 package(s)
INFO: Generating the page of makebootfat/testing at 1.4-5 built at <span style="color:red;font-weight:bold;">UNTESTED</span>
WARNING: The package makebootfat did not produce any buildlog! Check /var/lib/jenkins/userContent/rbuild/testing/amd64/makebootfat_1.4-5.rbuild.log
INFO: Package page generated at https://reproducible.debian.net/rb-pkg/testing/amd64/makebootfat.html
INFO: Generating the pages of 1 package(s)
INFO: Removing old pages from sid/amd64...
INFO: Removing old pages from testing/amd64...
INFO: Removing old pages from experimental/amd64...

Successfully updated the database and updated https://reproducible.debian.net/rb-pkg/sid/makebootfat.html

Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named reproducible_html_indexes
Wed Mar 11 23:12:12 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-pmY1aRsr, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list