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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Oct 17 08:15:25 BST 2022


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

Changes:


------------------------------------------
[...truncated 74.02 KB...]
      imported from `Prelude' at tests/QC/IPv6/Internal.hs:16:8-23
      (and originally defined in `GHC.Base')
   |
85 |                 otherwise -> False))
   |                 ^^^^^^^^^

tests/QC/IPv6/Internal.hs:85:17: warning: [-Wunused-matches]
    Defined but not used: `otherwise'
   |
85 |                 otherwise -> False))
   |                 ^^^^^^^^^

tests/QC/IPv6/Internal.hs:107:17: warning: [-Wunused-local-binds]
    Defined but not used: `tok1'
    |
107 |                 tok1 = "1"
    |                 ^^^^

tests/QC/IPv6/Internal.hs:107:24: warning: [-Wtype-defaults]
    * Defaulting the following constraint to type `String'
        Data.String.IsString p0 arising from the literal `"1"'
    * In the expression: "1"
      In an equation for `tok1': tok1 = "1"
      In an equation for `isIPv6Addr':
          isIPv6Addr tks
            = diffNext tks
                &&
                  (do let cdctks = countDoubleColon tks
                      let lentks = length tks
                      let lasttk = last tks
                      let lenconst
                            = (lentks == 15 && cdctks == 0) || (lentks < 15 && cdctks == 1)
                      ....)
            where
                diffNext [] = False
                diffNext [_] = True
                diffNext (t : ts)
                  = do let ...
                       ....
                firstValidToken l
                  = case head l of
                      SixteenBit _ -> True
                      DoubleColon -> True
                      AllZeros -> True
                      _ -> False
                countDoubleColon l = length $ elemIndices DoubleColon l
                tok1 = "1"
    |
107 |                 tok1 = "1"
    |                        ^^^

tests/QC/IPv6/Internal.hs:109:1: warning: [-Wmissing-signatures]
    Top-level binding with no type signature:
      countIPv4Addr :: [IPv6AddrToken] -> Integer
    |
109 | countIPv4Addr = foldr oneMoreIPv4Addr 0
    | ^^^^^^^^^^^^^

