[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_1 #451954
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Oct 17 07:26:17 BST 2022
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_1/451954/display/redirect>
Changes:
------------------------------------------
[...truncated 85.98 KB...]
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-JQPQVd3b/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-4 (Mon Oct 17 06:25:40 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ tee -a /srv/reproducible-results/archlinuxrb-build-JQPQVd3b/b2/haskell-happstack-server/build2.log
+ schroot --end-session -c archlinux-haskell-happstack-server-archlinuxrb-build-JQPQVd3b
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/haskell-happstack-server-archlinuxrb-build-JQPQVd3b/haskell-happstack-server/trunk/haskell-happstack-server-7.8.0.1-4-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-JQPQVd3b/b2/haskell-happstack-server/haskell-happstack-server-7.8.0.1-4-x86_64.pkg.tar.zst'
Mon Oct 17 06:25:41 UTC 2022 - build #2 for haskell-happstack-server on osuosl184-amd64 done.
Mon Oct 17 06:25:42 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-cTGYR9rq, removing.
/srv/reproducible-results/archlinuxrb-build-JQPQVd3b:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 06:16 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 06:25 b2
/srv/reproducible-results/archlinuxrb-build-JQPQVd3b/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 06:16 haskell-happstack-server
/srv/reproducible-results/archlinuxrb-build-JQPQVd3b/b1/haskell-happstack-server:
total 1348
-rw-r--r-- 1 jenkins jenkins 44024 Oct 17 06:16 build1.log
-rw-r--r-- 1 jenkins jenkins 10 Oct 17 06:16 build1.version
-rw-r--r-- 1 jenkins jenkins 1324113 Oct 17 06:16 haskell-happstack-server-7.8.0.1-4-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-JQPQVd3b/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 06:25 haskell-happstack-server
/srv/reproducible-results/archlinuxrb-build-JQPQVd3b/b2/haskell-happstack-server:
total 1348
-rw-r--r-- 1 jenkins jenkins 43147 Oct 17 06:25 build2.log
-rw-r--r-- 1 jenkins jenkins 10 Oct 17 06:25 build2.version
-rw-r--r-- 1 jenkins jenkins 1324129 Oct 17 06:25 haskell-happstack-server-7.8.0.1-4-x86_64.pkg.tar.zst
Mon Oct 17 06:25:48 UTC 2022 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-JQPQVd3b/b1/haskell-happstack-server/haskell-happstack-server-7.8.0.1-4-x86_64.pkg.tar.zst and /srv/reproducible-results/archlinuxrb-build-JQPQVd3b/b2/haskell-happstack-server/haskell-happstack-server-7.8.0.1-4-x86_64.pkg.tar.zst differ
Mon Oct 17 06:25:48 UTC 2022 - running diffoscope on the results now:
Mon Oct 17 06:25:49 UTC 2022 - Running diffoscope 224 now...
Mon Oct 17 06:26:17 UTC 2022 - diffoscope 224 found issues, please investigate haskell-happstack-server/haskell-happstack-server-7.8.0.1-4-x86_64.pkg.tar.zst
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/haskell-happstack-server/haskell-happstack-server-7.8.0.1-4-x86_64.pkg.tar.zst.html': No space left on device
Mon Oct 17 06:26:17 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-JQPQVd3b deleted.
Mon Oct 17 06:26:17 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-o5XD4UlW, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list