(not at the head of any monitored branch or PR)
2026-06-12 13:47.54: New job: build diffast-git-cli.0.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/30013/head (982b04ef93a661d2359626d5ec2c24b5bcd0e02c)
                              on debian-testing-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/30013/head" && git reset --hard 982b04ef
git fetch origin master
git merge --no-edit 41657ef82daca3cc2f3c76fd0c9978b7950071ce
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-4.14@sha256:31208d69c41afab920785375b3510b7e6405215c4b0cd3e60b8d009f5af10be9
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-git-cli.0.4 0.4
RUN opam reinstall diffast-git-cli.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 "\"debian-testing\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'diffast-git-cli.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.54: Using cache hint "ocaml/opam:debian-testing-ocaml-4.14@sha256:31208d69c41afab920785375b3510b7e6405215c4b0cd3e60b8d009f5af10be9-diffast-git-cli.0.4-982b04ef93a661d2359626d5ec2c24b5bcd0e02c"
2026-06-12 13:47.54: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-4.14@sha256:31208d69c41afab920785375b3510b7e6405215c4b0cd3e60b8d009f5af10be9)
 (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-git-cli.0.4 0.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall diffast-git-cli.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 \"\\\"debian-testing\\\"\"; 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-git-cli.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.54: Waiting for resource in pool OCluster
2026-06-12 18:36.48: Waiting for worker…
2026-06-12 18:40.21: 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:debian-testing-ocaml-4.14@sha256:31208d69c41afab920785375b3510b7e6405215c4b0cd3e60b8d009f5af10be9)
Unable to find image 'ocaml/opam:debian-testing-ocaml-4.14@sha256:31208d69c41afab920785375b3510b7e6405215c4b0cd3e60b8d009f5af10be9' locally
docker.io/ocaml/opam@sha256:31208d69c41afab920785375b3510b7e6405215c4b0cd3e60b8d009f5af10be9: Pulling from ocaml/opam
8848ceea1cb0: Pulling fs layer
53c0af683a4a: Pulling fs layer
25fb5db28ef6: Pulling fs layer
7377041082d0: Pulling fs layer
9722be7af5b9: Pulling fs layer
8047e9059efd: Pulling fs layer
7377041082d0: Waiting
4317037cd76c: Pulling fs layer
9722be7af5b9: Waiting
8047e9059efd: Waiting
517f8906d2e9: Pulling fs layer
f950f9cc6591: Pulling fs layer
517f8906d2e9: Waiting
5339ff1b270b: Pulling fs layer
8458525f119c: Pulling fs layer
f950f9cc6591: Waiting
c3a9dac279e8: Pulling fs layer
4317037cd76c: Waiting
5339ff1b270b: Waiting
3866189d1e85: Pulling fs layer
aba7069c073f: Pulling fs layer
c3a9dac279e8: Waiting
9851280759d4: Pulling fs layer
8458525f119c: Waiting
bf463c15d08d: Pulling fs layer
3866189d1e85: Waiting
bf463c15d08d: Waiting
cab3c9468032: Pulling fs layer
aba7069c073f: Waiting
f2bfc4266511: Pulling fs layer
afe67accd09b: Pulling fs layer
cab3c9468032: Waiting
afe67accd09b: Waiting
d91d1081e819: Pulling fs layer
4f4fb700ef54: Pulling fs layer
9851280759d4: Waiting
f2bfc4266511: Waiting
7692aaea82a9: Pulling fs layer
0f09ed4c6205: Pulling fs layer
4f4fb700ef54: Waiting
7692aaea82a9: Waiting
568bdeaf05ee: Pulling fs layer
b9be29846e36: Pulling fs layer
0f09ed4c6205: Waiting
568bdeaf05ee: Waiting
c7eaa4f23bb7: Pulling fs layer
b9be29846e36: Waiting
bbfa04182e4f: Pulling fs layer
c7eaa4f23bb7: Waiting
c72b23429a26: Pulling fs layer
bbfa04182e4f: Waiting
5937c2dfb911: Pulling fs layer
c72b23429a26: Waiting
b68555850a6e: Pulling fs layer
5937c2dfb911: Waiting
b694cb2465cf: Pulling fs layer
b68555850a6e: Waiting
c0b39a77ab34: Pulling fs layer
b694cb2465cf: Waiting
58f6c87f291e: Pulling fs layer
c0b39a77ab34: Waiting
24f89768b575: Pulling fs layer
68e9fd5d84b3: Pulling fs layer
6a65650989d9: Pulling fs layer
24f89768b575: Waiting
2dc59fe40e52: Pulling fs layer
58f6c87f291e: Waiting
6a65650989d9: Waiting
03d255da46ea: Pulling fs layer
a323d8ac12d3: Pulling fs layer
2dc59fe40e52: Waiting
43a697adb9e8: Pulling fs layer
68e9fd5d84b3: Waiting
a323d8ac12d3: Waiting
a3da2ef49350: Pulling fs layer
43a697adb9e8: Waiting
e76199cef9d4: Pulling fs layer
a3da2ef49350: Waiting
12722c13b7eb: Pulling fs layer
e76199cef9d4: Waiting
4e641a5ee14c: Pulling fs layer
12722c13b7eb: Waiting
4e641a5ee14c: Waiting
25fb5db28ef6: Verifying Checksum
25fb5db28ef6: Download complete
53c0af683a4a: Download complete
9722be7af5b9: Verifying Checksum
9722be7af5b9: Download complete
7377041082d0: Verifying Checksum
7377041082d0: Download complete
4317037cd76c: Verifying Checksum
4317037cd76c: Download complete
517f8906d2e9: Verifying Checksum
517f8906d2e9: Download complete
f950f9cc6591: Verifying Checksum
f950f9cc6591: Download complete
8848ceea1cb0: Verifying Checksum
8848ceea1cb0: Download complete
5339ff1b270b: Verifying Checksum
5339ff1b270b: Download complete
8458525f119c: Verifying Checksum
8458525f119c: Download complete
c3a9dac279e8: Verifying Checksum
c3a9dac279e8: Download complete
aba7069c073f: Download complete
9851280759d4: Verifying Checksum
9851280759d4: Download complete
8047e9059efd: Verifying Checksum
8047e9059efd: Download complete
bf463c15d08d: Verifying Checksum
bf463c15d08d: Download complete
3866189d1e85: Verifying Checksum
3866189d1e85: Download complete
f2bfc4266511: Verifying Checksum
f2bfc4266511: Download complete
afe67accd09b: Verifying Checksum
afe67accd09b: Download complete
cab3c9468032: Verifying Checksum
cab3c9468032: Download complete
d91d1081e819: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
7692aaea82a9: Verifying Checksum
7692aaea82a9: Download complete
0f09ed4c6205: Verifying Checksum
0f09ed4c6205: Download complete
568bdeaf05ee: Verifying Checksum
568bdeaf05ee: Download complete
b9be29846e36: Verifying Checksum
b9be29846e36: Download complete
c7eaa4f23bb7: Download complete
bbfa04182e4f: Verifying Checksum
bbfa04182e4f: Download complete
c72b23429a26: Download complete
b68555850a6e: Verifying Checksum
b68555850a6e: Download complete
b694cb2465cf: Download complete
58f6c87f291e: Verifying Checksum
58f6c87f291e: Download complete
5937c2dfb911: Verifying Checksum
5937c2dfb911: Download complete
c0b39a77ab34: Download complete
68e9fd5d84b3: Download complete
8848ceea1cb0: Pull complete
53c0af683a4a: Pull complete
25fb5db28ef6: Pull complete
2dc59fe40e52: Verifying Checksum
2dc59fe40e52: Download complete
03d255da46ea: Download complete
7377041082d0: Pull complete
9722be7af5b9: Pull complete
a323d8ac12d3: Verifying Checksum
a323d8ac12d3: Download complete
24f89768b575: Verifying Checksum
24f89768b575: Download complete
43a697adb9e8: Verifying Checksum
43a697adb9e8: Download complete
e76199cef9d4: Download complete
12722c13b7eb: Download complete
a3da2ef49350: Verifying Checksum
a3da2ef49350: Download complete
6a65650989d9: Verifying Checksum
6a65650989d9: Download complete
8047e9059efd: Pull complete
4317037cd76c: Pull complete
517f8906d2e9: Pull complete
f950f9cc6591: Pull complete
5339ff1b270b: Pull complete
8458525f119c: Pull complete
c3a9dac279e8: Pull complete
3866189d1e85: Pull complete
aba7069c073f: Pull complete
9851280759d4: Pull complete
bf463c15d08d: Pull complete
cab3c9468032: Pull complete
f2bfc4266511: Pull complete
afe67accd09b: Pull complete
d91d1081e819: Pull complete
4f4fb700ef54: Pull complete
7692aaea82a9: Pull complete
0f09ed4c6205: Pull complete
568bdeaf05ee: Pull complete
b9be29846e36: Pull complete
c7eaa4f23bb7: Pull complete
bbfa04182e4f: Pull complete
c72b23429a26: Pull complete
5937c2dfb911: Pull complete
b68555850a6e: Pull complete
b694cb2465cf: Pull complete
c0b39a77ab34: Pull complete
58f6c87f291e: Pull complete
24f89768b575: Pull complete
68e9fd5d84b3: Pull complete
6a65650989d9: Pull complete
2dc59fe40e52: Pull complete
03d255da46ea: Pull complete
a323d8ac12d3: Pull complete
43a697adb9e8: Pull complete
a3da2ef49350: Pull complete
e76199cef9d4: Pull complete
12722c13b7eb: Pull complete
4e641a5ee14c: Pull complete
Digest: sha256:31208d69c41afab920785375b3510b7e6405215c4b0cd3e60b8d009f5af10be9
Status: Downloaded newer image for ocaml/opam@sha256:31208d69c41afab920785375b3510b7e6405215c4b0cd3e60b8d009f5af10be9
2026-06-12 18:42.13 ---> saved as "3ef0a2e80ca20b5def60d71e4ed0c2a86ceaf2bc25c04563ff2fa6b693c9759e"

