Build failed in Jenkins: reproducible_builder_archlinux_1 #560942

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Jan 8 19:57:51 GMT 2024


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

Changes:


------------------------------------------
[...truncated 75.31 KB...]
[6 of 6] Compiling Path.Windows     ( src/Path/Windows.hs, dist/build/Path/Windows.dyn_o )

src/Path/Include.hs:487:11: warning: [-Woverlapping-patterns]
    Pattern match is redundant
    In an equation for `normalizeDrive':
        normalizeDrive | otherwise = ...
    |
487 |         | otherwise  = id
    |           ^^^^^^^^^

src/Path/Include.hs:851:5: warning: [-Woverlapping-patterns]
    Pattern match is redundant
    In an equation for `normalizeFilePath':
        normalizeFilePath | otherwise = ...
    |
851 |   | otherwise  = normalizeLeadingSeps . FilePath.normalise
    |     ^^^^^^^^^
Preprocessing test suite 'validity-test' for path-0.9.4..
Building test suite 'validity-test' for path-0.9.4..
[1 of 2] Compiling Path.Gen         ( test/Path/Gen.hs, dist/build/validity-test/validity-test-tmp/Path/Gen.dyn_o )
[2 of 2] Compiling Main             ( test/ValidityTest.hs, dist/build/validity-test/validity-test-tmp/Main.dyn_o )
Linking dist/build/validity-test/validity-test ...
Preprocessing test suite 'test' for path-0.9.4..
Building test suite 'test' for path-0.9.4..
[1 of 5] Compiling Common.Posix     ( test/Common/Posix.hs, dist/build/test/test-tmp/Common/Posix.dyn_o )

test/Common/Include.hs:21:5: warning: [-Wunused-top-binds]
    Defined but not used: `foo'
   |
21 |     foo :: Path a b -> FilePath
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^

test/Common/Include.hs:30:1: warning: [-Wunused-top-binds]
    Defined but not used: `qqRelDir'
   |
30 | qqRelDir = foo [reldir|foo/|]
   | ^^^^^^^^

test/Common/Include.hs:33:1: warning: [-Wunused-top-binds]
    Defined but not used: `qqRelFile'
   |
33 | qqRelFile = foo [relfile|foo|]
   | ^^^^^^^^^

test/Common/Include.hs:36:1: warning: [-Wunused-top-binds]
    Defined but not used: `thRelDir'
   |
36 | thRelDir = foo $(mkRelDir "foo/")
   | ^^^^^^^^

test/Common/Include.hs:39:1: warning: [-Wunused-top-binds]
    Defined but not used: `thRelFile'
   |
39 | thRelFile = foo $(mkRelFile "foo")
   | ^^^^^^^^^

test/Common/Include.hs:42:1: warning: [-Wunused-top-binds]
    Defined but not used: `liftRelDir'
   |
42 | liftRelDir = foo $(TH.lift (Path "foo/" :: Path Rel Dir))
   | ^^^^^^^^^^

test/Common/Include.hs:45:1: warning: [-Wunused-top-binds]
    Defined but not used: `liftRelFile'
   |
45 | liftRelFile = foo $(TH.lift (Path "foo" :: Path Rel File))
   | ^^^^^^^^^^^

test/Common/Posix.hs:9:1: warning: [-Wunused-top-binds]
    Defined but not used: `qqAbsDir'
  |
9 | qqAbsDir = foo [absdir|/foo/|]
  | ^^^^^^^^

test/Common/Posix.hs:12:1: warning: [-Wunused-top-binds]
    Defined but not used: `qqAbsFile'
   |
12 | qqAbsFile = foo [absdir|/foo|]
   | ^^^^^^^^^

test/Common/Posix.hs:15:1: warning: [-Wunused-top-binds]
    Defined but not used: `thAbsDir'
   |
15 | thAbsDir = foo $(mkAbsDir "/foo/")
   | ^^^^^^^^

