[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_50 #815
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Wed Mar 23 00:48:40 UTC 2016
See <https://jenkins.debian.net/job/reproducible_builder_armhf_50/815/>
------------------------------------------
[...truncated 1765 lines...]
-dpkg-buildpackage: source package reptyr
-dpkg-buildpackage: source version 0.6.2-1
-dpkg-buildpackage: source distribution unstable
-dpkg-buildpackage: source changed by Evan Broder <evan at ebroder.net>
+W: no hooks of type A found -- ignoring
+I: Running cd /build/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" HOME="/nonexistent" dpkg-buildpackage -us -uc -b --buildinfo-identifier=armhf -rfakeroot
+dpkg-buildpackage: paquet source reptyr
+dpkg-buildpackage: version source 0.6.2-1
+dpkg-buildpackage: distribution source unstable
+dpkg-buildpackage: source changé par Evan Broder <evan at ebroder.net>
dpkg-source --before-build reptyr-0.6.2
-dpkg-buildpackage: host architecture armhf
+dpkg-buildpackage: architecture hôte armhf
fakeroot debian/rules clean
dh clean
dh_testdir
dh_auto_clean
make -j1 clean
-make[1]: Entering directory '/build/reptyr-0.6.2'
+make[1] : on entre dans le répertoire « /build/reptyr-0.6.2 »
rm -f reptyr reptyr.o reallocarray.o attach.o platform/linux/linux_ptrace.o platform/linux/linux.o test/victim.o test/victim
-make[1]: Leaving directory '/build/reptyr-0.6.2'
+make[1] : on quitte le répertoire « /build/reptyr-0.6.2 »
dh_clean
debian/rules build
dh build
@@ -294,42 +313,49 @@
dh_update_autotools_config
dh_auto_configure
debian/rules override_dh_auto_build
-make[1]: Entering directory '/build/reptyr-0.6.2'
+make[1] : on entre dans le répertoire « /build/reptyr-0.6.2 »
dh_auto_build -- CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" CXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" FCFLAGS="-g -O2 -fstack-protector-strong" FFLAGS="-g -O2 -fstack-protector-strong" GCJFLAGS="-g -O2 -fstack-protector-strong" LDFLAGS="-Wl,-z,relro" OBJCFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" OBJCXXFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security"
make -j1 "CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" "CPPFLAGS=-Wdate-time -D_FORTIFY_SOURCE=2" "CXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" "FCFLAGS=-g -O2 -fstack-protector-strong" "FFLAGS=-g -O2 -fstack-protector-strong" "GCJFLAGS=-g -O2 -fstack-protector-strong" LDFLAGS=-Wl,-z,relro "OBJCFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security" "OBJCXXFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security"
-make[2]: Entering directory '/build/reptyr-0.6.2'
+make[2] : on entre dans le répertoire « /build/reptyr-0.6.2 »
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror -D_GNU_SOURCE -g -Wdate-time -D_FORTIFY_SOURCE=2 -c -o reptyr.o reptyr.c
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror -D_GNU_SOURCE -g -Wdate-time -D_FORTIFY_SOURCE=2 -c -o reallocarray.o reallocarray.c
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror -D_GNU_SOURCE -g -Wdate-time -D_FORTIFY_SOURCE=2 -c -o attach.o attach.c
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror -D_GNU_SOURCE -g -Wdate-time -D_FORTIFY_SOURCE=2 -c -o platform/linux/linux_ptrace.o platform/linux/linux_ptrace.c
cc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -Werror -D_GNU_SOURCE -g -Wdate-time -D_FORTIFY_SOURCE=2 -c -o platform/linux/linux.o platform/linux/linux.c
cc -Wl,-z,relro reptyr.o reallocarray.o attach.o platform/linux/linux_ptrace.o platform/linux/linux.o -o reptyr
-make[2]: Leaving directory '/build/reptyr-0.6.2'
-make[1]: Leaving directory '/build/reptyr-0.6.2'
+make[2] : on quitte le répertoire « /build/reptyr-0.6.2 »
+make[1] : on quitte le répertoire « /build/reptyr-0.6.2 »
debian/rules override_dh_auto_test
-make[1]: Entering directory '/build/reptyr-0.6.2'
+make[1] : on entre dans le répertoire « /build/reptyr-0.6.2 »
if ! [ -f /proc/sys/kernel/yama/ptrace_scope ] || \
[ "$(cat /proc/sys/kernel/yama/ptrace_scope)" = 0 ]; then \
dh_auto_test; \
fi
-make[1]: Leaving directory '/build/reptyr-0.6.2'
+ make -j1 test
+make[2] : on entre dans le répertoire « /build/reptyr-0.6.2 »
+cc -Wall -Werror -D_GNU_SOURCE -g -c -o test/victim.o test/victim.c
+cc test/victim.o -o test/victim
+python test/basic.py
+python test/tty-steal.py
+make[2] : on quitte le répertoire « /build/reptyr-0.6.2 »
+make[1] : on quitte le répertoire « /build/reptyr-0.6.2 »
fakeroot debian/rules binary
dh binary
dh_testroot
dh_prep
debian/rules override_dh_auto_install
-make[1]: Entering directory '/build/reptyr-0.6.2'
+make[1] : on entre dans le répertoire « /build/reptyr-0.6.2 »
dh_auto_install -- PREFIX=/usr
make -j1 install DESTDIR=/build/reptyr-0.6.2/debian/reptyr AM_UPDATE_INFO_DIR=no PREFIX=/usr
-make[2]: Entering directory '/build/reptyr-0.6.2'
+make[2] : on entre dans le répertoire « /build/reptyr-0.6.2 »
install -d -m 755 /build/reptyr-0.6.2/debian/reptyr/usr/bin/
install -m 755 reptyr /build/reptyr-0.6.2/debian/reptyr/usr/bin/reptyr
install -d -m 755 /build/reptyr-0.6.2/debian/reptyr/usr/share/man/man1
install -m 644 reptyr.1 /build/reptyr-0.6.2/debian/reptyr/usr/share/man/man1/reptyr.1
install -d -m 755 /build/reptyr-0.6.2/debian/reptyr/usr/share/man/fr/man1
install -m 644 reptyr.fr.1 /build/reptyr-0.6.2/debian/reptyr/usr/share/man/fr/man1/reptyr.1
-make[2]: Leaving directory '/build/reptyr-0.6.2'
-make[1]: Leaving directory '/build/reptyr-0.6.2'
+make[2] : on quitte le répertoire « /build/reptyr-0.6.2 »
+make[1] : on quitte le répertoire « /build/reptyr-0.6.2 »
dh_installdocs
dh_installchangelogs
dh_installman
@@ -341,30 +367,80 @@
dh_strip
dh_makeshlibs
dh_shlibdeps
-dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/reptyr/usr/bin/reptyr was not linked against ld-linux-armhf.so.3 (it uses none of the library's symbols)
+dpkg-shlibdeps: avertissement: la dépendance pourrait être évitée si « debian/reptyr/usr/bin/reptyr » n'y était pas lié avec ld-linux-armhf.so.3 sans nécessité (il n'utilise aucun des symboles de la bibliothèque)
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
+dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
+dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
dh_md5sums
dh_builddeb
-dpkg-deb: building package 'reptyr-dbgsym' in '../reptyr-dbgsym_0.6.2-1_armhf.deb'.
-dpkg-deb: building package 'reptyr' in '../reptyr_0.6.2-1_armhf.deb'.
+dpkg-deb : construction du paquet « reptyr-dbgsym » dans « ../reptyr-dbgsym_0.6.2-1_armhf.deb ».
+dpkg-deb : construction du paquet « reptyr » dans « ../reptyr_0.6.2-1_armhf.deb ».
dpkg-genbuildinfo >../reptyr_0.6.2-1_armhf.buildinfo
dpkg-distaddfile reptyr_0.6.2-1_armhf.buildinfo misc optional
-dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe
+dpkg-distaddfile: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
dpkg-genchanges -b >../reptyr_0.6.2-1_armhf.changes
-dpkg-genchanges: warning: package reptyr-dbgsym listed in files list but not in control info
-dpkg-genchanges: binary-only upload (no source code included)
+dpkg-genchanges: avertissement: paquet reptyr-dbgsym listé dans le fichier de liste des fichiers mais pas dans le fichier info
+dpkg-genchanges: envoi des binaires seulement (le code source n'est pas inclus)
dpkg-source --after-build reptyr-0.6.2
-dpkg-buildpackage: binary-only upload (no source included)
+dpkg-buildpackage: envoi d'un binaire seulement (aucune inclusion de code source)
I: copying local configuration
+I: user script /srv/workspace/pbuilder/12436/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/12436/tmp/hooks/B01_cleanup finished
+W: no hooks of type I found -- ignoring
+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 181: 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 181: 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 181: 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 181: 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 181: warning: setlocale: LC_ALL: cannot change locale (fr_CH.UTF-8)
I: cleaning the build env
-I: removing directory /srv/workspace/pbuilder/30522 and its subdirectories
-I: Current time: Tue Mar 22 12:34:14 GMT+12 2016
-I: pbuilder-time-stamp: 1458693254
+I: removing directory /srv/workspace/pbuilder/12436 and its subdirectories
+I: Current time: Wed Mar 23 14:40:16 GMT-14 2016
+I: pbuilder-time-stamp: 1458693616
Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/logdiffs/testing/armhf/reptyr_0.6.2-1.diff: 82.6% -- replaced with /var/lib/jenkins/userContent/reproducible/logdiffs/testing/armhf/reptyr_0.6.2-1.diff.gz
b2/build.log: 81.1%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log: 79.2%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/logs/testing/armhf/reptyr_0.6.2-1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-uHyb5beF/tmp.ftvMMx0BlM
+ mv /srv/reproducible-results/rbuild-debian-uHyb5beF/tmp.ftvMMx0BlM /var/lib/jenkins/userContent/reproducible/rbuild/testing/armhf/reptyr_0.6.2-1.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/rbuild/testing/armhf/reptyr_0.6.2-1.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ call_diffoscope_on_buildinfo_files
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-uHyb5beF
+ local TMPLOG=/srv/reproducible-results/rbuild-debian-uHyb5beF/tmp.5Pjryyysei
+ echo
+ tee -a /var/lib/jenkins/userContent/reproducible/rbuild/testing/armhf/reptyr_0.6.2-1.rbuild.log
+ local TIMEOUT=120m
+ DBDSUITE=testing
+ '[' testing = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-uHyb5beF -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/rbuild-debian-uHyb5beF/dbd-tmp-ymCtmzO
++ schroot --directory /srv/reproducible-results/rbuild-debian-uHyb5beF -c source:jenkins-reproducible-testing-diffoscope diffoscope -- --version
+ DIFFOSCOPE='diffoscope 51'
++ echo diffoscope 51
++ grep '^E: 15binfmt: update-binfmts: unable to open'
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ tee -a /var/lib/jenkins/userContent/reproducible/rbuild/testing/armhf/reptyr_0.6.2-1.rbuild.log
++ date -u
+ echo 'Wed Mar 23 00:40:25 UTC 2016 - diffoscope 51 will be used to compare the two builds:'
Wed Mar 23 00:40:25 UTC 2016 - diffoscope 51 will be used to compare the two builds:
+ set +e
+ set -x
+ timeout 120m nice schroot --directory /srv/reproducible-results/rbuild-debian-uHyb5beF -c source:jenkins-reproducible-testing-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/rbuild-debian-uHyb5beF/dbd-tmp-ymCtmzO ; diffoscope --html /srv/reproducible-results/rbuild-debian-uHyb5beF/reptyr_0.6.2-1.diffoscope.html --text /srv/reproducible-results/rbuild-debian-uHyb5beF/reptyr_0.6.2-1.diffoscope.txt /srv/reproducible-results/rbuild-debian-uHyb5beF/b1/reptyr_0.6.2-1_armhf.buildinfo /srv/reproducible-results/rbuild-debian-uHyb5beF/b2/reptyr_0.6.2-1_armhf.buildinfo'
+ RESULT=0
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/rbuild-debian-uHyb5beF/tmp.5Pjryyysei
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ false
+ set +x
_
_ __ ___ _ __ | |_ _ _ _ __
| '__/ _ \ '_ \| __| | | | '__|
| | | __/ |_) | |_| |_| | |
|_| \___| .__/ \__|\__, |_|
|_| |___/
diffoscope 51 found no differences in the changes files, and a .buildinfo file also exists.
reptyr from testing built successfully and reproducibly on armhf.
INFO: Starting at 2016-03-23 00:40:27.240562
INFO: Finished at 2016-03-23 00:40:27.249037, took: 0:00:00.008482
Wed Mar 23 00:40:27 UTC 2016 - successfully updated the database and updated https://tests.reproducible-builds.org/rb-pkg/testing/armhf/reptyr.html
Wed Mar 23 00:40:27 UTC 2016 - total duration: 0h 9m 18s.
/var/lib/jenkins/userContent/reproducible/rbuild/testing/armhf/reptyr_0.6.2-1.rbuild.log: 74.1% -- replaced with /var/lib/jenkins/userContent/reproducible/rbuild/testing/armhf/reptyr_0.6.2-1.rbuild.log.gz
INFO: Starting at 2016-03-23 00:40:27.412356
INFO: Finished at 2016-03-23 00:40:27.420637, took: 0:00:00.008288
Wed 23 Mar 00:40:27 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-2W3bsMd8, which will now be removed.
FATAL: GC overhead limit exceeded
java.lang.OutOfMemoryError: GC overhead limit exceeded
More information about the Qa-jenkins-scm
mailing list