Build:
  1. 0
2026-04-20 17:06.23: New job: build goblint.2.3.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29772/head (2cd18da3a162b859aead699bdc12e8fdf5aefcd9)
                              on fedora-42-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29772/head" && git reset --hard 2cd18da3
git fetch origin master
git merge --no-edit 306a3c410f6b9393f2cbf4a84b8cd38a4c8b1b9c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:2dfd6d1022154acd862240c3a95a5a1efc6c828910d2f1200fd652ee034ed0df
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn goblint.2.3.0 2.3.0
RUN opam reinstall goblint.2.3.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"fedora-42\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'goblint.2.3.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-20 17:06.23: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:2dfd6d1022154acd862240c3a95a5a1efc6c828910d2f1200fd652ee034ed0df-goblint.2.3.0-2cd18da3a162b859aead699bdc12e8fdf5aefcd9"
2026-04-20 17:06.23: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:2dfd6d1022154acd862240c3a95a5a1efc6c828910d2f1200fd652ee034ed0df)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn goblint.2.3.0 2.3.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall goblint.2.3.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-42\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'goblint.2.3.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-20 17:06.23: Waiting for resource in pool OCluster
2026-04-20 17:08.31: Waiting for worker…
2026-04-20 17:12.19: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
Updating files:  78% (14720/18773)
Updating files:  79% (14831/18773)
Updating files:  80% (15019/18773)
Updating files:  81% (15207/18773)
Updating files:  82% (15394/18773)
Updating files:  83% (15582/18773)
Updating files:  84% (15770/18773)
Updating files:  85% (15958/18773)
Updating files:  86% (16145/18773)
Updating files:  87% (16333/18773)
Updating files:  88% (16521/18773)
Updating files:  89% (16708/18773)
Updating files:  90% (16896/18773)
Updating files:  91% (17084/18773)
Updating files:  92% (17272/18773)
Updating files:  93% (17459/18773)
Updating files:  94% (17647/18773)
Updating files:  95% (17835/18773)
Updating files:  96% (18023/18773)
Updating files:  97% (18210/18773)
Updating files:  98% (18398/18773)
Updating files:  99% (18586/18773)
Updating files: 100% (18773/18773)
Updating files: 100% (18773/18773), done.
HEAD is now at 306a3c410f Merge pull request #29750 from Octachron/OCaml_5.5.0_beta1
Updating 306a3c410f..2cd18da3a1
Fast-forward
 packages/goblint/goblint.1.1.1/opam | 2 +-
 packages/goblint/goblint.2.2.1/opam | 4 ++--
 packages/goblint/goblint.2.3.0/opam | 2 +-
 packages/goblint/goblint.2.4.0/opam | 2 +-
 packages/goblint/goblint.2.5.0/opam | 2 +-
 packages/goblint/goblint.2.6.0/opam | 2 +-
 packages/goblint/goblint.2.7.1/opam | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

(from ocaml/opam:fedora-42-ocaml-4.14@sha256:2dfd6d1022154acd862240c3a95a5a1efc6c828910d2f1200fd652ee034ed0df)
2026-04-20 17:12.32 ---> using "81eb0c09bcbf643c9f19a9ac33d91f127a220451a460e9905db04c8c0ebcdfc1" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-20 17:12.32 ---> using "86fd52f16f35a912869d7fc1845061a2be5ab94357c89ecc855dac0cff4dfca5" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-20 17:12.32 ---> using "d6239ca23cc0b155bf2e5ae82c0458dd0457b0139199882b636d2eab3fe629f3" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=fedora os-version=42
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         2 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-04-20 17:12.32 ---> using "45387ca8c3e79b4e4f2d84d8ae811e102ed2af1f568f4dc7a0f32e71bae53457" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-20 17:12.32 ---> using "4a7302959c713bc51368eefd66779a5c72fcf2b201771994c53735e3e3388e6f" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-20 17:12.35 ---> saved as "05cfb88a0c37c71d84148cb36a6039eaaaeb4519b99072707ededf40f46c9e88"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-20 17:13.04 ---> saved as "b35a86843ed41f1c7bb577d7ddcc53c464e1567651cb9fe5473fd4995612ac8e"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  32.0 KiB/s |  15.4 KiB |  00m00s
-  Fedora 42 - x86_64                     100% |  58.4 KiB/s |  22.4 KiB |  00m00s
-  Fedora 42 openh264 (From Cisco) - x86_ 100% |   5.3 KiB/s | 986.0   B |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-04-20 17:13.13 ---> saved as "afd3a3e293163ec1e10380ca89eb3d6c706dec235a8467994d55b2fd6e48f6a7"

