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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Oct 16 20:21:39 BST 2022


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

Changes:


------------------------------------------
[...truncated 43.91 KB...]
    relies on the StarIsType extension, which will become
    deprecated in the future.
    Suggested fix: use `Type' from `Data.Kind' instead.
    |
181 | newtype Magic a r = Magic (forall (s :: *). Reifies s a => Proxy s -> r)
    |                                         ^

fast/Data/Reflection.hs:184:41: 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.
    |
184 | reify :: forall a r. a -> (forall (s :: *). Reifies s a => Proxy s -> r) -> r
    |                                         ^

fast/Data/Reflection.hs:280:15: 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.
    |
280 | data D  (n :: *)
    |               ^

fast/Data/Reflection.hs:282:15: 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.
    |
282 | data SD (n :: *)
    |               ^

fast/Data/Reflection.hs:284:15: 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.
    |
284 | data PD (n :: *)
    |               ^

fast/Data/Reflection.hs:422:44: 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.
    |
422 | mulProxy :: Proxy a -> Proxy b -> Proxy (a * b)
    |                                            ^

fast/Data/Reflection.hs:491:37: 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.
    |
491 | reifyByte :: Word8 -> (forall (s :: *). B s => Proxy s -> r) -> r
    |                                     ^

fast/Data/Reflection.hs:499:18: 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.
    |
499 | newtype W (b0 :: *) (b1 :: *) (b2 :: *) (b3 :: *) = W (W b0 b1 b2 b3) deriving Typeable
    |                  ^

fast/Data/Reflection.hs:499: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.
    |
499 | newtype W (b0 :: *) (b1 :: *) (b2 :: *) (b3 :: *) = W (W b0 b1 b2 b3) deriving Typeable
    |                            ^

fast/Data/Reflection.hs:499:38: 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.
    |
499 | newtype W (b0 :: *) (b1 :: *) (b2 :: *) (b3 :: *) = W (W b0 b1 b2 b3) deriving Typeable
    |                                      ^

fast/Data/Reflection.hs:499:48: 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.
    |
499 | newtype W (b0 :: *) (b1 :: *) (b2 :: *) (b3 :: *) = W (W b0 b1 b2 b3) deriving Typeable
    |                                                ^

fast/Data/Reflection.hs:500:23: 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.
    |
500 | newtype Stable (w0 :: *) (w1 :: *) (a :: *) = Stable (Stable w0 w1 a) deriving Typeable
    |                       ^

fast/Data/Reflection.hs:500: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.
    |
500 | newtype Stable (w0 :: *) (w1 :: *) (a :: *) = Stable (Stable w0 w1 a) deriving Typeable
    |                                 ^

fast/Data/Reflection.hs:500:42: 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.
    |
500 | newtype Stable (w0 :: *) (w1 :: *) (a :: *) = Stable (Stable w0 w1 a) deriving Typeable
    |                                          ^

fast/Data/Reflection.hs:560:35: 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.
    |
560 | reflectBefore :: forall (proxy :: * -> *) s b. (Proxy s -> b) -> proxy s -> b
    |                                   ^

fast/Data/Reflection.hs:560:40: 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.
    |
560 | reflectBefore :: forall (proxy :: * -> *) s b. (Proxy s -> b) -> proxy s -> b
    |                                        ^

fast/Data/Reflection.hs:567:51: 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.
    |
567 | reifyTypeable :: Typeable a => a -> (forall (s :: *). (Typeable s, Reifies s a) => Proxy s -> r) -> r
    |                                                   ^

fast/Data/Reflection.hs:606: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.
    |
606 | reifyMonoid :: (a -> a -> a) -> a -> (forall (s :: *). Reifies s (ReifiedMonoid a) => t -> ReflectedMonoid a s) -> t -> a
    |                                                    ^

fast/Data/Reflection.hs:652:101: 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.
    |
652 | reifyApplicative :: (forall x. x -> f x) -> (forall x y. f (x -> y) -> f x -> f y) -> (forall (s :: *). Reifies s (ReifiedApplicative f) => t -> ReflectedApplicative f s a) -> t -> f a
    |                                                                                                     ^
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 'spec' for reflection-2.1.6..
Building test suite 'spec' for reflection-2.1.6..
[1 of 3] Compiling ReifyNatSpec     ( tests/ReifyNatSpec.hs, dist/build/spec/spec-tmp/ReifyNatSpec.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 3] Compiling T47Spec          ( tests/T47Spec.hs, dist/build/spec/spec-tmp/T47Spec.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 3] Compiling Main             ( tests/Spec.hs, dist/build/spec/spec-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/spec/spec ...
Unregistering reflection-2.1.6...
==> Entering fakeroot environment...
==> Starting package()...
Installing library in /tmp/haskell-reflection-archlinuxrb-build-WaKYud9q/haskell-reflection/trunk/pkg/haskell-reflection/usr/lib/ghc-9.0.2/site-local/reflection-2.1.6
==> 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-reflection"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: haskell-reflection 2.1.6-160 (Sun Nov 19 01:44:05 2023)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-haskell-reflection-archlinuxrb-build-WaKYud9q
+ tee -a /srv/reproducible-results/archlinuxrb-build-WaKYud9q/b2/haskell-reflection/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/haskell-reflection-archlinuxrb-build-WaKYud9q/haskell-reflection/trunk/haskell-reflection-2.1.6-160-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-WaKYud9q/b2/haskell-reflection/haskell-reflection-2.1.6-160-x86_64.pkg.tar.zst'
Sun Nov 19 01:44:33 UTC 2023 - build #2 for haskell-reflection on osuosl170-amd64 done.
Sun Nov 19 01:44:33 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-l5IgnlAX, removing.
/srv/reproducible-results/archlinuxrb-build-WaKYud9q:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 16 19:19 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 16 19:21 b2

/srv/reproducible-results/archlinuxrb-build-WaKYud9q/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 16 19:19 haskell-reflection

/srv/reproducible-results/archlinuxrb-build-WaKYud9q/b1/haskell-reflection:
total 316
-rw-r--r-- 1 jenkins jenkins  21983 Oct 16 19:19 build1.log
-rw-r--r-- 1 jenkins jenkins     10 Oct 16 19:19 build1.version
-rw-r--r-- 1 jenkins jenkins 287693 Oct 16 19:19 haskell-reflection-2.1.6-160-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-WaKYud9q/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 16 19:21 haskell-reflection

/srv/reproducible-results/archlinuxrb-build-WaKYud9q/b2/haskell-reflection:
total 312
-rw-r--r-- 1 jenkins jenkins  21138 Oct 16 19:21 build2.log
-rw-r--r-- 1 jenkins jenkins     10 Oct 16 19:21 build2.version
-rw-r--r-- 1 jenkins jenkins 287693 Oct 16 19:21 haskell-reflection-2.1.6-160-x86_64.pkg.tar.zst
Sun Oct 16 19:21:39 UTC 2022 - comparing results now.
Sun Oct 16 19:21:39 UTC 2022 - YAY - haskell-reflection/haskell-reflection-2.1.6-160-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
/tmp/jenkins-script-G1nqyyfw: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/haskell-reflection/pkg.version': No space left on device
Sun Oct 16 19:21:39 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-WaKYud9q deleted.
Sun Oct 16 19:21:39 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-G1nqyyfw, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list