[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_17 #9594

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Jul 7 07:37:48 UTC 2016


See <https://jenkins.debian.net/job/reproducible_builder_armhf_17/9594/>

------------------------------------------
[...truncated 5151 lines...]
Dependency haskell-src-exts >=1.17.0: using haskell-src-exts-1.17.1
Dependency hoogle >=4.2: using hoogle-4.2.43
Dependency lambdabot-core >=5.0.3 && <5.1: using lambdabot-core-5.0.3
Dependency lambdabot-reference-plugins >=5.0.3 && <5.1: using
lambdabot-reference-plugins-5.0.3
Dependency lambdabot-trusted >=5.0.2 && <5.1: using lambdabot-trusted-5.0.2.1
Dependency lifted-base >=0.2: using lifted-base-0.2.3.6
Dependency logict >=0.5: using logict-0.6.0.2
Dependency mtl >=2: using mtl-2.2.1
Dependency mueval >=0.9: using mueval-0.9.1.1.2
Dependency network >=2.3.0.13: using network-2.6.2.1
Dependency numbers >=3000: using numbers-3000.2.0.1
Dependency oeis >=0.3.1: using oeis-0.3.6
Dependency parsec >=3: using parsec-3.1.9
Dependency pretty >=1.1: using pretty-1.1.2.0
Dependency process >=1.1: using process-1.2.3.0
Dependency regex-tdfa >=1.1: using regex-tdfa-1.2.1
Dependency show >=0.4: using show-0.6
Dependency split >=0.2: using split-0.2.2
Dependency syb >=0.3: using syb-0.6
Dependency transformers >=0.2: using transformers-0.4.2.0
Dependency utf8-string >=0.3: using utf8-string-1.0.1.1
Dependency vector-space >=0.8: using vector-space-0.10.2
Using Cabal-1.22.5.0 compiled by ghc-7.10
Using compiler: ghc-7.10.3
Using install prefix: /usr
Binaries installed in: /usr/bin
Libraries installed in:
/usr/lib/haskell-packages/ghc/lib/arm-linux-ghc-7.10.3/lambdabot-haskell-plugins-5.0.3-JZzvJNzlUmoG07WCeGphAY
Private binaries installed in: /usr/lib
Data files installed in: /usr/share/lambdabot-haskell-plugins
Documentation installed in:
/usr/share/doc/arm-linux-ghc-7.10.3/lambdabot-haskell-plugins-5.0.3
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 5.4.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.22 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.26 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 lambdabot-haskell-plugins-5.0.3...
Preprocessing library lambdabot-haskell-plugins-5.0.3...
[ 1 of 31] Compiling Lambdabot.Util.Parser ( src/Lambdabot/Util/Parser.hs, dist-ghc/build/Lambdabot/Util/Parser.o )
[ 2 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.Common ( src/Lambdabot/Plugin/Haskell/Pl/Common.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/Common.o )
[ 3 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.Parser ( src/Lambdabot/Plugin/Haskell/Pl/Parser.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/Parser.o )
[ 4 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.PrettyPrinter ( src/Lambdabot/Plugin/Haskell/Pl/PrettyPrinter.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/PrettyPrinter.o )

src/Lambdabot/Plugin/Haskell/Pl/PrettyPrinter.hs:8:10: Warning:
    Orphan instance: instance Show Decl
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Lambdabot/Plugin/Haskell/Pl/PrettyPrinter.hs:12:10: Warning:
    Orphan instance: instance Show TopLevel
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Lambdabot/Plugin/Haskell/Pl/PrettyPrinter.hs:69:10: Warning:
    Orphan instance: instance Show Expr
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Lambdabot/Plugin/Haskell/Pl/PrettyPrinter.hs:116:10: Warning:
    Orphan instance: instance Show Pattern
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Lambdabot/Plugin/Haskell/Pl/PrettyPrinter.hs:132:10: Warning:
    Orphan instance: instance Eq Assoc
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
[ 5 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.Transform ( src/Lambdabot/Plugin/Haskell/Pl/Transform.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/Transform.o )
[ 6 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.Names ( src/Lambdabot/Plugin/Haskell/Pl/Names.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/Names.o )
[ 7 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.RuleLib ( src/Lambdabot/Plugin/Haskell/Pl/RuleLib.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/RuleLib.o )
[ 8 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.Rules ( src/Lambdabot/Plugin/Haskell/Pl/Rules.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/Rules.o )
[ 9 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.Optimize ( src/Lambdabot/Plugin/Haskell/Pl/Optimize.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/Optimize.o )
[10 of 31] Compiling Lambdabot.Plugin.Haskell.Free.Parse ( src/Lambdabot/Plugin/Haskell/Free/Parse.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Free/Parse.o )
[11 of 31] Compiling Lambdabot.Plugin.Haskell.Free.Util ( src/Lambdabot/Plugin/Haskell/Free/Util.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Free/Util.o )
[12 of 31] Compiling Lambdabot.Plugin.Haskell.Free.Type ( src/Lambdabot/Plugin/Haskell/Free/Type.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Free/Type.o )
[13 of 31] Compiling Lambdabot.Plugin.Haskell.Free.Expr ( src/Lambdabot/Plugin/Haskell/Free/Expr.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Free/Expr.o )
[14 of 31] Compiling Lambdabot.Plugin.Haskell.Free.Theorem ( src/Lambdabot/Plugin/Haskell/Free/Theorem.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Free/Theorem.o )
[15 of 31] Compiling Lambdabot.Plugin.Haskell.Free.FreeTheorem ( src/Lambdabot/Plugin/Haskell/Free/FreeTheorem.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Free/FreeTheorem.o )
[16 of 31] Compiling Lambdabot.Plugin.Haskell.UnMtl ( src/Lambdabot/Plugin/Haskell/UnMtl.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/UnMtl.o )

src/Lambdabot/Plugin/Haskell/UnMtl.hs:17:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
[17 of 31] Compiling Lambdabot.Plugin.Haskell.Undo ( src/Lambdabot/Plugin/Haskell/Undo.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Undo.o )
[18 of 31] Compiling Lambdabot.Plugin.Haskell.Source ( src/Lambdabot/Plugin/Haskell/Source.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Source.o )
[19 of 31] Compiling Lambdabot.Plugin.Haskell.Pretty ( src/Lambdabot/Plugin/Haskell/Pretty.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pretty.o )
[20 of 31] Compiling Lambdabot.Plugin.Haskell.Pointful ( src/Lambdabot/Plugin/Haskell/Pointful.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pointful.o )
[21 of 31] Compiling Lambdabot.Plugin.Haskell.Pl ( src/Lambdabot/Plugin/Haskell/Pl.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl.o )
[22 of 31] Compiling Lambdabot.Plugin.Haskell.Haddock ( src/Lambdabot/Plugin/Haskell/Haddock.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Haddock.o )
[23 of 31] Compiling Lambdabot.Config.Haskell ( src/Lambdabot/Config/Haskell.hs, dist-ghc/build/Lambdabot/Config/Haskell.o )
[24 of 31] Compiling Lambdabot.Plugin.Haskell.Djinn ( src/Lambdabot/Plugin/Haskell/Djinn.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Djinn.o )
[25 of 31] Compiling Lambdabot.Plugin.Haskell.Eval ( src/Lambdabot/Plugin/Haskell/Eval.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Eval.o )

src/Lambdabot/Plugin/Haskell/Eval.hs:219:13: Warning:
    This binding for ‘p’ shadows the existing binding
      bound at src/Lambdabot/Plugin/Haskell/Eval.hs:216:5

src/Lambdabot/Plugin/Haskell/Eval.hs:220:68: Warning:
    Defaulting the following constraint(s) to type ‘Integer’
      (Num a0)
        arising from the literal ‘710’
        at src/Lambdabot/Plugin/Haskell/Eval.hs:220:68-70
      (Show a0)
        arising from a use of ‘show’
        at src/Lambdabot/Plugin/Haskell/Eval.hs:220:63-66
    In the first argument of ‘show’, namely ‘710’
    In the second argument of ‘(++)’, namely ‘show 710’
    In the first argument of ‘findLBFileForReading’, namely
      ‘("Pristine.hs." ++ show 710)’

src/Lambdabot/Plugin/Haskell/Eval.hs:221:13: Warning:
    This binding for ‘p0’ shadows the existing binding
      bound at src/Lambdabot/Plugin/Haskell/Eval.hs:220:13

src/Lambdabot/Plugin/Haskell/Eval.hs:223:17: Warning:
    This binding for ‘p0’ shadows the existing binding
      bound at src/Lambdabot/Plugin/Haskell/Eval.hs:220:13

src/Lambdabot/Plugin/Haskell/Eval.hs:225:22: Warning:
    This binding for ‘p0’ shadows the existing binding
      bound at src/Lambdabot/Plugin/Haskell/Eval.hs:221:13

src/Lambdabot/Plugin/Haskell/Eval.hs:226:21: Warning:
    This binding for ‘p’ shadows the existing binding
      bound at src/Lambdabot/Plugin/Haskell/Eval.hs:219:13

src/Lambdabot/Plugin/Haskell/Eval.hs:230:14: Warning:
    This binding for ‘p’ shadows the existing binding
      bound at src/Lambdabot/Plugin/Haskell/Eval.hs:216:5

src/Lambdabot/Plugin/Haskell/Eval.hs:239:14: Warning:
    This binding for ‘file’ shadows the existing binding
      bound at src/Lambdabot/Plugin/Haskell/Eval.hs:235:5
[26 of 31] Compiling Lambdabot.Plugin.Haskell.Check ( src/Lambdabot/Plugin/Haskell/Check.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Check.o )

src/Lambdabot/Plugin/Haskell/Check.hs:29:1: Warning:
    Top-level binding with no type signature:
      postProcess :: String -> String
[27 of 31] Compiling Lambdabot.Plugin.Haskell.Hoogle ( src/Lambdabot/Plugin/Haskell/Hoogle.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Hoogle.o )
[28 of 31] Compiling Lambdabot.Plugin.Haskell.Instances ( src/Lambdabot/Plugin/Haskell/Instances.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Instances.o )

src/Lambdabot/Plugin/Haskell/Instances.hs:28:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()

src/Lambdabot/Plugin/Haskell/Instances.hs:34:1: Warning:
    The import of ‘System.FilePath’ is redundant
      except perhaps to import instances from ‘System.FilePath’
    To import instances alone, use: import System.FilePath()
[29 of 31] Compiling Lambdabot.Plugin.Haskell.Type ( src/Lambdabot/Plugin/Haskell/Type.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Type.o )
[30 of 31] Compiling Lambdabot.Plugin.Haskell.Free ( src/Lambdabot/Plugin/Haskell/Free.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Free.o )
[31 of 31] Compiling Lambdabot.Plugin.Haskell ( src/Lambdabot/Plugin/Haskell.hs, dist-ghc/build/Lambdabot/Plugin/Haskell.o )
[ 1 of 31] Compiling Lambdabot.Util.Parser ( src/Lambdabot/Util/Parser.hs, dist-ghc/build/Lambdabot/Util/Parser.p_o )
[ 2 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.Common ( src/Lambdabot/Plugin/Haskell/Pl/Common.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/Common.p_o )
[ 3 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.Parser ( src/Lambdabot/Plugin/Haskell/Pl/Parser.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/Parser.p_o )
[ 4 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.PrettyPrinter ( src/Lambdabot/Plugin/Haskell/Pl/PrettyPrinter.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/PrettyPrinter.p_o )

src/Lambdabot/Plugin/Haskell/Pl/PrettyPrinter.hs:8:10: Warning:
    Orphan instance: instance Show Decl
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Lambdabot/Plugin/Haskell/Pl/PrettyPrinter.hs:12:10: Warning:
    Orphan instance: instance Show TopLevel
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Lambdabot/Plugin/Haskell/Pl/PrettyPrinter.hs:69:10: Warning:
    Orphan instance: instance Show Expr
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Lambdabot/Plugin/Haskell/Pl/PrettyPrinter.hs:116:10: Warning:
    Orphan instance: instance Show Pattern
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.

src/Lambdabot/Plugin/Haskell/Pl/PrettyPrinter.hs:132:10: Warning:
    Orphan instance: instance Eq Assoc
    To avoid this
        move the instance declaration to the module of the class or of the type, or
        wrap the type with a newtype and declare the instance on the new type.
[ 5 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.Transform ( src/Lambdabot/Plugin/Haskell/Pl/Transform.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/Transform.p_o )
[ 6 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.Names ( src/Lambdabot/Plugin/Haskell/Pl/Names.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/Names.p_o )
[ 7 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.RuleLib ( src/Lambdabot/Plugin/Haskell/Pl/RuleLib.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/RuleLib.p_o )
[ 8 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.Rules ( src/Lambdabot/Plugin/Haskell/Pl/Rules.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/Rules.p_o )
[ 9 of 31] Compiling Lambdabot.Plugin.Haskell.Pl.Optimize ( src/Lambdabot/Plugin/Haskell/Pl/Optimize.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Pl/Optimize.p_o )
[10 of 31] Compiling Lambdabot.Plugin.Haskell.Free.Parse ( src/Lambdabot/Plugin/Haskell/Free/Parse.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Free/Parse.p_o )
[11 of 31] Compiling Lambdabot.Plugin.Haskell.Free.Util ( src/Lambdabot/Plugin/Haskell/Free/Util.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Free/Util.p_o )
[12 of 31] Compiling Lambdabot.Plugin.Haskell.Free.Type ( src/Lambdabot/Plugin/Haskell/Free/Type.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Free/Type.p_o )
[13 of 31] Compiling Lambdabot.Plugin.Haskell.Free.Expr ( src/Lambdabot/Plugin/Haskell/Free/Expr.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Free/Expr.p_o )
[14 of 31] Compiling Lambdabot.Plugin.Haskell.Free.Theorem ( src/Lambdabot/Plugin/Haskell/Free/Theorem.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Free/Theorem.p_o )
[15 of 31] Compiling Lambdabot.Plugin.Haskell.Free.FreeTheorem ( src/Lambdabot/Plugin/Haskell/Free/FreeTheorem.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/Free/FreeTheorem.p_o )
[16 of 31] Compiling Lambdabot.Plugin.Haskell.UnMtl ( src/Lambdabot/Plugin/Haskell/UnMtl.hs, dist-ghc/build/Lambdabot/Plugin/Haskell/UnMtl.p_o )

src/Lambdabot/Plugin/Haskell/UnMtl.hs:17:1: Warning:
    The import of ‘Control.Applicative’ is redundant
      except perhaps to import instances from ‘Control.Applicative’
    To import instances alone, use: import Control.Applicative()
/srv/reproducible-results/rbuild-debian-LxdO9jeE/tmp.Kc4TTGYgJS:	 85.3% -- replaced with /srv/reproducible-results/rbuild-debian-LxdO9jeE/tmp.Kc4TTGYgJS.gz
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:1738)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
INFO: Starting at 2016-07-07 07:37:47.918404



More information about the Qa-jenkins-scm mailing list