tests/QC/IPv6/Internal.hs:113:31: warning: [-Wname-shadowing]
    This binding for `otherwise' shadows the existing binding
      imported from `Prelude' at tests/QC/IPv6/Internal.hs:16:8-23
      (and originally defined in `GHC.Base')
    |
113 |                               otherwise  -> c
    |                               ^^^^^^^^^

tests/QC/IPv6/Internal.hs:113:31: warning: [-Wunused-matches]
    Defined but not used: `otherwise'
    |
113 |                               otherwise  -> c
    |                               ^^^^^^^^^

tests/QC/IPv6/Internal.hs:145:5: warning: [-Wincomplete-patterns]
    Pattern match(es) are non-exhaustive
    In a case alternative: Patterns not matched: Partial _
    |
145 |     case readText s of
    |     ^^^^^^^^^^^^^^^^^^...

tests/QC/IPv6/Internal.hs:149:14: warning: [-Wname-shadowing]
    This binding for `s' shadows the existing binding
      bound at tests/QC/IPv6/Internal.hs:144:21
    |
149 |     readText s = feed (parse (many1 $ ipv4Addr <|> sixteenBit <|> doubleColon <|> colon) s) T.empty
    |              ^

tests/QC/IPv6/Internal.hs:219:34: warning: [-Wname-shadowing]
    This binding for `x' shadows the existing binding
      bound at tests/QC/IPv6/Internal.hs:218:42
    |
219 |             ntks tks - foldl (\c x -> if (x /= DoubleColon) && (x /= Colon) then c+1 else c) 0 x
    |                                  ^

tests/QC/IPv6/Internal.hs:221:18: warning: [-Wname-shadowing]
    This binding for `tks' shadows the existing binding
      bound at tests/QC/IPv6/Internal.hs:207:17
    |
221 |             ntks tks = if countIPv4Addr tks == 1 then 7 else 8
    |                  ^^^

tests/QC/IPv6/Internal.hs:242:25: warning: [-Wname-shadowing]
    This binding for `t' shadows the existing binding
      bound at tests/QC/IPv6/Internal.hs:235:23
    |
242 |           where longest t = case t of
    |                         ^

tests/QC/IPv6/Internal.hs:298:12: warning: [-Wtype-defaults]
    * Defaulting the following constraints to type `Integer'
        (Integral a0)
          arising from a use of `R.decimal'
          at tests/QC/IPv6/Internal.hs:298:12-23
        (Ord a0)
          arising from a use of `<' at tests/QC/IPv6/Internal.hs:299:39
        (Num a0)
          arising from the literal `256'
          at tests/QC/IPv6/Internal.hs:299:41-43
        (Show a0)
          arising from a use of `show' at tests/QC/IPv6/Internal.hs:299:59-64
    * In the expression: R.decimal ds
      In a stmt of a 'do' block:
        case R.decimal ds of
          Right (n, _)
            -> return (if n < 256 then T.pack $ show n else T.empty)
          Left _ -> return T.empty
      In the expression:
        do ds <- takeWhile1 isDigit
           case R.decimal ds of
             Right (n, _)
               -> return (if n < 256 then T.pack $ show n else T.empty)
             Left _ -> return T.empty
    |
298 |       case R.decimal ds of
    |            ^^^^^^^^^^^^

tests/QC/IPv6/Internal.hs:304:5: warning: [-Wunused-do-bind]
    A do-notation statement discarded a result of type `T.Text'
    Suppress this warning by saying `_ <- string "::"'
    |
304 |     string "::"
    |     ^^^^^^^^^^^

tests/QC/IPv6/Internal.hs:309:5: warning: [-Wunused-do-bind]
    A do-notation statement discarded a result of type `T.Text'
    Suppress this warning by saying `_ <- string ":"'
    |
309 |     string ":"
    |     ^^^^^^^^^^
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 12] Compiling QC.Rechunked     ( tests/QC/Rechunked.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Rechunked.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 12] Compiling QC.Simple        ( tests/QC/Simple.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Simple.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 12] Compiling QC.Text.FastSet  ( tests/QC/Text/FastSet.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text/FastSet.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 12] Compiling QC.Text.Regressions ( tests/QC/Text/Regressions.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/Text/Regressions.dyn_o )

tests/QC/Text/Regressions.hs:12: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()
   |
12 | 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...
[11 of 12] Compiling QC.Text          ( tests/QC/Text.hs, dist/build/attoparsec-tests/attoparsec-tests-tmp/QC/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...
[12 of 12] Compiling Main             ( tests/QC.hs, dist/build/attoparsec-tests/attoparsec-tests-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/attoparsec-tests/attoparsec-tests ...
Unregistering attoparsec-0.14.4...
==> Entering fakeroot environment...
==> Starting package()...
Installing internal library attoparsec-internal in /tmp/haskell-attoparsec-archlinuxrb-build-qbfCoB2Y/haskell-attoparsec/trunk/pkg/haskell-attoparsec/usr/lib/ghc-9.0.2/site-local/attoparsec-0.14.4
Installing library in /tmp/haskell-attoparsec-archlinuxrb-build-qbfCoB2Y/haskell-attoparsec/trunk/pkg/haskell-attoparsec/usr/lib/ghc-9.0.2/site-local/attoparsec-0.14.4
==> 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-attoparsec"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: haskell-attoparsec 0.14.4-38 (Mon Oct 17 07:14:57 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-haskell-attoparsec-archlinuxrb-build-qbfCoB2Y
+ tee -a /srv/reproducible-results/archlinuxrb-build-qbfCoB2Y/b2/haskell-attoparsec/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/haskell-attoparsec-archlinuxrb-build-qbfCoB2Y/haskell-attoparsec/trunk/haskell-attoparsec-0.14.4-38-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-qbfCoB2Y/b2/haskell-attoparsec/haskell-attoparsec-0.14.4-38-x86_64.pkg.tar.zst'
Mon Oct 17 07:14:58 UTC 2022 - build #2 for haskell-attoparsec on osuosl184-amd64 done.
Mon Oct 17 07:14:58 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-kd7V4JUL, removing.
/srv/reproducible-results/archlinuxrb-build-qbfCoB2Y:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 07:12 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 07:15 b2

/srv/reproducible-results/archlinuxrb-build-qbfCoB2Y/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 07:12 haskell-attoparsec

/srv/reproducible-results/archlinuxrb-build-qbfCoB2Y/b1/haskell-attoparsec:
total 532
-rw-r--r-- 1 jenkins jenkins  37004 Oct 17 07:12 build1.log
-rw-r--r-- 1 jenkins jenkins     10 Oct 17 07:12 build1.version
-rw-r--r-- 1 jenkins jenkins 494528 Oct 17 07:12 haskell-attoparsec-0.14.4-38-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-qbfCoB2Y/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 07:15 haskell-attoparsec

/srv/reproducible-results/archlinuxrb-build-qbfCoB2Y/b2/haskell-attoparsec:
total 524
-rw-r--r-- 1 jenkins jenkins  35908 Oct 17 07:15 build2.log
-rw-r--r-- 1 jenkins jenkins     10 Oct 17 07:15 build2.version
-rw-r--r-- 1 jenkins jenkins 494522 Oct 17 07:15 haskell-attoparsec-0.14.4-38-x86_64.pkg.tar.zst
Mon Oct 17 07:15:05 UTC 2022 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-qbfCoB2Y/b1/haskell-attoparsec/haskell-attoparsec-0.14.4-38-x86_64.pkg.tar.zst and /srv/reproducible-results/archlinuxrb-build-qbfCoB2Y/b2/haskell-attoparsec/haskell-attoparsec-0.14.4-38-x86_64.pkg.tar.zst differ
Mon Oct 17 07:15:05 UTC 2022 - running diffoscope on the results now:
Mon Oct 17 07:15:06 UTC 2022 - Running diffoscope 224 now...
Mon Oct 17 07:15:24 UTC 2022 - diffoscope 224 found issues, please investigate haskell-attoparsec/haskell-attoparsec-0.14.4-38-x86_64.pkg.tar.zst
/tmp/jenkins-script-kOTfUa3p: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/haskell-attoparsec/pkg.version': No space left on device
Mon Oct 17 07:15:24 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-qbfCoB2Y deleted.
Mon Oct 17 07:15:24 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-kOTfUa3p, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list