[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_6 #342862
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Dec 12 19:30:15 GMT 2022
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_6/342862/display/redirect>
Changes:
------------------------------------------
[...truncated 38.84 KB...]
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.Error, but defined in 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.Error, but defined in 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.Error, but defined in 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.Error, but defined in 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.Error, but defined in 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.Error, but defined in 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.Error, but defined in 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.Error, but defined in 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.Error, but defined in Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
|
248 | localRqEnv f = DeprecatedError.mapErrorT (localRqEnv f)
| ^^^^^^^^^^^^^^^^^^^^^^^^^
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[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.Error' is deprecated:
Use "Control.Monad.Except" instead
|
45 | import Control.Monad.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.Error, but defined in 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.Error, but defined in Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
|
77 | instance (Happstack m, Error e) => Happstack (ErrorT e m)
| ^^^^^^
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[23 of 35] Compiling Happstack.Server.Routing ( src/Happstack/Server/Routing.hs, dist/build/Happstack/Server/Routing.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[24 of 35] Compiling Happstack.Server.FileServe.BuildingBlocks ( src/Happstack/Server/FileServe/BuildingBlocks.hs, dist/build/Happstack/Server/FileServe/BuildingBlocks.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[25 of 35] Compiling Happstack.Server.FileServe ( src/Happstack/Server/FileServe.hs, dist/build/Happstack/Server/FileServe.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[26 of 35] Compiling Happstack.Server.Error ( src/Happstack/Server/Error.hs, dist/build/Happstack/Server/Error.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[27 of 35] Compiling Happstack.Server.Auth ( src/Happstack/Server/Auth.hs, dist/build/Happstack/Server/Auth.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[28 of 35] Compiling Happstack.Server.Internal.Handler ( src/Happstack/Server/Internal/Handler.hs, dist/build/Happstack/Server/Internal/Handler.dyn_o )
src/Happstack/Server/Internal/Handler.hs:11:1: warning: [-Wunused-imports]
The import of `Control.Applicative' is redundant
except perhaps to import instances from `Control.Applicative'
To import instances alone, use: import Control.Applicative()
|
11 | import Control.Applicative (pure)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[29 of 35] Compiling Happstack.Server.Internal.Listen ( src/Happstack/Server/Internal/Listen.hs, dist/build/Happstack/Server/Internal/Listen.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[30 of 35] Compiling Happstack.Server.SimpleHTTP ( src/Happstack/Server/SimpleHTTP.hs, dist/build/Happstack/Server/SimpleHTTP.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[31 of 35] Compiling Happstack.Server.Internal.Compression ( src/Happstack/Server/Internal/Compression.hs, dist/build/Happstack/Server/Internal/Compression.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[32 of 35] Compiling Happstack.Server.I18N ( src/Happstack/Server/I18N.hs, dist/build/Happstack/Server/I18N.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[33 of 35] Compiling Happstack.Server.Compression ( src/Happstack/Server/Compression.hs, dist/build/Happstack/Server/Compression.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[34 of 35] Compiling Happstack.Server ( src/Happstack/Server.hs, dist/build/Happstack/Server.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[35 of 35] Compiling Happstack.Server.Internal.LowLevel ( src/Happstack/Server/Internal/LowLevel.hs, dist/build/Happstack/Server/Internal/LowLevel.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
Preprocessing test suite 'happstack-server-tests' for happstack-server-7.8.0.1..
Building test suite 'happstack-server-tests' for happstack-server-7.8.0.1..
[1 of 2] Compiling Happstack.Server.Tests ( tests/Happstack/Server/Tests.hs, dist/build/happstack-server-tests/happstack-server-tests-tmp/Happstack/Server/Tests.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[2 of 2] Compiling Main ( tests/Test.hs, dist/build/happstack-server-tests/happstack-server-tests-tmp/Main.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
Linking dist/build/happstack-server-tests/happstack-server-tests ...
Unregistering happstack-server-7.8.0.1...
==> Entering fakeroot environment...
==> Starting package()...
Installing library in /tmp/haskell-happstack-server-archlinuxrb-build-A6Xt1l4j/haskell-happstack-server/trunk/pkg/haskell-happstack-server/usr/lib/ghc-9.0.2/site-local/happstack-server-7.8.0.1
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "haskell-happstack-server"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: haskell-happstack-server 7.8.0.1-8 (Mon Dec 12 19:29:59 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-haskell-happstack-server-archlinuxrb-build-A6Xt1l4j
+ tee -a /srv/reproducible-results/archlinuxrb-build-A6Xt1l4j/b1/haskell-happstack-server/build1.log
'/tmp/haskell-happstack-server-archlinuxrb-build-A6Xt1l4j/haskell-happstack-server/trunk/haskell-happstack-server-7.8.0.1-8-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-A6Xt1l4j/b1/haskell-happstack-server/haskell-happstack-server-7.8.0.1-8-x86_64.pkg.tar.zst'
Mon Dec 12 19:30:08 UTC 2022 - build #1 for haskell-happstack-server on osuosl184-amd64 done.
Mon Dec 12 19:30:08 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-NYiIbpku, removing.
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
Mon Dec 12 19:30:12 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-A6Xt1l4j deleted.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list