Build failed in Jenkins: reproducible_builder_archlinux_3 #485225

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Tue Oct 3 21:56:33 BST 2023


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_3/485225/display/redirect>

Changes:


------------------------------------------
[...truncated 77.99 KB...]
installing haskell-base-compat...
installing haskell-base-compat-batteries...
installing haskell-data-fix...
installing haskell-dlist...
installing haskell-generically...
installing haskell-indexed-traversable...
installing haskell-tagged...
installing haskell-unordered-containers...
installing haskell-vector-stream...
installing haskell-vector...
installing haskell-indexed-traversable-instances...
installing haskell-distributive...
installing haskell-transformers-compat...
installing haskell-comonad...
installing haskell-foldable1-classes-compat...
installing haskell-th-abstraction...
installing haskell-bifunctors...
installing haskell-statevar...
installing haskell-contravariant...
installing haskell-semigroupoids...
installing haskell-assoc...
installing haskell-these...
installing haskell-semialign...
installing haskell-strict...
installing haskell-text-short...
installing haskell-time-compat...
installing haskell-uuid-types...
installing haskell-witherable...
installing haskell-aeson...
installing haskell-colour...
installing haskell-ansi-terminal...
installing haskell-async...
installing haskell-cmdargs...
installing haskell-profunctors...
installing haskell-either...
installing haskell-clock...
installing haskell-extra...
installing haskell-regex-base...
installing pcre...
installing haskell-regex-pcre...
installing haskell-regex-posix...
installing haskell-safe...
installing haskell-split...
installing haskell-stringsearch...
installing haskell-unix-compat...
installing haskell-unicode-show...
installing haskell-utf8-string...
installing haskell-bitvec...
installing haskell-vector-algorithms...
installing haskell-mono-traversable...
installing haskell-unliftio-core...
installing haskell-resourcet...
installing haskell-conduit...
installing haskell-libyaml...
installing haskell-ansi-wl-pprint...
installing haskell-optparse-applicative...
installing haskell-yaml...
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Registering Haskell modules...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (3) llvm14-14.0.6-3  llvm14-libs-14.0.6-3  ghc-9.0.2-3

Total Download Size:    70.10 MiB
Total Installed Size:  360.01 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0 14 27.5M   14 3967k    0     0  91.2M      0 --:--:-- --:--:-- --:--:-- 90.1M100 27.5M  100 27.5M    0     0  93.0M      0 --:--:-- --:--:-- --:--:-- 93.0M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 10.9M  100 10.9M    0     0  92.3M      0 --:--:-- --:--:-- --:--:-- 92.4M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 31.6M  100 31.6M    0     0  94.1M      0 --:--:-- --:--:-- --:--:-- 94.2M
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing llvm14-libs...
installing llvm14...
installing ghc...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
  -> Downloading cgrep-6.6.32.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
100 35640  100 35640    0     0   685k      0 --:--:-- --:--:-- --:--:--  685k
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    cgrep-6.6.32.tar.gz ... Passed
==> Extracting sources...
  -> Extracting cgrep-6.6.32.tar.gz with bsdtar
==> Starting build()...
Configuring cgrep-6.6.32...
Preprocessing executable 'cgrep' for cgrep-6.6.32..
Building executable 'cgrep' for cgrep-6.6.32..
[ 1 of 27] Compiling CGrep.Context    ( src/CGrep/Context.hs, dist/build/cgrep/cgrep-tmp/CGrep/Context.dyn_o )
[ 2 of 27] Compiling CGrep.Distance   ( src/CGrep/Distance.hs, dist/build/cgrep/cgrep-tmp/CGrep/Distance.dyn_o )
[ 3 of 27] Compiling CGrep.Parser.Token ( src/CGrep/Parser/Token.hs, dist/build/cgrep/cgrep-tmp/CGrep/Parser/Token.dyn_o )
[ 4 of 27] Compiling CGrep.Parser.Cpp.Token ( src/CGrep/Parser/Cpp/Token.hs, dist/build/cgrep/cgrep-tmp/CGrep/Parser/Cpp/Token.dyn_o )

src/CGrep/Parser/Cpp/Token.hs:253:1: warning: [-Woverlapping-patterns]
    Pattern match is redundant
    In an equation for `getTokenNumber': getTokenNumber _ _ = ...
    |
253 | getTokenNumber _ _ = undefined
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/CGrep/Parser/Cpp/Token.hs:316:1: warning: [-Woverlapping-patterns]
    Pattern match is redundant
    In an equation for `getTokenString': getTokenString _ _ = ...
    |
316 | getTokenString _ _ = Nothing
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

