[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_8 #21
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Sep 7 02:01:30 UTC 2015
See <https://jenkins.debian.net/job/reproducible_builder_amd64_8/21/>
------------------------------------------
[...truncated 1141 lines...]
debian/rules override_dh_auto_build
make[1]: Entering directory '/tmp/buildd/python-pyaudio-0.2.8'
dh_testdir
python2.7 setup.py build
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
copying src/pyaudio.py -> build/lib.linux-x86_64-2.7
running build_ext
building '_portaudio' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/src
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 src/_portaudiomodule.c -o build/temp.linux-x86_64-2.7/src/_portaudiomodule.o
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/src/_portaudiomodule.o -lportaudio -o build/lib.linux-x86_64-2.7/_portaudio.so
dh_testdir
python3.4 setup.py build
running build
running build_py
creating build/lib.linux-x86_64-3.4
copying src/pyaudio.py -> build/lib.linux-x86_64-3.4
running build_ext
building '_portaudio' extension
creating build/temp.linux-x86_64-3.4
creating build/temp.linux-x86_64-3.4/src
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.4m -c src/_portaudiomodule.c -o build/temp.linux-x86_64-3.4/src/_portaudiomodule.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/src/_portaudiomodule.o -lportaudio -o build/lib.linux-x86_64-3.4/_portaudio.cpython-34m.so
PYTHONPATH=/tmp/buildd/python-pyaudio-0.2.8/build/lib.linux-x86_64-2.7:/tmp/buildd/python-pyaudio-0.2.8/build/lib.linux-x86_64-3.4 make docs
make[2]: Entering directory '/tmp/buildd/python-pyaudio-0.2.8'
python setup.py build
running build
running build_py
running build_ext
touch build/lib.linux-x86_64-2.7/build
PYTHONPATH=build/lib.linux-x86_64-2.7 sphinx-build -b html sphinx/ docs/
Running Sphinx v1.3.1
making output directory...
loading pickled environment... not yet created
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 2 source files that are out of date
updating environment: 2 added, 0 changed, 0 removed
reading sources... [ 50%] examples
reading sources... [100%] index
/tmp/buildd/python-pyaudio-0.2.8/sphinx/index.rst:43: WARNING: autodoc: failed to import class u'PaMacCoreStreamInfo' from module u'pyaudio'; the following exception was raised:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/sphinx/ext/autodoc.py", line 392, in import_object
obj = self.get_attr(obj, part)
File "/usr/lib/python2.7/dist-packages/sphinx/ext/autodoc.py", line 288, in get_attr
return safe_getattr(obj, name, *defargs)
File "/usr/lib/python2.7/dist-packages/sphinx/util/inspect.py", line 115, in safe_getattr
raise AttributeError(name)
AttributeError: PaMacCoreStreamInfo
looking for now-outdated files... none found
pickling environment... done
checking consistency... /tmp/buildd/python-pyaudio-0.2.8/sphinx/examples.rst:: WARNING: document isn't included in any toctree
done
preparing documents... done
writing output... [ 50%] examples
writing output... [100%] index
generating indices... genindex py-modindex
writing additional pages... search
copying static files... done
copying extra files... done
dumping search index in English (code: en) ... done
dumping object inventory... done
build succeeded, 2 warnings.
make[2]: Leaving directory '/tmp/buildd/python-pyaudio-0.2.8'
make[1]: Leaving directory '/tmp/buildd/python-pyaudio-0.2.8'
dh_auto_test
fakeroot debian/rules binary
dh binary --with python2,python3,linktree
dh_testroot
dh_prep
debian/rules override_dh_auto_install
make[1]: Entering directory '/tmp/buildd/python-pyaudio-0.2.8'
python2.7 setup.py install --install-layout=deb --root=/tmp/buildd/python-pyaudio-0.2.8/debian/tmp
running install
running build
running build_py
running build_ext
running install_lib
creating /tmp/buildd/python-pyaudio-0.2.8/debian/tmp
creating /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr
creating /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr/lib
creating /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr/lib/python2.7
creating /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr/lib/python2.7/dist-packages
copying build/lib.linux-x86_64-2.7/pyaudio.pyc -> /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr/lib/python2.7/dist-packages
copying build/lib.linux-x86_64-2.7/build -> /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr/lib/python2.7/dist-packages
copying build/lib.linux-x86_64-2.7/_portaudio.so -> /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr/lib/python2.7/dist-packages
copying build/lib.linux-x86_64-2.7/pyaudio.py -> /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr/lib/python2.7/dist-packages
running install_egg_info
Writing /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr/lib/python2.7/dist-packages/PyAudio-0.2.8.egg-info
python3.4 setup.py install --install-layout=deb --root=/tmp/buildd/python-pyaudio-0.2.8/debian/tmp
running install
running build
running build_py
running build_ext
running install_lib
creating /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr/lib/python3
creating /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr/lib/python3/dist-packages
renaming extension _portaudio.cpython-34m.so -> _portaudio.cpython-34m-x86_64-linux-gnu.so
copying build/lib.linux-x86_64-3.4/_portaudio.cpython-34m.so -> /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr/lib/python3/dist-packages/_portaudio.cpython-34m-x86_64-linux-gnu.so
copying build/lib.linux-x86_64-3.4/pyaudio.py -> /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr/lib/python3/dist-packages
byte-compiling /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr/lib/python3/dist-packages/pyaudio.py to pyaudio.cpython-34.pyc
running install_egg_info
Writing /tmp/buildd/python-pyaudio-0.2.8/debian/tmp/usr/lib/python3/dist-packages/PyAudio-0.2.8.egg-info
dh override_dh_auto_install --with python2,python3,linktree
make[1]: Leaving directory '/tmp/buildd/python-pyaudio-0.2.8'
dh_install
dh_installdocs
dh_installchangelogs
dh_installexamples
dh_python2
W: dh_python2:479: Please add dh-python package to Build-Depends
dh_python3
dh_perl
dh_link
dh_linktree
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-pyaudio/usr/lib/python2.7/dist-packages/_portaudio.so was not linked against libpthread.so.0 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/python3-pyaudio/usr/lib/python3/dist-packages/_portaudio.cpython-34m-x86_64-linux-gnu.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-pyaudio: unused substitution variable ${python:Versions}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: package python-pyaudio: unused substitution variable ${python:Versions}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: package python3-pyaudio: unused substitution variable ${python3:Versions}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-gencontrol: warning: package python3-pyaudio: unused substitution variable ${python3:Versions}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe
dh_md5sums
dh_builddeb
dpkg-deb: building package 'python-pyaudio-dbgsym' in '../python-pyaudio-dbgsym_0.2.8-1_amd64.deb'.
dpkg-deb: building package 'python3-pyaudio-dbgsym' in '../python3-pyaudio-dbgsym_0.2.8-1_amd64.deb'.
dpkg-deb: building package 'python-pyaudio-doc' in '../python-pyaudio-doc_0.2.8-1_all.deb'.
dpkg-deb: building package 'python-pyaudio' in '../python-pyaudio_0.2.8-1_amd64.deb'.
dpkg-deb: building package 'python3-pyaudio' in '../python3-pyaudio_0.2.8-1_amd64.deb'.
dpkg-genbuildinfo >../python-pyaudio_0.2.8-1_amd64.buildinfo
dpkg-distaddfile python-pyaudio_0.2.8-1_amd64.buildinfo python optional
dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
dpkg-genchanges -b >../python-pyaudio_0.2.8-1_amd64.changes
dpkg-genchanges: warning: package python3-pyaudio-dbgsym listed in files list but not in control info
dpkg-genchanges: warning: package python-pyaudio-dbgsym listed in files list but not in control info
dpkg-genchanges: binary-only upload (no source code included)
dpkg-source --after-build python-pyaudio-0.2.8
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//52310 and its subdirectories
I: Current time: Sun Sep 6 14:01:51 GMT+12 2015
I: pbuilder-time-stamp: 1441591311
+ true
+ rm /srv/reproducible-results/tmp.p92dcIhd6X/pbuilderrc_BDDJ
++ date -u
Mon Sep 7 02:01:51 UTC 2015 - build #1 for python-pyaudio/unstable/amd64 on profitbricks-build2-amd64 done
+ echo 'Mon Sep 7 02:01:51 UTC 2015 - build #1 for python-pyaudio/unstable/amd64 on profitbricks-build2-amd64 done'
+ exit 0
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.VRWfLzdr27/tmp.KPS5MClZsE
/srv/reproducible-results/tmp.VRWfLzdr27/tmp.KPS5MClZsE: 82.4% -- replaced with /srv/reproducible-results/tmp.VRWfLzdr27/tmp.KPS5MClZsE.gz
+ '[' 1 = legacy ']'
+ '[' 1 = ng ']'
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-python-pyaudio
Mon Sep 7 02:01:51 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-kMIQpMqL, which will now be removed.
+ RESULT=0
+ '[' 0 -eq 148 ']'
+ '[' 0 -ne 0 ']'
+ rsync -e 'ssh -p 22' -r profitbricks-build2-amd64.debian.net:/srv/reproducible-results/tmp.p92dcIhd6X/b1 /srv/reproducible-results/tmp.p92dcIhd6X/
jenkins_node_wrapper.sh[63914] remote_host called with rsync --server --sender -re.iLsfx . /srv/reproducible-results/tmp.p92dcIhd6X/b1
+ RESULT=0
+ '[' 0 -ne 0 ']'
+ ls -R /srv/reproducible-results/tmp.p92dcIhd6X
/srv/reproducible-results/tmp.p92dcIhd6X:
b1
b2
python-pyaudio_0.2.8-1.debian.tar.xz
python-pyaudio_0.2.8-1.dsc
python-pyaudio_0.2.8.orig.tar.gz
tmp.ztl5V4ndn7
/srv/reproducible-results/tmp.p92dcIhd6X/b1:
build.log
python-pyaudio-dbgsym_0.2.8-1_amd64.deb
python-pyaudio-doc_0.2.8-1_all.deb
python-pyaudio_0.2.8-1.debian.tar.xz
python-pyaudio_0.2.8-1.dsc
python-pyaudio_0.2.8-1_amd64.buildinfo
python-pyaudio_0.2.8-1_amd64.changes
python-pyaudio_0.2.8-1_amd64.deb
python-pyaudio_0.2.8.orig.tar.gz
python3-pyaudio-dbgsym_0.2.8-1_amd64.deb
python3-pyaudio_0.2.8-1_amd64.deb
/srv/reproducible-results/tmp.p92dcIhd6X/b2:
+ ssh -p 22 profitbricks-build2-amd64.debian.net 'rm -r /srv/reproducible-results/tmp.p92dcIhd6X'
jenkins_node_wrapper.sh[63921] remote_host called with rm -r /srv/reproducible-results/tmp.p92dcIhd6X
+ '[' '!' -f b1/python-pyaudio_0.2.8-1_amd64.changes ']'
+ '[' -f b1/python-pyaudio_0.2.8-1_amd64.changes ']'
+ check_for_race_conditions
++ cat /tmp/reproducible-lockfile-unstable-amd64-python-pyaudio
+ '[' 46293 -ne 46293 ']'
+ echo =============================================================================
=============================================================================
+ echo 'Re-building python-pyaudio/0.2.8-1 in unstable on amd64 now.'
Re-building python-pyaudio/0.2.8-1 in unstable on amd64 now.
+ echo =============================================================================
=============================================================================
+ '[' ng = legacy ']'
+ ssh -p 22 profitbricks-build1-amd64.debian.net /srv/jenkins/bin/reproducible_build.sh 2 python-pyaudio unstable /srv/reproducible-results/tmp.p92dcIhd6X
ssh_exchange_identification: read: Connection reset by peer
+ cleanup_all
+ '[' 0 -eq 1 ']'
+ '[' '' = failure ']'
+ '[' '!' -z '' ']'
+ gzip -9fvn /srv/reproducible-results/tmp.p92dcIhd6X/tmp.ztl5V4ndn7
/srv/reproducible-results/tmp.p92dcIhd6X/tmp.ztl5V4ndn7: 52.7% -- replaced with /srv/reproducible-results/tmp.p92dcIhd6X/tmp.ztl5V4ndn7.gz
+ '[' ng = legacy ']'
+ '[' ng = ng ']'
+ gen_package_html python-pyaudio
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''python-pyaudio'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2015-09-07 02:01:30.725676
INFO: Finished at 2015-09-07 02:01:30.735123, took: 0:00:00.009460
+ cd -
+ cd
+ rm -r /srv/reproducible-results/tmp.p92dcIhd6X
+ false
+ rm -f /tmp/reproducible-lockfile-unstable-amd64-python-pyaudio
Mon 7 Sep 02:01:30 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-RcFmoZBb, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list