Build failed in Jenkins: reproducible_builder_archlinux_3 #516201

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Jan 24 08:33:45 GMT 2024


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_3/516201/display/redirect>

Changes:


------------------------------------------
[...truncated 28.29 KB...]
    |                                     ^^^^^^^^

src/Happstack/Server/Internal/Monads.hs:760:11: warning: [-Wdeprecations]
    In the use of type constructor or class `Error'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
760 | instance (Error e, ServerMonad m) => ServerMonad (ErrorT e m) where
    |           ^^^^^

src/Happstack/Server/Internal/Monads.hs:760:51: warning: [-Wdeprecations]
    In the use of type constructor or class `ErrorT'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
760 | instance (Error e, ServerMonad m) => ServerMonad (ErrorT e m) where
    |                                                   ^^^^^^

src/Happstack/Server/Internal/Monads.hs:762:17: warning: [-Wdeprecations]
    In the use of `mapErrorT'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
762 |     localRq f = mapErrorT $ localRq f
    |                 ^^^^^^^^^

src/Happstack/Server/Internal/Monads.hs:764:11: warning: [-Wdeprecations]
    In the use of type constructor or class `Error'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
764 | instance (Error e, FilterMonad a m) => FilterMonad a (ErrorT e m) where
    |           ^^^^^

src/Happstack/Server/Internal/Monads.hs:764:55: warning: [-Wdeprecations]
    In the use of type constructor or class `ErrorT'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
764 | instance (Error e, FilterMonad a m) => FilterMonad a (ErrorT e m) where
    |                                                       ^^^^^^

src/Happstack/Server/Internal/Monads.hs:767:19: warning: [-Wdeprecations]
    In the use of `mapErrorT'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
