[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_3 #403820
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Oct 17 08:20:57 BST 2022
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_3/403820/display/redirect>
Changes:
------------------------------------------
[...truncated 30.95 KB...]
installing haskell-transformers-compat...
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Registering Haskell modules...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (4) llvm-14.0.6-3 llvm-libs-14.0.6-3 ghc-9.0.2-1 uusi-0.4.2.0-103
Total Download Size: 120.48 MiB
Total Installed Size: 673.89 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 27.5M 28 8119k 0 0 131M 0 --:--:-- --:--:-- --:--:-- 129M100 27.5M 100 27.5M 0 0 165M 0 --:--:-- --:--:-- --:--:-- 165M
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 60.7M 100 60.7M 0 0 99.4M 0 --:--:-- --:--:-- --:--:-- 99.4M
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 79 32.0M 79 25.5M 0 0 96.7M 0 --:--:-- --:--:-- --:--:-- 96.7M100 32.0M 100 32.0M 0 0 96.8M 0 --:--:-- --:--:-- --:--:-- 96.6M
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 75503 100 75503 0 0 40.6M 0 --:--:-- --:--:-- --:--:-- 72.0M
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing llvm-libs...
installing llvm...
installing ghc...
installing uusi...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Downloading MonadRandom-0.5.3.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 11259 100 11259 0 0 267k 0 --:--:-- --:--:-- --:--:-- 267k
==> Validating source files with sha512sums...
MonadRandom-0.5.3.tar.gz ... Passed
==> Extracting sources...
-> Extracting MonadRandom-0.5.3.tar.gz with bsdtar
==> Starting prepare()...
Pending action(s):
SetVersion["transformers-compat", >=0]
Parsing cabal file from MonadRandom.cabal...
Write file: MonadRandom.cabal
==> Starting build()...
Configuring MonadRandom-0.5.3...
Preprocessing library for MonadRandom-0.5.3..
Building library for MonadRandom-0.5.3..
[1 of 7] Compiling Control.Monad.Random.Class ( Control/Monad/Random/Class.hs, dist/build/Control/Monad/Random/Class.dyn_o )
Control/Monad/Random/Class.hs:57:1: warning: [-Wdeprecations]
Module `Control.Monad.Trans.Error' is deprecated:
Use Control.Monad.Trans.Except instead
|
57 | import Control.Monad.Trans.Error
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Random/Class.hs:60:1: warning: [-Wdeprecations]
Module `Control.Monad.Trans.List' is deprecated:
This transformer is invalid on most monads
|
60 | import Control.Monad.Trans.List
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Control/Monad/Random/Class.hs:133: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"
|
133 | instance (Error e, MonadRandom m) => MonadRandom (ErrorT e m) where
| ^^^^^
Control/Monad/Random/Class.hs:133: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"
|
133 | instance (Error e, MonadRandom m) => MonadRandom (ErrorT e m) where
| ^^^^^^
Control/Monad/Random/Class.hs:151:42: warning: [-Wdeprecations]
In the use of type constructor or class `ListT'
(imported from Control.Monad.Trans.List):
Deprecated: "This transformer is invalid on most monads"
|
151 | instance (MonadRandom m) => MonadRandom (ListT m) where
| ^^^^^
Control/Monad/Random/Class.hs:230: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"
|
230 | instance (Error e, MonadSplit g m) => MonadSplit g (ErrorT e m) where
| ^^^^^
Control/Monad/Random/Class.hs:230:53: warning: [-Wdeprecations]
In the use of type constructor or class `ErrorT'
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
|
230 | instance (Error e, MonadSplit g m) => MonadSplit g (ErrorT e m) where
| ^^^^^^
Control/Monad/Random/Class.hs:239:44: warning: [-Wdeprecations]
In the use of type constructor or class `ListT'
(imported from Control.Monad.Trans.List):
Deprecated: "This transformer is invalid on most monads"
|
239 | instance (MonadSplit g m) => MonadSplit g (ListT m) where
| ^^^^^
Control/Monad/Random/Class.hs:321: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"
|
321 | instance (Error e, MonadInterleave m) => MonadInterleave (ErrorT e m) where
| ^^^^^
Control/Monad/Random/Class.hs:321:59: warning: [-Wdeprecations]
In the use of type constructor or class `ErrorT'
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
|
321 | instance (Error e, MonadInterleave m) => MonadInterleave (ErrorT e m) where
| ^^^^^^
Control/Monad/Random/Class.hs:322:16: warning: [-Wdeprecations]
In the use of `mapErrorT'
(imported from Control.Monad.Trans.Error):
Deprecated: "Use Control.Monad.Trans.Except instead"
|
322 | interleave = mapErrorT interleave
| ^^^^^^^^^
Control/Monad/Random/Class.hs:330:50: warning: [-Wdeprecations]
In the use of type constructor or class `ListT'
(imported from Control.Monad.Trans.List):
Deprecated: "This transformer is invalid on most monads"
|
330 | instance (MonadInterleave m) => MonadInterleave (ListT m) where
| ^^^^^
Control/Monad/Random/Class.hs:331:16: warning: [-Wdeprecations]
In the use of `mapListT' (imported from Control.Monad.Trans.List):
Deprecated: "This transformer is invalid on most monads"
|
331 | interleave = mapListT interleave
| ^^^^^^^^
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 7] Compiling Control.Monad.Trans.Random.Strict ( Control/Monad/Trans/Random/Strict.hs, dist/build/Control/Monad/Trans/Random/Strict.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...
[3 of 7] Compiling Control.Monad.Trans.Random.Lazy ( Control/Monad/Trans/Random/Lazy.hs, dist/build/Control/Monad/Trans/Random/Lazy.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...
[4 of 7] Compiling Control.Monad.Trans.Random ( Control/Monad/Trans/Random.hs, dist/build/Control/Monad/Trans/Random.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...
[5 of 7] Compiling Control.Monad.Random.Lazy ( Control/Monad/Random/Lazy.hs, dist/build/Control/Monad/Random/Lazy.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...
[6 of 7] Compiling Control.Monad.Random ( Control/Monad/Random.hs, dist/build/Control/Monad/Random.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...
[7 of 7] Compiling Control.Monad.Random.Strict ( Control/Monad/Random/Strict.hs, dist/build/Control/Monad/Random/Strict.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...
Unregistering MonadRandom-0.5.3...
==> Entering fakeroot environment...
==> Starting package()...
Installing library in /tmp/haskell-monadrandom-archlinuxrb-build-VrlVoiXB/haskell-monadrandom/trunk/pkg/haskell-monadrandom/usr/lib/ghc-9.0.2/site-local/MonadRandom-0.5.3
==> 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-monadrandom"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: haskell-monadrandom 0.5.3-83 (Mon Oct 17 07:20:39 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-haskell-monadrandom-archlinuxrb-build-VrlVoiXB
+ tee -a /srv/reproducible-results/archlinuxrb-build-VrlVoiXB/b2/haskell-monadrandom/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/haskell-monadrandom-archlinuxrb-build-VrlVoiXB/haskell-monadrandom/trunk/haskell-monadrandom-0.5.3-83-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-VrlVoiXB/b2/haskell-monadrandom/haskell-monadrandom-0.5.3-83-x86_64.pkg.tar.zst'
Mon Oct 17 07:20:51 UTC 2022 - build #2 for haskell-monadrandom on osuosl184-amd64 done.
Mon Oct 17 07:20:51 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-wvrUDRy2, removing.
/srv/reproducible-results/archlinuxrb-build-VrlVoiXB:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 07:19 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 07:20 b2
/srv/reproducible-results/archlinuxrb-build-VrlVoiXB/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 07:19 haskell-monadrandom
/srv/reproducible-results/archlinuxrb-build-VrlVoiXB/b1/haskell-monadrandom:
total 144
-rw-r--r-- 1 jenkins jenkins 15511 Oct 17 07:19 build1.log
-rw-r--r-- 1 jenkins jenkins 9 Oct 17 07:19 build1.version
-rw-r--r-- 1 jenkins jenkins 119765 Oct 17 07:19 haskell-monadrandom-0.5.3-83-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-VrlVoiXB/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 07:20 haskell-monadrandom
/srv/reproducible-results/archlinuxrb-build-VrlVoiXB/b2/haskell-monadrandom:
total 140
-rw-r--r-- 1 jenkins jenkins 14412 Oct 17 07:20 build2.log
-rw-r--r-- 1 jenkins jenkins 9 Oct 17 07:20 build2.version
-rw-r--r-- 1 jenkins jenkins 119765 Oct 17 07:20 haskell-monadrandom-0.5.3-83-x86_64.pkg.tar.zst
Mon Oct 17 07:20:57 UTC 2022 - comparing results now.
Mon Oct 17 07:20:57 UTC 2022 - YAY - haskell-monadrandom/haskell-monadrandom-0.5.3-83-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
mv: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/haskell-monadrandom/haskell-monadrandom-0.5.3-83-x86_64.pkg.tar.zst-b1.BUILDINFO.txt': No space left on device
Mon Oct 17 07:20:57 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-VrlVoiXB deleted.
Mon Oct 17 07:20:57 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-9gxwq3zH, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list