[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_3 #440974

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Apr 3 15:46:34 BST 2023


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

Changes:


------------------------------------------
[...truncated 100.48 KB...]
installing haskell-th-expand-syns...
installing haskell-th-reify-many...
installing haskell-th-orphans...
installing haskell-th-utilities...
installing haskell-void...
:: 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 (5) llvm14-14.0.6-3  llvm14-libs-14.0.6-3  ghc-9.0.2-3  haskell-clock-0.8.3-89  uusi-0.4.2.0-126

Total Download Size:    70.25 MiB
Total Installed Size:  360.77 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  84.2M      0 --:--:-- --:--:-- --:--:-- 84.4M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 10.9M  100 10.9M    0     0   145M      0 --:--:-- --:--:-- --:--:--  147M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 31.6M  100 31.6M    0     0   145M      0 --:--:-- --:--:-- --:--:--  145M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 75431  100 75431    0     0  16.7M      0 --:--:-- --:--:-- --:--:-- 17.9M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 81485  100 81485    0     0  14.3M      0 --:--:-- --:--:-- --:--:-- 15.5M
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing llvm14-libs...
installing llvm14...
installing ghc...
installing uusi...
installing haskell-clock...
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Registering Haskell modules...
==> Retrieving sources...
  -> Downloading store-0.7.16.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 43435  100 43435    0     0   885k      0 --:--:-- --:--:-- --:--:--  885k
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    store-0.7.16.tar.gz ... Passed
==> Extracting sources...
  -> Extracting store-0.7.16.tar.gz with bsdtar
==> Starting prepare()...
Pending action(s):
  Remove["nats"]
Parsing cabal file from store.cabal...
Write file: store.cabal
==> Starting build()...
Configuring store-0.7.16...
Preprocessing library for store-0.7.16..
Building library for store-0.7.16..
[1 of 9] Compiling Data.Store.Impl  ( src/Data/Store/Impl.hs, dist/build/Data/Store/Impl.dyn_o )

src/Data/Store/Impl.hs:198:28: warning: [-Wstar-is-type]
    Using `*' (or its Unicode variant) to mean `Data.Kind.Type'
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: use `Type' from `Data.Kind' instead.
    |
198 | type family SumArity (a :: * -> *) :: Nat where
    |                            ^

src/Data/Store/Impl.hs:198:33: warning: [-Wstar-is-type]
    Using `*' (or its Unicode variant) to mean `Data.Kind.Type'
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: use `Type' from `Data.Kind' instead.
    |
198 | type family SumArity (a :: * -> *) :: Nat where
    |                                 ^

src/Data/Store/Impl.hs:300:52: warning: [-Wstar-is-type]
    Using `*' (or its Unicode variant) to mean `Data.Kind.Type'
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: use `Type' from `Data.Kind' instead.
    |
300 | class KnownNat n => GStoreSizeSum (n :: Nat) (f :: * -> *) where gsizeSum :: f a -> Proxy n -> Int
    |                                                    ^

src/Data/Store/Impl.hs:300:57: warning: [-Wstar-is-type]
    Using `*' (or its Unicode variant) to mean `Data.Kind.Type'
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: use `Type' from `Data.Kind' instead.
    |
300 | class KnownNat n => GStoreSizeSum (n :: Nat) (f :: * -> *) where gsizeSum :: f a -> Proxy n -> Int
    |                                                         ^

src/Data/Store/Impl.hs:301:52: warning: [-Wstar-is-type]
    Using `*' (or its Unicode variant) to mean `Data.Kind.Type'
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: use `Type' from `Data.Kind' instead.
    |
301 | class KnownNat n => GStorePokeSum (n :: Nat) (f :: * -> *) where gpokeSum :: f p -> Proxy n -> Poke ()
    |                                                    ^

src/Data/Store/Impl.hs:301:57: warning: [-Wstar-is-type]
    Using `*' (or its Unicode variant) to mean `Data.Kind.Type'
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: use `Type' from `Data.Kind' instead.
    |
301 | class KnownNat n => GStorePokeSum (n :: Nat) (f :: * -> *) where gpokeSum :: f p -> Proxy n -> Poke ()
    |                                                         ^

src/Data/Store/Impl.hs:302:52: warning: [-Wstar-is-type]
    Using `*' (or its Unicode variant) to mean `Data.Kind.Type'
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: use `Type' from `Data.Kind' instead.
    |
302 | class KnownNat n => GStorePeekSum (n :: Nat) (f :: * -> *) where gpeekSum :: Word8 -> Proxy n -> Peek (f p)
    |                                                    ^

src/Data/Store/Impl.hs:302:57: warning: [-Wstar-is-type]
    Using `*' (or its Unicode variant) to mean `Data.Kind.Type'
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: use `Type' from `Data.Kind' instead.
    |
302 | class KnownNat n => GStorePeekSum (n :: Nat) (f :: * -> *) where gpeekSum :: Word8 -> Proxy n -> Peek (f p)
    |                                                         ^
[2 of 9] Compiling Data.Store.TH.Internal ( src/Data/Store/TH/Internal.hs, dist/build/Data/Store/TH/Internal.dyn_o )
[3 of 9] Compiling Data.Store.TH    ( src/Data/Store/TH.hs, dist/build/Data/Store/TH.dyn_o )
[4 of 9] Compiling Data.Store.Internal ( src/Data/Store/Internal.hs, dist/build/Data/Store/Internal.dyn_o )

src/Data/Store/Internal.hs:619:13: warning: [-Wdeprecations]
    In the use of data constructor `S#'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use IS constructor instead"
    |
619 |             I.S# _ -> sizeOf (undefined :: Int)
    |             ^^^^

src/Data/Store/Internal.hs:620:13: warning: [-Wdeprecations]
    In the use of data constructor `Jp#'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use IP constructor instead"
    |
620 |             I.Jp# (I.BN# arr) -> sizeOf (undefined :: Int) + I# (sizeofByteArray# arr)
    |             ^^^^^

src/Data/Store/Internal.hs:621:13: warning: [-Wdeprecations]
    In the use of data constructor `Jn#'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use IN constructor instead"
    |
621 |             I.Jn# (I.BN# arr) -> sizeOf (undefined :: Int) + I# (sizeofByteArray# arr)
    |             ^^^^^

src/Data/Store/Internal.hs:622:11: warning: [-Wdeprecations]
    In the use of data constructor `S#'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use IS constructor instead"
    |
622 |     poke (I.S# x) = poke (0 :: Word8) >> poke (I# x)
    |           ^^^^

src/Data/Store/Internal.hs:623:11: warning: [-Wdeprecations]
    In the use of data constructor `Jp#'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use IP constructor instead"
    |
623 |     poke (I.Jp# (I.BN# arr)) = do
    |           ^^^^^

src/Data/Store/Internal.hs:628:11: warning: [-Wdeprecations]
    In the use of data constructor `Jn#'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use IN constructor instead"
    |
628 |     poke (I.Jn# (I.BN# arr)) = do
    |           ^^^^^

src/Data/Store/Internal.hs:637:18: warning: [-Wdeprecations]
    In the use of data constructor `Jp#'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use IP constructor instead"
    |
637 |             1 -> I.Jp# <$> peekBN
    |                  ^^^^^

src/Data/Store/Internal.hs:638:18: warning: [-Wdeprecations]
    In the use of data constructor `Jn#'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use IN constructor instead"
    |
638 |             2 -> I.Jn# <$> peekBN
    |                  ^^^^^
[5 of 9] Compiling Data.Store       ( src/Data/Store.hs, dist/build/Data/Store.dyn_o )
[6 of 9] Compiling Data.Store.TypeHash.Internal ( src/Data/Store/TypeHash/Internal.hs, dist/build/Data/Store/TypeHash/Internal.dyn_o )

src/Data/Store/TypeHash/Internal.hs:22: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()
   |
22 | import           Data.Monoid ((<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[7 of 9] Compiling Data.Store.TypeHash ( src/Data/Store/TypeHash.hs, dist/build/Data/Store/TypeHash.dyn_o )
[8 of 9] Compiling Data.Store.Version ( src/Data/Store/Version.hs, dist/build/Data/Store/Version.dyn_o )
[9 of 9] Compiling System.IO.ByteBuffer ( src/System/IO/ByteBuffer.hs, dist/build/System/IO/ByteBuffer.dyn_o )
Preprocessing test suite 'store-test' for store-0.7.16..
Building test suite 'store-test' for store-0.7.16..
[1 of 5] Compiling Data.Store.UntrustedSpec ( test/Data/Store/UntrustedSpec.hs, dist/build/store-test/store-test-tmp/Data/Store/UntrustedSpec.dyn_o )
[2 of 5] Compiling Data.StoreSpec.TH ( test/Data/StoreSpec/TH.hs, dist/build/store-test/store-test-tmp/Data/StoreSpec/TH.dyn_o )
[3 of 5] Compiling Data.StoreSpec   ( test/Data/StoreSpec.hs, dist/build/store-test/store-test-tmp/Data/StoreSpec.dyn_o )

test/Data/StoreSpec.hs:19:1: warning: [-Wunused-imports]
    The import of `Control.Monad.Fail' is redundant
      except perhaps to import instances from `Control.Monad.Fail'
    To import instances alone, use: import Control.Monad.Fail()
   |
19 | import           Control.Monad.Fail (MonadFail)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

test/Data/StoreSpec.hs:26:1: warning: [-Wunused-imports]
    The import of `Data.Fixed' is redundant
      except perhaps to import instances from `Data.Fixed'
    To import instances alone, use: import Data.Fixed()
   |
26 | import           Data.Fixed (Pico)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
++ cleanup_all
++ cd
++ '[' master '!=' master ']'
++ '[' -n haskell-store ']'
+++ basename /srv/reproducible-results/archlinuxrb-build-G1G0hEOX
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list