[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_10 #14486

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


https://jenkins.debian.net/job/reproducible_builder_armhf_10/14486/------------------------------------------
[...truncated 7655 lines...]
      except perhaps to import instances from ‘Data.ByteString.Char8’
    To import instances alone, use: import Data.ByteString.Char8()

src/Happstack/Server/RqData.hs:93:11: warning: [-Wdeprecations]
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:97:21: warning: [-Wdeprecations]
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:102:21: warning: [-Wdeprecations]
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:121:10: warning: [-Wdeprecations]
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:121:10: warning: [-Wdeprecations]
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:202:10: warning: [-Wredundant-constraints]
    • Redundant constraint: Error e
    • In the instance declaration for ‘HasRqData (ErrorT e m)’

src/Happstack/Server/RqData.hs:202:20: warning: [-Wdeprecations]
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:202:56: warning: [-Wdeprecations]
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:204:21: warning: [-Wdeprecations]
    In the use of ‘mapErrorT’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:282:36: warning: [-Wdeprecations]
    In the use of ‘strMsg’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:291:36: warning: [-Wdeprecations]
    In the use of ‘strMsg’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:339:36: warning: [-Wdeprecations]
    In the use of ‘strMsg’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:357:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           lookBS :: (Functor m, Monad m, HasRqData m) =>
                     String -> m LU.ByteString

src/Happstack/Server/RqData.hs:361:39: warning: [-Wdeprecations]
    In the use of ‘strMsg’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:369:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           lookBSs :: (Functor m, Monad m, HasRqData m) =>
                      String -> m [LU.ByteString]

src/Happstack/Server/RqData.hs:374:35: warning: [-Wdeprecations]
    In the use of ‘strMsg’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:390:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           look :: (Functor m, Monad m, HasRqData m) => String -> m String

src/Happstack/Server/RqData.hs:400:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           looks :: (Functor m, Monad m, HasRqData m) => String -> m [String]

src/Happstack/Server/RqData.hs:410:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           lookText :: (Functor m, Monad m, HasRqData m) =>
                       String -> m LazyText.Text

src/Happstack/Server/RqData.hs:420:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           lookText' :: (Functor m, Monad m, HasRqData m) => String -> m Text

src/Happstack/Server/RqData.hs:430:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           lookTexts :: (Functor m, Monad m, HasRqData m) =>
                        String -> m [LazyText.Text]

src/Happstack/Server/RqData.hs:440:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           lookTexts' :: (Functor m, Monad m, HasRqData m) =>
                         String -> m [Text]

src/Happstack/Server/RqData.hs:449:37: warning: [-Wdeprecations]
    In the use of ‘strMsg’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:453:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           lookCookieValue :: (Functor m, Monad m, HasRqData m) =>
                              String -> m String

src/Happstack/Server/RqData.hs:457:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           readCookieValue :: (Functor m, Monad m, HasRqData m,
                               FromReqURI a) =>
                              String -> m a

src/Happstack/Server/RqData.hs:467:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           lookRead :: (Functor m, Monad m, HasRqData m, FromReqURI a) =>
                       String -> m a

src/Happstack/Server/RqData.hs:477:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Functor m
    • In the type signature for:
           lookReads :: (Functor m, Monad m, HasRqData m, FromReqURI a) =>
                        String -> m [a]

src/Happstack/Server/RqData.hs:510:38: warning: [-Wdeprecations]
    In the use of ‘strMsg’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/RqData.hs:557:1: warning: [-Wredundant-constraints]
    • Redundant constraint: MonadPlus m
    • In the type signature for:
           decodeBody :: (ServerMonad m, MonadPlus m, MonadIO m,
                          FilterMonad Response m, WebMonad Response m) =>
                         BodyPolicy -> m ()
[26 of 38] Compiling Happstack.Server.Monads ( src/Happstack/Server/Monads.hs, dist-ghc/build/Happstack/Server/Monads.o )

src/Happstack/Server/Monads.hs:42:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Error’ is deprecated:
      Use Control.Monad.Except instead

src/Happstack/Server/Monads.hs:72:24: warning: [-Wdeprecations]
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/Monads.hs:72:48: warning: [-Wdeprecations]
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
[27 of 38] Compiling Happstack.Server.Auth ( src/Happstack/Server/Auth.hs, dist-ghc/build/Happstack/Server/Auth.o )
[28 of 38] Compiling Happstack.Server.Error ( src/Happstack/Server/Error.hs, dist-ghc/build/Happstack/Server/Error.o )

src/Happstack/Server/Error.hs:4:1: warning: [-Wdeprecations]
    Module ‘Control.Monad.Error’ is deprecated:
      Use Control.Monad.Except instead

src/Happstack/Server/Error.hs:25:26: warning: [-Wdeprecations]
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/Error.hs:28:12: warning: [-Wdeprecations]
    In the use of ‘runErrorT’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/Error.hs:51:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Error e
    • In the type signature for:
           errorHandlerSP :: (Monad m, Error e) =>
                             (Request -> e -> WebT m a)
                             -> ServerPartT (ErrorT e m) a -> ServerPartT m a

src/Happstack/Server/Error.hs:51:29: warning: [-Wdeprecations]
    In the use of type constructor or class ‘Error’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/Error.hs:51:84: warning: [-Wdeprecations]
    In the use of type constructor or class ‘ErrorT’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"

src/Happstack/Server/Error.hs:53:32: warning: [-Wdeprecations]
    In the use of ‘runErrorT’
    (imported from Control.Monad.Error, but defined in Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
[29 of 38] Compiling Happstack.Server.Proxy ( src/Happstack/Server/Proxy.hs, dist-ghc/build/Happstack/Server/Proxy.o )
[30 of 38] Compiling Happstack.Server.Validation ( src/Happstack/Server/Validation.hs, dist-ghc/build/Happstack/Server/Validation.o )
[31 of 38] Compiling Happstack.Server.FileServe.BuildingBlocks ( src/Happstack/Server/FileServe/BuildingBlocks.hs, dist-ghc/build/Happstack/Server/FileServe/BuildingBlocks.o )

src/Happstack/Server/FileServe/BuildingBlocks.hs:137:1: warning: [-Wredundant-constraints]
    • Redundant constraint: Monad m
    • In the type signature for:
           fileNotFound :: (Monad m, FilterMonad Response m) =>
                           FilePath -> m Response

src/Happstack/Server/FileServe/BuildingBlocks.hs:278:1: warning: [-Wredundant-constraints]
    • Redundant constraint: FilterMonad Response m
    • In the type signature for:
           serveFileUsing :: (ServerMonad m, FilterMonad Response m,
                              MonadIO m, MonadPlus m) =>
                             (String -> FilePath -> m Response)
                             -> (FilePath -> m String) -> FilePath -> m Response

src/Happstack/Server/FileServe/BuildingBlocks.hs:522:1: warning: [-Wredundant-constraints]
    • Redundant constraint: MonadPlus m
    • In the type signature for:
           browseIndex :: (ServerMonad m, FilterMonad Response m, MonadIO m,
                           MonadPlus m, ToMessage b) =>
                          (FilePath -> [FilePath] -> m b)
                          -> (String -> FilePath -> m Response)
                          -> (FilePath -> m String)
                          -> [String]
                          -> FilePath
                          -> m Response
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