/home/opam: (run (shell "opam pin add -k version -yn goblint.2.3.0 2.3.0"))
goblint is now pinned to version 2.3.0
2026-04-20 17:13.15 ---> saved as "5bc247954dcfe121a5e951ce97dfacdfc9efd9c16b67d6562aea46494296f956"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall goblint.2.3.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-42\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'goblint.2.3.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
goblint.2.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 63 packages
  - install angstrom            0.16.1         [required by uri]
  - install arg-complete        0.2.1          [required by goblint]
  - install astring             0.8.5          [required by fpath]
  - install batteries           3.10.0         [required by goblint]
  - install bigstringaf         0.10.0         [required by angstrom]
  - install bos                 0.2.1          [required by yaml]
  - install camlp-streams       5.0.1          [required by batteries]
  - install catapult            0.2            [required by goblint]
  - install catapult-file       0.2            [required by goblint]
  - install conf-autoconf       0.2            [required by cpu]
  - install conf-gcc            1.0            [required by goblint]
  - install conf-gmp            5              [required by goblint]
  - install conf-perl           2              [required by goblint-cil]
  - install conf-pkg-config     4              [required by zarith]
  - install cppo                1.8.0          [required by arg-complete, goblint-cil]
  - install cpu                 2.0.0          [required by goblint]
  - install csexp               1.5.2          [required by dune-private-libs, dune-configurator]
  - install cstruct             6.2.0          [required by hex]
  - install ctypes              0.24.0         [required by yaml]
  - install dune                3.22.2         [required by goblint]
  - install dune-build-info     3.22.2         [required by goblint]
  - install dune-configurator   3.22.2         [required by goblint-cil, yaml]
  - install dune-private-libs   3.22.2         [required by dune-site]
  - install dune-site           3.22.2         [required by goblint]
  - install dyn                 3.22.2         [required by dune-private-libs]
  - install fileutils           0.6.6          [required by goblint]
  - install fmt                 0.11.0         [required by bos]
  - install fpath               0.7.3          [required by goblint]
  - install fs-io               3.22.2         [required by stdune]
  - install goblint             2.3.0 (pinned)
  - install goblint-cil         2.0.3          [required by goblint]
  - install hex                 1.5.0          [required by json-data-encoding]
  - install integers            0.7.0          [required by ctypes]
  - install json-data-encoding  1.0.1          [required by goblint]
  - install jsonrpc             1.26.0         [required by goblint]
  - install logs                0.10.0         [required by bos]
  - install num                 1.6            [required by batteries]
  - install ocaml-compiler-libs v0.12.4        [required by ppxlib]
  - install ocaml-syntax-shims  1.0.0          [required by angstrom]
  - install ocamlbuild          0.16.1         [required by fpath, uuidm]
  - install ocamlfind           1.9.8          [required by fpath, batteries, uuidm]
  - install ordering            3.22.2         [required by dyn, stdune]
  - install pp                  2.0.0          [required by dune-private-libs]
  - install ppx_derivers        1.2.1          [required by ppx_deriving]
  - install ppx_deriving        6.1.1          [required by goblint]
  - install ppx_deriving_hash   0.1.3          [required by goblint]
  - install ppx_deriving_yojson 3.10.0         [required by goblint]
  - install ppxlib              0.38.0         [required by ppx_deriving_hash]
  - install qcheck-core         0.25           [required by goblint]
  - install rresult             0.7.0          [required by bos]
  - install seq                 base           [required by yojson]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install sha                 1.15.4         [required by goblint]
  - install stdlib-shims        0.3.0          [required by goblint-cil, sha]
  - install stdune              3.22.2         [required by dune-private-libs]
  - install stringext           1.6.0          [required by uri]
  - install top-closure         3.22.2         [required by stdune]
  - install topkg               1.1.1          [required by fpath, uuidm]
  - install uri                 4.4.0          [required by json-data-encoding]
  - install uuidm               0.9.10         [required by goblint]
  - install yaml                3.2.0          [required by goblint]
  - install yojson              2.2.2          [required by goblint]
  - install zarith              1.14           [required by goblint]

