[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_7 #279252

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sat Feb 11 10:08:27 GMT 2023


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_7/279252/display/redirect>

Changes:


------------------------------------------
[...truncated 32.36 KB...]
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-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-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-2  llvm14-libs-14.0.6-2  ghc-9.0.2-3

Total Download Size:   114.55 MiB
Total Installed Size:  640.86 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 --:--:-- --:--:-- --:--:--     0100 27.5M  100 27.5M    0     0   175M      0 --:--:-- --:--:-- --:--:--  176M
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 55.3M  100 55.3M    0     0   185M      0 --:--:-- --:--:-- --:--:--  185M
  % 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   140M      0 --:--:-- --:--:-- --:--:--  140M
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   103k      0 --:--:-- --:--:-- --:--:--  103k
==> 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/cgrep-archlinuxrb-build-p7v6Ahgz/cgrep/trunk/pkg/cgrep/usr/bin
Warning: The directory
/tmp/cgrep-archlinuxrb-build-p7v6Ahgz/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-354 (Sat Feb 11 10:05:14 2023)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-cgrep-archlinuxrb-build-p7v6Ahgz
+ tee -a /srv/reproducible-results/archlinuxrb-build-p7v6Ahgz/b1/cgrep/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/cgrep-archlinuxrb-build-p7v6Ahgz/cgrep/trunk/cgrep-6.6.32-354-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-p7v6Ahgz/b1/cgrep/cgrep-6.6.32-354-x86_64.pkg.tar.zst'
Sat Feb 11 10:05:15 UTC 2023 - build #1 for cgrep on osuosl184-amd64 done.
Sat Feb 11 10:05:15 UTC 2023 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-GEeevLxa, removing.
/srv/reproducible-results/archlinuxrb-build-p7v6Ahgz:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Feb 11 10:05 b1
drwxr-xr-x 2 jenkins jenkins 4096 Feb 11 10:02 b2

/srv/reproducible-results/archlinuxrb-build-p7v6Ahgz/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Feb 11 10:05 cgrep

/srv/reproducible-results/archlinuxrb-build-p7v6Ahgz/b1/cgrep:
total 308
-rw-r--r-- 1 jenkins jenkins  37497 Feb 11 10:05 build1.log
-rw-r--r-- 1 jenkins jenkins     11 Feb 11 10:05 build1.version
-rw-r--r-- 1 jenkins jenkins 270179 Feb 11 10:05 cgrep-6.6.32-354-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-p7v6Ahgz/b2:
total 0
====================================================================================
Fri Mar 15 16:28:25 UTC 2024 - running /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh (for job /srv/jenkins/bin/reproducible_build_archlinux_pkg.sh) on osuosl170-amd64, called using "2 community cgrep /srv/reproducible-results/archlinuxrb-build-p7v6Ahgz 1676109755" as arguments.
Fri Mar 15 16:28:25 UTC 2024 - actually running "reproducible_build_archlinux_pkg.sh" (md5sum 8a42c6af22c9bbeb47182ed28d420908) as "/tmp/jenkins-script-0a5ryqXP"

$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING

=============================================================================
Re-Building for Arch Linux on osuosl170-amd64 now.
Source package: cgrep
Repository:     community
Date:           Fri Mar 15 16:28:25 UTC 2024
=============================================================================
Future:            enabled
SOURCE_DATE_EPOCH: 1676109755
makepkg env:       SOURCE_DATE_EPOCH='1676109755' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' GIT_SSL_NO_VERIFY=1
makepkg options:   --syncdeps --noconfirm --nocheck --skippgpcheck
=============================================================================
E: 10mount: error: Directory '/schroots/reproducible-archlinux' does not exist
E: archlinux-cgrep-archlinuxrb-build-p7v6Ahgz: Chroot setup failed: stage=setup-start
Fri Mar 15 16:28:25 UTC 2024 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-0a5ryqXP, removing.
Sat Feb 11 10:05:28 UTC 2023 - https://jenkins.debian.net/job/reproducible_builder_archlinux_7/279252/console.log got remote error Warning: remote build failed with exit code 1 from osuosl170-amd64 for build #2 for cgrep from community.
Sleeping 5m before aborting the job.
Terminated
Terminated
 - /srv/reproducible-results/archlinuxrb-build-p7v6Ahgz deleted.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list