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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Dec 11 12:39:48 GMT 2022


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

Changes:


------------------------------------------
[...truncated 128.02 KB...]
We will try though...
[ 6 of 13] Compiling Data.Streaming.FileRead ( src/Data/Streaming/FileRead.hs, dist/build/arbtt-import/arbtt-import-tmp/Data/Streaming/FileRead.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 13] Compiling DumpFormat       ( src/DumpFormat.hs, dist/build/arbtt-import/arbtt-import-tmp/DumpFormat.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...
[ 8 of 13] Compiling LockFile         ( src/LockFile.hs, dist/build/arbtt-import/arbtt-import-tmp/LockFile.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...
[ 9 of 13] Compiling Paths_arbtt      ( dist/build/arbtt-import/autogen/Paths_arbtt.hs, dist/build/arbtt-import/arbtt-import-tmp/Paths_arbtt.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...
[10 of 13] Compiling System.Locale.SetLocale ( dist/build/arbtt-import/arbtt-import-tmp/System/Locale/SetLocale.hs, dist/build/arbtt-import/arbtt-import-tmp/System/Locale/SetLocale.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...
[11 of 13] Compiling CommonStartup    ( src/CommonStartup.hs, dist/build/arbtt-import/arbtt-import-tmp/CommonStartup.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...
[12 of 13] Compiling TimeLog          ( src/TimeLog.hs, dist/build/arbtt-import/arbtt-import-tmp/TimeLog.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...
[13 of 13] Compiling Main             ( src/import-main.hs, dist/build/arbtt-import/arbtt-import-tmp/Main.dyn_o )

src/import-main.hs:85:31: warning: [-Wdeprecations]
    In the use of type constructor or class `Conduit'
    (imported from Data.Conduit, but defined in conduit-1.3.4.3:Data.Conduit.Internal.Conduit):
    Deprecated: "Use ConduitT directly"
   |
85 | parseConduit :: DumpFormat -> Conduit BS.ByteString IO [TimeLogEntry CaptureData]
   |                               ^^^^^^^

src/import-main.hs:87:31: warning: [-Wdeprecations]
    In the use of `=$='
    (imported from Data.Conduit, but defined in conduit-1.3.4.3:Data.Conduit.Internal.Conduit):
    Deprecated: "Use .|"
   |
87 | parseConduit DFShow = C.lines =$= C.map ( (:[]) . read . BS.unpack)
   |                               ^^^

src/import-main.hs:90:5: warning: [-Wdeprecations]
    In the use of `=$='
    (imported from Data.Conduit, but defined in conduit-1.3.4.3:Data.Conduit.Internal.Conduit):
    Deprecated: "Use .|"
   |
90 |     =$= C.map snd
   |     ^^^

src/import-main.hs:91:5: warning: [-Wdeprecations]
    In the use of `=$='
    (imported from Data.Conduit, but defined in conduit-1.3.4.3:Data.Conduit.Internal.Conduit):
    Deprecated: "Use .|"
   |
91 |     =$= C.catMaybes
   |     ^^^

src/import-main.hs:92:5: warning: [-Wdeprecations]
    In the use of `=$='
    (imported from Data.Conduit, but defined in conduit-1.3.4.3:Data.Conduit.Internal.Conduit):
    Deprecated: "Use .|"
   |
92 |     =$= tlConduit
   |     ^^^

src/import-main.hs:107:5: warning: [-Wdeprecations]
    In the use of type constructor or class `Conduit'
    (imported from Data.Conduit, but defined in conduit-1.3.4.3:Data.Conduit.Internal.Conduit):
    Deprecated: "Use ConduitT directly"
    |
107 |     Conduit [(TimeLogEntry a, Maybe a)] IO (Flush BS.ByteString)
    |     ^^^^^^^

src/import-main.hs:108:32: warning: [-Wdeprecations]
    In the use of `=$='
    (imported from Data.Conduit, but defined in conduit-1.3.4.3:Data.Conduit.Internal.Conduit):
    Deprecated: "Use .|"
    |
108 | binaryConduit = C.map (map go) =$= C.concatMap chunk
    |                                ^^^

src/import-main.hs:137:5: warning: [-Wdeprecations]
    In the use of `=$='
    (imported from Data.Conduit, but defined in conduit-1.3.4.3:Data.Conduit.Internal.Conduit):
    Deprecated: "Use .|"
    |
137 |     =$= parseConduit (optFormat flags)
    |     ^^^

src/import-main.hs:138:5: warning: [-Wdeprecations]
    In the use of `=$='
    (imported from Data.Conduit, but defined in conduit-1.3.4.3:Data.Conduit.Internal.Conduit):
    Deprecated: "Use .|"
    |
138 |     =$= stutterList
    |     ^^^

src/import-main.hs:139:5: warning: [-Wdeprecations]
    In the use of `=$='
    (imported from Data.Conduit, but defined in conduit-1.3.4.3:Data.Conduit.Internal.Conduit):
    Deprecated: "Use .|"
    |
139 |     =$= binaryConduit
    |     ^^^

src/import-main.hs:140:5: warning: [-Wdeprecations]
    In the use of `=$='
    (imported from Data.Conduit, but defined in conduit-1.3.4.3:Data.Conduit.Internal.Conduit):
    Deprecated: "Use .|"
    |
140 |     =$= C.sinkHandleFlush h
    |     ^^^

src/import-main.hs:144:23: warning: [-Wdeprecations]
    In the use of type constructor or class `Conduit'
    (imported from Data.Conduit, but defined in conduit-1.3.4.3:Data.Conduit.Internal.Conduit):
    Deprecated: "Use ConduitT directly"
    |
144 | stutter :: Monad m => Conduit (TimeLogEntry a) m (TimeLogEntry a, Maybe a)
    |                       ^^^^^^^

src/import-main.hs:156:27: warning: [-Wdeprecations]
    In the use of type constructor or class `Conduit'
    (imported from Data.Conduit, but defined in conduit-1.3.4.3:Data.Conduit.Internal.Conduit):
    Deprecated: "Use ConduitT directly"
    |
156 | stutterList :: Monad m => Conduit [TimeLogEntry a] m [(TimeLogEntry a, Maybe 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...
Linking dist/build/arbtt-import/arbtt-import ...
Preprocessing test suite 'test' for arbtt-0.12.0.1..
Building test suite 'test' for arbtt-0.12.0.1..
[1 of 8] Compiling Data.MyText      ( src/Data/MyText.hs, dist/build/test/test-tmp/Data/MyText.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 8] Compiling Data.Binary.StringRef ( src/Data/Binary/StringRef.hs, dist/build/test/test-tmp/Data/Binary/StringRef.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 8] Compiling Data             ( src/Data.hs, dist/build/test/test-tmp/Data.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 8] Compiling Text.Parsec.ExprFail ( src/Text/Parsec/ExprFail.hs, dist/build/test/test-tmp/Text/Parsec/ExprFail.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 8] Compiling Text.Regex.PCRE.Light.Text ( src/Text/Regex/PCRE/Light/Text.hs, dist/build/test/test-tmp/Text/Regex/PCRE/Light/Text.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 8] Compiling Categorize       ( src/Categorize.hs, dist/build/test/test-tmp/Categorize.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 8] Compiling TimeLog          ( src/TimeLog.hs, dist/build/test/test-tmp/TimeLog.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...
[8 of 8] Compiling Main             ( tests/test.hs, dist/build/test/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/test/test ...
Warning: The INNO Setup compile ISCC was not found, skipping the creation of
the windows setup executable.
==> Entering fakeroot environment...
==> Starting package()...
Installing executable arbtt-capture in /tmp/arbtt-archlinuxrb-build-KjjC1QUd/arbtt/trunk/pkg/arbtt/usr/bin
Warning: The directory
/tmp/arbtt-archlinuxrb-build-KjjC1QUd/arbtt/trunk/pkg/arbtt/usr/bin is not in
the system search path.
Installing executable arbtt-recover in /tmp/arbtt-archlinuxrb-build-KjjC1QUd/arbtt/trunk/pkg/arbtt/usr/bin
Warning: The directory
/tmp/arbtt-archlinuxrb-build-KjjC1QUd/arbtt/trunk/pkg/arbtt/usr/bin is not in
the system search path.
Installing executable arbtt-stats in /tmp/arbtt-archlinuxrb-build-KjjC1QUd/arbtt/trunk/pkg/arbtt/usr/bin
Warning: The directory
/tmp/arbtt-archlinuxrb-build-KjjC1QUd/arbtt/trunk/pkg/arbtt/usr/bin is not in
the system search path.
Installing executable arbtt-dump in /tmp/arbtt-archlinuxrb-build-KjjC1QUd/arbtt/trunk/pkg/arbtt/usr/bin
Warning: The directory
/tmp/arbtt-archlinuxrb-build-KjjC1QUd/arbtt/trunk/pkg/arbtt/usr/bin is not in
the system search path.
Installing executable arbtt-import in /tmp/arbtt-archlinuxrb-build-KjjC1QUd/arbtt/trunk/pkg/arbtt/usr/bin
Warning: The directory
/tmp/arbtt-archlinuxrb-build-KjjC1QUd/arbtt/trunk/pkg/arbtt/usr/bin is not in
the system search path.
==> 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 "arbtt"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: arbtt 0.12.0.1-29 (Sun Dec 11 12:39:42 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-arbtt-archlinuxrb-build-KjjC1QUd
+ tee -a /srv/reproducible-results/archlinuxrb-build-KjjC1QUd/b2/arbtt/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/arbtt-archlinuxrb-build-KjjC1QUd/arbtt/trunk/arbtt-0.12.0.1-29-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-KjjC1QUd/b2/arbtt/arbtt-0.12.0.1-29-x86_64.pkg.tar.zst'
Sun Dec 11 12:39:43 UTC 2022 - build #2 for arbtt on osuosl184-amd64 done.
Sun Dec 11 12:39:44 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-xQJRQP5S, removing.
/srv/reproducible-results/archlinuxrb-build-KjjC1QUd:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Dec 11 12:26 b1
drwxr-xr-x 3 jenkins jenkins 4096 Dec 11 12:39 b2

/srv/reproducible-results/archlinuxrb-build-KjjC1QUd/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Dec 11 12:26 arbtt

/srv/reproducible-results/archlinuxrb-build-KjjC1QUd/b1/arbtt:
total 732
-rw-r--r-- 1 jenkins jenkins 667538 Dec 11 12:26 arbtt-0.12.0.1-29-x86_64.pkg.tar.zst
-rw-r--r-- 1 jenkins jenkins  65805 Dec 11 12:26 build1.log
-rw-r--r-- 1 jenkins jenkins     12 Dec 11 12:26 build1.version

/srv/reproducible-results/archlinuxrb-build-KjjC1QUd/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Dec 11 12:39 arbtt

/srv/reproducible-results/archlinuxrb-build-KjjC1QUd/b2/arbtt:
total 720
-rw-r--r-- 1 jenkins jenkins 667560 Dec 11 12:39 arbtt-0.12.0.1-29-x86_64.pkg.tar.zst
-rw-r--r-- 1 jenkins jenkins  64540 Dec 11 12:39 build2.log
-rw-r--r-- 1 jenkins jenkins     12 Dec 11 12:39 build2.version
Terminated
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list