[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_5 #4293

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Dec 20 00:37:21 UTC 2015


See <https://jenkins.debian.net/job/reproducible_builder_armhf_5/4293/>

------------------------------------------
[...truncated 1315 lines...]
writing output... [100%] user

generating indices... genindex
writing additional pages... search
copying static files... WARNING: html_static_path entry u'/build/python-happybase-0.8/doc/_static' does not exist
done
copying extra files... done
dumping search index in English (code: en) ... done
dumping object inventory... done
build succeeded, 1 warning.

Generated documentation: file:///build/python-happybase-0.8/doc/build/html/index.html

find . -name '*.py[co]' -delete
make[1]: Leaving directory '/build/python-happybase-0.8'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/python-happybase-0.8'
pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
dh /usr/share/openstack-pkg-tools/pkgos.make  --with python2
dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep)
echo "Tests disabled: FIXME!"
Tests disabled: FIXME!
make[1]: Leaving directory '/build/python-happybase-0.8'
 fakeroot debian/rules binary
pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
dh /usr/share/openstack-pkg-tools/pkgos.make  --with python2
dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep)
dh binary  --with python2
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/build/python-happybase-0.8'
pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
dh /usr/share/openstack-pkg-tools/pkgos.make  --with python2
dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep)
set -e && for pyvers in 2.7; do \
	python$pyvers setup.py install --install-layout=deb \
	--root /build/python-happybase-0.8/debian/python-happybase; \
done
running install
running build
running build_py
creating build
creating build/lib.linux-armv7l-2.7
creating build/lib.linux-armv7l-2.7/happybase
copying happybase/connection.py -> build/lib.linux-armv7l-2.7/happybase
copying happybase/_version.py -> build/lib.linux-armv7l-2.7/happybase
copying happybase/table.py -> build/lib.linux-armv7l-2.7/happybase
copying happybase/batch.py -> build/lib.linux-armv7l-2.7/happybase
copying happybase/util.py -> build/lib.linux-armv7l-2.7/happybase
copying happybase/__init__.py -> build/lib.linux-armv7l-2.7/happybase
copying happybase/pool.py -> build/lib.linux-armv7l-2.7/happybase
creating build/lib.linux-armv7l-2.7/happybase/hbase
copying happybase/hbase/constants.py -> build/lib.linux-armv7l-2.7/happybase/hbase
copying happybase/hbase/ttypes.py -> build/lib.linux-armv7l-2.7/happybase/hbase
copying happybase/hbase/__init__.py -> build/lib.linux-armv7l-2.7/happybase/hbase
copying happybase/hbase/Hbase.py -> build/lib.linux-armv7l-2.7/happybase/hbase
running install_lib
creating /build/python-happybase-0.8/debian/python-happybase
creating /build/python-happybase-0.8/debian/python-happybase/usr
creating /build/python-happybase-0.8/debian/python-happybase/usr/lib
creating /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7
creating /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages
creating /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase
copying build/lib.linux-armv7l-2.7/happybase/connection.py -> /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase
copying build/lib.linux-armv7l-2.7/happybase/_version.py -> /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase
copying build/lib.linux-armv7l-2.7/happybase/table.py -> /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase
copying build/lib.linux-armv7l-2.7/happybase/batch.py -> /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase
copying build/lib.linux-armv7l-2.7/happybase/util.py -> /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase
copying build/lib.linux-armv7l-2.7/happybase/__init__.py -> /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase
copying build/lib.linux-armv7l-2.7/happybase/pool.py -> /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase
creating /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/hbase
copying build/lib.linux-armv7l-2.7/happybase/hbase/constants.py -> /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/hbase
copying build/lib.linux-armv7l-2.7/happybase/hbase/ttypes.py -> /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/hbase
copying build/lib.linux-armv7l-2.7/happybase/hbase/__init__.py -> /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/hbase
copying build/lib.linux-armv7l-2.7/happybase/hbase/Hbase.py -> /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/hbase
byte-compiling /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/connection.py to connection.pyc
byte-compiling /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/_version.py to _version.pyc
byte-compiling /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/table.py to table.pyc
byte-compiling /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/batch.py to batch.pyc
byte-compiling /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/util.py to util.pyc
byte-compiling /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/__init__.py to __init__.pyc
byte-compiling /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/pool.py to pool.pyc
byte-compiling /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/hbase/constants.py to constants.pyc
byte-compiling /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/hbase/ttypes.py to ttypes.pyc
byte-compiling /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/hbase/__init__.py to __init__.pyc
byte-compiling /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase/hbase/Hbase.py to Hbase.pyc
running install_egg_info
running egg_info
creating happybase.egg-info
writing requirements to happybase.egg-info/requires.txt
writing happybase.egg-info/PKG-INFO
writing top-level names to happybase.egg-info/top_level.txt
writing dependency_links to happybase.egg-info/dependency_links.txt
writing manifest file 'happybase.egg-info/SOURCES.txt'
reading manifest file 'happybase.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'happybase.egg-info/SOURCES.txt'
Copying happybase.egg-info to /build/python-happybase-0.8/debian/python-happybase/usr/lib/python2.7/dist-packages/happybase-0.8.egg-info
Skipping SOURCES.txt
running install_scripts
make[1]: Leaving directory '/build/python-happybase-0.8'
   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_installdeb
   dh_gencontrol
