[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_26 #10033

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Nov 2 10:19:00 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_armhf_26/10033/------------------------------------------
[...truncated 819 lines...]
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_DH_STRIP_ARGS is deprecated since 0.4.85
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.lhs -o debian/hlibrary.setup
[1 of 1] Compiling Main             ( Setup.lhs, 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/hmatrix-0.17.0.2/ --datasubdir=hmatrix --htmldir=/usr/share/doc/libghc-hmatrix-doc/html/ --enable-library-profiling
Configuring hmatrix-0.17.0.2...
Flags chosen: openblas=False
Dependency array -any: using array-0.5.1.1
Dependency base >=4.8 && <5: using base-4.9.0.0
Dependency binary -any: using binary-0.8.3.0
Dependency bytestring -any: using bytestring-0.10.8.1
Dependency deepseq -any: using deepseq-1.4.2.0
Dependency random -any: using random-1.1
Dependency split -any: using split-0.2.3.1
Dependency storable-complex -any: using storable-complex-0.2.2
Dependency vector >=0.8: 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/arm-linux-ghc-8.0.1/hmatrix-0.17.0.2-HoBfYSJ1dMG9PoVkmbcnW2
Private binaries installed in: /usr/lib
Data files installed in: /usr/share/hmatrix
Documentation installed in:
/usr/share/doc/arm-linux-ghc-8.0.1/hmatrix-0.17.0.2
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.gold
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 hmatrix-0.17.0.2...
Preprocessing library hmatrix-0.17.0.2...
[ 1 of 28] Compiling Internal.Vector  ( src/Internal/Vector.hs, dist-ghc/build/Internal/Vector.o )

src/Internal/Vector.hs:205:1: warning: [-Wredundant-constraints]
    • Redundant constraint: RealFloat a
    • In the type signature for:
           asReal :: (RealFloat a, Storable a) =>
                     Vector (Complex a) -> Vector a

src/Internal/Vector.hs:210:1: warning: [-Wredundant-constraints]
    • Redundant constraint: RealFloat a
    • In the type signature for:
           asComplex :: (RealFloat a, Storable a) =>
                        Vector a -> Vector (Complex a)
[ 2 of 28] Compiling Internal.Devel   ( src/Internal/Devel.hs, dist-ghc/build/Internal/Devel.o )
[ 3 of 28] Compiling Internal.Vectorized ( src/Internal/Vectorized.hs, dist-ghc/build/Internal/Vectorized.o )
[ 4 of 28] Compiling Internal.Matrix  ( src/Internal/Matrix.hs, dist-ghc/build/Internal/Matrix.o )
[ 5 of 28] Compiling Internal.Conversion ( src/Internal/Conversion.hs, dist-ghc/build/Internal/Conversion.o )
[ 6 of 28] Compiling Internal.Foreign ( src/Internal/Foreign.hs, dist-ghc/build/Internal/Foreign.o )
[ 7 of 28] Compiling Internal.ST      ( src/Internal/ST.hs, dist-ghc/build/Internal/ST.o )

src/Internal/ST.hs:56:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Storable t
    • In the type signature for:
           unsafeThawVector :: Storable t => Vector t -> ST s (STVector s t)

src/Internal/ST.hs:80:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Storable t
    • In the type signature for:
           unsafeFreezeVector :: Storable t => STVector s t -> ST s (Vector t)

src/Internal/ST.hs:125:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Storable t
    • In the type signature for:
           unsafeThawMatrix :: Storable t => Matrix t -> ST s (STMatrix s t)

src/Internal/ST.hs:146:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Storable t
    • In the type signature for:
           unsafeFreezeMatrix :: Storable t => STMatrix s t -> ST s (Matrix t)
[ 8 of 28] Compiling Internal.Element ( src/Internal/Element.hs, dist-ghc/build/Internal/Element.o )

src/Internal/Element.hs:563:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Num a
    • In the type signature for:
           mapMatrixWithIndexM_ :: (Element a, Num a, Monad m) =>
                                   ((Int, Int) -> a -> m ()) -> Matrix a -> m ()
[ 9 of 28] Compiling Internal.IO      ( src/Internal/IO.hs, dist-ghc/build/Internal/IO.o )
[10 of 28] Compiling Internal.LAPACK  ( src/Internal/LAPACK.hs, dist-ghc/build/Internal/LAPACK.o )
[11 of 28] Compiling Internal.Numeric ( src/Internal/Numeric.hs, dist-ghc/build/Internal/Numeric.o )

src/Internal/Numeric.hs:911:10: warning: [-Wredundant-constraints]
    • Redundant constraint: Container Vector t
    • In the instance declaration for
        ‘Transposable (Matrix t) (Matrix t)’
[12 of 28] Compiling Internal.Sparse  ( src/Internal/Sparse.hs, dist-ghc/build/Internal/Sparse.o )
[13 of 28] Compiling Numeric.LinearAlgebra.Devel ( src/Numeric/LinearAlgebra/Devel.hs, dist-ghc/build/Numeric/LinearAlgebra/Devel.o )
[14 of 28] Compiling Internal.Algorithms ( src/Internal/Algorithms.hs, dist-ghc/build/Internal/Algorithms.o )

src/Internal/Algorithms.hs:619:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Element t
    • In the type signature for:
           rankSVD :: Element t => Double -> Matrix t -> Vector Double -> Int
[15 of 28] Compiling Internal.Container ( src/Internal/Container.hs, dist-ghc/build/Internal/Container.o )
[16 of 28] Compiling Internal.Random  ( src/Internal/Random.hs, dist-ghc/build/Internal/Random.o )
[17 of 28] Compiling Internal.Convolution ( src/Internal/Convolution.hs, dist-ghc/build/Internal/Convolution.o )

src/Internal/Convolution.hs:49:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Num t
    • In the type signature for:
           conv :: (Container Vector t, Product t, Num t) =>
                   Vector t -> Vector t -> Vector t
[18 of 28] Compiling Internal.Chain   ( src/Internal/Chain.hs, dist-ghc/build/Internal/Chain.o )
[19 of 28] Compiling Numeric.Vector   ( src/Numeric/Vector.hs, dist-ghc/build/Numeric/Vector.o )
[20 of 28] Compiling Internal.CG      ( src/Internal/CG.hs, dist-ghc/build/Internal/CG.o )
[21 of 28] Compiling Numeric.Matrix   ( src/Numeric/Matrix.hs, dist-ghc/build/Numeric/Matrix.o )
[22 of 28] Compiling Internal.Util    ( src/Internal/Util.hs, dist-ghc/build/Internal/Util.o )
[23 of 28] Compiling Internal.Modular ( src/Internal/Modular.hs, dist-ghc/build/Internal/Modular.o )

src/Internal/Modular.hs:62:10: warning: [-Wredundant-constraints]
    • Redundant constraint: Enum t
    • In the instance declaration for ‘Enum (Mod m t)’

src/Internal/Modular.hs:67:10: warning: [-Wredundant-constraints]
    • Redundant constraint: KnownNat m
    • In the instance declaration for ‘Eq (Mod m t)’

src/Internal/Modular.hs:162:10: warning: [-Wredundant-constraints]
    • Redundant constraint: KnownNat m
    • In the instance declaration for ‘CTrans (Mod m I)’

src/Internal/Modular.hs:163:10: warning: [-Wredundant-constraints]
    • Redundant constraint: KnownNat m
    • In the instance declaration for ‘CTrans (Mod m Z)’

src/Internal/Modular.hs:247:10: warning: [-Wredundant-constraints]
    • Redundant constraint: Indexable (Vector t) t
    • In the instance declaration for
        ‘Indexable (Vector (Mod m t)) (Mod m t)’

src/Internal/Modular.hs:298:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Element (Mod n t)
    • In the type signature for:
           f2iM :: (Element t, Element (Mod n t)) =>
                   Matrix (Mod n t) -> Matrix t

src/Internal/Modular.hs:301:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Element (Mod n t)
    • In the type signature for:
           i2fM :: (Element t, Element (Mod n t)) =>
                   Matrix t -> Matrix (Mod n t)

src/Internal/Modular.hs:336:10: warning: [-Wredundant-constraints]
    • Redundant constraint: KnownNat m
    • In the instance declaration for ‘Testable (Matrix (Mod m I))’
[24 of 28] Compiling Numeric.LinearAlgebra.Data ( src/Numeric/LinearAlgebra/Data.hs, dist-ghc/build/Numeric/LinearAlgebra/Data.o )
[25 of 28] Compiling Numeric.LinearAlgebra ( src/Numeric/LinearAlgebra.hs, dist-ghc/build/Numeric/LinearAlgebra.o )
[26 of 28] Compiling Numeric.LinearAlgebra.HMatrix ( src/Numeric/LinearAlgebra/HMatrix.hs, dist-ghc/build/Numeric/LinearAlgebra/HMatrix.o )
[27 of 28] Compiling Internal.Static  ( src/Internal/Static.hs, dist-ghc/build/Internal/Static.o )

src/Internal/Static.hs:331:10: warning: [-Wredundant-constraints]
    • Redundant constraint: Num (Matrix t)
    • In the instance declaration for ‘Fractional (Dim n (Vector t))’
[28 of 28] Compiling Numeric.LinearAlgebra.Static ( src/Numeric/LinearAlgebra/Static.hs, dist-ghc/build/Numeric/LinearAlgebra/Static.o )

src/Numeric/LinearAlgebra/Static.hs:79:1: warning: [-Wredundant-constraints]
    • Redundant constraint: 1 <= n
    • In the type signature for:
           (&) :: (KnownNat n, 1 <= n) => R n -> ℝ -> R (n + 1)

src/Numeric/LinearAlgebra/Static.hs:252:1: warning: [-Wredundant-constraints]
    • Redundant constraint: n <= m
    • In the type signature for:
           svdTall :: (KnownNat m, KnownNat n, n <= m) =>
                      L m n -> (L m n, R n, L n n)

src/Numeric/LinearAlgebra/Static.hs:258:1: warning: [-Wredundant-constraints]
    • Redundant constraint: m <= n
    • In the type signature for:
           svdFlat :: (KnownNat m, KnownNat n, m <= n) =>
                      L m n -> (L m m, R m, L n m)

src/Numeric/LinearAlgebra/Static.hs:540:1: warning: [-Wredundant-constraints]
    • Redundant constraint: 1 <= n
    • In the type signature for:
           mean :: (KnownNat n, 1 <= n) => R n -> ℝ

src/Numeric/LinearAlgebra/Static.hs:615:10: warning: [-Wredundant-constraints]
    • Redundant constraints: (KnownNat n', KnownNat m')
    • In the instance declaration for ‘Testable (L n' m')’
[ 1 of 28] Compiling Internal.Vector  ( src/Internal/Vector.hs, dist-ghc/build/Internal/Vector.p_o )

src/Internal/Vector.hs:205:1: warning: [-Wredundant-constraints]
    • Redundant constraint: RealFloat a
    • In the type signature for:
           asReal :: (RealFloat a, Storable a) =>
                     Vector (Complex a) -> Vector a

src/Internal/Vector.hs:210:1: warning: [-Wredundant-constraints]
    • Redundant constraint: RealFloat a
    • In the type signature for:
           asComplex :: (RealFloat a, Storable a) =>
                        Vector a -> Vector (Complex a)
[ 2 of 28] Compiling Internal.Devel   ( src/Internal/Devel.hs, dist-ghc/build/Internal/Devel.p_o )
[ 3 of 28] Compiling Internal.Vectorized ( src/Internal/Vectorized.hs, dist-ghc/build/Internal/Vectorized.p_o )
[ 4 of 28] Compiling Internal.Matrix  ( src/Internal/Matrix.hs, dist-ghc/build/Internal/Matrix.p_o )
/srv/reproducible-results/rbuild-debian-1rlRRGMj/tmp.9ri58i6gnQ:	 47.2% -- replaced with /srv/reproducible-results/rbuild-debian-1rlRRGMj/tmp.9ri58i6gnQ.gz
INFO: Starting at 2016-11-02 10:18:59.209459
INFO: Finished at 2016-11-02 10:18:59.521004, took: 0:00:00.311565
Wed Nov  2 10:18:59 UTC 2016 - https://jenkins.debian.net/job/reproducible_builder_armhf_26/10033/console got remote error with exit code 143 from jtk1a-armhf-rb.debian.net for build #1 for haskell-hmatrix on unstable/armhf
Sleeping 5m before aborting the job.
FATAL: null
java.lang.NullPointerException
	at hudson.plugins.build_timeout.BuildTimeoutWrapper$EnvironmentImpl.tearDown(BuildTimeoutWrapper.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:173)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
	at hudson.model.Run.execute(Run.java:1720)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:404)



More information about the Qa-jenkins-scm mailing list