[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #426067
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sat Jun 11 12:28:23 BST 2022
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/426067/display/redirect>
Changes:
------------------------------------------
[...truncated 36.79 KB...]
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:605:13: warning: [-Wdeprecations]
In the use of data constructor `S#'
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use IS constructor instead"
|
605 | I.S# _ -> sizeOf (undefined :: Int)
| ^^^^
src/Data/Store/Internal.hs:606:13: warning: [-Wdeprecations]
In the use of data constructor `Jp#'
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use IP constructor instead"
|
606 | I.Jp# (I.BN# arr) -> sizeOf (undefined :: Int) + I# (sizeofByteArray# arr)
| ^^^^^
src/Data/Store/Internal.hs:607:13: warning: [-Wdeprecations]
In the use of data constructor `Jn#'
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use IN constructor instead"
|
607 | I.Jn# (I.BN# arr) -> sizeOf (undefined :: Int) + I# (sizeofByteArray# arr)
| ^^^^^
src/Data/Store/Internal.hs:608:11: warning: [-Wdeprecations]
In the use of data constructor `S#'
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use IS constructor instead"
|
608 | poke (I.S# x) = poke (0 :: Word8) >> poke (I# x)
| ^^^^
src/Data/Store/Internal.hs:609:11: warning: [-Wdeprecations]
In the use of data constructor `Jp#'
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use IP constructor instead"
|
609 | poke (I.Jp# (I.BN# arr)) = do
| ^^^^^
src/Data/Store/Internal.hs:614:11: warning: [-Wdeprecations]
In the use of data constructor `Jn#'
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use IN constructor instead"
|
614 | poke (I.Jn# (I.BN# arr)) = do
| ^^^^^
src/Data/Store/Internal.hs:623:18: warning: [-Wdeprecations]
In the use of data constructor `Jp#'
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use IP constructor instead"
|
623 | 1 -> I.Jp# <$> peekBN
| ^^^^^
src/Data/Store/Internal.hs:624:18: warning: [-Wdeprecations]
In the use of data constructor `Jn#'
(imported from GHC.Integer.GMP.Internals):
Deprecated: "Use IN constructor instead"
|
624 | 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.14..
Building test suite 'store-test' for store-0.7.14..
[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)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[4 of 5] Compiling System.IO.ByteBufferSpec ( test/System/IO/ByteBufferSpec.hs, dist/build/store-test/store-test-tmp/System/IO/ByteBufferSpec.dyn_o )
[5 of 5] Compiling Main ( test/Spec.hs, dist/build/store-test/store-test-tmp/Main.dyn_o )
Linking dist/build/store-test/store-test ...
Unregistering store-0.7.14...
==> Entering fakeroot environment...
==> Starting package()...
Installing library in /tmp/haskell-store-archlinuxrb-build-TSkibRjF/haskell-store/trunk/pkg/haskell-store/usr/lib/ghc-9.0.2/site-local/store-0.7.14
==> 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-store"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: haskell-store 0.7.14-23 (Fri Jul 14 17:47:14 2023)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ tee -a /srv/reproducible-results/archlinuxrb-build-TSkibRjF/b1/haskell-store/build1.log
+ schroot --end-session -c archlinux-haskell-store-archlinuxrb-build-TSkibRjF
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/haskell-store-archlinuxrb-build-TSkibRjF/haskell-store/trunk/haskell-store-0.7.14-23-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-TSkibRjF/b1/haskell-store/haskell-store-0.7.14-23-x86_64.pkg.tar.zst'
Fri Jul 14 17:47:15 UTC 2023 - build #1 for haskell-store on osuosl170-amd64 done.
Fri Jul 14 17:47:16 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-DbedEHWa, removing.
/srv/reproducible-results/archlinuxrb-build-TSkibRjF:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jun 11 11:24 b1
drwxr-xr-x 2 jenkins jenkins 4096 Jun 11 11:06 b2
/srv/reproducible-results/archlinuxrb-build-TSkibRjF/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jun 11 11:24 haskell-store
/srv/reproducible-results/archlinuxrb-build-TSkibRjF/b1/haskell-store:
total 836
-rw-r--r-- 1 jenkins jenkins 40673 Jun 11 11:24 build1.log
-rw-r--r-- 1 jenkins jenkins 10 Jun 11 11:24 build1.version
-rw-r--r-- 1 jenkins jenkins 809676 Jun 11 11:24 haskell-store-0.7.14-23-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-TSkibRjF/b2:
total 0
ssh: connect to host osuosl169-amd64.debian.net port 45048: No route to host
Sat Jun 11 11:24:25 UTC 2022 - osuosl169-amd64 seems to be down, sleeping 20min before aborting this job.
Terminated
Build step 'Execute shell' marked build as failure
ERROR: Build step failed with exception
java.lang.InterruptedException
at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2109)
at java.base/java.util.concurrent.ThreadPoolExecutor.awaitTermination(ThreadPoolExecutor.java:1454)
at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:104)
at hudson.plugins.logparser.LogParserStatusComputer.call(LogParserStatusComputer.java:42)
Caused: java.lang.RuntimeException
at hudson.plugins.logparser.LogParserStatusComputer.call(LogParserStatusComputer.java:46)
at hudson.plugins.logparser.LogParserStatusComputer.call(LogParserStatusComputer.java:22)
at hudson.remoting.LocalChannel.call(LocalChannel.java:47)
at hudson.plugins.logparser.LogParserParser.parseLogBody(LogParserParser.java:351)
at hudson.plugins.logparser.LogParserParser.parseLog(LogParserParser.java:161)
at hudson.plugins.logparser.LogParserPublisher.perform(LogParserPublisher.java:117)
at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:763)
at hudson.model.Build$BuildExecution.post2(Build.java:179)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:707)
at hudson.model.Run.execute(Run.java:1921)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
at hudson.model.ResourceController.execute(ResourceController.java:101)
at hudson.model.Executor.run(Executor.java:442)
Build step 'Console output (build log) parsing' marked build as failure
More information about the Qa-jenkins-scm
mailing list