src/CGrep/Parser/Cpp/Token.hs:323:1: warning: [-Woverlapping-patterns]
    Pattern match is redundant
    In an equation for `getTokenChar': getTokenChar _ _ = ...
    |
323 | getTokenChar _ _ = Nothing
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^

src/CGrep/Parser/Cpp/Token.hs:332:1: warning: [-Woverlapping-patterns]
    Pattern match is redundant
    In an equation for `getTokenIdOrKeyword':
        getTokenIdOrKeyword _ _ = ...
    |
332 | getTokenIdOrKeyword _ _ = Nothing
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 5 of 27] Compiling CGrep.Types      ( src/CGrep/Types.hs, dist/build/cgrep/cgrep-tmp/CGrep/Types.dyn_o )
[ 6 of 27] Compiling CGrep.Token      ( src/CGrep/Token.hs, dist/build/cgrep/cgrep-tmp/CGrep/Token.dyn_o )
[ 7 of 27] Compiling CGrep.Parser.Generic.Token ( src/CGrep/Parser/Generic/Token.hs, dist/build/cgrep/cgrep-tmp/CGrep/Parser/Generic/Token.dyn_o )
[ 8 of 27] Compiling Options          ( src/Options.hs, dist/build/cgrep/cgrep-tmp/Options.dyn_o )
[ 9 of 27] Compiling Paths_cgrep      ( dist/build/cgrep/autogen/Paths_cgrep.hs, dist/build/cgrep/cgrep-tmp/Paths_cgrep.dyn_o )
[10 of 27] Compiling CmdOptions       ( src/CmdOptions.hs, dist/build/cgrep/cgrep-tmp/CmdOptions.dyn_o )
[11 of 27] Compiling Util             ( src/Util.hs, dist/build/cgrep/cgrep-tmp/Util.dyn_o )
[12 of 27] Compiling CGrep.Lang       ( src/CGrep/Lang.hs, dist/build/cgrep/cgrep-tmp/CGrep/Lang.dyn_o )
[13 of 27] Compiling Config           ( src/Config.hs, dist/build/cgrep/cgrep-tmp/Config.dyn_o )
[14 of 27] Compiling Reader           ( src/Reader.hs, dist/build/cgrep/cgrep-tmp/Reader.dyn_o )
[15 of 27] Compiling Debug            ( src/Debug.hs, dist/build/cgrep/cgrep-tmp/Debug.dyn_o )
[16 of 27] Compiling CGrep.Output     ( src/CGrep/Output.hs, dist/build/cgrep/cgrep-tmp/CGrep/Output.dyn_o )

src/CGrep/Output.hs:154:14: warning: [-Woverlapping-patterns]
    Pattern match is redundant
    In a case alternative: _ | otherwise -> ...
    |
154 |           |  otherwise -> undefined
    |              ^^^^^^^^^
[17 of 27] Compiling CGrep.Common     ( src/CGrep/Common.hs, dist/build/cgrep/cgrep-tmp/CGrep/Common.dyn_o )
[18 of 27] Compiling CGrep.Parser.WildCard ( src/CGrep/Parser/WildCard.hs, dist/build/cgrep/cgrep-tmp/CGrep/Parser/WildCard.dyn_o )
[19 of 27] Compiling CGrep.Filter     ( src/CGrep/Filter.hs, dist/build/cgrep/cgrep-tmp/CGrep/Filter.dyn_o )

