[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_amd64_15 #53530

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Oct 15 06:17:24 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_amd64_15/53530/------------------------------------------
[...truncated 2288 lines...]
Using compiler: ghc-7.10.3
Using install prefix: /usr
Binaries installed in: /usr/bin
Libraries installed in:
/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/pqueue-1.3.1.1-BFCn45zB3Ih9ivPrR7qNw9
Private binaries installed in: /usr/libexec
Data files installed in: /usr/share/pqueue
Documentation installed in:
/usr/share/doc/x86_64-linux-ghc-7.10.3/pqueue-1.3.1.1
Configuration files installed in: /usr/etc
No alex found
Using ar found on system at: /usr/bin/ar
No c2hs found
No cpphs found
Using gcc version 6.2.0 found on system at: /usr/bin/gcc
Using ghc version 7.10.3 found on system at: /usr/bin/ghc
Using ghc-pkg version 7.10.3 found on system at: /usr/bin/ghc-pkg
No ghcjs found
No ghcjs-pkg found
No greencard found
Using haddock version 2.16.1 found on system at: /usr/bin/haddock
No happy found
Using haskell-suite found on system at: haskell-suite-dummy-location
Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
No hmake found
Using hpc version 0.67 found on system at: /usr/bin/hpc
Using hsc2hs version 0.67 found on system at: /usr/bin/hsc2hs
Using hscolour version 1.24 found on system at: /usr/bin/HsColour
No jhc found
Using ld found on system at: /usr/bin/ld
No lhc found
No lhc-pkg found
No pkg-config found
Using strip version 2.27 found on system at: /usr/bin/strip
Using tar found on system at: /bin/tar
No uhc found
   dh_auto_build -O--buildsystem=haskell
	debian/haskellbuild.setup build --builddir=dist-ghc
Building pqueue-1.3.1.1...
Preprocessing library pqueue-1.3.1.1...
[1 of 8] Compiling Control.Applicative.Identity ( Control/Applicative/Identity.hs, dist-ghc/build/Control/Applicative/Identity.o )
[2 of 8] Compiling Data.PQueue.Prio.Internals ( Data/PQueue/Prio/Internals.hs, dist-ghc/build/Data/PQueue/Prio/Internals.o )
[3 of 8] Compiling Data.PQueue.Prio.Max.Internals ( Data/PQueue/Prio/Max/Internals.hs, dist-ghc/build/Data/PQueue/Prio/Max/Internals.o )
[4 of 8] Compiling Data.PQueue.Internals ( Data/PQueue/Internals.hs, dist-ghc/build/Data/PQueue/Internals.o )
[5 of 8] Compiling Data.PQueue.Min  ( Data/PQueue/Min.hs, dist-ghc/build/Data/PQueue/Min.o )
[6 of 8] Compiling Data.PQueue.Max  ( Data/PQueue/Max.hs, dist-ghc/build/Data/PQueue/Max.o )
[7 of 8] Compiling Data.PQueue.Prio.Min ( Data/PQueue/Prio/Min.hs, dist-ghc/build/Data/PQueue/Prio/Min.o )
[8 of 8] Compiling Data.PQueue.Prio.Max ( Data/PQueue/Prio/Max.hs, dist-ghc/build/Data/PQueue/Prio/Max.o )
[1 of 8] Compiling Control.Applicative.Identity ( Control/Applicative/Identity.hs, dist-ghc/build/Control/Applicative/Identity.p_o )
[2 of 8] Compiling Data.PQueue.Prio.Internals ( Data/PQueue/Prio/Internals.hs, dist-ghc/build/Data/PQueue/Prio/Internals.p_o )
[3 of 8] Compiling Data.PQueue.Prio.Max.Internals ( Data/PQueue/Prio/Max/Internals.hs, dist-ghc/build/Data/PQueue/Prio/Max/Internals.p_o )
[4 of 8] Compiling Data.PQueue.Internals ( Data/PQueue/Internals.hs, dist-ghc/build/Data/PQueue/Internals.p_o )
[5 of 8] Compiling Data.PQueue.Min  ( Data/PQueue/Min.hs, dist-ghc/build/Data/PQueue/Min.p_o )
[6 of 8] Compiling Data.PQueue.Max  ( Data/PQueue/Max.hs, dist-ghc/build/Data/PQueue/Max.p_o )
[7 of 8] Compiling Data.PQueue.Prio.Min ( Data/PQueue/Prio/Min.hs, dist-ghc/build/Data/PQueue/Prio/Min.p_o )
[8 of 8] Compiling Data.PQueue.Prio.Max ( Data/PQueue/Prio/Max.hs, dist-ghc/build/Data/PQueue/Prio/Max.p_o )
In-place registering pqueue-1.3.1.1...
	debian/haskellbuild.setup haddock --builddir=dist-ghc --hoogle --html --hyperlink-source --with-haddock=/usr/bin/haddock --with-ghc=ghc
Running Haddock for pqueue-1.3.1.1...
Running hscolour for pqueue-1.3.1.1...
Preprocessing library pqueue-1.3.1.1...
Preprocessing library pqueue-1.3.1.1...
Haddock coverage:
   0% (  0 /  4) in 'Control.Applicative.Identity'
  Missing documentation for:
    Module header
    Identity (Control/Applicative/Identity.hs:5)
     (Control/Applicative/Identity.hs:7)
     (Control/Applicative/Identity.hs:10)
  73% ( 22 / 30) in 'Data.PQueue.Prio.Internals'
  Missing documentation for:
    Module header
    BinomForest (Data/PQueue/Prio/Internals.hs:75)
    BinomHeap (Data/PQueue/Prio/Internals.hs:79)
    BinomTree (Data/PQueue/Prio/Internals.hs:81)
    Zero (Data/PQueue/Prio/Internals.hs:82)
    Succ (Data/PQueue/Prio/Internals.hs:83)
    LEq (Data/PQueue/Prio/Internals.hs:85)
    traverseWithKeyU (Data/PQueue/Prio/Internals.hs:389)
  11% (  1 /  9) in 'Data.PQueue.Prio.Max.Internals'
  Missing documentation for:
    Module header
    Down (Data/PQueue/Prio/Max/Internals.hs:18)
     (Data/PQueue/Prio/Max/Internals.hs:34)
     (Data/PQueue/Prio/Max/Internals.hs:37)
     (Data/PQueue/Prio/Max/Internals.hs:40)
     (Data/PQueue/Prio/Max/Internals.hs:44)
     (Data/PQueue/Prio/Max/Internals.hs:47)
     (Data/PQueue/Prio/Max/Internals.hs:51)
  81% ( 21 / 26) in 'Data.PQueue.Internals'
  Missing documentation for:
    Module header
    BinomHeap (Data/PQueue/Internals.hs:83)
    BinomForest (Data/PQueue/Internals.hs:142)
    BinomTree (Data/PQueue/Internals.hs:145)
    insertMinQ (Data/PQueue/Internals.hs:340)
 100% ( 55 / 55) in 'Data.PQueue.Min'
 100% ( 56 / 56) in 'Data.PQueue.Max'
  99% ( 80 / 81) in 'Data.PQueue.Prio.Min'
  Missing documentation for:
    traverseWithKeyU (Data/PQueue/Prio/Internals.hs:389)
 100% ( 81 / 81) in 'Data.PQueue.Prio.Max'
Documentation created: dist-ghc/doc/html/pqueue/index.html,
dist-ghc/doc/html/pqueue/pqueue.txt
   dh_auto_test -O--buildsystem=haskell
	debian/haskellbuild.setup test --builddir=dist-ghc --show-details=always
Package has no test suites.
 fakeroot debian/rules binary
dh binary --with haskell --buildsystem=haskell
   dh_testroot -O--buildsystem=haskell
   dh_prep -O--buildsystem=haskell
   dh_auto_install -O--buildsystem=haskell
	debian/haskellbuild.setup copy --builddir=dist-ghc --destdir=debian/tmp-install-ghc
Installing library in
debian/tmp-install-ghc/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/pqueue-1.3.1.1-BFCn45zB3Ih9ivPrR7qNw9
	debian/haskellbuild.setup register --builddir=dist-ghc --gen-pkg-config
Creating package registration file: pqueue-1.3.1.1.conf
	rm -f pqueue-1.3.1.1.conf
	cc debian/probe.c -o debian/probe
	dpkg-shlibdeps --warnings=1 -Tdebian/libghc-pqueue-dev.substvars debian/probe
dpkg-shlibdeps: avertissement: les binaires à analyser devraient déjà être présents dans le répertoire de leur paquet
	rm -f debian/probe.c debian/probe
	cat debian/libghc-pqueue-dev.lintian-overrides
binary-or-shlib-defines-rpath
   dh_installdocs -O--buildsystem=haskell
   dh_installchangelogs -O--buildsystem=haskell
   dh_buildinfo -O--buildsystem=haskell
   dh_lintian -O--buildsystem=haskell
   dh_perl -O--buildsystem=haskell
   dh_link -O--buildsystem=haskell
   dh_strip_nondeterminism -O--buildsystem=haskell
   dh_compress -X.txt -O--buildsystem=haskell
   dh_fixperms -O--buildsystem=haskell
   dh_strip -O--buildsystem=haskell
   dh_makeshlibs --noscripts -XlibHS -O--buildsystem=haskell
   dh_shlibdeps "-u -xlibgmp10 --ignore-missing-info" -XlibHS -O--buildsystem=haskell
   dh_installdeb -O--buildsystem=haskell
   dh_gencontrol -u-DGHC-Package=\${haskell:ghc-package} -O--buildsystem=haskell
dpkg-gencontrol: avertissement: champ Recommends du paquet libghc-pqueue-dev : variable de substitution inconnue ${haskell:Recommends}
dpkg-gencontrol: avertissement: champ Conflicts du paquet libghc-pqueue-dev : variable de substitution inconnue ${haskell:Conflicts}
dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
dpkg-gencontrol: avertissement: paquet libghc-pqueue-dev : variable de substitution inconnue ${haskell:ShortBlurb}
dpkg-gencontrol: avertissement: champ Recommends du paquet libghc-pqueue-prof : variable de substitution inconnue ${haskell:Recommends}
dpkg-gencontrol: avertissement: champ Suggests du paquet libghc-pqueue-prof : variable de substitution inconnue ${haskell:Suggests}
dpkg-gencontrol: avertissement: champ Conflicts du paquet libghc-pqueue-prof : variable de substitution inconnue ${haskell:Conflicts}
dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
dpkg-gencontrol: avertissement: paquet libghc-pqueue-prof : variable de substitution inconnue ${haskell:ghc-package}
dpkg-gencontrol: avertissement: champ Suggests du paquet libghc-pqueue-doc : variable de substitution inconnue ${haskell:Suggests}
dpkg-gencontrol: avertissement: champ Conflicts du paquet libghc-pqueue-doc : variable de substitution inconnue ${haskell:Conflicts}
dpkg-gencontrol: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
dpkg-gencontrol: avertissement: paquet libghc-pqueue-doc : variable de substitution inconnue ${haskell:ghc-package}
   dh_md5sums -O--buildsystem=haskell
   dh_builddeb -O--buildsystem=haskell
dpkg-deb: building package 'libghc-pqueue-prof' in '../libghc-pqueue-prof_1.3.1.1-2_amd64.deb'.
dpkg-deb: building package 'libghc-pqueue-dev' in '../libghc-pqueue-dev_1.3.1.1-2_amd64.deb'.
dpkg-deb: building package 'libghc-pqueue-doc' in '../libghc-pqueue-doc_1.3.1.1-2_all.deb'.
 dpkg-genbuildinfo --build=any,all --buildinfo-id=amd64
dpkg-genbuildinfo: avertissement: Fichier::FcntlLock non disponible; utilisation de « flock » qui n'est pas sécurisé pour NFS
 dpkg-genchanges --build=any,all >../haskell-pqueue_1.3.1.1-2_amd64.changes
dpkg-genchanges: info: envoi des binaires seulement (le code source n'est pas inclus)
 dpkg-source --after-build haskell-pqueue-1.3.1.1
dpkg-buildpackage: info: envoi d'un binaire seulement (aucune inclusion de code source)
I: copying local configuration
I: user script /srv/workspace/pbuilder/32391/tmp/hooks/B01_cleanup starting
I: user script /srv/workspace/pbuilder/32391/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/32391 and its subdirectories
I: Current time: samedi 18 novembre 2017, 02:40:22 (UTC+1400)
I: pbuilder-time-stamp: 1510922422
+ PRESULT=0
+ set -e
+ '[' 0 -eq 124 ']'
+ false
+ set +x
Fri Nov 17 12:40:22 UTC 2017 - build #2 for haskell-pqueue/experimental/amd64 on profitbricks-build5-amd64 done.
/srv/reproducible-results/rbuild-debian-BYFxXLS1/tmp.VGBLBUS2A7:	 52.4% -- replaced with /srv/reproducible-results/rbuild-debian-BYFxXLS1/tmp.VGBLBUS2A7.gz
Fri Nov 17 12:40:22 UTC 2017 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-GS2GSPgk, which will now be removed.
/srv/reproducible-results/rbuild-debian-fhhlbOei:
total 60
drwxr-xr-x 2 jenkins jenkins  4096 Oct 15 06:15 b1
drwxr-xr-x 2 jenkins jenkins  4096 Oct 15 06:17 b2
-rw-r--r-- 1 jenkins jenkins  2386 Oct 14 17:54 haskell-pqueue_1.3.1.1-2.dsc
-rw------- 1 jenkins jenkins 47492 Oct 15 06:15 tmp.3IOGicINef

/srv/reproducible-results/rbuild-debian-fhhlbOei/b1:
total 596
-rw-r--r-- 1 jenkins jenkins  43870 Oct 15 06:15 build.log
-rw-r--r-- 1 jenkins jenkins   6297 Oct 15 06:15 haskell-pqueue_1.3.1.1-2_amd64.buildinfo
-rw-r--r-- 1 jenkins jenkins   1879 Oct 15 06:15 haskell-pqueue_1.3.1.1-2_amd64.changes
-rw-r--r-- 1 jenkins jenkins 241398 Oct 15 06:15 libghc-pqueue-dev_1.3.1.1-2_amd64.deb
-rw-r--r-- 1 jenkins jenkins  80030 Oct 15 06:15 libghc-pqueue-doc_1.3.1.1-2_all.deb
-rw-r--r-- 1 jenkins jenkins 216980 Oct 15 06:15 libghc-pqueue-prof_1.3.1.1-2_amd64.deb

/srv/reproducible-results/rbuild-debian-fhhlbOei/b2:
total 608
-rw-r--r-- 1 jenkins jenkins  49743 Oct 15 06:17 build.log
-rw-r--r-- 1 jenkins jenkins   6297 Oct 15 06:17 haskell-pqueue_1.3.1.1-2_amd64.buildinfo
-rw-r--r-- 1 jenkins jenkins   1879 Oct 15 06:17 haskell-pqueue_1.3.1.1-2_amd64.changes
-rw-r--r-- 1 jenkins jenkins 241398 Oct 15 06:17 libghc-pqueue-dev_1.3.1.1-2_amd64.deb
-rw-r--r-- 1 jenkins jenkins  80030 Oct 15 06:17 libghc-pqueue-doc_1.3.1.1-2_all.deb
-rw-r--r-- 1 jenkins jenkins 216980 Oct 15 06:17 libghc-pqueue-prof_1.3.1.1-2_amd64.deb
Sat Oct 15 06:17:24 UTC 2016  I: haskell-pqueue_1.3.1.1-2_amd64.changes:
Format: 1.8
Date: Fri, 14 Oct 2016 13:50:55 -0400
Source: haskell-pqueue
Binary: libghc-pqueue-dev libghc-pqueue-prof libghc-pqueue-doc
Architecture: amd64 all
Version: 1.3.1.1-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Changed-By: Clint Adams <clint at debian.org>
Description:
 libghc-pqueue-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-pqueue-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-pqueue-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Changes:
 haskell-pqueue (1.3.1.1-2) experimental; urgency=medium
 .
   * Temporarily build-depend on ghc 8.
Checksums-Sha1:
 dbb5b7f2a4649e4bfbc5925a59130368e7512a6e 6297 haskell-pqueue_1.3.1.1-2_amd64.buildinfo
 8cf3c00e967ba1dc78e2e7ba892b8eb85d7eb34e 241398 libghc-pqueue-dev_1.3.1.1-2_amd64.deb
 9948b6f1bffeb351ddf7cff22d75d13d69923c07 80030 libghc-pqueue-doc_1.3.1.1-2_all.deb
 27d17bfafcad564b54be8a09c8715a32ef398278 216980 libghc-pqueue-prof_1.3.1.1-2_amd64.deb
Checksums-Sha256:
 66ef77a762f31370cb4b05c0fa1596f0e4c92b4509bd153a25660f2aa1c3d498 6297 haskell-pqueue_1.3.1.1-2_amd64.buildinfo
 de58ae6d88e13e5ca06717cefbc2d3af07329619c90c823ad7ae7554f68c11ca 241398 libghc-pqueue-dev_1.3.1.1-2_amd64.deb
 3c2061383110607c3c443c35ac745d3a148c7841f581796352200ecbe35bc61b 80030 libghc-pqueue-doc_1.3.1.1-2_all.deb
 7ed3e6a1b4994177e737ac0b300b3f850e0dfa6075839afb64d1cde101a50175 216980 libghc-pqueue-prof_1.3.1.1-2_amd64.deb
Files:
 ac5af675c22ad5b32e995899a600df25 6297 haskell extra haskell-pqueue_1.3.1.1-2_amd64.buildinfo
 09ec4db665b1b20304d4ea6f894a5eaf 241398 haskell extra libghc-pqueue-dev_1.3.1.1-2_amd64.deb
 2f10047bc7724c1aed818a616948951d 80030 doc extra libghc-pqueue-doc_1.3.1.1-2_all.deb
 52e8c5516cfd4b11bc52ab9380c39cc7 216980 haskell extra libghc-pqueue-prof_1.3.1.1-2_amd64.deb
Diff of the two buildlogs:

--
tee: /var/lib/jenkins/userContent/reproducible/debian/logdiffs/experimental/amd64/haskell-pqueue_1.3.1.1-2.diff: No space left on device
/srv/reproducible-results/rbuild-debian-fhhlbOei/tmp.3IOGicINef:	 77.6% -- replaced with /srv/reproducible-results/rbuild-debian-fhhlbOei/tmp.3IOGicINef.gz
INFO: Starting at 2016-10-15 06:17:24.632010
INFO: Finished at 2016-10-15 06:17:24.751691, took: 0:00:00.119692
Sat 15 Oct 06:17:24 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-5dQVlezo, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list