test/Common/Posix.hs:18:1: warning: [-Wunused-top-binds]
    Defined but not used: `thAbsFile'
   |
18 | thAbsFile = foo $(mkAbsFile "/foo")
   | ^^^^^^^^^

test/Common/Posix.hs:21:1: warning: [-Wunused-top-binds]
    Defined but not used: `liftAbsDir'
   |
21 | liftAbsDir = foo $(TH.lift (Path "/foo/" :: Path Abs Dir))
   | ^^^^^^^^^^

test/Common/Posix.hs:24:1: warning: [-Wunused-top-binds]
    Defined but not used: `liftAbsFile'
   |
24 | liftAbsFile = foo $(TH.lift (Path "/foo" :: Path Abs File))
   | ^^^^^^^^^^^
[2 of 5] Compiling Common.Windows   ( test/Common/Windows.hs, dist/build/test/test-tmp/Common/Windows.dyn_o )

test/Common/Include.hs:21:5: warning: [-Wunused-top-binds]
    Defined but not used: `foo'
   |
21 |     foo :: Path a b -> FilePath
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^

test/Common/Include.hs:30:1: warning: [-Wunused-top-binds]
    Defined but not used: `qqRelDir'
   |
30 | qqRelDir = foo [reldir|foo/|]
   | ^^^^^^^^

test/Common/Include.hs:33:1: warning: [-Wunused-top-binds]
    Defined but not used: `qqRelFile'
   |
33 | qqRelFile = foo [relfile|foo|]
   | ^^^^^^^^^

test/Common/Include.hs:36:1: warning: [-Wunused-top-binds]
    Defined but not used: `thRelDir'
   |
36 | thRelDir = foo $(mkRelDir "foo/")
   | ^^^^^^^^

test/Common/Include.hs:39:1: warning: [-Wunused-top-binds]
    Defined but not used: `thRelFile'
   |
39 | thRelFile = foo $(mkRelFile "foo")
   | ^^^^^^^^^

test/Common/Include.hs:42:1: warning: [-Wunused-top-binds]
    Defined but not used: `liftRelDir'
   |
42 | liftRelDir = foo $(TH.lift (Path "foo/" :: Path Rel Dir))
   | ^^^^^^^^^^

test/Common/Include.hs:45:1: warning: [-Wunused-top-binds]
    Defined but not used: `liftRelFile'
   |
45 | liftRelFile = foo $(TH.lift (Path "foo" :: Path Rel File))
   | ^^^^^^^^^^^

test/Common/Windows.hs:8:1: warning: [-Wunused-top-binds]
    Defined but not used: `qqAbsDir'
  |
8 | qqAbsDir = foo [absdir|C:\foo\|]
  | ^^^^^^^^

test/Common/Windows.hs:11:1: warning: [-Wunused-top-binds]
    Defined but not used: `qqAbsFile'
   |
11 | qqAbsFile = foo [absdir|C:\foo|]
   | ^^^^^^^^^

test/Common/Windows.hs:14:1: warning: [-Wunused-top-binds]
    Defined but not used: `thAbsDir'
   |
14 | thAbsDir = foo $(mkAbsDir "C:\\foo\\")
   | ^^^^^^^^

test/Common/Windows.hs:17:1: warning: [-Wunused-top-binds]
    Defined but not used: `thAbsFile'
   |
17 | thAbsFile = foo $(mkAbsFile "C:\\foo")
   | ^^^^^^^^^

test/Common/Windows.hs:20:1: warning: [-Wunused-top-binds]
    Defined but not used: `liftAbsDir'
   |
20 | liftAbsDir = foo $(TH.lift (Path "C:\\foo\\" :: Path Abs Dir))
   | ^^^^^^^^^^

test/Common/Windows.hs:23:1: warning: [-Wunused-top-binds]
    Defined but not used: `liftAbsFile'
   |
23 | liftAbsFile = foo $(TH.lift (Path "C:\\foo" :: Path Abs File))
   | ^^^^^^^^^^^