/: (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:42.13 ---> saved as "aefd95a2ac48845a0eb7f133206e52bc4988dd27b0e045995473df6ba1431d41"

/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] no changes from git+file:///home/opam/opam-repository
2026-06-12 18:42.28 ---> saved as "3f89b429e0064764ba048e6963e029fb46426a55ab768099cb0ad2e57a8ae2ac"

/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=debian os-version=unknown
# 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-06-12 18:42.28 ---> saved as "84848deee4f39e45023ebf4fb4300b471e22819201a8979bf4c04e6f543ab588"

/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:42.36 ---> saved as "168c6ce6d9a635fe2651320f44c783952fc3ab31d5440feb94aa2d47272d2bce"

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [151 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [45.1 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Err:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index
-   Couldn't find the start of the patch series
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Ign:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages [9757 kB]
- Fetched 10.1 MB in 1s (6936 kB/s)
- Reading package lists...
- 
2026-06-12 18:43.00 ---> saved as "e50647991342e5f98eebb29e4d53b58f5f25b9aafd48068373bebd5fcdf98349"

/home/opam: (run (shell "opam pin add -k version -yn diffast-git-cli.0.4 0.4"))
diffast-git-cli is now pinned to version 0.4
2026-06-12 18:43.01 ---> saved as "d20f4ddf2f49471079d69b55c95bcd1f71e4aae1d10475a4dc9ac0a597624d3a"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall diffast-git-cli.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 \"\\\"debian-testing\\\"\"; 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-git-cli.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-git-cli.0.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 135 packages
  - install angstrom              0.16.1       [required by git]
  - install arp                   4.1.0        [required by tcpip]
  - install asn1-combinators      0.3.2        [required by x509]
  - install astring               0.8.5        [required by git-unix]
  - install awa                   0.6.1        [required by git-mirage]
  - install awa-mirage            0.6.1        [required by git-mirage]
  - install base-bytes            base         [required by csv]
  - install base64                3.5.2        [required by diffast-core]
  - install bigstringaf           0.10.0       [required by git-unix]
  - install bos                   0.3.0        [required by git-unix]
  - install bytesrw               0.3.0        [required by diffast-misc]
  - install ca-certs-nss          3.123.1      [required by git-mirage]
  - install camlp-streams         5.0.1        [required by diffast-core]
  - install carton                0.7.2        [required by git-unix]
  - install carton-git            0.7.2        [required by git]
  - install carton-lwt            0.7.2        [required by git]
  - install checkseum             0.5.3        [required by carton, git]
  - install cmdliner              2.1.1        [required by diffast-git-cli]
  - 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 vlt]
  - install cryptokit             1.21.1       [required by diffast-misc]
  - install csexp                 1.5.2        [required by dune-private-libs]
  - install cstruct               6.2.0        [required by git-unix]
  - install cstruct-lwt           6.2.0        [required by tcpip]
  - install csv                   2.4          [required by diffast-core]
  - install decompress            1.5.3        [required by git-unix]
  - install diffast-api           0.4          [required by diffast-git-cli]
  - install diffast-core          0.4          [required by diffast-git-cli]
  - install diffast-etc           0.4          [required by diffast-git-cli]
  - install diffast-git           0.4          [required by diffast-git-cli]
  - install diffast-git-cli       0.4 (pinned)
  - install diffast-misc          0.4          [required by diffast-git-cli]
  - install digestif              1.3.0        [required by git-unix]
  - install dns                   10.2.5       [required by happy-eyeballs-lwt]
  - install dns-client            10.2.5       [required by dns-client-mirage]
  - install dns-client-mirage     10.2.5       [required by mimic-happy-eyeballs]
  - install domain-name           0.5.0        [required by git-unix]
  - install duff                  0.5          [required by carton]
  - install dune                  3.23.1       [required by diffast-git-cli]
  - install dune-configurator     3.23.1       [required by bigstringaf]
  - install dune-private-libs     3.23.1       [required by dune-site]
  - install dune-site             3.23.1       [required by diffast-core]
  - install duration              0.3.1        [required by happy-eyeballs-lwt]
  - install dyn                   3.23.1       [required by dune-private-libs]
  - install emile                 1.1          [required by git]
  - install encore                0.8.1        [required by git]
  - install eqaf                  0.10         [required by digestif, awa]
  - install ethernet              3.2.0        [required by tcpip]
  - install faraday               0.8.2        [required by h1, paf]
  - install fmt                   0.11.0       [required by diffast-git-cli]
  - install fpath                 0.7.3        [required by git-unix]
  - install fs-io                 3.23.1       [required by stdune]
  - install gen                   1.1          [required by sedlex]
  - install git                   3.18.0       [required by git-unix]
  - install git-mirage            3.18.0       [required by git-unix]
  - install git-paf               3.18.0       [required by git-mirage]
  - install git-unix              3.18.0       [required by diffast-git]
  - install gmap                  0.3.0        [required by x509]
  - install h1                    1.0.0        [required by git-paf]
  - install h2                    0.13.0       [required by paf]
  - install happy-eyeballs        2.0.1        [required by git-mirage, happy-eyeballs-lwt]
  - install happy-eyeballs-lwt    2.0.1        [required by git-unix]
  - install happy-eyeballs-mirage 2.0.1        [required by git-mirage]
  - install hpack                 0.13.0       [required by h2]
  - install httpun-types          0.2.0        [required by h1]
  - install hxd                   0.5.0        [required by carton, git]
  - install ipaddr                5.6.2        [required by git-unix]
  - install ipaddr-cstruct        5.6.2        [required by tcpip]
  - install kdf                   1.0.0        [required by x509]
  - install ke                    0.6          [required by carton, git]
  - install logs                  0.10.0       [required by diffast-git-cli]
  - install lru                   0.3.1        [required by tcpip]
  - install lwt                   6.1.2        [required by git-unix]
  - install lwt-dllist            1.1.0        [required by tcpip]
  - install macaddr               5.6.2        [required by ipaddr]
  - install macaddr-cstruct       5.6.2        [required by tcpip]
  - install markup                1.0.3        [required by diffast-misc]
  - install menhir                20260209     [required by diffast-core]
  - install menhirCST             20260209     [required by menhir]
  - install menhirGLR             20260209     [required by menhir]
  - install menhirLib             20260209     [required by menhir]
  - install menhirSdk             20260209     [required by menhir]
  - install metrics               0.5.0        [required by tcpip]
  - install mimic                 0.0.9        [required by git-unix]
  - install mimic-happy-eyeballs  0.0.9        [required by git-mirage]
  - install mirage-crypto         2.1.0        [required by git-mirage]
  - install mirage-crypto-ec      2.1.0        [required by awa]
  - install mirage-crypto-pk      2.1.0        [required by awa]
  - install mirage-crypto-rng     2.1.0        [required by awa]
  - install mirage-flow           5.0.0        [required by git-unix]
  - install mirage-kv             6.1.1        [required by tls-mirage]
  - install mirage-mtime          5.2.0        [required by awa-mirage, awa, happy-eyeballs-mirage]
  - install mirage-net            4.0.0        [required by tcpip]
  - install mirage-ptime          5.2.0        [required by git-mirage]
  - install mirage-sleep          4.1.0        [required by git-mirage]
  - install mtime                 2.1.0        [required by diffast-git-cli]
  - 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 astring, uuidm, bos]
  - install ocamlfind             1.9.8        [required by astring, uuidm, bos]
  - install ocamlgraph            2.2.0        [required by git]
  - install ocplib-endian         1.2          [required by lwt]
  - install ohex                  0.2.0        [required by awa]
  - install optint                0.3.0        [required by carton, git]
  - install ordering              3.23.1       [required by dyn, stdune]
  - install paf                   0.8.0        [required by git-paf]
  - install pecu                  0.7          [required by emile]
  - 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 psq                   0.2.1        [required by carton, git]
  - install ptime                 1.2.0        [required by git-mirage]
  - install randomconv            0.2.0        [required by tcpip, dns-client]
  - install rresult               0.7.0        [required by git-unix]
  - install sedlex                3.7          [required by diffast-core]
  - install seq                   base         [required by gen, psq]
  - 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 stringext             1.6.0        [required by uri]
  - install tcpip                 9.0.1        [required by git-unix]
  - install tls                   2.1.0        [required by git-unix]
  - install tls-mirage            2.1.0        [required by git-mirage]
  - install top-closure           3.23.1       [required by stdune]
  - install topkg                 1.1.1        [required by astring, uuidm, bos]
  - install uchar                 0.0.2        [required by markup]
  - install uri                   4.4.0        [required by git, git-mirage]
  - install uuidm                 0.9.10       [required by diffast-core]
  - install uutf                  1.0.4        [required by markup, emile]
  - install vlt                   0.2.5        [required by diffast-git-cli]
  - install x509                  1.0.6        [required by git-mirage]
  - install zarith                1.14         [required by cryptokit, awa]

