[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_4 #188

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Sep 1 01:00:28 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_amd64_4/188/>

------------------------------------------
[...truncated 767 lines...]
pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
	python setup.py clean -a
running clean
'build/lib.linux-x86_64-2.7' does not exist -- can't clean it
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-2.7' does not exist -- can't clean it
	find . -name \*.pyc -exec rm {} \+
   dh_clean
 debian/rules build
dh build --with python2
   dh_testdir
   dh_auto_configure
   dh_auto_build
pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
	python setup.py build --force
running build
running build_ext
cythoning mtbl.pyx to mtbl.c
building 'mtbl' extension
creating build
creating build/temp.linux-x86_64-2.7
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c mtbl.c -o build/temp.linux-x86_64-2.7/mtbl.o
mtbl.c: In function '__pyx_pf_4mtbl_8iterkeys_8__next__':
mtbl.c:1869:57: warning: passing argument 2 of 'mtbl_iter_next' from incompatible pointer type [-Wincompatible-pointer-types]
   __pyx_v_res = mtbl_iter_next(__pyx_v_self->_instance, (&__pyx_v_key), (&__pyx_v_len_key), (&__pyx_v_val), (&__pyx_v_len_val));
                                                         ^
In file included from mtbl.c:260:0:
/usr/include/mtbl.h:114:1: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t ** {aka unsigned char **}'
 mtbl_iter_next(
 ^
mtbl.c:1869:93: warning: passing argument 4 of 'mtbl_iter_next' from incompatible pointer type [-Wincompatible-pointer-types]
   __pyx_v_res = mtbl_iter_next(__pyx_v_self->_instance, (&__pyx_v_key), (&__pyx_v_len_key), (&__pyx_v_val), (&__pyx_v_len_val));
                                                                                             ^
In file included from mtbl.c:260:0:
/usr/include/mtbl.h:114:1: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t ** {aka unsigned char **}'
 mtbl_iter_next(
 ^
mtbl.c: In function '__pyx_pf_4mtbl_10itervalues_8__next__':
mtbl.c:2230:57: warning: passing argument 2 of 'mtbl_iter_next' from incompatible pointer type [-Wincompatible-pointer-types]
   __pyx_v_res = mtbl_iter_next(__pyx_v_self->_instance, (&__pyx_v_key), (&__pyx_v_len_key), (&__pyx_v_val), (&__pyx_v_len_val));
                                                         ^
In file included from mtbl.c:260:0:
/usr/include/mtbl.h:114:1: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t ** {aka unsigned char **}'
 mtbl_iter_next(
 ^
mtbl.c:2230:93: warning: passing argument 4 of 'mtbl_iter_next' from incompatible pointer type [-Wincompatible-pointer-types]
   __pyx_v_res = mtbl_iter_next(__pyx_v_self->_instance, (&__pyx_v_key), (&__pyx_v_len_key), (&__pyx_v_val), (&__pyx_v_len_val));
                                                                                             ^
In file included from mtbl.c:260:0:
/usr/include/mtbl.h:114:1: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t ** {aka unsigned char **}'
 mtbl_iter_next(
 ^
mtbl.c: In function '__pyx_pf_4mtbl_9iteritems_8__next__':
mtbl.c:2593:57: warning: passing argument 2 of 'mtbl_iter_next' from incompatible pointer type [-Wincompatible-pointer-types]
   __pyx_v_res = mtbl_iter_next(__pyx_v_self->_instance, (&__pyx_v_key), (&__pyx_v_len_key), (&__pyx_v_val), (&__pyx_v_len_val));
                                                         ^
In file included from mtbl.c:260:0:
/usr/include/mtbl.h:114:1: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t ** {aka unsigned char **}'
 mtbl_iter_next(
 ^
mtbl.c:2593:93: warning: passing argument 4 of 'mtbl_iter_next' from incompatible pointer type [-Wincompatible-pointer-types]
   __pyx_v_res = mtbl_iter_next(__pyx_v_self->_instance, (&__pyx_v_key), (&__pyx_v_len_key), (&__pyx_v_val), (&__pyx_v_len_val));
                                                                                             ^
In file included from mtbl.c:260:0:
/usr/include/mtbl.h:114:1: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t ** {aka unsigned char **}'
 mtbl_iter_next(
 ^
mtbl.c: In function '__pyx_pf_4mtbl_6reader_22__getitem__':
mtbl.c:5228:46: warning: passing argument 2 of 'mtbl_iter_next' from incompatible pointer type [-Wincompatible-pointer-types]
     __pyx_v_res = mtbl_iter_next(__pyx_v_it, (&__pyx_v_key), (&__pyx_v_len_key), (&__pyx_v_val), (&__pyx_v_len_val));
                                              ^
In file included from mtbl.c:260:0:
/usr/include/mtbl.h:114:1: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t ** {aka unsigned char **}'
 mtbl_iter_next(
 ^
mtbl.c:5228:82: warning: passing argument 4 of 'mtbl_iter_next' from incompatible pointer type [-Wincompatible-pointer-types]
     __pyx_v_res = mtbl_iter_next(__pyx_v_it, (&__pyx_v_key), (&__pyx_v_len_key), (&__pyx_v_val), (&__pyx_v_len_val));
                                                                                  ^
In file included from mtbl.c:260:0:
/usr/include/mtbl.h:114:1: note: expected 'const uint8_t ** {aka const unsigned char **}' but argument is of type 'uint8_t ** {aka unsigned char **}'
 mtbl_iter_next(
 ^
creating build/lib.linux-x86_64-2.7
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-2.7/mtbl.o -lmtbl -o build/lib.linux-x86_64-2.7/mtbl.so
   dh_auto_test
 fakeroot debian/rules binary
dh binary --with python2
   dh_testroot
   dh_prep
   dh_auto_install
pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
	python setup.py install --force --root=/tmp/buildd/pymtbl-0.2/debian/python-mtbl --no-compile -O0 --install-layout=deb
running install
running build
running build_ext
skipping 'mtbl.c' Cython extension (up-to-date)
running install_lib
creating /tmp/buildd/pymtbl-0.2/debian/python-mtbl/usr
creating /tmp/buildd/pymtbl-0.2/debian/python-mtbl/usr/lib
creating /tmp/buildd/pymtbl-0.2/debian/python-mtbl/usr/lib/python2.7
creating /tmp/buildd/pymtbl-0.2/debian/python-mtbl/usr/lib/python2.7/dist-packages
copying build/lib.linux-x86_64-2.7/mtbl.so -> /tmp/buildd/pymtbl-0.2/debian/python-mtbl/usr/lib/python2.7/dist-packages
running install_egg_info
Writing /tmp/buildd/pymtbl-0.2/debian/python-mtbl/usr/lib/python2.7/dist-packages/pymtbl-0.2.egg-info
   dh_installdocs
   dh_installchangelogs
   dh_python2
W: dh_python2:479: Please add dh-python package to Build-Depends
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/python-mtbl/usr/lib/python2.7/dist-packages/mtbl.so was not linked against libpthread.so.0 (it uses none of the library's symbols)
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: package python-mtbl: unused substitution variable ${python:Versions}
dpkg-gencontrol: warning: package python-mtbl: unused substitution variable ${python:Provides}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: package python-mtbl: unused substitution variable ${python:Versions}
dpkg-gencontrol: warning: package python-mtbl: unused substitution variable ${python:Provides}
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'python-mtbl-dbgsym' in '../python-mtbl-dbgsym_0.2-1_amd64.deb'.
dpkg-deb: building package 'python-mtbl' in '../python-mtbl_0.2-1_amd64.deb'.
 dpkg-genbuildinfo  >../pymtbl_0.2-1_amd64.buildinfo
 dpkg-distaddfile pymtbl_0.2-1_amd64.buildinfo python optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
 dpkg-genchanges -b >../pymtbl_0.2-1_amd64.changes
dpkg-genchanges: warning: package python-mtbl-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
 dpkg-source --after-build pymtbl-0.2
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//15200 and its subdirectories
I: Current time: Mon Aug 31 13:02:35 GMT+12 2015
I: pbuilder-time-stamp: 1441069355
+ true
+ rm /srv/reproducible-results/tmp.XfQKc8cEAv/pbuilderrc_QbEy
++ date -u
Tue Sep  1 01:02:35 UTC 2015 - build #1 for pymtbl/unstable/amd64 on profitbricks-build1-amd64 done
+ echo 'Tue Sep  1 01:02:35 UTC 2015 - build #1 for pymtbl/unstable/amd64 on profitbricks-build1-amd64 done'
+ exit 0
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.mR26cYgYvE/tmp.ujssokBfdn
/srv/reproducible-results/tmp.mR26cYgYvE/tmp.ujssokBfdn:	 80.7% -- replaced with /srv/reproducible-results/tmp.mR26cYgYvE/tmp.ujssokBfdn.gz
+ '[' 1 = legacy ']'
+ '[' 1 = ng ']'
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-pymtbl
Tue Sep  1 01:02:35 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-uAZjVRFL, which will now be removed.
+ rsync -e 'ssh -p 22' -r profitbricks-build1-amd64.debian.net:/srv/reproducible-results/tmp.XfQKc8cEAv/b1 /srv/reproducible-results/tmp.XfQKc8cEAv/
jenkins_node_wrapper.sh[22523] remote_host called with rsync --server --sender -re.iLsfx . /srv/reproducible-results/tmp.XfQKc8cEAv/b1
+ ls -R /srv/reproducible-results/tmp.XfQKc8cEAv
/srv/reproducible-results/tmp.XfQKc8cEAv:
b1
b2
pymtbl_0.4.0-1.debian.tar.xz
pymtbl_0.4.0-1.dsc
pymtbl_0.4.0.orig.tar.gz
tmp.MS2pUwnmtH

/srv/reproducible-results/tmp.XfQKc8cEAv/b1:
build.log
pymtbl_0.2-1.debian.tar.xz
pymtbl_0.2-1.dsc
pymtbl_0.2-1_amd64.buildinfo
pymtbl_0.2-1_amd64.changes
pymtbl_0.2.orig.tar.gz
python-mtbl-dbgsym_0.2-1_amd64.deb
python-mtbl_0.2-1_amd64.deb

/srv/reproducible-results/tmp.XfQKc8cEAv/b2:
+ ssh -p 22 profitbricks-build1-amd64.debian.net 'rm -r /srv/reproducible-results/tmp.XfQKc8cEAv'
jenkins_node_wrapper.sh[22530] remote_host called with rm -r /srv/reproducible-results/tmp.XfQKc8cEAv
+ '[' '!' -f b1/pymtbl_0.4.0-1_amd64.changes ']'
+ '[' -f b1/pymtbl_0.2-1_amd64.changes ']'
+ echo 'Version mismatch between main node and first build node, aborting. Please upgrade the schroots...'
+ tee -a /srv/reproducible-results/tmp.XfQKc8cEAv/tmp.MS2pUwnmtH
Version mismatch between main node and first build node, aborting. Please upgrade the schroots...
+ FTBFS=0
+ calculate_build_duration
++ date +%s
+ END=1441069227
+ DURATION=45
+ update_db_and_html depwait
+ STATUS=depwait
+ '[' -z 0.4.0-1 ']'
++ sqlite3 -init /var/lib/jenkins/reproducible.init /var/lib/jenkins/reproducible.db 'SELECT status FROM results WHERE package_id='\''15869'\'''
+ local OLD_STATUS=FTBFS
+ '[' FTBFS = reproducible ']'
+ '[' FTBFS '!=' depwait ']'
+ '[' 0 -eq 1 ']'
+ sqlite3 -init /var/lib/jenkins/reproducible.init /var/lib/jenkins/reproducible.db 'REPLACE INTO results (package_id, version, status, build_date, build_duration, builder) VALUES ('\''15869'\'', '\''0.4.0-1'\'', '\''depwait'\'', '\''2015-09-01 00:59'\'', '\''45'\'', '\''amd64_4/188'\'')'
+ '[' '!' -z 45 ']'
+ sqlite3 -init /var/lib/jenkins/reproducible.init /var/lib/jenkins/reproducible.db 'INSERT INTO stats_build (name, version, suite, architecture, status, build_date, build_duration, builder) VALUES ('\''pymtbl'\'', '\''0.4.0-1'\'', '\''unstable'\'', '\''amd64'\'', '\''depwait'\'', '\''2015-09-01 00:59'\'', '\''45'\'', '\''amd64_4/188'\'')'
+ sqlite3 -init /var/lib/jenkins/reproducible.init /var/lib/jenkins/reproducible.db 'DELETE FROM schedule WHERE package_id='\''15869'\'';'
+ gen_package_html pymtbl
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''pymtbl'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-01 01:00:27.738938
INFO: Finished at 2015-09-01 01:00:27.745390, took: 0:00:00.006461
+ cd -
+ echo

+ echo 'Successfully updated the database and updated https://reproducible.debian.net/rb-pkg/unstable/amd64/pymtbl.html'
Successfully updated the database and updated https://reproducible.debian.net/rb-pkg/unstable/amd64/pymtbl.html
+ echo

+ exit 1
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.XfQKc8cEAv/tmp.MS2pUwnmtH
/srv/reproducible-results/tmp.XfQKc8cEAv/tmp.MS2pUwnmtH:	 37.6% -- replaced with /srv/reproducible-results/tmp.XfQKc8cEAv/tmp.MS2pUwnmtH.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html pymtbl
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''pymtbl'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-01 01:00:27.887702
INFO: Finished at 2015-09-01 01:00:27.893779, took: 0:00:00.006085
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.XfQKc8cEAv
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-pymtbl
Tue  1 Sep 01:00:27 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-n28UrLV4, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list