[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_9 #55394
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sat Oct 15 03:43:55 UTC 2016
https://jenkins.debian.net/job/reproducible_builder_amd64_9/55394/------------------------------------------
[...truncated 6835 lines...]
-diff_sample.h:158:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+diff_sample.h:158:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if(!diffs[d2]) diffCnt++; diffs[d2] = true;
^~~~~
In file included from ebwt.h:27:0,
from bowtie_inspect.cpp:10:
-blockwise_sa.h: In destructor 'KarkkainenBlockwiseSA<TStr>::~KarkkainenBlockwiseSA()':
-blockwise_sa.h:206:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+blockwise_sa.h: In destructor ‘KarkkainenBlockwiseSA<TStr>::~KarkkainenBlockwiseSA()’:
+blockwise_sa.h:206:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(_dc != NULL) delete _dc; _dc = NULL; // difference cover sample
^~
-blockwise_sa.h:206:31: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+blockwise_sa.h:206:31: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if(_dc != NULL) delete _dc; _dc = NULL; // difference cover sample
^~~
-blockwise_sa.h: In member function 'void KarkkainenBlockwiseSA<TStr>::buildSamples()':
-blockwise_sa.h:380:37: warning: typedef 'TAlphabet' locally defined but not used [-Wunused-local-typedefs]
+blockwise_sa.h: In member function ‘void KarkkainenBlockwiseSA<TStr>::buildSamples()’:
+blockwise_sa.h:380:37: warning: typedef ‘TAlphabet’ locally defined but not used [-Wunused-local-typedefs]
typedef typename Value<TStr>::Type TAlphabet;
^~~~~~~~~
In file included from ebwt.h:27:0,
from bowtie_inspect.cpp:10:
-blockwise_sa.h: In member function 'virtual void KarkkainenBlockwiseSA<TStr>::nextBlock()':
-blockwise_sa.h:755:37: warning: typedef 'TAlphabet' locally defined but not used [-Wunused-local-typedefs]
+blockwise_sa.h: In member function ‘virtual void KarkkainenBlockwiseSA<TStr>::nextBlock()’:
+blockwise_sa.h:755:37: warning: typedef ‘TAlphabet’ locally defined but not used [-Wunused-local-typedefs]
typedef typename Value<TStr>::Type TAlphabet;
^~~~~~~~~
In file included from bowtie_inspect.cpp:10:0:
-ebwt.h: In destructor 'Ebwt<TStr>::~Ebwt()':
-ebwt.h:823:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ebwt.h: In destructor ‘Ebwt<TStr>::~Ebwt()’:
+ebwt.h:823:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(_fchr != NULL) delete[] _fchr; _fchr = NULL;
^~
-ebwt.h:823:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ebwt.h:823:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if(_fchr != NULL) delete[] _fchr; _fchr = NULL;
^~~~~
-ebwt.h:824:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ebwt.h:824:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(_ftab != NULL) delete[] _ftab; _ftab = NULL;
^~
-ebwt.h:824:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ebwt.h:824:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if(_ftab != NULL) delete[] _ftab; _ftab = NULL;
^~~~~
-ebwt.h:825:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ebwt.h:825:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(_eftab != NULL) delete[] _eftab; _eftab = NULL;
^~
-ebwt.h:825:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ebwt.h:825:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if(_eftab != NULL) delete[] _eftab; _eftab = NULL;
^~~~~~
-ebwt.h:831:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ebwt.h:831:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(_isa != NULL) delete[] _isa; _isa = NULL;
^~
-ebwt.h:831:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ebwt.h:831:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if(_isa != NULL) delete[] _isa; _isa = NULL;
^~~~
-ebwt.h:832:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ebwt.h:832:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(_plen != NULL) delete[] _plen; _plen = NULL;
^~
-ebwt.h:832:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ebwt.h:832:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if(_plen != NULL) delete[] _plen; _plen = NULL;
^~~~~
-ebwt.h:833:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
+ebwt.h:833:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if(_rstarts != NULL) delete[] _rstarts; _rstarts = NULL;
^~
-ebwt.h:833:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
+ebwt.h:833:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if(_rstarts != NULL) delete[] _rstarts; _rstarts = NULL;
^~~~~~~~
-make[2]: Leaving directory '/build-1st/bowtie-1.1.2'
-make[1]: Leaving directory '/build-1st/bowtie-1.1.2'
+make[2] : on quitte le répertoire « /build-2nd/bowtie-1.1.2 »
+make[1] : on quitte le répertoire « /build-2nd/bowtie-1.1.2 »
debian/rules override_dh_auto_test
-make[1]: Entering directory '/build-1st/bowtie-1.1.2'
+make[1] : on entre dans le répertoire « /build-2nd/bowtie-1.1.2 »
ln -s debian/tests
sh debian/tests/run-unit-test test_at_build_time
# reads processed: 1
@@ -1398,76 +1409,78 @@
Reported 1 alignments to 1 output stream(s)
example9 OK
rm -f tests examples[0-9].out
-make[1]: Leaving directory '/build-1st/bowtie-1.1.2'
+make[1] : on quitte le répertoire « /build-2nd/bowtie-1.1.2 »
fakeroot debian/rules binary
dh binary
dh_testroot
dh_prep
dh_installdirs
debian/rules override_dh_auto_install-arch
-make[1]: Entering directory '/build-1st/bowtie-1.1.2'
+make[1] : on entre dans le répertoire « /build-2nd/bowtie-1.1.2 »
# remove strange byte-compyled Python code bowtie-buildc (no idea how and why it was created)
find . -name bowtie-buildc -delete
-make[1]: Leaving directory '/build-1st/bowtie-1.1.2'
+make[1] : on quitte le répertoire « /build-2nd/bowtie-1.1.2 »
dh_auto_install -Nbowtie
- make -j1 install DESTDIR=/build-1st/bowtie-1.1.2/debian/tmp AM_UPDATE_INFO_DIR=no
-make[1]: Entering directory '/build-1st/bowtie-1.1.2'
-mkdir -p /build-1st/bowtie-1.1.2/debian/tmp/usr/local/bin
+ make -j1 install DESTDIR=/build-2nd/bowtie-1.1.2/debian/tmp AM_UPDATE_INFO_DIR=no
+make[1] : on entre dans le répertoire « /build-2nd/bowtie-1.1.2 »
+mkdir -p /build-2nd/bowtie-1.1.2/debian/tmp/usr/local/bin
for file in bowtie-build-s bowtie-build-l bowtie-align-s bowtie-align-l bowtie-inspect-s bowtie-inspect-l bowtie-inspect bowtie-build bowtie ; do \
- cp -f $file /build-1st/bowtie-1.1.2/debian/tmp/usr/local/bin ; \
+ cp -f $file /build-2nd/bowtie-1.1.2/debian/tmp/usr/local/bin ; \
done
-make[1]: Leaving directory '/build-1st/bowtie-1.1.2'
+make[1] : on quitte le répertoire « /build-2nd/bowtie-1.1.2 »
dh_install
dh_installdocs
dh_installchangelogs
debian/rules override_dh_installman-arch
-make[1]: Entering directory '/build-1st/bowtie-1.1.2'
+make[1] : on entre dans le répertoire « /build-2nd/bowtie-1.1.2 »
help2man --name="ultrafast memory-efficient short read aligner" --no-info \
- /build-1st/bowtie-1.1.2/bowtie > /build-1st/bowtie-1.1.2/debian/bowtie/usr/share/man/man1/bowtie.1
+ /build-2nd/bowtie-1.1.2/bowtie > /build-2nd/bowtie-1.1.2/debian/bowtie/usr/share/man/man1/bowtie.1
help2man --name="building a colorspace index for bowtie" --no-info \
- /build-1st/bowtie-1.1.2/bowtie-build > /build-1st/bowtie-1.1.2/debian/bowtie/usr/share/man/man1/bowtie-build.1
+ /build-2nd/bowtie-1.1.2/bowtie-build > /build-2nd/bowtie-1.1.2/debian/bowtie/usr/share/man/man1/bowtie-build.1
help2man --name="extracts information from a bowtie index" --no-info \
- /build-1st/bowtie-1.1.2/bowtie-inspect > /build-1st/bowtie-1.1.2/debian/bowtie/usr/share/man/man1/bowtie-inspect.1
-make[1]: Leaving directory '/build-1st/bowtie-1.1.2'
+ /build-2nd/bowtie-1.1.2/bowtie-inspect > /build-2nd/bowtie-1.1.2/debian/bowtie/usr/share/man/man1/bowtie-inspect.1
+make[1] : on quitte le répertoire « /build-2nd/bowtie-1.1.2 »
dh_perl
dh_link
dh_strip_nondeterminism
debian/rules override_dh_compress
-make[1]: Entering directory '/build-1st/bowtie-1.1.2'
+make[1] : on entre dans le répertoire « /build-2nd/bowtie-1.1.2 »
dh_compress -X.ebwt
-make[1]: Leaving directory '/build-1st/bowtie-1.1.2'
+make[1] : on quitte le répertoire « /build-2nd/bowtie-1.1.2 »
debian/rules override_dh_fixperms-indep
-make[1]: Entering directory '/build-1st/bowtie-1.1.2'
+make[1] : on entre dans le répertoire « /build-2nd/bowtie-1.1.2 »
dh_fixperms
chmod 644 debian/bowtie-examples/usr/share/doc/bowtie/examples/indexes/*
-make[1]: Leaving directory '/build-1st/bowtie-1.1.2'
+make[1] : on quitte le répertoire « /build-2nd/bowtie-1.1.2 »
dh_fixperms -Nbowtie-examples
dh_strip
dh_makeshlibs
dh_shlibdeps
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: 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
+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 'bowtie-examples' in '../bowtie-examples_1.1.2-6_all.deb'.
dpkg-deb: building package 'bowtie-dbgsym' in '../bowtie-dbgsym_1.1.2-6_amd64.deb'.
dpkg-deb: building package 'bowtie' in '../bowtie_1.1.2-6_amd64.deb'.
dpkg-genbuildinfo --build=any,all --buildinfo-id=amd64
-dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe
+dpkg-genbuildinfo: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
dpkg-genchanges --build=any,all >../bowtie_1.1.2-6_amd64.changes
-dpkg-genchanges: info: binary-only upload (no source code included)
+dpkg-genchanges: info: envoi des binaires seulement (le code source n'est pas inclus)
dpkg-source --after-build bowtie-1.1.2
-dpkg-buildpackage: info: binary-only upload (no source included)
+dpkg-buildpackage: info: envoi d'un binaire seulement (aucune inclusion de code source)
I: copying local configuration
+I: user script /srv/workspace/pbuilder/40296/tmp/hooks/B01_cleanup starting
+I: user script /srv/workspace/pbuilder/40296/tmp/hooks/B01_cleanup finished
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: cleaning the build env
-I: removing directory /srv/workspace/pbuilder/14769 and its subdirectories
-I: Current time: Fri Oct 14 15:31:04 GMT+12 2016
-I: pbuilder-time-stamp: 1476502264
+I: removing directory /srv/workspace/pbuilder/40296 and its subdirectories
+I: Current time: samedi 18 novembre 2017, 00:06:50 (UTC+1400)
+I: pbuilder-time-stamp: 1510913210
Compressing the 2nd log...
/var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/amd64/bowtie_1.1.2-6.diff: 92.7% -- replaced with /var/lib/jenkins/userContent/reproducible/debian/logdiffs/unstable/amd64/bowtie_1.1.2-6.diff.gz
b2/build.log: 91.7%
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log: 92.0%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/unstable/amd64/bowtie_1.1.2-6.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-hx2yfpgl/tmp.WVqhQpdtz3
+ mv /srv/reproducible-results/rbuild-debian-hx2yfpgl/tmp.WVqhQpdtz3 /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/bowtie_1.1.2-6.rbuild.log
+ RBUILDLOG=/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/bowtie_1.1.2-6.rbuild.log
+ '[' 0 -eq 1 ']'
+ '[' 0 -eq 0 ']'
+ call_diffoscope_on_buildinfo_files
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-hx2yfpgl
+ local TMPLOG=/srv/reproducible-results/rbuild-debian-hx2yfpgl/tmp.9VORB7P1bA
+ local TIMEOUT=120m
+ DBDSUITE=unstable
+ '[' unstable = experimental ']'
+ set -x
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-debian-hx2yfpgl -d dbd-tmp-XXXXXXX
+ local TEMP=/srv/reproducible-results/rbuild-debian-hx2yfpgl/dbd-tmp-P3PiXLh
++ schroot --directory /srv/reproducible-results/rbuild-debian-hx2yfpgl -c source:jenkins-reproducible-unstable-diffoscope diffoscope -- --version
+ DIFFOSCOPE='diffoscope 61'
++ echo diffoscope 61
++ grep '^E: 15binfmt: update-binfmts: unable to open'
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ log_info 'diffoscope 61 will be used to compare the two builds:'
+ _log I: 'diffoscope 61 will be used to compare the two builds:'
+ local prefix=I:
+ shift 1
+ tee -a /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/bowtie_1.1.2-6.rbuild.log
++ date -u
+ echo -e 'Sat Oct 15 03:43:53 UTC 2016 I: diffoscope 61 will be used to compare the two builds:'
Sat Oct 15 03:43:53 UTC 2016 I: diffoscope 61 will be used to compare the two builds:
+ set +e
+ set -x
+ timeout 120m nice schroot --directory /srv/reproducible-results/rbuild-debian-hx2yfpgl -c source:jenkins-reproducible-unstable-diffoscope -- sh -c 'export TMPDIR=/srv/reproducible-results/rbuild-debian-hx2yfpgl/dbd-tmp-P3PiXLh ; diffoscope --html /srv/reproducible-results/rbuild-debian-hx2yfpgl/bowtie_1.1.2-6.diffoscope.html --text /srv/reproducible-results/rbuild-debian-hx2yfpgl/bowtie_1.1.2-6.diffoscope.txt /srv/reproducible-results/rbuild-debian-hx2yfpgl/b1/bowtie_1.1.2-6_amd64.buildinfo /srv/reproducible-results/rbuild-debian-hx2yfpgl/b2/bowtie_1.1.2-6_amd64.buildinfo'
+ RESULT=0
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/rbuild-debian-hx2yfpgl/tmp.9VORB7P1bA
++ true
+ LOG_RESULT=
+ '[' '!' -z '' ']'
+ false
+ set +x
/var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/bowtie_1.1.2-6.rbuild.log:
gzip: /var/lib/jenkins/userContent/reproducible/debian/rbuild/unstable/amd64/bowtie_1.1.2-6.rbuild.log.gz: No space left on device
Sat 15 Oct 03:43:55 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-pIDPMrSr, which will now be removed.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list