[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_4 #358999

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Mar 27 12:32:32 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_4/358999/display/redirect>

Changes:


------------------------------------------
[...truncated 27.54 KB...]
[ 72 of 137] Compiling Crypto.KDF.HKDF  ( Crypto/KDF/HKDF.hs, dist/build/Crypto/KDF/HKDF.dyn_o )
[ 73 of 137] Compiling Crypto.MAC.KMAC  ( Crypto/MAC/KMAC.hs, dist/build/Crypto/MAC/KMAC.dyn_o )
[ 74 of 137] Compiling Crypto.MAC.Poly1305 ( Crypto/MAC/Poly1305.hs, dist/build/Crypto/MAC/Poly1305.dyn_o )
[ 75 of 137] Compiling Crypto.Cipher.ChaChaPoly1305 ( Crypto/Cipher/ChaChaPoly1305.hs, dist/build/Crypto/Cipher/ChaChaPoly1305.dyn_o )
[ 76 of 137] Compiling Crypto.Number.Compat ( Crypto/Number/Compat.hs, dist/build/Crypto/Number/Compat.dyn_o )

Crypto/Number/Compat.hs:57:22: warning: [-Wdeprecations]
    In the use of `gcdExtInteger'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use integerGcde instead"
   |
57 |   where (# g, s #) = gcdExtInteger a b
   |                      ^^^^^^^^^^^^^

Crypto/Number/Compat.hs:90:40: warning: [-Wdeprecations]
    In the use of `powModInteger'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use integerPowMod# instead"
   |
90 | gmpPowModInteger b e m = GmpSupported (powModInteger b e m)
   |                                        ^^^^^^^^^^^^^

Crypto/Number/Compat.hs:101:13: warning: [-Wdeprecations]
    In the use of `recipModInteger'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use integerRecipMod# instead"
    |
101 |   where r = recipModInteger g m
    |             ^^^^^^^^^^^^^^^

Crypto/Number/Compat.hs:132:49: warning: [-Wdeprecations]
    In the use of `sizeInBaseInteger'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use integerSizeInBase# instead"
    |
132 | gmpSizeInBytes n = GmpSupported (I# (word2Int# (sizeInBaseInteger n 256#)))
    |                                                 ^^^^^^^^^^^^^^^^^

Crypto/Number/Compat.hs:140:48: warning: [-Wdeprecations]
    In the use of `sizeInBaseInteger'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use integerSizeInBase# instead"
    |
140 | gmpSizeInBits n = GmpSupported (I# (word2Int# (sizeInBaseInteger n 2#)))
    |                                                ^^^^^^^^^^^^^^^^^

Crypto/Number/Compat.hs:149:10: warning: [-Wdeprecations]
    In the use of `exportIntegerToAddr'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use integerToAddr# instead"
    |
149 |     _ <- exportIntegerToAddr n addr 1#
    |          ^^^^^^^^^^^^^^^^^^^

Crypto/Number/Compat.hs:163:10: warning: [-Wdeprecations]
    In the use of `exportIntegerToAddr'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use integerToAddr# instead"
    |
163 |     _ <- exportIntegerToAddr n addr 0#
    |          ^^^^^^^^^^^^^^^^^^^

Crypto/Number/Compat.hs:177:5: warning: [-Wdeprecations]
    In the use of `importIntegerFromAddr'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use integerFromAddr# instead"
    |
177 |     importIntegerFromAddr addr (int2Word# n) 1#
    |     ^^^^^^^^^^^^^^^^^^^^^

Crypto/Number/Compat.hs:189:5: warning: [-Wdeprecations]
    In the use of `importIntegerFromAddr'
    (imported from GHC.Integer.GMP.Internals):
    Deprecated: "Use integerFromAddr# instead"
    |
189 |     importIntegerFromAddr addr (int2Word# n) 0#
    |     ^^^^^^^^^^^^^^^^^^^^^
[ 77 of 137] Compiling Crypto.Number.Basic ( Crypto/Number/Basic.hs, dist/build/Crypto/Number/Basic.dyn_o )
[ 78 of 137] Compiling Crypto.ECC.Simple.Types ( Crypto/ECC/Simple/Types.hs, dist/build/Crypto/ECC/Simple/Types.dyn_o )
[ 79 of 137] Compiling Crypto.Number.F2m ( Crypto/Number/F2m.hs, dist/build/Crypto/Number/F2m.dyn_o )
[ 80 of 137] Compiling Crypto.Number.ModArithmetic ( Crypto/Number/ModArithmetic.hs, dist/build/Crypto/Number/ModArithmetic.dyn_o )
[ 81 of 137] Compiling Crypto.Number.Nat ( Crypto/Number/Nat.hs, dist/build/Crypto/Number/Nat.dyn_o )
[ 82 of 137] Compiling Crypto.Number.Serialize.Internal ( Crypto/Number/Serialize/Internal.hs, dist/build/Crypto/Number/Serialize/Internal.dyn_o )
[ 83 of 137] Compiling Crypto.Number.Serialize ( Crypto/Number/Serialize.hs, dist/build/Crypto/Number/Serialize.dyn_o )
[ 84 of 137] Compiling Crypto.Number.Serialize.Internal.LE ( Crypto/Number/Serialize/Internal/LE.hs, dist/build/Crypto/Number/Serialize/Internal/LE.dyn_o )
[ 85 of 137] Compiling Crypto.Number.Serialize.LE ( Crypto/Number/Serialize/LE.hs, dist/build/Crypto/Number/Serialize/LE.dyn_o )
[ 86 of 137] Compiling Crypto.OTP       ( Crypto/OTP.hs, dist/build/Crypto/OTP.dyn_o )
[ 87 of 137] Compiling Crypto.PubKey.ECC.Types ( Crypto/PubKey/ECC/Types.hs, dist/build/Crypto/PubKey/ECC/Types.dyn_o )
[ 88 of 137] Compiling Crypto.PubKey.Internal ( Crypto/PubKey/Internal.hs, dist/build/Crypto/PubKey/Internal.dyn_o )
[ 89 of 137] Compiling Crypto.PubKey.MaskGenFunction ( Crypto/PubKey/MaskGenFunction.hs, dist/build/Crypto/PubKey/MaskGenFunction.dyn_o )
[ 90 of 137] Compiling Crypto.PubKey.RSA.Types ( Crypto/PubKey/RSA/Types.hs, dist/build/Crypto/PubKey/RSA/Types.dyn_o )
[ 91 of 137] Compiling Crypto.PubKey.RSA.Prim ( Crypto/PubKey/RSA/Prim.hs, dist/build/Crypto/PubKey/RSA/Prim.dyn_o )
[ 92 of 137] Compiling Crypto.Random.Entropy.Source ( Crypto/Random/Entropy/Source.hs, dist/build/Crypto/Random/Entropy/Source.dyn_o )
[ 93 of 137] Compiling Crypto.Random.Entropy.RDRand ( Crypto/Random/Entropy/RDRand.hs, dist/build/Crypto/Random/Entropy/RDRand.dyn_o )
[ 94 of 137] Compiling Crypto.Random.Entropy.Unix ( Crypto/Random/Entropy/Unix.hs, dist/build/Crypto/Random/Entropy/Unix.dyn_o )
[ 95 of 137] Compiling Crypto.Random.Entropy.Backend ( Crypto/Random/Entropy/Backend.hs, dist/build/Crypto/Random/Entropy/Backend.dyn_o )
[ 96 of 137] Compiling Crypto.Random.Entropy.Unsafe ( Crypto/Random/Entropy/Unsafe.hs, dist/build/Crypto/Random/Entropy/Unsafe.dyn_o )
[ 97 of 137] Compiling Crypto.Random.Entropy ( Crypto/Random/Entropy.hs, dist/build/Crypto/Random/Entropy.dyn_o )
[ 98 of 137] Compiling Crypto.Random.EntropyPool ( Crypto/Random/EntropyPool.hs, dist/build/Crypto/Random/EntropyPool.dyn_o )
[ 99 of 137] Compiling Crypto.Random.Types ( Crypto/Random/Types.hs, dist/build/Crypto/Random/Types.dyn_o )
[100 of 137] Compiling Crypto.Random.SystemDRG ( Crypto/Random/SystemDRG.hs, dist/build/Crypto/Random/SystemDRG.dyn_o )
[101 of 137] Compiling Crypto.Random.ChaChaDRG ( Crypto/Random/ChaChaDRG.hs, dist/build/Crypto/Random/ChaChaDRG.dyn_o )
[102 of 137] Compiling Crypto.Random    ( Crypto/Random.hs, dist/build/Crypto/Random.dyn_o )
[103 of 137] Compiling Crypto.Random.Probabilistic ( Crypto/Random/Probabilistic.hs, dist/build/Crypto/Random/Probabilistic.dyn_o )
[104 of 137] Compiling Crypto.PubKey.Ed448 ( Crypto/PubKey/Ed448.hs, dist/build/Crypto/PubKey/Ed448.dyn_o )
[105 of 137] Compiling Crypto.PubKey.Ed25519 ( Crypto/PubKey/Ed25519.hs, dist/build/Crypto/PubKey/Ed25519.dyn_o )
[106 of 137] Compiling Crypto.PubKey.ECC.P256 ( Crypto/PubKey/ECC/P256.hs, dist/build/Crypto/PubKey/ECC/P256.dyn_o )
[107 of 137] Compiling Crypto.PubKey.Curve448 ( Crypto/PubKey/Curve448.hs, dist/build/Crypto/PubKey/Curve448.dyn_o )
[108 of 137] Compiling Crypto.PubKey.Curve25519 ( Crypto/PubKey/Curve25519.hs, dist/build/Crypto/PubKey/Curve25519.dyn_o )
[109 of 137] Compiling Crypto.KDF.BCrypt ( Crypto/KDF/BCrypt.hs, dist/build/Crypto/KDF/BCrypt.dyn_o )
[110 of 137] Compiling Crypto.ECC.Edwards25519 ( Crypto/ECC/Edwards25519.hs, dist/build/Crypto/ECC/Edwards25519.dyn_o )
[111 of 137] Compiling Crypto.Cipher.AESGCMSIV ( Crypto/Cipher/AESGCMSIV.hs, dist/build/Crypto/Cipher/AESGCMSIV.dyn_o )
[112 of 137] Compiling Crypto.Number.Generate ( Crypto/Number/Generate.hs, dist/build/Crypto/Number/Generate.dyn_o )
[113 of 137] Compiling Crypto.PubKey.ECC.Prim ( Crypto/PubKey/ECC/Prim.hs, dist/build/Crypto/PubKey/ECC/Prim.dyn_o )
[114 of 137] Compiling Crypto.PubKey.ECC.ECDSA ( Crypto/PubKey/ECC/ECDSA.hs, dist/build/Crypto/PubKey/ECC/ECDSA.dyn_o )
[115 of 137] Compiling Crypto.PubKey.ECC.Generate ( Crypto/PubKey/ECC/Generate.hs, dist/build/Crypto/PubKey/ECC/Generate.dyn_o )
[116 of 137] Compiling Crypto.PubKey.DSA ( Crypto/PubKey/DSA.hs, dist/build/Crypto/PubKey/DSA.dyn_o )
[117 of 137] Compiling Crypto.Number.Prime ( Crypto/Number/Prime.hs, dist/build/Crypto/Number/Prime.dyn_o )
[118 of 137] Compiling Crypto.PubKey.Rabin.Types ( Crypto/PubKey/Rabin/Types.hs, dist/build/Crypto/PubKey/Rabin/Types.dyn_o )
[119 of 137] Compiling Crypto.PubKey.Rabin.OAEP ( Crypto/PubKey/Rabin/OAEP.hs, dist/build/Crypto/PubKey/Rabin/OAEP.dyn_o )
[120 of 137] Compiling Crypto.PubKey.Rabin.RW ( Crypto/PubKey/Rabin/RW.hs, dist/build/Crypto/PubKey/Rabin/RW.dyn_o )
[121 of 137] Compiling Crypto.PubKey.Rabin.Modified ( Crypto/PubKey/Rabin/Modified.hs, dist/build/Crypto/PubKey/Rabin/Modified.dyn_o )
[122 of 137] Compiling Crypto.PubKey.Rabin.Basic ( Crypto/PubKey/Rabin/Basic.hs, dist/build/Crypto/PubKey/Rabin/Basic.dyn_o )
[123 of 137] Compiling Crypto.PubKey.RSA ( Crypto/PubKey/RSA.hs, dist/build/Crypto/PubKey/RSA.dyn_o )
[124 of 137] Compiling Crypto.PubKey.RSA.PSS ( Crypto/PubKey/RSA/PSS.hs, dist/build/Crypto/PubKey/RSA/PSS.dyn_o )
[125 of 137] Compiling Crypto.PubKey.RSA.PKCS15 ( Crypto/PubKey/RSA/PKCS15.hs, dist/build/Crypto/PubKey/RSA/PKCS15.dyn_o )
[126 of 137] Compiling Crypto.PubKey.RSA.OAEP ( Crypto/PubKey/RSA/OAEP.hs, dist/build/Crypto/PubKey/RSA/OAEP.dyn_o )
[127 of 137] Compiling Crypto.PubKey.DH ( Crypto/PubKey/DH.hs, dist/build/Crypto/PubKey/DH.dyn_o )
[128 of 137] Compiling Crypto.PubKey.ElGamal ( Crypto/PubKey/ElGamal.hs, dist/build/Crypto/PubKey/ElGamal.dyn_o )
[129 of 137] Compiling Crypto.PubKey.ECC.DH ( Crypto/PubKey/ECC/DH.hs, dist/build/Crypto/PubKey/ECC/DH.dyn_o )
[130 of 137] Compiling Crypto.ECC.Simple.Prim ( Crypto/ECC/Simple/Prim.hs, dist/build/Crypto/ECC/Simple/Prim.dyn_o )
[131 of 137] Compiling Crypto.ECC       ( Crypto/ECC.hs, dist/build/Crypto/ECC.dyn_o )
[132 of 137] Compiling Crypto.PubKey.EdDSA ( Crypto/PubKey/EdDSA.hs, dist/build/Crypto/PubKey/EdDSA.dyn_o )
[133 of 137] Compiling Crypto.PubKey.ECIES ( Crypto/PubKey/ECIES.hs, dist/build/Crypto/PubKey/ECIES.dyn_o )
[134 of 137] Compiling Crypto.PubKey.ECDSA ( Crypto/PubKey/ECDSA.hs, dist/build/Crypto/PubKey/ECDSA.dyn_o )
[135 of 137] Compiling Crypto.Data.AFIS ( Crypto/Data/AFIS.hs, dist/build/Crypto/Data/AFIS.dyn_o )
[136 of 137] Compiling Crypto.System.CPU ( Crypto/System/CPU.hs, dist/build/Crypto/System/CPU.dyn_o )
[137 of 137] Compiling Crypto.Tutorial  ( Crypto/Tutorial.hs, dist/build/Crypto/Tutorial.dyn_o )
Preprocessing test suite 'test-cryptonite' for cryptonite-0.30..
Building test suite 'test-cryptonite' for cryptonite-0.30..
[ 1 of 57] Compiling BCryptPBKDF      ( tests/BCryptPBKDF.hs, dist/build/test-cryptonite/test-cryptonite-tmp/BCryptPBKDF.dyn_o )
[ 2 of 57] Compiling KAT_AES.KATCBC   ( tests/KAT_AES/KATCBC.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_AES/KATCBC.dyn_o )
[ 3 of 57] Compiling KAT_AES.KATCCM   ( tests/KAT_AES/KATCCM.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_AES/KATCCM.dyn_o )
[ 4 of 57] Compiling KAT_AES.KATECB   ( tests/KAT_AES/KATECB.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_AES/KATECB.dyn_o )
[ 5 of 57] Compiling KAT_AES.KATGCM   ( tests/KAT_AES/KATGCM.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_AES/KATGCM.dyn_o )
[ 6 of 57] Compiling KAT_AES.KATOCB3  ( tests/KAT_AES/KATOCB3.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_AES/KATOCB3.dyn_o )
[ 7 of 57] Compiling KAT_AES.KATXTS   ( tests/KAT_AES/KATXTS.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_AES/KATXTS.dyn_o )
[ 8 of 57] Compiling KAT_PBKDF2       ( tests/KAT_PBKDF2.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_PBKDF2.dyn_o )
[ 9 of 57] Compiling KAT_RC4          ( tests/KAT_RC4.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_RC4.dyn_o )
[10 of 57] Compiling KAT_Scrypt       ( tests/KAT_Scrypt.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_Scrypt.dyn_o )
[11 of 57] Compiling Utils            ( tests/Utils.hs, dist/build/test-cryptonite/test-cryptonite-tmp/Utils.dyn_o )
[12 of 57] Compiling Imports          ( tests/Imports.hs, dist/build/test-cryptonite/test-cryptonite-tmp/Imports.dyn_o )
[13 of 57] Compiling Salsa            ( tests/Salsa.hs, dist/build/test-cryptonite/test-cryptonite-tmp/Salsa.dyn_o )
[14 of 57] Compiling Poly1305         ( tests/Poly1305.hs, dist/build/test-cryptonite/test-cryptonite-tmp/Poly1305.dyn_o )
[15 of 57] Compiling Padding          ( tests/Padding.hs, dist/build/test-cryptonite/test-cryptonite-tmp/Padding.dyn_o )
[16 of 57] Compiling Number.F2m       ( tests/Number/F2m.hs, dist/build/test-cryptonite/test-cryptonite-tmp/Number/F2m.dyn_o )
[17 of 57] Compiling Number           ( tests/Number.hs, dist/build/test-cryptonite/test-cryptonite-tmp/Number.dyn_o )
[18 of 57] Compiling KAT_PubKey.Rabin ( tests/KAT_PubKey/Rabin.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_PubKey/Rabin.dyn_o )
[19 of 57] Compiling KAT_PubKey.RSA   ( tests/KAT_PubKey/RSA.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_PubKey/RSA.dyn_o )
[20 of 57] Compiling KAT_PubKey.PSS   ( tests/KAT_PubKey/PSS.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_PubKey/PSS.dyn_o )
[21 of 57] Compiling KAT_PubKey.P256  ( tests/KAT_PubKey/P256.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_PubKey/P256.dyn_o )
[22 of 57] Compiling KAT_PubKey.OAEP  ( tests/KAT_PubKey/OAEP.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_PubKey/OAEP.dyn_o )
[23 of 57] Compiling KAT_PubKey.ECDSA ( tests/KAT_PubKey/ECDSA.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_PubKey/ECDSA.dyn_o )
[24 of 57] Compiling KAT_PubKey.ECC   ( tests/KAT_PubKey/ECC.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_PubKey/ECC.dyn_o )
[25 of 57] Compiling KAT_PubKey.DSA   ( tests/KAT_PubKey/DSA.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_PubKey/DSA.dyn_o )
[26 of 57] Compiling KAT_PubKey       ( tests/KAT_PubKey.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_PubKey.dyn_o )
[27 of 57] Compiling KAT_OTP          ( tests/KAT_OTP.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_OTP.dyn_o )
[28 of 57] Compiling KAT_MiyaguchiPreneel ( tests/KAT_MiyaguchiPreneel.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_MiyaguchiPreneel.dyn_o )
[29 of 57] Compiling KAT_KMAC         ( tests/KAT_KMAC.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_KMAC.dyn_o )
[30 of 57] Compiling KAT_HMAC         ( tests/KAT_HMAC.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_HMAC.dyn_o )
[31 of 57] Compiling KAT_HKDF         ( tests/KAT_HKDF.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_HKDF.dyn_o )
[32 of 57] Compiling KAT_EdDSA        ( tests/KAT_EdDSA.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_EdDSA.dyn_o )
[33 of 57] Compiling KAT_Ed448        ( tests/KAT_Ed448.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_Ed448.dyn_o )
[34 of 57] Compiling KAT_Ed25519      ( tests/KAT_Ed25519.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_Ed25519.dyn_o )
[35 of 57] Compiling KAT_Curve448     ( tests/KAT_Curve448.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_Curve448.dyn_o )
[36 of 57] Compiling KAT_Curve25519   ( tests/KAT_Curve25519.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_Curve25519.dyn_o )
[37 of 57] Compiling KAT_CMAC         ( tests/KAT_CMAC.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_CMAC.dyn_o )
[38 of 57] Compiling KAT_Argon2       ( tests/KAT_Argon2.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_Argon2.dyn_o )
[39 of 57] Compiling KAT_AFIS         ( tests/KAT_AFIS.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_AFIS.dyn_o )
[40 of 57] Compiling KAT_AESGCMSIV    ( tests/KAT_AESGCMSIV.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_AESGCMSIV.dyn_o )
[41 of 57] Compiling Hash             ( tests/Hash.hs, dist/build/test-cryptonite/test-cryptonite-tmp/Hash.dyn_o )
[42 of 57] Compiling ECDSA            ( tests/ECDSA.hs, dist/build/test-cryptonite/test-cryptonite-tmp/ECDSA.dyn_o )
[43 of 57] Compiling ECC.Edwards25519 ( tests/ECC/Edwards25519.hs, dist/build/test-cryptonite/test-cryptonite-tmp/ECC/Edwards25519.dyn_o )
[44 of 57] Compiling ECC              ( tests/ECC.hs, dist/build/test-cryptonite/test-cryptonite-tmp/ECC.dyn_o )
[45 of 57] Compiling ChaChaPoly1305   ( tests/ChaChaPoly1305.hs, dist/build/test-cryptonite/test-cryptonite-tmp/ChaChaPoly1305.dyn_o )
[46 of 57] Compiling ChaCha           ( tests/ChaCha.hs, dist/build/test-cryptonite/test-cryptonite-tmp/ChaCha.dyn_o )
[47 of 57] Compiling BlockCipher      ( tests/BlockCipher.hs, dist/build/test-cryptonite/test-cryptonite-tmp/BlockCipher.dyn_o )
[48 of 57] Compiling KAT_Twofish      ( tests/KAT_Twofish.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_Twofish.dyn_o )
[49 of 57] Compiling KAT_TripleDES    ( tests/KAT_TripleDES.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_TripleDES.dyn_o )
[50 of 57] Compiling KAT_DES          ( tests/KAT_DES.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_DES.dyn_o )
[51 of 57] Compiling KAT_Camellia     ( tests/KAT_Camellia.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_Camellia.dyn_o )
[52 of 57] Compiling KAT_CAST5        ( tests/KAT_CAST5.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_CAST5.dyn_o )
[53 of 57] Compiling KAT_Blowfish     ( tests/KAT_Blowfish.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_Blowfish.dyn_o )
[54 of 57] Compiling KAT_AES          ( tests/KAT_AES.hs, dist/build/test-cryptonite/test-cryptonite-tmp/KAT_AES.dyn_o )
[55 of 57] Compiling BCrypt           ( tests/BCrypt.hs, dist/build/test-cryptonite/test-cryptonite-tmp/BCrypt.dyn_o )
[56 of 57] Compiling XSalsa           ( tests/XSalsa.hs, dist/build/test-cryptonite/test-cryptonite-tmp/XSalsa.dyn_o )
[57 of 57] Compiling Main             ( tests/Tests.hs, dist/build/test-cryptonite/test-cryptonite-tmp/Main.dyn_o )
Linking dist/build/test-cryptonite/test-cryptonite ...
Unregistering cryptonite-0.30...
==> Entering fakeroot environment...
==> Starting package()...
Installing library in /tmp/haskell-cryptonite-archlinuxrb-build-LXc0IVrq/haskell-cryptonite/trunk/pkg/haskell-cryptonite/usr/lib/ghc-9.0.2/site-local/cryptonite-0.30
==> 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-cryptonite"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: haskell-cryptonite 0.30-7 (Sat Apr 29 17:48:34 2023)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ tee -a /srv/reproducible-results/archlinuxrb-build-LXc0IVrq/b1/haskell-cryptonite/build1.log
+ schroot --end-session -c archlinux-haskell-cryptonite-archlinuxrb-build-LXc0IVrq
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/haskell-cryptonite-archlinuxrb-build-LXc0IVrq/haskell-cryptonite/trunk/haskell-cryptonite-0.30-7-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-LXc0IVrq/b1/haskell-cryptonite/haskell-cryptonite-0.30-7-x86_64.pkg.tar.zst'
Sat Apr 29 17:48:45 UTC 2023 - build #1 for haskell-cryptonite on osuosl170-amd64 done.
Sat Apr 29 17:48:45 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-ursmjisj, removing.
/srv/reproducible-results/archlinuxrb-build-LXc0IVrq:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Mar 27 11:25 b1
drwxr-xr-x 2 jenkins jenkins 4096 Mar 27 11:13 b2

/srv/reproducible-results/archlinuxrb-build-LXc0IVrq/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Mar 27 11:25 haskell-cryptonite

/srv/reproducible-results/archlinuxrb-build-LXc0IVrq/b1/haskell-cryptonite:
total 2344
-rw-r--r-- 1 jenkins jenkins   40961 Mar 27 11:25 build1.log
-rw-r--r-- 1 jenkins jenkins       7 Mar 27 11:25 build1.version
-rw-r--r-- 1 jenkins jenkins 2348095 Mar 27 11:25 haskell-cryptonite-0.30-7-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-LXc0IVrq/b2:
total 0
ssh: connect to host osuosl169-amd64.debian.net port 45048: No route to host
Sun Mar 27 11:25:55 UTC 2022 - osuosl169-amd64 seems to be down, sleeping 20min before aborting this job.
Terminated
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list