[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_4 #402053
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Oct 17 09:04:30 BST 2022
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_4/402053/display/redirect>
Changes:
------------------------------------------
[...truncated 119.36 KB...]
deprecated in the future.
Suggested fix: use `Type' from `Data.Kind' instead.
|
317 | data OnField (s :: Symbol) (f :: * -> *) :: *
| ^
src/Generic/Data/Internal/Microsurgery.hs:320: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.
|
320 | type family GOnField (x :: Symbol) (f :: * -> *) (g :: k -> *) :: k -> * where
| ^
src/Generic/Data/Internal/Microsurgery.hs:320:47: 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.
|
320 | type family GOnField (x :: Symbol) (f :: * -> *) (g :: k -> *) :: k -> * where
| ^
src/Generic/Data/Internal/Microsurgery.hs:320:61: 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.
|
320 | type family GOnField (x :: Symbol) (f :: * -> *) (g :: k -> *) :: k -> * where
| ^
src/Generic/Data/Internal/Microsurgery.hs:320:72: 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.
|
320 | type family GOnField (x :: Symbol) (f :: * -> *) (g :: k -> *) :: k -> * where
| ^
src/Generic/Data/Internal/Microsurgery.hs:362: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.
|
362 | data Cat (ss :: [*]) :: *
| ^
src/Generic/Data/Internal/Microsurgery.hs:362:25: 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.
|
362 | data Cat (ss :: [*]) :: *
| ^
src/Generic/Data/Internal/Microsurgery.hs:367:19: 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.
|
367 | type DCat (ss :: [*]) (a :: *) = Data (GSurgery (Cat ss) (Rep a)) ()
| ^
src/Generic/Data/Internal/Microsurgery.hs:367:29: 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.
|
367 | type DCat (ss :: [*]) (a :: *) = Data (GSurgery (Cat ss) (Rep a)) ()
| ^
src/Generic/Data/Internal/Microsurgery.hs:370:20: 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.
|
370 | data CopyRep (a :: *) :: *
| ^
src/Generic/Data/Internal/Microsurgery.hs:370:26: 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.
|
370 | data CopyRep (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...
[19 of 19] Compiling Generic.Data.Microsurgery ( src/Generic/Data/Microsurgery.hs, dist/build/Generic/Data/Microsurgery.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...
Preprocessing test suite 'lens-surgery-test' for generic-data-1.0.0.0..
Building test suite 'lens-surgery-test' for generic-data-1.0.0.0..
[1 of 1] Compiling Main ( test/lens-surgery.hs, dist/build/lens-surgery-test/lens-surgery-test-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/lens-surgery-test/lens-surgery-test ...
Preprocessing test suite 'unit-test' for generic-data-1.0.0.0..
Building test suite 'unit-test' for generic-data-1.0.0.0..
[1 of 1] Compiling Main ( test/unit.hs, dist/build/unit-test/unit-test-tmp/Main.dyn_o )
test/unit.hs:10: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()
|
10 | import Data.Monoid (Sum(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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/unit-test/unit-test ...
Preprocessing test suite 'one-liner-surgery-test' for generic-data-1.0.0.0..
Building test suite 'one-liner-surgery-test' for generic-data-1.0.0.0..
[1 of 1] Compiling Main ( test/one-liner-surgery.hs, dist/build/one-liner-surgery-test/one-liner-surgery-test-tmp/Main.dyn_o )
test/one-liner-surgery.hs:72:27: 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.
|
72 | type family UnMaybe (a :: *) :: * where
| ^
test/one-liner-surgery.hs:72: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.
|
72 | type family UnMaybe (a :: *) :: * where
| ^
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/one-liner-surgery-test/one-liner-surgery-test ...
Preprocessing test suite 'record-test' for generic-data-1.0.0.0..
Building test suite 'record-test' for generic-data-1.0.0.0..
[1 of 1] Compiling Main ( test/record.hs, dist/build/record-test/record-test-tmp/Main.dyn_o )
test/record.hs:12:1: warning: [-Wunused-imports]
The import of `Data.Semigroup' is redundant
except perhaps to import instances from `Data.Semigroup'
To import instances alone, use: import Data.Semigroup()
|
12 | import Data.Semigroup
| ^^^^^^^^^^^^^^^^^^^^^
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/record-test/record-test ...
Preprocessing test suite 'example-test' for generic-data-1.0.0.0..
Building test suite 'example-test' for generic-data-1.0.0.0..
[1 of 1] Compiling Main ( test/example.hs, dist/build/example-test/example-test-tmp/Main.dyn_o )
test/example.hs:10:1: warning: [-Wunused-imports]
The import of `Data.Semigroup' is redundant
except perhaps to import instances from `Data.Semigroup'
To import instances alone, use: import Data.Semigroup()
|
10 | import Data.Semigroup (Semigroup(..))
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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/example-test/example-test ...
Preprocessing test suite 'microsurgery-test' for generic-data-1.0.0.0..
Building test suite 'microsurgery-test' for generic-data-1.0.0.0..
[1 of 1] Compiling Main ( test/microsurgery.hs, dist/build/microsurgery-test/microsurgery-test-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/microsurgery-test/microsurgery-test ...
Unregistering generic-data-1.0.0.0...
==> Entering fakeroot environment...
==> Starting package()...
Installing library in /tmp/haskell-generic-data-archlinuxrb-build-TL20BorO/haskell-generic-data/trunk/pkg/haskell-generic-data/usr/lib/ghc-9.0.2/site-local/generic-data-1.0.0.0
==> 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-generic-data"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: haskell-generic-data 1.0.0.0-13 (Mon Oct 17 08:04:07 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ tee -a /srv/reproducible-results/archlinuxrb-build-TL20BorO/b2/haskell-generic-data/build2.log
+ schroot --end-session -c archlinux-haskell-generic-data-archlinuxrb-build-TL20BorO
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/haskell-generic-data-archlinuxrb-build-TL20BorO/haskell-generic-data/trunk/haskell-generic-data-1.0.0.0-13-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-TL20BorO/b2/haskell-generic-data/haskell-generic-data-1.0.0.0-13-x86_64.pkg.tar.zst'
Mon Oct 17 08:04:16 UTC 2022 - build #2 for haskell-generic-data on osuosl184-amd64 done.
Mon Oct 17 08:04:16 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-OA7VICud, removing.
/srv/reproducible-results/archlinuxrb-build-TL20BorO:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 07:57 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 08:04 b2
/srv/reproducible-results/archlinuxrb-build-TL20BorO/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 07:57 haskell-generic-data
/srv/reproducible-results/archlinuxrb-build-TL20BorO/b1/haskell-generic-data:
total 340
-rw-r--r-- 1 jenkins jenkins 60599 Oct 17 07:57 build1.log
-rw-r--r-- 1 jenkins jenkins 11 Oct 17 07:57 build1.version
-rw-r--r-- 1 jenkins jenkins 271033 Oct 17 07:57 haskell-generic-data-1.0.0.0-13-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-TL20BorO/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 08:04 haskell-generic-data
/srv/reproducible-results/archlinuxrb-build-TL20BorO/b2/haskell-generic-data:
total 332
-rw-r--r-- 1 jenkins jenkins 59576 Oct 17 08:04 build2.log
-rw-r--r-- 1 jenkins jenkins 11 Oct 17 08:04 build2.version
-rw-r--r-- 1 jenkins jenkins 271020 Oct 17 08:04 haskell-generic-data-1.0.0.0-13-x86_64.pkg.tar.zst
Mon Oct 17 08:04:23 UTC 2022 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-TL20BorO/b1/haskell-generic-data/haskell-generic-data-1.0.0.0-13-x86_64.pkg.tar.zst and /srv/reproducible-results/archlinuxrb-build-TL20BorO/b2/haskell-generic-data/haskell-generic-data-1.0.0.0-13-x86_64.pkg.tar.zst differ
Mon Oct 17 08:04:23 UTC 2022 - running diffoscope on the results now:
Mon Oct 17 08:04:24 UTC 2022 - Running diffoscope 224 now...
Mon Oct 17 08:04:30 UTC 2022 - diffoscope 224 found issues, please investigate haskell-generic-data/haskell-generic-data-1.0.0.0-13-x86_64.pkg.tar.zst
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/haskell-generic-data/haskell-generic-data-1.0.0.0-13-x86_64.pkg.tar.zst.html': No space left on device
Mon Oct 17 08:04:30 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-TL20BorO deleted.
Mon Oct 17 08:04:30 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-uVTqiqgq, removing.
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list