(not at the head of any monitored branch or PR)
2026-06-12 13:47.51: New job: build diffast-langs-cpp.0.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/30013/head (982b04ef93a661d2359626d5ec2c24b5bcd0e02c)
                              on fedora-43-ocaml-5.4/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/30013/head" && git reset --hard 982b04ef
git fetch origin master
git merge --no-edit 41657ef82daca3cc2f3c76fd0c9978b7950071ce
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:dda46bacfaf96c7a0291fcd8fddbdaa0d7a70d5d73d5df455808da5d40cbc505
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 diffast-langs-cpp.0.4 0.4
RUN opam reinstall diffast-langs-cpp.0.4; \
    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-43\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'diffast-langs-cpp.0.4' && 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-06-12 13:47.51: Using cache hint "ocaml/opam:fedora-43-ocaml-5.4@sha256:dda46bacfaf96c7a0291fcd8fddbdaa0d7a70d5d73d5df455808da5d40cbc505-diffast-langs-cpp.0.4-982b04ef93a661d2359626d5ec2c24b5bcd0e02c"
2026-06-12 13:47.51: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:dda46bacfaf96c7a0291fcd8fddbdaa0d7a70d5d73d5df455808da5d40cbc505)
 (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 diffast-langs-cpp.0.4 0.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall diffast-langs-cpp.0.4;\
             \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-43\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'diffast-langs-cpp.0.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-06-12 13:47.51: Waiting for resource in pool OCluster
2026-06-12 18:15.03: Waiting for worker…
2026-06-12 18:18.56: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 41657ef82d Merge pull request #30025 from dinosaure/release-mcrunch-v0.0.3
Merge made by the 'ort' strategy.
 packages/diffast-api/diffast-api.0.4/opam          | 50 ++++++++++++++++
 packages/diffast-cli/diffast-cli.0.4/opam          | 52 ++++++++++++++++
 packages/diffast-core/diffast-core.0.4/opam        | 57 ++++++++++++++++++
 packages/diffast-etc/diffast-etc.0.4/opam          | 47 +++++++++++++++
 packages/diffast-git-cli/diffast-git-cli.0.4/opam  | 57 ++++++++++++++++++
 packages/diffast-git/diffast-git.0.4/opam          | 50 ++++++++++++++++
 .../diffast-langs-common.0.4/opam                  | 52 ++++++++++++++++
 .../diffast-langs-cpp-parsing-cli.0.4/opam         | 50 ++++++++++++++++
 .../diffast-langs-cpp-parsing.0.4/opam             | 54 +++++++++++++++++
 .../diffast-langs-cpp-spec.0.4/opam                | 50 ++++++++++++++++
 .../diffast-langs-cpp/diffast-langs-cpp.0.4/opam   | 53 ++++++++++++++++
 .../diffast-langs-fortran-parsing-cli.0.4/opam     | 49 +++++++++++++++
 .../diffast-langs-fortran-parsing.0.4/opam         | 52 ++++++++++++++++
 .../diffast-langs-fortran-spec.0.4/opam            | 50 ++++++++++++++++
 .../diffast-langs-fortran.0.4/opam                 | 53 ++++++++++++++++
 .../diffast-langs-java-parsing-cli.0.4/opam        | 49 +++++++++++++++
 .../diffast-langs-java-parsing.0.4/opam            | 52 ++++++++++++++++
 .../diffast-langs-java-spec.0.4/opam               | 50 ++++++++++++++++
 .../diffast-langs-java/diffast-langs-java.0.4/opam | 53 ++++++++++++++++
 .../diffast-langs-python-parsing-cli.0.4/opam      | 49 +++++++++++++++
 .../diffast-langs-python-parsing.0.4/opam          | 52 ++++++++++++++++
 .../diffast-langs-python-spec.0.4/opam             | 50 ++++++++++++++++
 .../diffast-langs-python.0.4/opam                  | 53 ++++++++++++++++
 .../diffast-langs-verilog-parsing-cli.0.4/opam     | 49 +++++++++++++++
 .../diffast-langs-verilog-parsing.0.4/opam         | 52 ++++++++++++++++
 .../diffast-langs-verilog-spec.0.4/opam            | 50 ++++++++++++++++
 .../diffast-langs-verilog.0.4/opam                 | 53 ++++++++++++++++
 packages/diffast-misc/diffast-misc.0.4/opam        | 52 ++++++++++++++++
 packages/diffast/diffast.0.4/opam                  | 70 ++++++++++++++++++++++
 29 files changed, 1510 insertions(+)
 create mode 100644 packages/diffast-api/diffast-api.0.4/opam
 create mode 100644 packages/diffast-cli/diffast-cli.0.4/opam
 create mode 100644 packages/diffast-core/diffast-core.0.4/opam
 create mode 100644 packages/diffast-etc/diffast-etc.0.4/opam
 create mode 100644 packages/diffast-git-cli/diffast-git-cli.0.4/opam
 create mode 100644 packages/diffast-git/diffast-git.0.4/opam
 create mode 100644 packages/diffast-langs-common/diffast-langs-common.0.4/opam
 create mode 100644 packages/diffast-langs-cpp-parsing-cli/diffast-langs-cpp-parsing-cli.0.4/opam
 create mode 100644 packages/diffast-langs-cpp-parsing/diffast-langs-cpp-parsing.0.4/opam
 create mode 100644 packages/diffast-langs-cpp-spec/diffast-langs-cpp-spec.0.4/opam
 create mode 100644 packages/diffast-langs-cpp/diffast-langs-cpp.0.4/opam
 create mode 100644 packages/diffast-langs-fortran-parsing-cli/diffast-langs-fortran-parsing-cli.0.4/opam
 create mode 100644 packages/diffast-langs-fortran-parsing/diffast-langs-fortran-parsing.0.4/opam
 create mode 100644 packages/diffast-langs-fortran-spec/diffast-langs-fortran-spec.0.4/opam
 create mode 100644 packages/diffast-langs-fortran/diffast-langs-fortran.0.4/opam
 create mode 100644 packages/diffast-langs-java-parsing-cli/diffast-langs-java-parsing-cli.0.4/opam
 create mode 100644 packages/diffast-langs-java-parsing/diffast-langs-java-parsing.0.4/opam
 create mode 100644 packages/diffast-langs-java-spec/diffast-langs-java-spec.0.4/opam
 create mode 100644 packages/diffast-langs-java/diffast-langs-java.0.4/opam
 create mode 100644 packages/diffast-langs-python-parsing-cli/diffast-langs-python-parsing-cli.0.4/opam
 create mode 100644 packages/diffast-langs-python-parsing/diffast-langs-python-parsing.0.4/opam
 create mode 100644 packages/diffast-langs-python-spec/diffast-langs-python-spec.0.4/opam
 create mode 100644 packages/diffast-langs-python/diffast-langs-python.0.4/opam
 create mode 100644 packages/diffast-langs-verilog-parsing-cli/diffast-langs-verilog-parsing-cli.0.4/opam
 create mode 100644 packages/diffast-langs-verilog-parsing/diffast-langs-verilog-parsing.0.4/opam
 create mode 100644 packages/diffast-langs-verilog-spec/diffast-langs-verilog-spec.0.4/opam
 create mode 100644 packages/diffast-langs-verilog/diffast-langs-verilog.0.4/opam
 create mode 100644 packages/diffast-misc/diffast-misc.0.4/opam
 create mode 100644 packages/diffast/diffast.0.4/opam

(from ocaml/opam:fedora-43-ocaml-5.4@sha256:dda46bacfaf96c7a0291fcd8fddbdaa0d7a70d5d73d5df455808da5d40cbc505)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:dda46bacfaf96c7a0291fcd8fddbdaa0d7a70d5d73d5df455808da5d40cbc505' locally
docker.io/ocaml/opam@sha256:dda46bacfaf96c7a0291fcd8fddbdaa0d7a70d5d73d5df455808da5d40cbc505: Pulling from ocaml/opam
1fd43c80f797: Pulling fs layer
86f641bed7cf: Pulling fs layer
cc34a09cdcc4: Pulling fs layer
47bba4af6cc8: Pulling fs layer
531d0119982c: Pulling fs layer
6fa16750b700: Pulling fs layer
ff20a06231f1: Pulling fs layer
531d0119982c: Waiting
f322df446d6b: Pulling fs layer
47bba4af6cc8: Waiting
405072d36bdd: Pulling fs layer
6fa16750b700: Waiting
a044fbf81d64: Pulling fs layer
f322df446d6b: Waiting
7aa0c45a06e7: Pulling fs layer
405072d36bdd: Waiting
a044fbf81d64: Waiting
19bf9c672922: Pulling fs layer
ba7cc57104ca: Pulling fs layer
19bf9c672922: Waiting
e747e9ba4ad0: Pulling fs layer
ba7cc57104ca: Waiting
a51191b964b5: Pulling fs layer
e747e9ba4ad0: Waiting
eb3f96fbef2d: Pulling fs layer
a51191b964b5: Waiting
dcb5bfc96fb1: Pulling fs layer
eb3f96fbef2d: Waiting
c6e9334c27d9: Pulling fs layer
3e2552a6acd4: Pulling fs layer
e90a9d0334f0: Pulling fs layer
dcb5bfc96fb1: Waiting
c6e9334c27d9: Waiting
4f4fb700ef54: Pulling fs layer
3e2552a6acd4: Waiting
e90a9d0334f0: Waiting
08e693a44334: Pulling fs layer
4f4fb700ef54: Waiting
e300cbdc3c3a: Pulling fs layer
9cea457898f0: Pulling fs layer
e300cbdc3c3a: Waiting
6f82656ba15e: Pulling fs layer
9cea457898f0: Waiting
8f43e8b28a74: Pulling fs layer
6f82656ba15e: Waiting
6df25cab4e43: Pulling fs layer
8f43e8b28a74: Waiting
02f4c0aa1e50: Pulling fs layer
04326f1af263: Pulling fs layer
6df25cab4e43: Waiting
02f4c0aa1e50: Waiting
a33503cc6e74: Pulling fs layer
04326f1af263: Waiting
a9d74e06cd17: Pulling fs layer
76858174296d: Pulling fs layer
a33503cc6e74: Waiting
a9d74e06cd17: Waiting
a56641b71d16: Pulling fs layer
76858174296d: Waiting
fe79cab7c3c7: Pulling fs layer
a56641b71d16: Waiting
8481d6ae2a7f: Pulling fs layer
fe79cab7c3c7: Waiting
5f18c42500c1: Pulling fs layer
f093eaff5ff2: Pulling fs layer
8481d6ae2a7f: Waiting
e69dcb8617eb: Pulling fs layer
5f18c42500c1: Waiting
57af1db3571b: Pulling fs layer
f093eaff5ff2: Waiting
38bcffa548e4: Pulling fs layer
e69dcb8617eb: Waiting
57af1db3571b: Waiting
0b471ea88ece: Pulling fs layer
359401d39539: Pulling fs layer
38bcffa548e4: Waiting
0b471ea88ece: Waiting
8807eae46347: Pulling fs layer
359401d39539: Waiting
20cf10ae7afe: Pulling fs layer
8807eae46347: Waiting
20cf10ae7afe: Waiting
86f641bed7cf: Verifying Checksum
86f641bed7cf: Download complete
47bba4af6cc8: Verifying Checksum
47bba4af6cc8: Download complete
531d0119982c: Verifying Checksum
531d0119982c: Download complete
1fd43c80f797: Download complete
6fa16750b700: Verifying Checksum
6fa16750b700: Download complete
cc34a09cdcc4: Verifying Checksum
cc34a09cdcc4: Download complete
ff20a06231f1: Verifying Checksum
ff20a06231f1: Download complete
f322df446d6b: Verifying Checksum
f322df446d6b: Download complete
405072d36bdd: Verifying Checksum
405072d36bdd: Download complete
a044fbf81d64: Download complete
7aa0c45a06e7: Verifying Checksum
7aa0c45a06e7: Download complete
19bf9c672922: Verifying Checksum
19bf9c672922: Download complete
ba7cc57104ca: Verifying Checksum
ba7cc57104ca: Download complete
e747e9ba4ad0: Verifying Checksum
e747e9ba4ad0: Download complete
a51191b964b5: Verifying Checksum
a51191b964b5: Download complete
eb3f96fbef2d: Download complete
c6e9334c27d9: Download complete
3e2552a6acd4: Verifying Checksum
3e2552a6acd4: Download complete
dcb5bfc96fb1: Verifying Checksum
dcb5bfc96fb1: Download complete
e90a9d0334f0: Verifying Checksum
e90a9d0334f0: Download complete
4f4fb700ef54: Download complete
e300cbdc3c3a: Download complete
9cea457898f0: Download complete
08e693a44334: Verifying Checksum
08e693a44334: Download complete
6f82656ba15e: Download complete
8f43e8b28a74: Download complete
6df25cab4e43: Download complete
04326f1af263: Download complete
a33503cc6e74: Verifying Checksum
a33503cc6e74: Download complete
a9d74e06cd17: Verifying Checksum
a9d74e06cd17: Download complete
a56641b71d16: Verifying Checksum
a56641b71d16: Download complete
02f4c0aa1e50: Verifying Checksum
02f4c0aa1e50: Download complete
76858174296d: Verifying Checksum
76858174296d: Download complete
8481d6ae2a7f: Download complete
f093eaff5ff2: Download complete
e69dcb8617eb: Download complete
1fd43c80f797: Pull complete
86f641bed7cf: Pull complete
57af1db3571b: Verifying Checksum
57af1db3571b: Download complete
cc34a09cdcc4: Pull complete
fe79cab7c3c7: Verifying Checksum
fe79cab7c3c7: Download complete
5f18c42500c1: Verifying Checksum
5f18c42500c1: Download complete
359401d39539: Verifying Checksum
359401d39539: Download complete
8807eae46347: Verifying Checksum
8807eae46347: Download complete
20cf10ae7afe: Download complete
38bcffa548e4: Verifying Checksum
38bcffa548e4: Download complete
0b471ea88ece: Verifying Checksum
0b471ea88ece: Download complete
47bba4af6cc8: Pull complete
531d0119982c: Pull complete
6fa16750b700: Pull complete
ff20a06231f1: Pull complete
f322df446d6b: Pull complete
405072d36bdd: Pull complete
a044fbf81d64: Pull complete
7aa0c45a06e7: Pull complete
19bf9c672922: Pull complete
ba7cc57104ca: Pull complete
e747e9ba4ad0: Pull complete
a51191b964b5: Pull complete
eb3f96fbef2d: Pull complete
dcb5bfc96fb1: Pull complete
c6e9334c27d9: Pull complete
3e2552a6acd4: Pull complete
e90a9d0334f0: Pull complete
4f4fb700ef54: Pull complete
08e693a44334: Pull complete
e300cbdc3c3a: Pull complete
9cea457898f0: Pull complete
6f82656ba15e: Pull complete
8f43e8b28a74: Pull complete
6df25cab4e43: Pull complete
02f4c0aa1e50: Pull complete
04326f1af263: Pull complete
a33503cc6e74: Pull complete
a9d74e06cd17: Pull complete
76858174296d: Pull complete
a56641b71d16: Pull complete
fe79cab7c3c7: Pull complete
8481d6ae2a7f: Pull complete
5f18c42500c1: Pull complete
f093eaff5ff2: Pull complete
e69dcb8617eb: Pull complete
57af1db3571b: Pull complete
38bcffa548e4: Pull complete
0b471ea88ece: Pull complete
359401d39539: Pull complete
8807eae46347: Pull complete
20cf10ae7afe: Pull complete
Digest: sha256:dda46bacfaf96c7a0291fcd8fddbdaa0d7a70d5d73d5df455808da5d40cbc505
Status: Downloaded newer image for ocaml/opam@sha256:dda46bacfaf96c7a0291fcd8fddbdaa0d7a70d5d73d5df455808da5d40cbc505
2026-06-12 18:20.24 ---> saved as "dd015095a77920b37fdf6781950567f780d69f684ad955d7e581dd8cc8aa07c5"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-06-12 18:20.24 ---> saved as "5245df80976a4f7824a1a9a569c60c6652c3ab49ef0052aeadc4e2976950b6c1"

/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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-06-12 18:20.35 ---> saved as "321dfd3a641c1fa9434de15632252b98aa446032d1f8439556f4cf395af7dd3b"

/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=43
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-06-12 18:20.36 ---> saved as "e1b862c41ae19fabff30e3a2d6465c75fa6270a7fdbd1ba4b20937a72df81f9b"

/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-06-12 18:20.43 ---> saved as "2c0b4d10d03926043b7cfad768d1541bb41f4dccb2928444659b44c0111e519d"

/home/opam: (copy (src .) (dst opam-repository/))
2026-06-12 18:20.59 ---> saved as "e28121189b38c6af5ded4642a7c52521d311ce021e88366b005bb1e954e5f3ad"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-06-12 18:21.10 ---> saved as "fcd325eaa3fa0001cf75ebe59af276e900fab1d3375df44ed374bd307cdf9fe1"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 43 - x86_64 - Updates           100% | 101.3 KiB/s |  13.5 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-06-12 18:21.14 ---> saved as "6b2461c065b92db28580c0d0b87777535f0a901f11d81cb14fa699a1dbca1e53"

/home/opam: (run (shell "opam pin add -k version -yn diffast-langs-cpp.0.4 0.4"))
diffast-langs-cpp is now pinned to version 0.4
2026-06-12 18:21.15 ---> saved as "46010429004c2c56d15f7dfecc3ed85804e7e26c5ba6edafa403a0bfe918d02f"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall diffast-langs-cpp.0.4;\
                        \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-43\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'diffast-langs-cpp.0.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
diffast-langs-cpp.0.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 50 packages
  - install base-bytes                base         [required by csv]
  - install base64                    3.5.2        [required by diffast-core]
  - install bytesrw                   0.3.0        [required by diffast-misc]
  - install camlp-streams             5.0.1        [required by diffast-core, diffast-langs-cpp-parsing]
  - install conf-gmp                  5            [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec         4            [required by cryptokit]
  - install conf-pkg-config           4            [required by bytesrw]
  - install conf-zlib                 1            [required by bytesrw, cryptokit]
  - install cppo                      1.8.0        [required by diffast-langs-common]
  - install cryptokit                 1.21.1       [required by diffast-misc]
  - install csexp                     1.5.2        [required by dune-private-libs]
  - install csv                       2.4          [required by diffast-core]
  - install diffast-core              0.4          [required by diffast-langs-cpp]
  - install diffast-langs-common      0.4          [required by diffast-langs-cpp-parsing]
  - install diffast-langs-cpp         0.4 (pinned)
  - install diffast-langs-cpp-parsing 0.4          [required by diffast-langs-cpp]
  - install diffast-langs-cpp-spec    0.4          [required by diffast-langs-cpp]
  - install diffast-misc              0.4          [required by diffast-langs-cpp]
  - install dune                      3.23.1       [required by diffast-langs-cpp]
  - install dune-configurator         3.23.1       [required by cryptokit]
  - install dune-private-libs         3.23.1       [required by dune-site]
  - install dune-site                 3.23.1       [required by diffast-langs-cpp]
  - install dyn                       3.23.1       [required by dune-private-libs]
  - install fs-io                     3.23.1       [required by stdune]
  - install gen                       1.1          [required by sedlex]
  - install markup                    1.0.3        [required by diffast-misc]
  - install menhir                    20260209     [required by diffast-core, diffast-langs-cpp-parsing]
  - install menhirCST                 20260209     [required by menhir]
  - install menhirGLR                 20260209     [required by menhir]
  - install menhirLib                 20260209     [required by menhir, diffast-langs-common]
  - install menhirSdk                 20260209     [required by menhir]
  - install ocaml-compiler-libs       v0.17.0      [required by ppxlib]
  - install ocamlbuild                0.16.1       [required by uuidm]
  - install ocamlfind                 1.9.8        [required by uuidm]
  - install ordering                  3.23.1       [required by dyn, stdune]
  - install pp                        2.0.0        [required by dune-private-libs]
  - install ppx_derivers              1.2.1        [required by ppxlib]
  - install ppxlib                    0.38.0       [required by sedlex]
  - install sedlex                    3.7          [required by diffast-core, diffast-langs-cpp-parsing]
  - install seq                       base         [required by gen]
  - install sexplib0                  v0.17.0      [required by ppxlib]
  - install stdlib-shims              0.3.0        [required by ppxlib]
  - install stdune                    3.23.1       [required by dune-private-libs]
  - install top-closure               3.23.1       [required by stdune]
  - install topkg                     1.1.1        [required by uuidm]
  - install uchar                     0.0.2        [required by markup]
  - install uuidm                     0.9.10       [required by diffast-core]
  - install uutf                      1.0.4        [required by markup]
  - install vlt                       0.2.5        [required by diffast-langs-cpp]
  - install zarith                    1.14         [required by cryptokit]

The following system packages will first need to be installed:
    gmp-devel zlib-ng-compat-devel zlib-ng-compat-static

<><> 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" "zlib-ng-compat-devel" "zlib-ng-compat-static"
- Updating and loading repositories:
- Repositories loaded.
- Package                Arch   Version        Repository      Size
- Installing:
-  gmp-devel             x86_64 1:6.3.0-4.fc43 fedora     352.3 KiB
-  zlib-ng-compat-devel  x86_64 2.3.3-2.fc43   updates    107.0 KiB
-  zlib-ng-compat-static x86_64 2.3.3-2.fc43   updates      2.1 MiB
- Installing dependencies:
-  cmake-filesystem      x86_64 3.31.11-1.fc43 updates      0.0   B
-  gmp-c++               x86_64 1:6.3.0-4.fc43 fedora      27.6 KiB
- 
- Transaction Summary:
-  Installing:         5 packages
- 
- Total size of inbound packages is 723 KiB. Need to download 723 KiB.
- After this operation, 3 MiB extra will be used (install 3 MiB, remove 0 B).
- [1/5] gmp-c++-1:6.3.0-4.fc43.x86_64     100% | 360.9 KiB/s |  18.4 KiB |  00m00s
- [2/5] gmp-devel-1:6.3.0-4.fc43.x86_64   100% |   2.4 MiB/s | 174.3 KiB |  00m00s
- [3/5] cmake-filesystem-0:3.31.11-1.fc43 100% |   2.6 MiB/s |  13.4 KiB |  00m00s
- [4/5] zlib-ng-compat-devel-0:2.3.3-2.fc 100% | 478.9 KiB/s |  37.8 KiB |  00m00s
- [5/5] zlib-ng-compat-static-0:2.3.3-2.f 100% |   4.9 MiB/s | 478.9 KiB |  00m00s
- --------------------------------------------------------------------------------
- [5/5] Total                             100% | 216.0 KiB/s | 722.9 KiB |  00m03s
- Running transaction
- [1/7] Verify package files              100% | 454.0   B/s |   5.0   B |  00m00s
- [2/7] Prepare transaction               100% |  89.0   B/s |   5.0   B |  00m00s
- [3/7] Installing cmake-filesystem-0:3.3 100% |   1.5 MiB/s |   7.6 KiB |  00m00s
- [4/7] Installing zlib-ng-compat-devel-0 100% |  35.3 MiB/s | 108.6 KiB |  00m00s
- [5/7] Installing gmp-c++-1:6.3.0-4.fc43 100% |  13.9 MiB/s |  28.5 KiB |  00m00s
- [6/7] Installing gmp-devel-1:6.3.0-4.fc 100% | 115.3 MiB/s | 354.1 KiB |  00m00s
- [7/7] Installing zlib-ng-compat-static- 100% |  35.1 MiB/s |   2.1 MiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "zlib-ng-compat-devel" "zlib-ng-compat-static"
- gmp-devel-6.3.0-4.fc43.x86_64
- zlib-ng-compat-devel-2.3.3-2.fc43.x86_64
- zlib-ng-compat-static-2.3.3-2.fc43.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2  (cached)
-> retrieved bytesrw.0.3.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cryptokit.1.21.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved csv.2.4  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> retrieved diffast-core.0.4, diffast-langs-common.0.4, diffast-langs-cpp.0.4, diffast-langs-cpp-parsing.0.4, diffast-langs-cpp-spec.0.4, diffast-misc.0.4  (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1, dune-private-libs.3.23.1, dune-site.3.23.1, dyn.3.23.1, fs-io.3.23.1, ordering.3.23.1, stdune.3.23.1, top-closure.3.23.1  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved markup.1.0.3  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved ocaml-compiler-libs.v0.17.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 ppxlib.0.38.0  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved uuidm.0.9.10  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved vlt.0.2.5  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed uchar.0.0.2
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed bytesrw.0.3.0
-> installed dune.3.23.1
-> installed base64.3.5.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed csv.2.4
-> installed fs-io.3.23.1
-> installed gen.1.1
-> installed markup.1.0.3
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.17.0
-> installed ordering.3.23.1
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed top-closure.3.23.1
-> installed dune-configurator.3.23.1
-> installed dyn.3.23.1
-> installed cryptokit.1.21.1
-> installed stdune.3.23.1
-> installed menhir.20260209
-> installed dune-private-libs.3.23.1
-> installed dune-site.3.23.1
-> installed ppxlib.0.38.0
-> installed vlt.0.2.5
-> installed sedlex.3.7
-> installed diffast-misc.0.4
-> installed diffast-langs-common.0.4
-> installed diffast-core.0.4
-> installed diffast-langs-cpp-spec.0.4
-> installed diffast-langs-cpp-parsing.0.4
-> installed diffast-langs-cpp.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-12 18:25.53 ---> saved as "07e333c8fd40e28a18b3fa71ef033e4c1985d140a0d7bd47bea70ab04c032ea2"
Job succeeded
2026-06-12 18:26.02: Job succeeded