767 |     getFilter m = mapErrorT (\m' ->
    |                   ^^^^^^^^^

src/Happstack/Server/Internal/Monads.hs:774:11: warning: [-Wdeprecations]
    In the use of type constructor or class `Error'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
774 | instance (Error e, WebMonad a m) => WebMonad a (ErrorT e m) where
    |           ^^^^^

src/Happstack/Server/Internal/Monads.hs:774:49: warning: [-Wdeprecations]
    In the use of type constructor or class `ErrorT'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
774 | instance (Error e, WebMonad a m) => WebMonad a (ErrorT e m) where
    |                                                 ^^^^^^
[18 of 35] Compiling Happstack.Server.Response ( src/Happstack/Server/Response.hs, dist/build/Happstack/Server/Response.dyn_o )

src/Happstack/Server/Response.hs:39:1: warning: [-Wunused-imports]
    The import of `Happstack.Server.Types' is redundant
      except perhaps to import instances from `Happstack.Server.Types'
    To import instances alone, use: import Happstack.Server.Types()
   |
39 | import           Happstack.Server.Types          (Response(..), Request(..), nullRsFlags, getHeader, noContentLength, redirect, result, setHeader, setHeaderBS)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[19 of 35] Compiling Happstack.Server.Validation ( src/Happstack/Server/Validation.hs, dist/build/Happstack/Server/Validation.dyn_o )
[20 of 35] Compiling Happstack.Server.Cookie ( src/Happstack/Server/Cookie.hs, dist/build/Happstack/Server/Cookie.dyn_o )
[21 of 35] Compiling Happstack.Server.RqData ( src/Happstack/Server/RqData.hs, dist/build/Happstack/Server/RqData.dyn_o )

src/Happstack/Server/RqData.hs:61:1: warning: [-Wunused-imports]
    The import of `<*>, Applicative, pure'
    from module `Control.Applicative' is redundant
   |
61 | import Control.Applicative                      (Applicative((<*>), pure), Alternative((<|>), empty), WrappedMonad(WrapMonad, unwrapMonad))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:62:1: warning: [-Wunused-imports]
    The import of `mplus' from module `Control.Monad' is redundant
   |
62 | import Control.Monad                            (MonadPlus(mzero, mplus))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:71:1: warning: [-Wdeprecations]
    Module `Control.Monad.Trans.Error' is deprecated:
      Use Control.Monad.Trans.Except instead
   |
71 | import qualified Control.Monad.Trans.Error as DeprecatedError
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:73:1: warning: [-Wunused-imports]
    The import of `Control.Monad.Except' is redundant
      except perhaps to import instances from `Control.Monad.Except'
    To import instances alone, use: import Control.Monad.Except()
   |
73 | import Control.Monad.Except                     (throwError)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:76:1: warning: [-Wunused-imports]
    The qualified import of `Data.ByteString.Char8' is redundant
      except perhaps to import instances from `Data.ByteString.Char8'
    To import instances alone, use: import Data.ByteString.Char8()
   |
76 | import qualified Data.ByteString.Char8          as P
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:83:1: warning: [-Wunused-imports]
    The import of `Data.Monoid' is redundant
      except perhaps to import instances from `Data.Monoid'
    To import instances alone, use: import Data.Monoid()
   |
83 | import Data.Monoid                              (Monoid(mempty, mappend, mconcat))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:101:19: warning: [-Wsimplifiable-class-constraints]
    * The constraint `MonadPlus (Either e)' matches
        instance DeprecatedError.Error e => MonadPlus (Either e)
          -- Defined in `Control.Monad.Trans.Error'
      This makes type inference for inner bindings fragile;
        either use MonoLocalBinds, or simplify it using the instance
    * In the stand-alone deriving instance for
        `(Monoid e, DeprecatedError.Error e, MonadPlus (Either e)) =>
         MonadPlus (ReaderError r e)'
    |
101 | deriving instance (Monoid e, DeprecatedError.Error e, MonadPlus (Either e)) => MonadPlus (ReaderError r e)
    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:101:30: warning: [-Wdeprecations]
    In the use of type constructor or class `Error'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
101 | deriving instance (Monoid e, DeprecatedError.Error e, MonadPlus (Either e)) => MonadPlus (ReaderError r e)
    |                              ^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:107:11: warning: [-Wdeprecations]
    In the use of type constructor or class `Error'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
107 | instance (DeprecatedError.Error e, Monoid e) => MonadReader r (ReaderError r e) where
    |           ^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:115:21: warning: [-Wdeprecations]
    In the use of type constructor or class `Error'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
115 | instance (Monoid e, DeprecatedError.Error e) => Applicative (ReaderError r e) where
    |                     ^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:124:21: warning: [-Wdeprecations]
    In the use of type constructor or class `Error'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
124 | instance (Monoid e, DeprecatedError.Error e) => Alternative (ReaderError r e) where
    |                     ^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:160:10: warning: [-Wdeprecations]
    In the use of type constructor or class `Error'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
160 | instance DeprecatedError.Error (Errors String) where
    |          ^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:160:10: warning: [-Wdeprecations]
    In the use of type constructor or class `Error'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
160 | instance DeprecatedError.Error (Errors String) where
    |          ^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:246:20: warning: [-Wdeprecations]
    In the use of type constructor or class `Error'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
246 | instance (Monad m, DeprecatedError.Error e, HasRqData m) => HasRqData (DeprecatedError.ErrorT e m) where
    |                    ^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:246:72: warning: [-Wdeprecations]
    In the use of type constructor or class `ErrorT'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
246 | instance (Monad m, DeprecatedError.Error e, HasRqData m) => HasRqData (DeprecatedError.ErrorT e m) where
    |                                                                        ^^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/RqData.hs:248:21: warning: [-Wdeprecations]
    In the use of `mapErrorT'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
248 |     localRqEnv f  = DeprecatedError.mapErrorT (localRqEnv f)
    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^
[22 of 35] Compiling Happstack.Server.Monads ( src/Happstack/Server/Monads.hs, dist/build/Happstack/Server/Monads.dyn_o )

src/Happstack/Server/Monads.hs:42:56: warning: [-Wunused-imports]
    The import of `Applicative'
    from module `Control.Applicative' is redundant
   |
42 | import Control.Applicative               (Alternative, Applicative)
   |                                                        ^^^^^^^^^^^

src/Happstack/Server/Monads.hs:45:1: warning: [-Wdeprecations]
    Module `Control.Monad.Trans.Error' is deprecated:
      Use Control.Monad.Trans.Except instead
   |
45 | import Control.Monad.Trans.Error         (Error, ErrorT)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/Monads.hs:57:1: warning: [-Wunused-imports]
    The import of `Data.Monoid' is redundant
      except perhaps to import instances from `Data.Monoid'
    To import instances alone, use: import Data.Monoid()
   |
57 | import Data.Monoid                       (Monoid)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Happstack/Server/Monads.hs:77:24: warning: [-Wdeprecations]
    In the use of type constructor or class `Error'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
   |
77 | instance (Happstack m, Error e)  => Happstack (ErrorT e m)
   |                        ^^^^^

src/Happstack/Server/Monads.hs:77:48: warning: [-Wdeprecations]
    In the use of type constructor or class `ErrorT'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
   |
77 | instance (Happstack m, Error e)  => Happstack (ErrorT e m)
   |                                                ^^^^^^
[23 of 35] Compiling Happstack.Server.Routing ( src/Happstack/Server/Routing.hs, dist/build/Happstack/Server/Routing.dyn_o )
[24 of 35] Compiling Happstack.Server.FileServe.BuildingBlocks ( src/Happstack/Server/FileServe/BuildingBlocks.hs, dist/build/Happstack/Server/FileServe/BuildingBlocks.dyn_o )
Wed Jan 24 08:33:45 UTC 2024 - /srv/reproducible-results/archlinuxrb-build-iYaVYcKr deleted.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list