[3 of 5] Compiling Posix            ( test/Posix.hs, dist/build/test/test-tmp/Posix.dyn_o )
[4 of 5] Compiling Windows          ( test/Windows.hs, dist/build/test/test-tmp/Windows.dyn_o )
[5 of 5] Compiling Main             ( test/Main.hs, dist/build/test/test-tmp/Main.dyn_o )
Linking dist/build/test/test ...
Unregistering path-0.9.4...
==> Entering fakeroot environment...
==> Starting package()...
Installing library in /tmp/archlinux-ci/haskell-path-archlinuxrb-build-9Kj2LPoY/haskell-path/pkg/haskell-path/usr/lib/ghc-9.0.2/site-local/path-0.9.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-path"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: haskell-path 0.9.4-5 (Mon Feb 10 02:11:24 2025)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-haskell-path-archlinuxrb-build-9Kj2LPoY
+ tee -a /srv/reproducible-results/archlinuxrb-build-9Kj2LPoY/b2/haskell-path/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/archlinux-ci/haskell-path-archlinuxrb-build-9Kj2LPoY/haskell-path/haskell-path-0.9.4-5-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-9Kj2LPoY/b2/haskell-path/haskell-path-0.9.4-5-x86_64.pkg.tar.zst'
Mon Feb 10 02:11:25 UTC 2025 - build #2 for haskell-path on osuosl2-amd64 done.
Mon Feb 10 02:11:25 UTC 2025 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-gqhdUkdf, removing.
/srv/reproducible-results/archlinuxrb-build-9Kj2LPoY:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jan  8 19:45 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jan  8 19:48 b2

/srv/reproducible-results/archlinuxrb-build-9Kj2LPoY/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan  8 19:45 haskell-path

/srv/reproducible-results/archlinuxrb-build-9Kj2LPoY/b1/haskell-path:
total 240
-rw-r--r-- 1 jenkins jenkins  36663 Jan  8 19:45 build1.log
-rw-r--r-- 1 jenkins jenkins      8 Jan  8 19:45 build1.version
-rw-r--r-- 1 jenkins jenkins 200137 Jan  8 19:45 haskell-path-0.9.4-5-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-9Kj2LPoY/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan  8 19:48 haskell-path

/srv/reproducible-results/archlinuxrb-build-9Kj2LPoY/b2/haskell-path:
total 236
-rw-r--r-- 1 jenkins jenkins  36041 Jan  8 19:48 build2.log
-rw-r--r-- 1 jenkins jenkins      8 Jan  8 19:48 build2.version
-rw-r--r-- 1 jenkins jenkins 200068 Jan  8 19:48 haskell-path-0.9.4-5-x86_64.pkg.tar.zst
Mon Jan  8 19:48:35 UTC 2024 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-9Kj2LPoY/b1/haskell-path/haskell-path-0.9.4-5-x86_64.pkg.tar.zst and /srv/reproducible-results/archlinuxrb-build-9Kj2LPoY/b2/haskell-path/haskell-path-0.9.4-5-x86_64.pkg.tar.zst differ
Mon Jan  8 19:48:35 UTC 2024 - running diffoscope on the results now:
Mon Jan  8 19:57:03 UTC 2024 - Running diffoscope 253 now...
Mon Jan  8 19:57:28 UTC 2024 - diffoscope 253 found issues, please investigate haskell-path/haskell-path-0.9.4-5-x86_64.pkg.tar.zst
cp: cannot create regular file '/var/lib/jenkins/userContent/reproducible/archlinux/extra/haskell-path/haskell-path-0.9.4-5-x86_64.pkg.tar.zst.html': File exists
Mon Jan  8 19:57:28 UTC 2024 - /srv/reproducible-results/archlinuxrb-build-9Kj2LPoY deleted.
Mon Jan  8 19:57:28 UTC 2024 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-sheqhSiH, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list