The following system packages will first need to be installed:
    libgmp-dev pkg-config zlib1g-dev

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get 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/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" "zlib1g-dev"
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21794 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-5+b2_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b2) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-5+b2_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5+b2) ...
- Selecting previously unselected package libpkgconf7:amd64.
- Preparing to unpack .../2-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_2.5.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (2.5.1-4) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../6-zlib1g-dev_1%3a1.3.dfsg+really1.3.2-3_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.2-3) ...
- Setting up libpkgconf7:amd64 (2.5.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b2) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.2-3) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5+b2) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up pkg-config:amd64 (2.5.1-4) ...
- Processing triggers for libc-bin (2.42-16) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved arp.4.1.0  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved awa.0.6.1, awa-mirage.0.6.1  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.3.0  (cached)
-> retrieved bytesrw.0.3.0  (cached)
-> retrieved ca-certs-nss.3.123.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved carton.0.7.2, carton-git.0.7.2, carton-lwt.0.7.2  (cached)
-> retrieved checkseum.0.5.3  (cached)
-> retrieved cmdliner.2.1.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)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved csexp.1.5.2  (cached)
-> installed conf-zlib.1
-> installed conf-gmp-powm-sec.4
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0  (cached)
-> retrieved csv.2.4  (cached)
-> retrieved decompress.1.5.3  (cached)
-> retrieved diffast-api.0.4, diffast-core.0.4, diffast-etc.0.4, diffast-git.0.4, diffast-git-cli.0.4, diffast-misc.0.4  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved dns.10.2.5, dns-client.10.2.5, dns-client-mirage.10.2.5  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved duff.0.5  (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 duration.0.3.1  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved encore.0.8.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved ethernet.3.2.0  (cached)
-> retrieved faraday.0.8.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved git.3.18.0, git-mirage.3.18.0, git-paf.3.18.0, git-unix.3.18.0  (cached)
-> installed cmdliner.2.1.1
-> retrieved gmap.0.3.0  (cached)
-> retrieved h1.1.0.0  (cached)
-> retrieved h2.0.13.0, hpack.0.13.0  (cached)
-> retrieved happy-eyeballs.2.0.1, happy-eyeballs-lwt.2.0.1, happy-eyeballs-mirage.2.0.1  (cached)
-> retrieved httpun-types.0.2.0  (cached)
-> retrieved hxd.0.5.0  (cached)
-> retrieved ipaddr.5.6.2, ipaddr-cstruct.5.6.2, macaddr.5.6.2, macaddr-cstruct.5.6.2  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.6.1.2  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved markup.1.0.3  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved metrics.0.5.0  (cached)
-> retrieved mimic.0.0.9, mimic-happy-eyeballs.0.0.9  (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-kv.6.1.1  (cached)
-> retrieved mirage-mtime.5.2.0  (cached)
-> retrieved mirage-net.4.0.0  (cached)
-> retrieved mirage-ptime.5.2.0  (cached)
-> retrieved mirage-sleep.4.1.0  (cached)
-> retrieved mtime.2.1.0  (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 ocamlgraph.2.2.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved paf.0.8.0  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved rresult.0.7.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 stringext.1.6.0  (cached)
-> retrieved tcpip.9.0.1  (cached)
-> retrieved tls.2.1.0, tls-mirage.2.1.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uuidm.0.9.10  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved vlt.0.2.5  (cached)
-> retrieved x509.1.0.6  (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 rresult.0.7.0
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed bytesrw.0.3.0
-> installed fpath.0.7.3
-> installed dune.3.23.1
-> installed asn1-combinators.0.3.2
-> installed base64.3.5.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed csv.2.4
-> installed domain-name.0.5.0
-> installed duff.0.5
-> installed duration.0.3.1
-> installed eqaf.0.10
-> installed fs-io.3.23.1
-> installed gen.1.1
-> installed gmap.0.3.0
-> installed ke.0.6
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed markup.1.0.3
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed metrics.0.5.0
-> installed mirage-mtime.5.2.0
-> installed mirage-ptime.5.2.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ocamlgraph.2.2.0
-> installed ohex.0.2.0
-> installed optint.0.3.0
-> installed ordering.3.23.1
-> installed pecu.0.7
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed randomconv.0.2.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed top-closure.3.23.1
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.23.1
-> installed diffast-etc.0.4
-> installed digestif.1.3.0
-> installed ipaddr.5.6.2
-> installed macaddr-cstruct.5.6.2
-> installed lru.0.3.1
-> installed ipaddr-cstruct.5.6.2
-> installed bigstringaf.0.10.0
-> installed dyn.3.23.1
-> installed checkseum.0.5.3
-> installed angstrom.0.16.1
-> installed faraday.0.8.2
-> installed httpun-types.0.2.0
-> installed encore.0.8.1
-> installed mirage-crypto.2.1.0
-> installed emile.1.1
-> installed cryptokit.1.21.1
-> installed hpack.0.13.0
-> installed h1.1.0.0
-> installed lwt.6.1.2
-> installed kdf.1.0.0
-> installed mirage-flow.5.0.0
-> installed cstruct-lwt.6.2.0
-> installed mirage-kv.6.1.1
-> installed mirage-net.4.0.0
-> installed mirage-sleep.4.1.0
-> installed decompress.1.5.3
-> installed h2.0.13.0
-> installed uri.4.4.0
-> installed hxd.0.5.0
-> installed logs.0.10.0
-> installed ethernet.3.2.0
-> installed happy-eyeballs.2.0.1
-> installed mimic.0.0.9
-> installed mirage-crypto-rng.2.1.0
-> installed arp.4.1.0
-> installed mirage-crypto-pk.2.1.0
-> installed stdune.3.23.1
-> installed menhir.20260209
-> installed bos.0.3.0
-> installed dns.10.2.5
-> installed tcpip.9.0.1
-> installed happy-eyeballs-mirage.2.0.1
-> installed happy-eyeballs-lwt.2.0.1
-> installed dns-client.10.2.5
-> installed dune-private-libs.3.23.1
-> installed carton.0.7.2
-> installed carton-lwt.0.7.2
-> installed carton-git.0.7.2
-> installed dune-site.3.23.1
-> installed mirage-crypto-ec.2.1.0
-> installed x509.1.0.6
-> installed git.3.18.0
-> installed ca-certs-nss.3.123.1
-> installed tls.2.1.0
-> installed awa.0.6.1
-> installed tls-mirage.2.1.0
-> installed awa-mirage.0.6.1
-> installed dns-client-mirage.10.2.5
-> installed paf.0.8.0
-> installed mimic-happy-eyeballs.0.0.9
-> installed git-paf.3.18.0
-> installed git-mirage.3.18.0
-> installed ppxlib.0.38.0
-> installed git-unix.3.18.0
-> installed vlt.0.2.5
-> installed sedlex.3.7
-> installed diffast-misc.0.4
-> installed diffast-git.0.4
-> installed diffast-core.0.4
-> installed diffast-api.0.4
-> installed diffast-git-cli.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-12 18:46.57 ---> saved as "1ed2471edc697688da3fff4483fdddbf6263ea96dfe0401e0235e1d48932f184"
Job succeeded
2026-06-12 18:47.05: Job succeeded