dpkg-gencontrol: avertissement: champ Recommends du paquet python-happybase : variable de substitution inconnue ${python:Recommends}
dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
dpkg-gencontrol: avertissement: paquet python-happybase : variable de substitution inutilisée ${python:Versions}
dpkg-gencontrol: avertissement: paquet python-happybase : variable de substitution inutilisée ${python:Provides}
   dh_md5sums
   dh_builddeb
dpkg-deb : construction du paquet « python-happybase » dans « ../python-happybase_0.8-2_all.deb ».
 dpkg-genchanges -b >../python-happybase_0.8-2_armhf.changes
dpkg-genchanges: envoi des binaires seulement (le code source n'est pas inclus)
 dpkg-source --after-build python-happybase-0.8
dpkg-buildpackage: envoi d'un binaire seulement (aucune inclusion de code source)
I: user script /srv/workspace/pbuilder/13394/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/13394/tmp/hooks/B01_cleanup finished
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = "fr_CH.UTF-8",
	LANG = "fr_CH.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = "fr_CH.UTF-8",
	LANG = "fr_CH.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting /sys filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = "fr_CH.UTF-8",
	LANG = "fr_CH.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting /dev/shm filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = "fr_CH.UTF-8",
	LANG = "fr_CH.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting dev/pts filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = "fr_CH.UTF-8",
	LANG = "fr_CH.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting run/shm filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = "fr_CH.UTF-8",
	LANG = "fr_CH.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
I: unmounting proc filesystem
/usr/lib/pbuilder/pbuilder-modules: line 164: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
I: cleaning the build env 
I: removing directory /srv/workspace/pbuilder/13394 and its subdirectories
I: Current time: Sun Dec 20 14:37:14 GMT-14 2015
I: pbuilder-time-stamp: 1450571834
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Sun Dec 20 00:37:14 UTC 2015 - build #2 for python-happybase/unstable/armhf on bpi0 done.
/srv/reproducible-results/rbuild-debian-Pszq6z4C/tmp.TXeCEXINQg:	 51.5% -- replaced with /srv/reproducible-results/rbuild-debian-Pszq6z4C/tmp.TXeCEXINQg.gz
Sun Dec 20 00:37:14 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-oYkr1nBe, which will now be removed.
/srv/reproducible-results/rbuild-debian-AsXXkaQf:
total 48
drwxr-xr-x 2 jenkins jenkins  4096 Dec 20 00:28 b1
drwxr-xr-x 2 jenkins jenkins  4096 Dec 20 00:37 b2
-rw-r--r-- 1 jenkins jenkins  2190 Apr 18  2014 python-happybase_0.8-2.dsc
-rw------- 1 jenkins jenkins 35236 Dec 20 00:28 tmp.svNtJQKZIR

/srv/reproducible-results/rbuild-debian-AsXXkaQf/b1:
total 144
-rw-r--r-- 1 jenkins jenkins 32307 Dec 20 00:28 build.log
-rw-r--r-- 1 jenkins jenkins  7972 Dec 20 00:28 python-happybase_0.8-2.debian.tar.xz
-rw-r--r-- 1 jenkins jenkins  2190 Dec 20 00:28 python-happybase_0.8-2.dsc
-rw-r--r-- 1 jenkins jenkins 30848 Dec 20 00:28 python-happybase_0.8-2_all.deb
-rw-r--r-- 1 jenkins jenkins  5511 Dec 20 00:28 python-happybase_0.8-2_armhf.buildinfo
-rw-r--r-- 1 jenkins jenkins  1079 Dec 20 00:28 python-happybase_0.8-2_armhf.changes
-rw-r--r-- 1 jenkins jenkins 52080 Dec 20 00:28 python-happybase_0.8.orig.tar.xz

/srv/reproducible-results/rbuild-debian-AsXXkaQf/b2:
total 152
-rw-r--r-- 1 jenkins jenkins 46650 Dec 20 00:37 build.log
-rw-r--r-- 1 jenkins jenkins  7972 Dec 20 00:37 python-happybase_0.8-2.debian.tar.xz
-rw-r--r-- 1 jenkins jenkins  2190 Dec 20 00:37 python-happybase_0.8-2.dsc
-rw-r--r-- 1 jenkins jenkins 30702 Dec 20 00:37 python-happybase_0.8-2_all.deb
-rw-r--r-- 1 jenkins jenkins   783 Dec 20 00:37 python-happybase_0.8-2_armhf.changes
-rw-r--r-- 1 jenkins jenkins 52080 Dec 20 00:37 python-happybase_0.8.orig.tar.xz
Format: 1.8
Date: Fri, 18 Apr 2014 06:21:23 +0000
Source: python-happybase
Binary: python-happybase
Architecture: all armhf
Version: 0.8-2
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack <openstack-devel at lists.alioth.debian.org>
Changed-By: Thomas Goirand <zigo at debian.org>
Description:
 python-happybase - developer-friendly Python library to interact with Apache HBase
Changes:
 python-happybase (0.8-2) unstable; urgency=medium
 .
   * Uploading to unstable.
Checksums-Sha1:
 122228f2fa2b18c4a2440c128a4e68c28d9b5851 30848 python-happybase_0.8-2_all.deb
 edb34fa2f36810d7dcdb80864a61060f8ceac186 5511 python-happybase_0.8-2_armhf.buildinfo
Checksums-Sha256:
 b089ef282fc4f4b49fcb139590f4c77c337579a659b24375ef1ec1c5272f6f30 30848 python-happybase_0.8-2_all.deb
 a152d93c845aa5f18a2362e872bdd8513ded4c130756d026e3dd9ff603470830 5511 python-happybase_0.8-2_armhf.buildinfo
Files:
 c03815a6264fe6e8e575021e269363bc 30848 python optional python-happybase_0.8-2_all.deb
 925e1e591e3f8233d27aa32019d84baf 5511 python optional python-happybase_0.8-2_armhf.buildinfo
grep-dctrl: ./b2/python-happybase_0.8-2_armhf.buildinfo: No such file or directory
/srv/reproducible-results/rbuild-debian-AsXXkaQf/tmp.svNtJQKZIR:	 78.5% -- replaced with /srv/reproducible-results/rbuild-debian-AsXXkaQf/tmp.svNtJQKZIR.gz
INFO: Starting at 2015-12-20 00:37:20.989431
INFO: Finished at 2015-12-20 00:37:20.995154, took: 0:00:00.005729
Sun 20 Dec 00:37:21 UTC 2015 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-12gp4K9K, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list