The following system packages will first need to be installed:
    gmp-devel perl-ExtUtils-MakeMaker perl-FindBin perl-Pod-Html

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/sbin/sudo "yum" "install" "-y" "gmp-devel" "perl-ExtUtils-MakeMaker" "perl-FindBin" "perl-Pod-Html"
- Updating and loading repositories:
- Repositories loaded.
- Package                      Arch   Version            Repository      Size
- Installing:
-  gmp-devel                   x86_64 1:6.3.0-4.fc42     fedora     352.3 KiB
-  perl-ExtUtils-MakeMaker     noarch 2:7.76-1.fc42      updates    739.6 KiB
-  perl-FindBin                noarch 1.54-520.fc42      updates      6.7 KiB
-  perl-Pod-Html               noarch 1.35-520.fc42      updates     42.2 KiB
- Installing dependencies:
-  gmp-c++                     x86_64 1:6.3.0-4.fc42     fedora      27.6 KiB
-  perl-AutoSplit              noarch 5.74-520.fc42      updates     23.1 KiB
-  perl-Benchmark              noarch 1.25-520.fc42      updates     36.3 KiB
-  perl-CPAN-Meta-Requirements noarch 2.143-10.fc42      fedora      81.2 KiB
-  perl-CPAN-Meta-YAML         noarch 0.020-2.fc42       fedora      52.1 KiB
-  perl-ExtUtils-Command       noarch 2:7.76-1.fc42      updates      9.6 KiB
-  perl-ExtUtils-Install       noarch 2.22-512.fc42      fedora      85.5 KiB
-  perl-ExtUtils-Manifest      noarch 1:1.75-512.fc42    fedora      84.8 KiB
-  perl-ExtUtils-ParseXS       noarch 1:3.51-512.fc42    fedora     399.6 KiB
-  perl-I18N-Langinfo          x86_64 0.24-515.fc42      fedora      34.7 KiB
-  perl-JSON-PP                noarch 1:4.16-513.fc42    fedora     141.8 KiB
-  perl-Math-BigInt            noarch 1:2.0040.01-1.fc42 fedora     984.8 KiB
-  perl-Math-Complex           noarch 1.62-520.fc42      updates     85.0 KiB
-  perl-Test-Harness           noarch 1:3.50-2.fc42      fedora     559.6 KiB
-  perl-version                x86_64 9:0.99.33-2.fc42   fedora     128.7 KiB
- Installing weak dependencies:
-  perl-CPAN-Meta              noarch 2.150010-512.fc42  fedora     592.2 KiB
-  perl-Encode-Locale          noarch 1.05-31.fc42       fedora      19.0 KiB
-  perl-Time-HiRes             x86_64 4:1.9777-512.fc42  fedora     115.8 KiB
- 
- Transaction Summary:
-  Installing:        22 packages
- 
- Total size of inbound packages is 2 MiB. Need to download 2 MiB.
- After this operation, 4 MiB extra will be used (install 4 MiB, remove 0 B).
- [ 1/22] gmp-c++-1:6.3.0-4.fc42.x86_64   100% | 451.1 KiB/s |  18.5 KiB |  00m00s
- [ 2/22] perl-ExtUtils-Install-0:2.22-51 100% |   3.3 MiB/s |  43.5 KiB |  00m00s
- [ 3/22] perl-ExtUtils-Manifest-1:1.75-5 100% |   4.8 MiB/s |  34.1 KiB |  00m00s
- [ 4/22] gmp-devel-1:6.3.0-4.fc42.x86_64 100% |   2.2 MiB/s | 174.4 KiB |  00m00s
- [ 5/22] perl-ExtUtils-MakeMaker-2:7.76- 100% |   3.6 MiB/s | 294.5 KiB |  00m00s
- [ 6/22] perl-ExtUtils-ParseXS-1:3.51-51 100% |   2.1 MiB/s | 187.2 KiB |  00m00s
- [ 7/22] perl-FindBin-0:1.54-520.fc42.no 100% |   1.5 MiB/s |  13.4 KiB |  00m00s
- [ 8/22] perl-Pod-Html-0:1.35-520.fc42.n 100% |   5.6 MiB/s |  28.7 KiB |  00m00s
- [ 9/22] perl-Benchmark-0:1.25-520.fc42. 100% |   5.1 MiB/s |  26.0 KiB |  00m00s
- [10/22] perl-AutoSplit-0:5.74-520.fc42. 100% |   4.1 MiB/s |  20.8 KiB |  00m00s
- [11/22] perl-ExtUtils-Command-2:7.76-1. 100% |   2.7 MiB/s |  14.0 KiB |  00m00s
- [12/22] perl-Time-HiRes-4:1.9777-512.fc 100% |   9.4 MiB/s |  57.5 KiB |  00m00s
- [13/22] perl-Encode-Locale-0:1.05-31.fc 100% |   2.3 MiB/s |  18.5 KiB |  00m00s
- [14/22] perl-I18N-Langinfo-0:0.24-515.f 100% |   2.3 MiB/s |  25.6 KiB |  00m00s
- [15/22] perl-CPAN-Meta-0:2.150010-512.f 100% |   2.6 MiB/s | 190.8 KiB |  00m00s
- [16/22] perl-CPAN-Meta-Requirements-0:2 100% |   2.5 MiB/s |  35.2 KiB |  00m00s
- [17/22] perl-version-9:0.99.33-2.fc42.x 100% | 274.9 KiB/s |  63.0 KiB |  00m00s
- [18/22] perl-Test-Harness-1:3.50-2.fc42 100% | 958.8 KiB/s | 277.1 KiB |  00m00s
- [19/22] perl-Math-BigInt-1:2.0040.01-1. 100% |  10.1 MiB/s | 227.2 KiB |  00m00s
- [20/22] perl-Math-Complex-0:1.62-520.fc 100% |   4.0 MiB/s |  45.3 KiB |  00m00s
- [21/22] perl-CPAN-Meta-YAML-0:0.020-2.f 100% | 124.7 KiB/s |  26.8 KiB |  00m00s
- [22/22] perl-JSON-PP-1:4.16-513.fc42.no 100% | 291.3 KiB/s |  65.5 KiB |  00m00s
- --------------------------------------------------------------------------------
- [22/22] Total                           100% |   2.2 MiB/s |   1.8 MiB |  00m01s
- Running transaction
- [ 1/24] Verify package files            100% |   1.0 KiB/s |  22.0   B |  00m00s
- [ 2/24] Prepare transaction             100% | 338.0   B/s |  22.0   B |  00m00s
- [ 3/24] Installing perl-version-9:0.99. 100% |  32.1 MiB/s | 131.5 KiB |  00m00s
- [ 4/24] Installing perl-CPAN-Meta-Requi 100% |  40.7 MiB/s |  83.4 KiB |  00m00s
- [ 5/24] Installing perl-Math-Complex-0: 100% |  83.8 MiB/s |  85.8 KiB |  00m00s
- [ 6/24] Installing perl-Math-BigInt-1:2 100% | 138.0 MiB/s | 988.8 KiB |  00m00s
- [ 7/24] Installing perl-JSON-PP-1:4.16- 100% |   5.4 MiB/s | 143.6 KiB |  00m00s
- [ 8/24] Installing perl-CPAN-Meta-YAML- 100% |  26.1 MiB/s |  53.5 KiB |  00m00s
- [ 9/24] Installing perl-I18N-Langinfo-0 100% |  17.6 MiB/s |  36.1 KiB |  00m00s
- [10/24] Installing perl-ExtUtils-Comman 100% |   9.9 MiB/s |  10.2 KiB |  00m00s
- [11/24] Installing perl-AutoSplit-0:5.7 100% |  23.0 MiB/s |  23.5 KiB |  00m00s
- [12/24] Installing perl-Benchmark-0:1.2 100% |  17.9 MiB/s |  36.7 KiB |  00m00s
- [13/24] Installing perl-Test-Harness-1: 100% |  17.2 MiB/s | 582.4 KiB |  00m00s
- [14/24] Installing perl-ExtUtils-ParseX 100% |  15.2 MiB/s | 405.1 KiB |  00m00s
- [15/24] Installing perl-ExtUtils-Manife 100% |  42.2 MiB/s |  86.3 KiB |  00m00s
- [16/24] Installing perl-ExtUtils-Instal 100% |  42.6 MiB/s |  87.2 KiB |  00m00s
- [17/24] Installing perl-ExtUtils-MakeMa 100% |  25.3 MiB/s | 750.3 KiB |  00m00s
- [18/24] Installing gmp-c++-1:6.3.0-4.fc 100% |  13.9 MiB/s |  28.5 KiB |  00m00s
- [19/24] Installing gmp-devel-1:6.3.0-4. 100% | 115.3 MiB/s | 354.1 KiB |  00m00s
- [20/24] Installing perl-Encode-Locale-0 100% |  19.6 MiB/s |  20.1 KiB |  00m00s
- [21/24] Installing perl-CPAN-Meta-0:2.1 100% |  85.6 MiB/s | 613.8 KiB |  00m00s
- [22/24] Installing perl-Time-HiRes-4:1. 100% |  38.3 MiB/s | 117.8 KiB |  00m00s
- [23/24] Installing perl-Pod-Html-0:1.35 100% |   1.8 MiB/s |  43.8 KiB |  00m00s
- [24/24] Installing perl-FindBin-0:1.54- 100% | 127.1 KiB/s |   7.1 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "perl-ExtUtils-MakeMaker" "perl-FindBin" "perl-Pod-Html"
- gmp-devel-6.3.0-4.fc42.x86_64
- perl-ExtUtils-MakeMaker-7.76-1.fc42.noarch
- perl-FindBin-1.54-520.fc42.noarch
- perl-Pod-Html-1.35-520.fc42.noarch

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved arg-complete.0.2.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved batteries.3.10.0  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved catapult.0.2, catapult-file.0.2  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cpu.2.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gcc.1.0
-> installed conf-gmp.5
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-autoconf.0.2
-> retrieved ctypes.0.24.0  (cached)
-> retrieved dune.3.22.2, dune-build-info.3.22.2, dune-configurator.3.22.2, dune-private-libs.3.22.2, dune-site.3.22.2, dyn.3.22.2, fs-io.3.22.2, ordering.3.22.2, stdune.3.22.2, top-closure.3.22.2  (cached)
-> retrieved fileutils.0.6.6  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved goblint.2.3.0  (cached)
-> retrieved goblint-cil.2.0.3  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved json-data-encoding.1.0.1  (cached)
-> retrieved jsonrpc.1.26.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_deriving_hash.0.1.3  (cached)
-> retrieved ppx_deriving_yojson.3.10.0  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved qcheck-core.0.25  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uuidm.0.9.10  (cached)
-> retrieved yaml.3.2.0  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved zarith.1.14  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uuidm.0.9.10
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.22.2
-> installed camlp-streams.5.0.1
-> installed catapult.0.2
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed dune-build-info.3.22.2
-> installed fs-io.3.22.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ordering.3.22.2
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed qcheck-core.0.25
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed top-closure.3.22.2
-> installed yojson.2.2.2
-> installed catapult-file.0.2
-> installed arg-complete.0.2.1
-> installed hex.1.5.0
-> installed fileutils.0.6.6
-> installed dune-configurator.3.22.2
-> installed jsonrpc.1.26.0
-> installed integers.0.7.0
-> installed dyn.3.22.2
-> installed bigstringaf.0.10.0
-> installed sha.1.15.4
-> installed batteries.3.10.0
-> installed cpu.2.0.0
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed stdune.3.22.2
-> installed json-data-encoding.1.0.1
-> installed ctypes.0.24.0
-> installed dune-private-libs.3.22.2
-> installed dune-site.3.22.2
-> installed yaml.3.2.0
-> installed ppxlib.0.38.0
-> installed ppx_deriving.6.1.1
-> installed ppx_deriving_hash.0.1.3
-> installed ppx_deriving_yojson.3.10.0
-> installed goblint-cil.2.0.3
[ERROR] The compilation of goblint.2.3.0 failed at "dune build -p goblint -j 71 --promote-install-files=false @install".

