[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_1 #456073

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Nov 2 12:26:30 GMT 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_1/456073/display/redirect>

Changes:


------------------------------------------
[...truncated 35.00 KB...]
installing haskell-ansi-wl-pprint...
installing haskell-optparse-applicative...
installing haskell-unbounded-delays...
installing haskell-wcwidth...
installing haskell-tasty...
installing haskell-temporary...
installing haskell-async...
installing haskell-unliftio-core...
installing haskell-typed-process...
installing haskell-tasty-golden...
installing haskell-tasty-hunit...
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Registering Haskell modules...
==> Retrieving sources...
  -> Downloading postgresql-simple-0.6.4.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  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 97893  100 97893    0     0   378k      0 --:--:-- --:--:-- --:--:--  378k
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    postgresql-simple-0.6.4.tar.gz ... Passed
==> Extracting sources...
  -> Extracting postgresql-simple-0.6.4.tar.gz with bsdtar
==> Starting prepare()...
Pending action(s):
  SetVersion["aeson", >=0]
  SetVersion["attoparsec", >=0]
  SetVersion["base", >=0]
  SetVersion["hashable", >=0]
  SetVersion["inspection-testing", >=0]
  SetVersion["template-haskell", >=0]
  SetVersion["vector", >=0]
  Remove["bytestring-builder"]
Parsing cabal file from postgresql-simple.cabal...
Write file: postgresql-simple.cabal
==> Starting build()...
Configuring postgresql-simple-0.6.4...
Preprocessing library for postgresql-simple-0.6.4..
Building library for postgresql-simple-0.6.4..
[ 1 of 39] Compiling Database.PostgreSQL.Simple.Arrays ( src/Database/PostgreSQL/Simple/Arrays.hs, dist/build/Database/PostgreSQL/Simple/Arrays.dyn_o )

src/Database/PostgreSQL/Simple/Arrays.hs:16:1: warning: [-Wunused-imports]
    The import of `<$>, Applicative'
    from module `Control.Applicative' is redundant
   |
16 | import           Control.Applicative (Applicative(..), Alternative(..), (<$>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Database/PostgreSQL/Simple/Arrays.hs:19: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()
   |
19 | import           Data.Monoid
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 39] Compiling Database.PostgreSQL.Simple.Compat ( src/Database/PostgreSQL/Simple/Compat.hs, dist/build/Database/PostgreSQL/Simple/Compat.dyn_o )

src/Database/PostgreSQL/Simple/Compat.hs:15: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()
   |
15 | import Data.Monoid
   | ^^^^^^^^^^^^^^^^^^
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 39] Compiling Database.PostgreSQL.Simple.Ok ( src/Database/PostgreSQL/Simple/Ok.hs, dist/build/Database/PostgreSQL/Simple/Ok.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 39] Compiling Database.PostgreSQL.Simple.Time.Internal.Parser ( src/Database/PostgreSQL/Simple/Time/Internal/Parser.hs, dist/build/Database/PostgreSQL/Simple/Time/Internal/Parser.dyn_o )

src/Database/PostgreSQL/Simple/Time/Internal/Parser.hs:27:1: warning: [-Wunused-imports]
    The import of `Control.Applicative' is redundant
      except perhaps to import instances from `Control.Applicative'
    To import instances alone, use: import Control.Applicative()
   |
27 | import Control.Applicative ((<$>), (<*>), (<*), (*>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Database/PostgreSQL/Simple/Time/Internal/Parser.hs:31:1: warning: [-Wunused-imports]
    The import of `Data.ByteString' is redundant
      except perhaps to import instances from `Data.ByteString'
    To import instances alone, use: import Data.ByteString()
   |
31 | import Data.ByteString (ByteString)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 39] Compiling Database.PostgreSQL.Simple.Time.Internal.Printer ( src/Database/PostgreSQL/Simple/Time/Internal/Printer.hs, dist/build/Database/PostgreSQL/Simple/Time/Internal/Printer.dyn_o )

src/Database/PostgreSQL/Simple/Time/Internal/Printer.hs:37:43: warning: [-Wunused-imports]
    The import of `<>'
    from module `Database.PostgreSQL.Simple.Compat' is redundant
   |
37 | import Database.PostgreSQL.Simple.Compat ((<>), fromPico)
   |                                           ^^^^
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 39] Compiling Database.PostgreSQL.Simple.Time.Implementation ( src/Database/PostgreSQL/Simple/Time/Implementation.hs, dist/build/Database/PostgreSQL/Simple/Time/Implementation.dyn_o )

src/Database/PostgreSQL/Simple/Time/Implementation.hs:26:1: warning: [-Wunused-imports]
    The import of `Database.PostgreSQL.Simple.Compat' is redundant
      except perhaps to import instances from `Database.PostgreSQL.Simple.Compat'
    To import instances alone, use: import Database.PostgreSQL.Simple.Compat()
   |
26 | import Database.PostgreSQL.Simple.Compat ((<>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 39] Compiling Database.PostgreSQL.Simple.Time.Internal ( src/Database/PostgreSQL/Simple/Time/Internal.hs, dist/build/Database/PostgreSQL/Simple/Time/Internal.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 39] Compiling Database.PostgreSQL.Simple.Time ( src/Database/PostgreSQL/Simple/Time.hs, dist/build/Database/PostgreSQL/Simple/Time.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 39] Compiling Database.PostgreSQL.Simple.TypeInfo.Types ( src/Database/PostgreSQL/Simple/TypeInfo/Types.hs, dist/build/Database/PostgreSQL/Simple/TypeInfo/Types.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 39] Compiling Database.PostgreSQL.Simple.TypeInfo.Static ( src/Database/PostgreSQL/Simple/TypeInfo/Static.hs, dist/build/Database/PostgreSQL/Simple/TypeInfo/Static.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 39] Compiling Database.PostgreSQL.Simple.Types ( src/Database/PostgreSQL/Simple/Types.hs, dist/build/Database/PostgreSQL/Simple/Types.dyn_o )

src/Database/PostgreSQL/Simple/Types.hs:37: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()
   |
37 | import           Data.Monoid (Monoid(..))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 39] Compiling Database.PostgreSQL.Simple.TypeInfo.Macro ( src/Database/PostgreSQL/Simple/TypeInfo/Macro.hs, dist/build/Database/PostgreSQL/Simple/TypeInfo/Macro.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 39] Compiling Database.PostgreSQL.Simple.ToField[boot] ( src/Database/PostgreSQL/Simple/ToField.hs-boot, dist/build/Database/PostgreSQL/Simple/ToField.dyn_o-boot )
[14 of 39] Compiling Database.PostgreSQL.Simple.ToRow[boot] ( src/Database/PostgreSQL/Simple/ToRow.hs-boot, dist/build/Database/PostgreSQL/Simple/ToRow.dyn_o-boot )
[15 of 39] Compiling Database.PostgreSQL.Simple.ToField ( src/Database/PostgreSQL/Simple/ToField.hs, dist/build/Database/PostgreSQL/Simple/ToField.dyn_o )

src/Database/PostgreSQL/Simple/ToField.hs:38: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()
   |
38 | import Data.Monoid (mappend)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Database/PostgreSQL/Simple/ToField.hs:42:19: warning: [-Wunused-imports]
    The import of `Word' from module `Data.Word' is redundant
   |
42 | import Data.Word (Word, Word8, Word16, Word32, Word64)
   |                   ^^^^
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...
[16 of 39] Compiling Database.PostgreSQL.Simple.ToRow ( src/Database/PostgreSQL/Simple/ToRow.hs, dist/build/Database/PostgreSQL/Simple/ToRow.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...
[17 of 39] Compiling Database.PostgreSQL.Simple.SqlQQ ( src/Database/PostgreSQL/Simple/SqlQQ.hs, dist/build/Database/PostgreSQL/Simple/SqlQQ.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...
[18 of 39] Compiling Database.PostgreSQL.Simple.Internal ( src/Database/PostgreSQL/Simple/Internal.hs, dist/build/Database/PostgreSQL/Simple/Internal.dyn_o )

src/Database/PostgreSQL/Simple/Internal.hs:37: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()
   |
37 | import           Data.Monoid
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/Database/PostgreSQL/Simple/Internal.hs:356:17: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns not matched:
            CopyBoth
            SingleTuple
    |
356 |                 case status of
    |                 ^^^^^^^^^^^^^^...

src/Database/PostgreSQL/Simple/Internal.hs:377:5: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In a case alternative:
        Patterns not matched:
            CopyBoth
            SingleTuple
    |
377 |     case status of
    |     ^^^^^^^^^^^^^^...
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 39] Compiling Database.PostgreSQL.Simple.Notification ( src/Database/PostgreSQL/Simple/Notification.hs, dist/build/Database/PostgreSQL/Simple/Notification.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...
[20 of 39] Compiling Database.PostgreSQL.Simple.LargeObjects ( src/Database/PostgreSQL/Simple/LargeObjects.hs, dist/build/Database/PostgreSQL/Simple/LargeObjects.dyn_o )

src/Database/PostgreSQL/Simple/LargeObjects.hs:43:1: warning: [-Wunused-imports]
    The import of `Control.Applicative' is redundant
      except perhaps to import instances from `Control.Applicative'
    To import instances alone, use: import Control.Applicative()
   |
43 | import           Control.Applicative ((<$>))
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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...
[21 of 39] Compiling Database.PostgreSQL.Simple.Errors ( src/Database/PostgreSQL/Simple/Errors.hs, dist/build/Database/PostgreSQL/Simple/Errors.dyn_o )

src/Database/PostgreSQL/Simple/Errors.hs:28:1: warning: [-Wunused-imports]
    The import of `Control.Applicative' is redundant
      except perhaps to import instances from `Control.Applicative'
    To import instances alone, use: import Control.Applicative()
   |
28 | import Control.Applicative
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
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...
[22 of 39] Compiling Database.PostgreSQL.Simple.Transaction ( src/Database/PostgreSQL/Simple/Transaction.hs, dist/build/Database/PostgreSQL/Simple/Transaction.dyn_o )

src/Database/PostgreSQL/Simple/Transaction.hs:54:49: warning: [-Wunused-imports]
    The import of `<>'
    from module `Database.PostgreSQL.Simple.Compat' is redundant
   |
54 | import Database.PostgreSQL.Simple.Compat (mask, (<>))
   |                                                 ^^^^
Wed Nov  2 12:26:29 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-ZNUFzHCc deleted.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list