[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_i386_9 #20918

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Oct 20 05:10:48 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_i386_9/20918/------------------------------------------
[...truncated 2496 lines...]
Setting up libghc-scientific-prof (0.3.4.9-2) ...
Setting up libghc-test-framework-dev (0.8.1.1-6) ...
Setting up html-xml-utils (7.0-1) ...
Setting up libghc-resourcet-dev (1.1.7.5-2) ...
Setting up libghc-attoparsec-prof (0.13.1.0-2) ...
Setting up libghc-lifted-base-prof (0.2.3.8-2) ...
Setting up libghc-conduit-dev (1.2.8-2) ...
Setting up libghc-test-framework-hunit-dev (0.3.0.2-2) ...
Setting up libghc-conduit-extra-dev (1.1.13.3-2) ...
Setting up libghc-resourcet-prof (1.1.7.5-2) ...
Setting up libghc-conduit-prof (1.2.8-2) ...
Setting up libghc-conduit-extra-prof (1.1.13.3-2) ...
Setting up dh-autoreconf (12) ...
Setting up debhelper (10.2.2) ...
Setting up dh-strip-nondeterminism (0.028-1) ...
Setting up dh-buildinfo (0.11+nmu1) ...
Setting up haskell-devscripts-minimal (0.12) ...
Setting up haskell-devscripts (0.12) ...
Processing triggers for libc-bin (2.24-5) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
fakeroot is already the newest version (1.21-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I: Copying source file
I: copying [haskell-csv-conduit_0.6.6-6.dsc]
I: copying [./haskell-csv-conduit_0.6.6.orig.tar.gz]
I: copying [./haskell-csv-conduit_0.6.6-6.debian.tar.xz]
I: Extracting source
gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error
gpgv: Signature made Fri Oct 14 08:32:48 2016 -12
gpgv:                using RSA key 5592331E199D38A8
gpgv:                issuer "clint at debian.org"
gpgv: Can't check signature: No public key
dpkg-source: warning: failed to verify signature on ./haskell-csv-conduit_0.6.6-6.dsc
dpkg-source: info: extracting haskell-csv-conduit in haskell-csv-conduit-0.6.6
dpkg-source: info: unpacking haskell-csv-conduit_0.6.6.orig.tar.gz
dpkg-source: info: unpacking haskell-csv-conduit_0.6.6-6.debian.tar.xz
dpkg-source: info: applying newer-ghc-prim
I: Building the package
I: Running cd /build-1st/*/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b --buildinfo-id=i386 -rfakeroot
dpkg-buildpackage: info: source package haskell-csv-conduit
dpkg-buildpackage: info: source version 0.6.6-6
dpkg-buildpackage: info: source distribution experimental
dpkg-buildpackage: info: source changed by Clint Adams <clint at debian.org>
 dpkg-source --before-build haskell-csv-conduit-0.6.6
dpkg-buildpackage: info: host architecture i386
 fakeroot debian/rules clean
test -x debian/rules
dh_clean 
. /usr/share/haskell-devscripts/Dh_Haskell.sh && \
clean_recipe
Running rm -rf dist dist-ghc dist-ghcjs dist-hugs debian/hlibrary.setup Setup.hi Setup.ho Setup.o .\*config\*
Running rm -f configure-ghc-stamp configure-ghcjs-stamp build-ghc-stamp build-ghcjs-stamp build-hugs-stamp build-haddock-stamp
Running rm -rf debian/tmp-inst-ghc debian/tmp-inst-ghcjs
Running rm -f debian/extra-depends-ghc debian/extra-depends-ghcjs
Running rm -f debian/hlibrary.Makefile
Running rm -rf debian/dh_haskell_shlibdeps
Running rm -rf debian/tmp-db
 debian/rules build
test -x debian/rules
mkdir -p "."
CDBS WARNING:    DEB_COMPRESS_EXCLUDE is deprecated since 0.4.85
. /usr/share/haskell-devscripts/Dh_Haskell.sh && \
make_setup_recipe
Running ghc --make Setup.hs -o debian/hlibrary.setup
[1 of 1] Compiling Main             ( Setup.hs, Setup.o )
Linking debian/hlibrary.setup ...
. /usr/share/haskell-devscripts/Dh_Haskell.sh && \
configure_recipe
Running debian/hlibrary.setup configure --ghc -v2 --package-db=/var/lib/ghc/package.conf.d --prefix=/usr --libdir=/usr/lib/haskell-packages/ghc/lib --libexecdir=/usr/lib --builddir=dist-ghc --ghc-option=-optl-Wl\,-z\,relro --haddockdir=/usr/lib/ghc-doc/haddock/csv-conduit-0.6.6/ --datasubdir=csv-conduit --htmldir=/usr/share/doc/libghc-csv-conduit-doc/html/ --enable-library-profiling --enable-tests
Configuring csv-conduit-0.6.6...
Flags chosen: bench=False
Dependency HUnit >=1.2: using HUnit-1.3.1.2
Dependency array -any: using array-0.5.1.1
Dependency attoparsec >=0.10: using attoparsec-0.13.1.0
Dependency base ==4.*: using base-4.9.0.0
Dependency blaze-builder -any: using blaze-builder-0.4.0.2
Dependency bytestring -any: using bytestring-0.10.8.1
Dependency conduit >=1.0 && <2.0: using conduit-1.2.8
Dependency conduit-extra -any: using conduit-extra-1.1.13.3
Dependency containers >=0.3: using containers-0.5.7.1
Dependency csv-conduit -any: using csv-conduit-0.6.6
Dependency data-default -any: using data-default-0.7.1.1
Dependency directory -any: using directory-1.2.6.2
Dependency ghc-prim >=0.2 && <0.6: using ghc-prim-0.5.0.0
Dependency mmorph -any: using mmorph-1.0.6
Dependency monad-control -any: using monad-control-1.0.1.0
Dependency mtl -any: using mtl-2.2.1
Dependency primitive -any: using primitive-0.6.1.0
Dependency resourcet >=1.1.2.1: using resourcet-1.1.7.5
Dependency test-framework -any: using test-framework-0.8.1.1
Dependency test-framework-hunit -any: using test-framework-hunit-0.3.0.2
Dependency text -any: using text-1.2.2.1
Dependency transformers -any: using transformers-0.5.2.0
Dependency unordered-containers -any: using unordered-containers-0.2.7.1
Dependency vector -any: using vector-0.11.0.0
Using Cabal-1.24.0.0 compiled by ghc-8.0
Using compiler: ghc-8.0.1
Using install prefix: /usr
Binaries installed in: /usr/bin
Libraries installed in:
/usr/lib/haskell-packages/ghc/lib/i386-linux-ghc-8.0.1/csv-conduit-0.6.6-IUhZ2D2U9mN4cMxkZqVv2S
Private binaries installed in: /usr/lib
Data files installed in: /usr/share/csv-conduit
Documentation installed in:
/usr/share/doc/i386-linux-ghc-8.0.1/csv-conduit-0.6.6
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 8.0.1 found on system at: /usr/bin/ghc
Using ghc-pkg version 8.0.1 found on system at: /usr/bin/ghc-pkg
No ghcjs found
No ghcjs-pkg found
No greencard found
Using haddock version 2.17.2 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.68 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
touch configure-ghc-stamp
. /usr/share/haskell-devscripts/Dh_Haskell.sh && \
build_recipe
Running debian/hlibrary.setup build --builddir=dist-ghc
Building csv-conduit-0.6.6...
Preprocessing library csv-conduit-0.6.6...
[1 of 7] Compiling Data.CSV.Conduit.Monoid ( src/Data/CSV/Conduit/Monoid.hs, dist-ghc/build/Data/CSV/Conduit/Monoid.o )
[2 of 7] Compiling Data.CSV.Conduit.Conversion.Internal ( src/Data/CSV/Conduit/Conversion/Internal.hs, dist-ghc/build/Data/CSV/Conduit/Conversion/Internal.o )

src/Data/CSV/Conduit/Conversion/Internal.hs:28:11: warning: [-Winline-rule-shadowing]
    Rule "formatDecimal/Int" may never fire
      because `formatDecimal' might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `formatDecimal'

src/Data/CSV/Conduit/Conversion/Internal.hs:30:11: warning: [-Winline-rule-shadowing]
    Rule "formatDecimal/Int16" may never fire
      because `formatDecimal' might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `formatDecimal'

src/Data/CSV/Conduit/Conversion/Internal.hs:32:11: warning: [-Winline-rule-shadowing]
    Rule "formatDecimal/Int32" may never fire
      because `formatDecimal' might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `formatDecimal'

src/Data/CSV/Conduit/Conversion/Internal.hs:34:11: warning: [-Winline-rule-shadowing]
    Rule "formatDecimal/Int64" may never fire
      because `formatDecimal' might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `formatDecimal'

src/Data/CSV/Conduit/Conversion/Internal.hs:36:11: warning: [-Winline-rule-shadowing]
    Rule "formatDecimal/Word" may never fire
      because `formatDecimal' might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `formatDecimal'

src/Data/CSV/Conduit/Conversion/Internal.hs:38:11: warning: [-Winline-rule-shadowing]
    Rule "formatDecimal/Word8" may never fire
      because `formatDecimal' might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `formatDecimal'

src/Data/CSV/Conduit/Conversion/Internal.hs:40:11: warning: [-Winline-rule-shadowing]
    Rule "formatDecimal/Word16" may never fire
      because `formatDecimal' might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `formatDecimal'

src/Data/CSV/Conduit/Conversion/Internal.hs:42:11: warning: [-Winline-rule-shadowing]
    Rule "formatDecimal/Word32" may never fire
      because `formatDecimal' might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `formatDecimal'

src/Data/CSV/Conduit/Conversion/Internal.hs:44:11: warning: [-Winline-rule-shadowing]
    Rule "formatDecimal/Word64" may never fire
      because `formatDecimal' might inline first
    Probable fix: add an INLINE[n] or NOINLINE[n] pragma for `formatDecimal'
[3 of 7] Compiling Data.CSV.Conduit.Types ( src/Data/CSV/Conduit/Types.hs, dist-ghc/build/Data/CSV/Conduit/Types.o )
[4 of 7] Compiling Data.CSV.Conduit.Parser.Text ( src/Data/CSV/Conduit/Parser/Text.hs, dist-ghc/build/Data/CSV/Conduit/Parser/Text.o )
[5 of 7] Compiling Data.CSV.Conduit.Parser.ByteString ( src/Data/CSV/Conduit/Parser/ByteString.hs, dist-ghc/build/Data/CSV/Conduit/Parser/ByteString.o )
[6 of 7] Compiling Data.CSV.Conduit.Conversion ( src/Data/CSV/Conduit/Conversion.hs, dist-ghc/build/Data/CSV/Conduit/Conversion.o )

src/Data/CSV/Conduit/Conversion.hs:864:62: error:
    * Expected a type, but `s' has kind `Meta'
    * In the first argument of `Proxy', namely `s'
      In an expression type signature: Proxy s f a
      In the first argument of `selName', namely `(Proxy :: Proxy s f a)'
/usr/share/cdbs/1/class/hlibrary.mk:141: recipe for target 'build-ghc-stamp' failed
make: *** [build-ghc-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
I: copying local configuration
E: Failed autobuilding of package
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/16850 and its subdirectories
removed ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/experimental/i386/haskell-csv-conduit_0.6.6-6.rbuild.log’
removed ‘/var/lib/jenkins/userContent/reproducible/debian/logs/experimental/i386/haskell-csv-conduit_0.6.6-6.build1.log.gz’
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 85.1%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/experimental/i386/haskell-csv-conduit_0.6.6-6.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-4Etn94F5/tmp.Z9uXbiJkmM
+ mv /srv/reproducible-results/rbuild-debian-4Etn94F5/tmp.Z9uXbiJkmM /var/lib/jenkins/userContent/reproducible/debian/rbuild/experimental/i386/haskell-csv-conduit_0.6.6-6.rbuild.log
mv: error writing ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/experimental/i386/haskell-csv-conduit_0.6.6-6.rbuild.log’: No space left on device
mv: failed to extend ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/experimental/i386/haskell-csv-conduit_0.6.6-6.rbuild.log’: No space left on device
+ cleanup_all
+ '[' 0 = 1 ']'
+ '[' '!' -z '' ']'
+ '[' '!' -f /srv/reproducible-results/rbuild-debian-4Etn94F5/tmp.Z9uXbiJkmM ']'
+ gzip -9fvn /srv/reproducible-results/rbuild-debian-4Etn94F5/tmp.Z9uXbiJkmM
/srv/reproducible-results/rbuild-debian-4Etn94F5/tmp.Z9uXbiJkmM:	 83.8% -- replaced with /srv/reproducible-results/rbuild-debian-4Etn94F5/tmp.Z9uXbiJkmM.gz
+ '[' master = master ']'
+ gen_package_html haskell-csv-conduit
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''haskell-csv-conduit'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2016-10-20 05:10:48.274986
INFO: Finished at 2016-10-20 05:10:48.424292, took: 0:00:00.149322
+ cd -
+ cd
+ rm -r /srv/reproducible-results/rbuild-debian-4Etn94F5
Thu 20 Oct 05:10:48 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-906R521z, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list