src/CGrep/Filter.hs:146:1: warning: [-Woverlapping-patterns]
    Pattern match is redundant
    In an equation for `nextContextState':
        nextContextState _ _ (_, _) ContextFilter {} = ...
    |
146 | nextContextState _ _ (_,_) ContextFilter {} = undefined
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[20 of 27] Compiling CGrep.Strategy.Regex ( src/CGrep/Strategy/Regex.hs, dist/build/cgrep/cgrep-tmp/CGrep/Strategy/Regex.dyn_o )
[21 of 27] Compiling CGrep.Strategy.Levenshtein ( src/CGrep/Strategy/Levenshtein.hs, dist/build/cgrep/cgrep-tmp/CGrep/Strategy/Levenshtein.dyn_o )
[22 of 27] Compiling CGrep.Strategy.Generic.Semantic ( src/CGrep/Strategy/Generic/Semantic.hs, dist/build/cgrep/cgrep-tmp/CGrep/Strategy/Generic/Semantic.dyn_o )
[23 of 27] Compiling CGrep.Strategy.Cpp.Tokenizer ( src/CGrep/Strategy/Cpp/Tokenizer.hs, dist/build/cgrep/cgrep-tmp/CGrep/Strategy/Cpp/Tokenizer.dyn_o )
[24 of 27] Compiling CGrep.Strategy.Cpp.Semantic ( src/CGrep/Strategy/Cpp/Semantic.hs, dist/build/cgrep/cgrep-tmp/CGrep/Strategy/Cpp/Semantic.dyn_o )
[25 of 27] Compiling CGrep.Strategy.BoyerMoore ( src/CGrep/Strategy/BoyerMoore.hs, dist/build/cgrep/cgrep-tmp/CGrep/Strategy/BoyerMoore.dyn_o )
[26 of 27] Compiling CGrep.CGrep      ( src/CGrep/CGrep.hs, dist/build/cgrep/cgrep-tmp/CGrep/CGrep.dyn_o )
[27 of 27] Compiling Main             ( src/Main.hs, dist/build/cgrep/cgrep-tmp/Main.dyn_o )
Linking dist/build/cgrep/cgrep ...
==> Entering fakeroot environment...
==> Starting package()...
Installing executable cgrep in /tmp/archlinux-ci/cgrep-archlinuxrb-build-hqzYYJUR/cgrep/trunk/pkg/cgrep/usr/bin
Warning: The directory
/tmp/archlinux-ci/cgrep-archlinuxrb-build-hqzYYJUR/cgrep/trunk/pkg/cgrep/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 "cgrep"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cgrep 6.6.32-373 (Tue Nov  5 03:18:55 2024)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-cgrep-archlinuxrb-build-hqzYYJUR
+ tee -a /srv/reproducible-results/archlinuxrb-build-hqzYYJUR/b2/cgrep/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/archlinux-ci/cgrep-archlinuxrb-build-hqzYYJUR/cgrep/trunk/cgrep-6.6.32-373-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-hqzYYJUR/b2/cgrep/cgrep-6.6.32-373-x86_64.pkg.tar.zst'
Tue Nov  5 03:19:02 UTC 2024 - build #2 for cgrep on osuosl2-amd64 done.
Tue Nov  5 03:19:02 UTC 2024 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-5D4JC3d7, removing.
/srv/reproducible-results/archlinuxrb-build-hqzYYJUR:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct  3 20:54 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct  3 20:56 b2

/srv/reproducible-results/archlinuxrb-build-hqzYYJUR/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct  3 20:54 cgrep

/srv/reproducible-results/archlinuxrb-build-hqzYYJUR/b1/cgrep:
total 316
-rw-r--r-- 1 jenkins jenkins  39800 Oct  3 20:54 build1.log
-rw-r--r-- 1 jenkins jenkins     11 Oct  3 20:54 build1.version
-rw-r--r-- 1 jenkins jenkins 270679 Oct  3 20:54 cgrep-6.6.32-373-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-hqzYYJUR/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct  3 20:56 cgrep

/srv/reproducible-results/archlinuxrb-build-hqzYYJUR/b2/cgrep:
total 312
-rw-r--r-- 1 jenkins jenkins  39035 Oct  3 20:56 build2.log
-rw-r--r-- 1 jenkins jenkins     11 Oct  3 20:56 build2.version
-rw-r--r-- 1 jenkins jenkins 270685 Oct  3 20:56 cgrep-6.6.32-373-x86_64.pkg.tar.zst
Tue Oct  3 20:56:09 UTC 2023 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-hqzYYJUR/b1/cgrep/cgrep-6.6.32-373-x86_64.pkg.tar.zst and /srv/reproducible-results/archlinuxrb-build-hqzYYJUR/b2/cgrep/cgrep-6.6.32-373-x86_64.pkg.tar.zst differ
Tue Oct  3 20:56:09 UTC 2023 - running diffoscope on the results now:
Tue Oct  3 20:56:09 UTC 2023 - Running diffoscope 250 now...
Tue Oct  3 20:56:33 UTC 2023 - diffoscope 250 found issues, please investigate cgrep/cgrep-6.6.32-373-x86_64.pkg.tar.zst
Tue Oct  3 20:56:33 UTC 2023 - https://tests.reproducible-builds.org/archlinux/extra/cgrep/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/extra/cgrep/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/extra/cgrep/pkg.build_duration, thus deleting it.
deleting cgrep-6.6.32-373-x86_64.pkg.tar.zst.html as version is not 6.6.32-392
psql: error: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: Connection refused
	Is the server running locally and accepting connections on that socket?
 empty, ignoring extra/cgrep, failing hard.
Tue Oct  3 20:56:33 UTC 2023 - /srv/reproducible-results/archlinuxrb-build-hqzYYJUR deleted.
Tue Oct  3 20:56:33 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-5HP6p2ym, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list