#=== ERROR while compiling goblint.2.3.0 ======================================#
# context              2.5.1 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://github.com/goblint/analyzer/releases/download/v2.3.0/goblint-2.3.0.tbz)
# path                 ~/.opam/4.14/.opam-switch/build/goblint.2.3.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p goblint -j 71 --promote-install-files=false @install
# exit-code            1
# env-file             ~/.opam/log/goblint-7-ab27d0.env
# output-file          ~/.opam/log/goblint-7-ab27d0.out
### output ###
# (cd _build/default/src/build-info && /usr/sbin/bash -e -u -o pipefail -c 'git describe --all --long --dirty || echo "n/a"') > /opam-tmp/build_61d13f_dune/dune-pipe-action-_b49cb7_.stdout
# fatal: not a git repository (or any parent up to mount point /)
# Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
# File "lib/goblint/runtime/src/dune", line 4, characters 8-15:
# 4 |  (names goblint)
#             ^^^^^^^
# (cd _build/default/lib/goblint/runtime/src && /usr/sbin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -I /home/opam/.opam/4.14/lib/ocaml -I ../include -o goblint.o -c goblint.c)
# goblint.c:19:6: error: conflicting types for '__goblint_assume_join'; have 'void(pthread_t)' {aka 'void(long unsigned int)'}
#    19 | void __goblint_assume_join(pthread_t thread) {
#       |      ^~~~~~~~~~~~~~~~~~~~~
# In file included from goblint.c:1:
# ../include/goblint.h:5:6: note: previous declaration of '__goblint_assume_join' with type 'void(void)'
#     5 | void __goblint_assume_join(/* pthread_t thread */); // undeclared argument to avoid pthread.h interfering with Linux kernel headers
#       |      ^~~~~~~~~~~~~~~~~~~~~



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build goblint 2.3.0
+- 
+- The following changes have been performed
| - install angstrom            0.16.1
| - install arg-complete        0.2.1
| - install astring             0.8.5
| - install batteries           3.10.0
| - install bigstringaf         0.10.0
| - install bos                 0.2.1
| - install camlp-streams       5.0.1
| - install catapult            0.2
| - install catapult-file       0.2
| - install conf-autoconf       0.2
| - install conf-gcc            1.0
| - install conf-gmp            5
| - install conf-perl           2
| - install conf-pkg-config     4
| - install cppo                1.8.0
| - install cpu                 2.0.0
| - install csexp               1.5.2
| - install cstruct             6.2.0
| - install ctypes              0.24.0
| - install dune                3.22.2
| - install dune-build-info     3.22.2
| - install dune-configurator   3.22.2
| - install dune-private-libs   3.22.2
| - install dune-site           3.22.2
| - install dyn                 3.22.2
| - install fileutils           0.6.6
| - install fmt                 0.11.0
| - install fpath               0.7.3
| - install fs-io               3.22.2
| - install goblint-cil         2.0.3
| - install hex                 1.5.0
| - install integers            0.7.0
| - install json-data-encoding  1.0.1
| - install jsonrpc             1.26.0
| - install logs                0.10.0
| - install num                 1.6
| - install ocaml-compiler-libs v0.12.4
| - install ocaml-syntax-shims  1.0.0
| - install ocamlbuild          0.16.1
| - install ocamlfind           1.9.8
| - install ordering            3.22.2
| - install pp                  2.0.0
| - install ppx_derivers        1.2.1
| - install ppx_deriving        6.1.1
| - install ppx_deriving_hash   0.1.3
| - install ppx_deriving_yojson 3.10.0
| - install ppxlib              0.38.0
| - install qcheck-core         0.25
| - install rresult             0.7.0
| - install seq                 base
| - install sexplib0            v0.17.0
| - install sha                 1.15.4
| - install stdlib-shims        0.3.0
| - install stdune              3.22.2
| - install stringext           1.6.0
| - install top-closure         3.22.2
| - install topkg               1.1.1
| - install uri                 4.4.0
| - install uuidm               0.9.10
| - install yaml                3.2.0
| - install yojson              2.2.2
| - install zarith              1.14
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260420171316.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall goblint.2.3.0;
        res=$?;
        test "$res" != 31 && exit "$res";
        export OPAMCLI=2.0;
        build_dir=$(opam var prefix)/.opam-switch/build;
        failed=$(ls "$build_dir");
        partial_fails="";
        for pkg in $failed; do
          if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"fedora-42\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'goblint.2.3.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-04-20 17:16.37: Job failed: Failed: Build failed
2026-04-20 17:16.37: Log analysis:
2026-04-20 17:16.37: >>> 
[ERROR] The compilation of goblint.2.3.0 failed at "dune build -p goblint -j 71 --promote-install-files=false @install".
 (score = 20)
2026-04-20 17:16.37: >>> 
# goblint.c:19:6: error: conflicting types for '__goblint_assume_join'; have 'void(pthread_t)' {aka 'void(long unsigned int)'}
 (score = 30)
2026-04-20 17:16.37: conflicting types for '__goblint_assume_join'; have 'void(pthread_t)' {aka 'void(long unsigned int)'}