(not at the head of any monitored branch or PR)
2026-06-12 13:47.54: New job: build diffast-langs-java-parsing.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-langs-java-parsing.0.4 0.4
RUN opam reinstall diffast-langs-java-parsing.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-langs-java-parsing.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-langs-java-parsing.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-langs-java-parsing.0.4 0.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall diffast-langs-java-parsing.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-langs-java-parsing.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.32: Waiting for worker…
2026-06-12 18:39.42: 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.38 ---> 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-langs-java-parsing.0.4 0.4"))
diffast-langs-java-parsing is now pinned to version 0.4
2026-06-12 18:43.01 ---> saved as "b2217498a66d9ef8db9bca204e7932df7be09ae098579c43dc9f3310422d06e5"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall diffast-langs-java-parsing.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-langs-java-parsing.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-java-parsing.0.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 36 packages
  - install base64                     3.5.2        [required by diffast-misc]
  - install bytesrw                    0.3.0        [required by diffast-misc]
  - install camlp-streams              5.0.1        [required by diffast-langs-java-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-configurator]
  - install diffast-langs-common       0.4          [required by diffast-langs-java-parsing]
  - install diffast-langs-java-parsing 0.4 (pinned)
  - install diffast-misc               0.4          [required by diffast-langs-common]
  - install dune                       3.23.1       [required by diffast-langs-java-parsing]
  - install dune-configurator          3.23.1       [required by cryptokit]
  - install gen                        1.1          [required by sedlex]
  - install markup                     1.0.3        [required by diffast-misc]
  - install menhir                     20260209     [required by diffast-langs-java-parsing]
  - install menhirCST                  20260209     [required by menhir]
  - install menhirGLR                  20260209     [required by menhir]
  - install menhirLib                  20260209     [required by diffast-langs-common, menhir]
  - install menhirSdk                  20260209     [required by menhir]
  - install ocaml-compiler-libs        v0.12.4      [required by ppxlib]
  - install ocamlbuild                 0.16.1       [required by bytesrw]
  - install ocamlfind                  1.9.8        [required by bytesrw]
  - install ppx_derivers               1.2.1        [required by ppxlib]
  - install ppxlib                     0.38.0       [required by sedlex]
  - install sedlex                     3.7          [required by diffast-langs-java-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 topkg                      1.1.1        [required by bytesrw]
  - install uchar                      0.0.2        [required by markup]
  - install uutf                       1.0.4        [required by markup]
  - install vlt                        0.2.5        [required by diffast-langs-java-parsing]
  - install zarith                     1.14         [required by cryptokit]

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 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)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> retrieved diffast-langs-common.0.4, diffast-langs-java-parsing.0.4, diffast-misc.0.4  (cached)
-> retrieved dune.3.23.1, dune-configurator.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.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (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 uutf.1.0.4  (cached)
-> retrieved vlt.0.2.5  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed uchar.0.0.2
-> installed zarith.1.14
-> installed topkg.1.1.1
-> 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 csexp.1.5.2
-> installed cppo.1.8.0
-> installed gen.1.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed markup.1.0.3
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.23.1
-> installed cryptokit.1.21.1
-> installed menhir.20260209
-> 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-langs-java-parsing.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-06-12 18:44.32 ---> saved as "e50595edeff605fe932db89ef769e57796d0ff4f832760ded182a8b9788f69eb"
Job succeeded
2026-06-12 18:44.38: Job succeeded