[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_6 #330350

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Oct 19 12:44:31 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_6/330350/display/redirect>

Changes:


------------------------------------------
[...truncated 30.69 KB...]
(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-104

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 --:--:-- --:--:-- --:--:--     0100 27.5M  100 27.5M    0     0   182M      0 --:--:-- --:--:-- --:--:--  186M
  % 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   207M      0 --:--:-- --:--:-- --:--:--  208M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 32.0M  100 32.0M    0     0   181M      0 --:--:-- --:--:-- --:--:--  182M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 75498  100 75498    0     0  10.8M      0 --:--:-- --:--:-- --:--:-- 12.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   225k      0 --:--:-- --:--:-- --:--:--  225k
==> 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-hdAnN3Us/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-84 (Wed Oct 19 11:44:17 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ tee -a /srv/reproducible-results/archlinuxrb-build-hdAnN3Us/b2/haskell-monadrandom/build2.log
+ schroot --end-session -c archlinux-haskell-monadrandom-archlinuxrb-build-hdAnN3Us
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/haskell-monadrandom-archlinuxrb-build-hdAnN3Us/haskell-monadrandom/trunk/haskell-monadrandom-0.5.3-84-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-hdAnN3Us/b2/haskell-monadrandom/haskell-monadrandom-0.5.3-84-x86_64.pkg.tar.zst'
Wed Oct 19 11:44:18 UTC 2022 - build #2 for haskell-monadrandom on osuosl184-amd64 done.
Wed Oct 19 11:44:18 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-3msopKNO, removing.
/srv/reproducible-results/archlinuxrb-build-hdAnN3Us:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 19 11:42 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 19 11:44 b2

/srv/reproducible-results/archlinuxrb-build-hdAnN3Us/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 19 11:42 haskell-monadrandom

/srv/reproducible-results/archlinuxrb-build-hdAnN3Us/b1/haskell-monadrandom:
total 144
-rw-r--r-- 1 jenkins jenkins  15511 Oct 19 11:42 build1.log
-rw-r--r-- 1 jenkins jenkins      9 Oct 19 11:42 build1.version
-rw-r--r-- 1 jenkins jenkins 119790 Oct 19 11:42 haskell-monadrandom-0.5.3-84-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-hdAnN3Us/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 19 11:44 haskell-monadrandom

/srv/reproducible-results/archlinuxrb-build-hdAnN3Us/b2/haskell-monadrandom:
total 140
-rw-r--r-- 1 jenkins jenkins  14412 Oct 19 11:44 build2.log
-rw-r--r-- 1 jenkins jenkins      9 Oct 19 11:44 build2.version
-rw-r--r-- 1 jenkins jenkins 119795 Oct 19 11:44 haskell-monadrandom-0.5.3-84-x86_64.pkg.tar.zst
Wed Oct 19 11:44:24 UTC 2022 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-hdAnN3Us/b1/haskell-monadrandom/haskell-monadrandom-0.5.3-84-x86_64.pkg.tar.zst and /srv/reproducible-results/archlinuxrb-build-hdAnN3Us/b2/haskell-monadrandom/haskell-monadrandom-0.5.3-84-x86_64.pkg.tar.zst differ
Wed Oct 19 11:44:24 UTC 2022 - running diffoscope on the results now:
Wed Oct 19 11:44:26 UTC 2022 - Running diffoscope 224 now...
Wed Oct 19 11:44:31 UTC 2022 - diffoscope 224 found issues, please investigate haskell-monadrandom/haskell-monadrandom-0.5.3-84-x86_64.pkg.tar.zst
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/haskell-monadrandom/haskell-monadrandom-0.5.3-84-x86_64.pkg.tar.zst.html': No space left on device
Wed Oct 19 11:44:31 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-hdAnN3Us deleted.
Wed Oct 19 11:44:31 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-5CyTf2xA, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list