(for PR #28911)

2025-11-18 11:06.58: New job: test diffast-langs-java-parsing.0.3.6, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28911/head (d4d65ae1fe7675999e28f9992146e67a61d912dc)
                              on debian-unstable-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/28911/head" && git reset --hard d4d65ae1
git fetch origin master
git merge --no-edit 1c92c86556d4b9c73229d94763be9715317321bc
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-unstable-ocaml-5.4@sha256:d41c26f6f54dcca3f4396b708b145b0daadb0ca8a202aaad950c78b76ac1e8ca
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.3.6 0.3.6
RUN opam reinstall diffast-langs-java-parsing.0.3.6; \
    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-unstable\""; 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.3.6' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test diffast-langs-java-parsing.0.3.6) || true
RUN opam reinstall --with-test --verbose diffast-langs-java-parsing.0.3.6; \
    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-unstable\""; 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.3.6' && 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 .

2025-11-18 11:06.58: Using cache hint "ocaml/opam:debian-unstable-ocaml-5.4@sha256:d41c26f6f54dcca3f4396b708b145b0daadb0ca8a202aaad950c78b76ac1e8ca-diffast-langs-java-parsing.0.3.6-d4d65ae1fe7675999e28f9992146e67a61d912dc"
2025-11-18 11:06.58: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-5.4@sha256:d41c26f6f54dcca3f4396b708b145b0daadb0ca8a202aaad950c78b76ac1e8ca)
 (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.3.6 0.3.6"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall diffast-langs-java-parsing.0.3.6;\
             \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-unstable\\\"\"; 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.3.6' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test diffast-langs-java-parsing.0.3.6) || true"))
 (run (shell  "opam reinstall --with-test --verbose diffast-langs-java-parsing.0.3.6;\
             \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-unstable\\\"\"; 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.3.6' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-11-18 11:06.58: Waiting for resource in pool OCluster
2025-11-18 11:27.06: Waiting for worker…
2025-11-18 11:31.13: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 1c92c86556 Merge pull request #28847 from nikochiko/opam-publish-raga.0.1.0
Updating 1c92c86556..d4d65ae1fe
Fast-forward
 packages/diffast-api/diffast-api.0.3.6/opam        | 50 ++++++++++++++++
 packages/diffast-cli/diffast-cli.0.3.6/opam        | 52 ++++++++++++++++
 packages/diffast-core/diffast-core.0.3.6/opam      | 57 ++++++++++++++++++
 packages/diffast-etc/diffast-etc.0.3.6/opam        | 47 +++++++++++++++
 .../diffast-git-cli/diffast-git-cli.0.3.6/opam     | 57 ++++++++++++++++++
 packages/diffast-git/diffast-git.0.3.6/opam        | 50 ++++++++++++++++
 .../diffast-langs-common.0.3.6/opam                | 52 ++++++++++++++++
 .../diffast-langs-cpp-parsing-cli.0.3.6/opam       | 50 ++++++++++++++++
 .../diffast-langs-cpp-parsing.0.3.6/opam           | 54 +++++++++++++++++
 .../diffast-langs-cpp-spec.0.3.6/opam              | 50 ++++++++++++++++
 .../diffast-langs-cpp/diffast-langs-cpp.0.3.6/opam | 53 ++++++++++++++++
 .../diffast-langs-fortran-parsing-cli.0.3.6/opam   | 49 +++++++++++++++
 .../diffast-langs-fortran-parsing.0.3.6/opam       | 52 ++++++++++++++++
 .../diffast-langs-fortran-spec.0.3.6/opam          | 50 ++++++++++++++++
 .../diffast-langs-fortran.0.3.6/opam               | 53 ++++++++++++++++
 .../diffast-langs-java-parsing-cli.0.3.6/opam      | 49 +++++++++++++++
 .../diffast-langs-java-parsing.0.3.6/opam          | 52 ++++++++++++++++
 .../diffast-langs-java-spec.0.3.6/opam             | 50 ++++++++++++++++
 .../diffast-langs-java.0.3.6/opam                  | 53 ++++++++++++++++
 .../diffast-langs-python-parsing-cli.0.3.6/opam    | 49 +++++++++++++++
 .../diffast-langs-python-parsing.0.3.6/opam        | 52 ++++++++++++++++
 .../diffast-langs-python-spec.0.3.6/opam           | 50 ++++++++++++++++
 .../diffast-langs-python.0.3.6/opam                | 53 ++++++++++++++++
 .../diffast-langs-verilog-parsing-cli.0.3.6/opam   | 49 +++++++++++++++
 .../diffast-langs-verilog-parsing.0.3.6/opam       | 52 ++++++++++++++++
 .../diffast-langs-verilog-spec.0.3.6/opam          | 50 ++++++++++++++++
 .../diffast-langs-verilog.0.3.6/opam               | 53 ++++++++++++++++
 packages/diffast-misc/diffast-misc.0.3.6/opam      | 52 ++++++++++++++++
 packages/diffast/diffast.0.3.6/opam                | 70 ++++++++++++++++++++++
 29 files changed, 1510 insertions(+)
 create mode 100644 packages/diffast-api/diffast-api.0.3.6/opam
 create mode 100644 packages/diffast-cli/diffast-cli.0.3.6/opam
 create mode 100644 packages/diffast-core/diffast-core.0.3.6/opam
 create mode 100644 packages/diffast-etc/diffast-etc.0.3.6/opam
 create mode 100644 packages/diffast-git-cli/diffast-git-cli.0.3.6/opam
 create mode 100644 packages/diffast-git/diffast-git.0.3.6/opam
 create mode 100644 packages/diffast-langs-common/diffast-langs-common.0.3.6/opam
 create mode 100644 packages/diffast-langs-cpp-parsing-cli/diffast-langs-cpp-parsing-cli.0.3.6/opam
 create mode 100644 packages/diffast-langs-cpp-parsing/diffast-langs-cpp-parsing.0.3.6/opam
 create mode 100644 packages/diffast-langs-cpp-spec/diffast-langs-cpp-spec.0.3.6/opam
 create mode 100644 packages/diffast-langs-cpp/diffast-langs-cpp.0.3.6/opam
 create mode 100644 packages/diffast-langs-fortran-parsing-cli/diffast-langs-fortran-parsing-cli.0.3.6/opam
 create mode 100644 packages/diffast-langs-fortran-parsing/diffast-langs-fortran-parsing.0.3.6/opam
 create mode 100644 packages/diffast-langs-fortran-spec/diffast-langs-fortran-spec.0.3.6/opam
 create mode 100644 packages/diffast-langs-fortran/diffast-langs-fortran.0.3.6/opam
 create mode 100644 packages/diffast-langs-java-parsing-cli/diffast-langs-java-parsing-cli.0.3.6/opam
 create mode 100644 packages/diffast-langs-java-parsing/diffast-langs-java-parsing.0.3.6/opam
 create mode 100644 packages/diffast-langs-java-spec/diffast-langs-java-spec.0.3.6/opam
 create mode 100644 packages/diffast-langs-java/diffast-langs-java.0.3.6/opam
 create mode 100644 packages/diffast-langs-python-parsing-cli/diffast-langs-python-parsing-cli.0.3.6/opam
 create mode 100644 packages/diffast-langs-python-parsing/diffast-langs-python-parsing.0.3.6/opam
 create mode 100644 packages/diffast-langs-python-spec/diffast-langs-python-spec.0.3.6/opam
 create mode 100644 packages/diffast-langs-python/diffast-langs-python.0.3.6/opam
 create mode 100644 packages/diffast-langs-verilog-parsing-cli/diffast-langs-verilog-parsing-cli.0.3.6/opam
 create mode 100644 packages/diffast-langs-verilog-parsing/diffast-langs-verilog-parsing.0.3.6/opam
 create mode 100644 packages/diffast-langs-verilog-spec/diffast-langs-verilog-spec.0.3.6/opam
 create mode 100644 packages/diffast-langs-verilog/diffast-langs-verilog.0.3.6/opam
 create mode 100644 packages/diffast-misc/diffast-misc.0.3.6/opam
 create mode 100644 packages/diffast/diffast.0.3.6/opam

(from ocaml/opam:debian-unstable-ocaml-5.4@sha256:d41c26f6f54dcca3f4396b708b145b0daadb0ca8a202aaad950c78b76ac1e8ca)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-5.4@sha256:d41c26f6f54dcca3f4396b708b145b0daadb0ca8a202aaad950c78b76ac1e8ca' locally
docker.io/ocaml/opam@sha256:d41c26f6f54dcca3f4396b708b145b0daadb0ca8a202aaad950c78b76ac1e8ca: Pulling from ocaml/opam
7a726d77a015: Pulling fs layer
096b221ce420: Pulling fs layer
01d188e875b8: Pulling fs layer
6c26aef4008c: Pulling fs layer
7a726d77a015: Waiting
faf1cc2e0017: Pulling fs layer
684ae348f22e: Pulling fs layer
096b221ce420: Waiting
697a517dcb94: Pulling fs layer
01d188e875b8: Waiting
6c26aef4008c: Waiting
aabe8963b502: Pulling fs layer
faf1cc2e0017: Waiting
626b31e7ef05: Pulling fs layer
684ae348f22e: Waiting
697a517dcb94: Waiting
2ccd0ee16f32: Pulling fs layer
a81bbee9d992: Pulling fs layer
626b31e7ef05: Waiting
aabe8963b502: Waiting
22fb0eb169e8: Pulling fs layer
2ccd0ee16f32: Waiting
c1df4937c5c6: Pulling fs layer
568953b356e7: Pulling fs layer
a81bbee9d992: Waiting
22fb0eb169e8: Waiting
7e0be313121d: Pulling fs layer
258458fea6e8: Pulling fs layer
7e0be313121d: Waiting
91d012ea0fe2: Pulling fs layer
fa6f40dd0f11: Pulling fs layer
781bf12e83e0: Pulling fs layer
fcd0602e567b: Pulling fs layer
258458fea6e8: Waiting
4f4fb700ef54: Pulling fs layer
ea265120c4f9: Pulling fs layer
fa6f40dd0f11: Waiting
781bf12e83e0: Waiting
70cd454bfbc9: Pulling fs layer
fcd0602e567b: Waiting
fad5c90c7262: Pulling fs layer
4f4fb700ef54: Waiting
70cd454bfbc9: Waiting
adc90b1454b6: Pulling fs layer
fad5c90c7262: Waiting
59f4c932324a: Pulling fs layer
43a1caae8823: Pulling fs layer
6ee22797a2dd: Pulling fs layer
adc90b1454b6: Waiting
3d0fc2e8c4aa: Pulling fs layer
59f4c932324a: Waiting
4bebe18058bc: Pulling fs layer
43a1caae8823: Waiting
7ed8309c425e: Pulling fs layer
3d0fc2e8c4aa: Waiting
3f70a6c21283: Pulling fs layer
1c4f487dd20b: Pulling fs layer
ee1a43b13947: Pulling fs layer
931d27ec0647: Pulling fs layer
3f70a6c21283: Waiting
02699d250c68: Pulling fs layer
7ed8309c425e: Waiting
1c4f487dd20b: Waiting
4880f9cdfe0a: Pulling fs layer
1ccf6b2c058b: Pulling fs layer
931d27ec0647: Waiting
d6689a2f7308: Pulling fs layer
4880f9cdfe0a: Waiting
02699d250c68: Waiting
ca46e3f75520: Pulling fs layer
1ccf6b2c058b: Waiting
6e364c3b7385: Pulling fs layer
ca46e3f75520: Waiting
d6689a2f7308: Waiting
939f314b719c: Pulling fs layer
a30cf0ff2938: Pulling fs layer
3deaaf97f1e6: Pulling fs layer
6e364c3b7385: Waiting
939f314b719c: Waiting
aa675e169972: Pulling fs layer
a30cf0ff2938: Waiting
3deaaf97f1e6: Waiting
28ba9c3664f3: Pulling fs layer
aa675e169972: Waiting
096b221ce420: Verifying Checksum
096b221ce420: Download complete
01d188e875b8: Download complete
6c26aef4008c: Verifying Checksum
6c26aef4008c: Download complete
faf1cc2e0017: Verifying Checksum
faf1cc2e0017: Download complete
697a517dcb94: Verifying Checksum
697a517dcb94: Download complete
aabe8963b502: Verifying Checksum
aabe8963b502: Download complete
626b31e7ef05: Verifying Checksum
626b31e7ef05: Download complete
2ccd0ee16f32: Verifying Checksum
2ccd0ee16f32: Download complete
a81bbee9d992: Verifying Checksum
a81bbee9d992: Download complete
22fb0eb169e8: Verifying Checksum
22fb0eb169e8: Download complete
c1df4937c5c6: Verifying Checksum
c1df4937c5c6: Download complete
568953b356e7: Download complete
7e0be313121d: Verifying Checksum
7e0be313121d: Download complete
258458fea6e8: Verifying Checksum
258458fea6e8: Download complete
91d012ea0fe2: Verifying Checksum
91d012ea0fe2: Download complete
fa6f40dd0f11: Verifying Checksum
fa6f40dd0f11: Download complete
781bf12e83e0: Verifying Checksum
781bf12e83e0: Download complete
fcd0602e567b: Verifying Checksum
fcd0602e567b: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
ea265120c4f9: Download complete
70cd454bfbc9: Verifying Checksum
70cd454bfbc9: Download complete
fad5c90c7262: Verifying Checksum
fad5c90c7262: Download complete
59f4c932324a: Verifying Checksum
59f4c932324a: Download complete
43a1caae8823: Verifying Checksum
43a1caae8823: Download complete
6ee22797a2dd: Verifying Checksum
6ee22797a2dd: Download complete
3d0fc2e8c4aa: Verifying Checksum
3d0fc2e8c4aa: Download complete
4bebe18058bc: Verifying Checksum
4bebe18058bc: Download complete
7ed8309c425e: Verifying Checksum
7ed8309c425e: Download complete
3f70a6c21283: Verifying Checksum
3f70a6c21283: Download complete
1c4f487dd20b: Download complete
ee1a43b13947: Verifying Checksum
ee1a43b13947: Download complete
931d27ec0647: Download complete
7a726d77a015: Verifying Checksum
7a726d77a015: Download complete
02699d250c68: Verifying Checksum
02699d250c68: Download complete
4880f9cdfe0a: Download complete
1ccf6b2c058b: Download complete
d6689a2f7308: Verifying Checksum
d6689a2f7308: Download complete
7a726d77a015: Pull complete
096b221ce420: Pull complete
01d188e875b8: Pull complete
6c26aef4008c: Pull complete
faf1cc2e0017: Pull complete
6e364c3b7385: Verifying Checksum
6e364c3b7385: Download complete
939f314b719c: Verifying Checksum
939f314b719c: Download complete
ca46e3f75520: Verifying Checksum
ca46e3f75520: Download complete
3deaaf97f1e6: Download complete
aa675e169972: Verifying Checksum
aa675e169972: Download complete
28ba9c3664f3: Verifying Checksum
28ba9c3664f3: Download complete
684ae348f22e: Verifying Checksum
684ae348f22e: Download complete
684ae348f22e: Pull complete
697a517dcb94: Pull complete
aabe8963b502: Pull complete
626b31e7ef05: Pull complete
2ccd0ee16f32: Pull complete
a81bbee9d992: Pull complete
22fb0eb169e8: Pull complete
c1df4937c5c6: Pull complete
568953b356e7: Pull complete
7e0be313121d: Pull complete
258458fea6e8: Pull complete
91d012ea0fe2: Pull complete
fa6f40dd0f11: Pull complete
781bf12e83e0: Pull complete
fcd0602e567b: Pull complete
4f4fb700ef54: Pull complete
ea265120c4f9: Pull complete
70cd454bfbc9: Pull complete
fad5c90c7262: Pull complete
adc90b1454b6: Pull complete
59f4c932324a: Pull complete
43a1caae8823: Pull complete
6ee22797a2dd: Pull complete
3d0fc2e8c4aa: Pull complete
4bebe18058bc: Pull complete
7ed8309c425e: Pull complete
3f70a6c21283: Pull complete
1c4f487dd20b: Pull complete
a30cf0ff2938: Verifying Checksum
a30cf0ff2938: Download complete
ee1a43b13947: Pull complete
931d27ec0647: Pull complete
02699d250c68: Pull complete
4880f9cdfe0a: Pull complete
1ccf6b2c058b: Pull complete
d6689a2f7308: Pull complete
ca46e3f75520: Pull complete
6e364c3b7385: Pull complete
939f314b719c: Pull complete
a30cf0ff2938: Pull complete
3deaaf97f1e6: Pull complete
aa675e169972: Pull complete
28ba9c3664f3: Pull complete
Digest: sha256:d41c26f6f54dcca3f4396b708b145b0daadb0ca8a202aaad950c78b76ac1e8ca
Status: Downloaded newer image for ocaml/opam@sha256:d41c26f6f54dcca3f4396b708b145b0daadb0ca8a202aaad950c78b76ac1e8ca
2025-11-18 11:31.19 ---> using "399b73928f5b10f2bbada27382636eefb8afa3f58f1911bcc75abe45fa8a08a1" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-18 11:31.19 ---> using "2bbe300becb6fb7addd203d68400db27ec96d9b9ead2ca71755f6b307d11684c" from cache

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

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

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-18 11:31.19 ---> using "514a32f44339ac919b287bb606c025e9079315ef68d26adcc09fa46e9ce8afe9" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0~beta1
# 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                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2025-11-18 11:31.19 ---> using "d572349824a40786f294e67b7ff79181e57dfb6a76610de7d04c3b99fb171a9c" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2025-11-18 11:31.19 ---> using "4b54cad4f21bf473136f67f731f89b4612c0ce803bb037bdfa8352f3dbe3e840" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-18 11:31.19 ---> using "7bbfe35a246304fe9bfa17ddbe42134e44462a0d9387ffec1cedf6558b3cd621" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-18 11:31.19 ---> using "e4c790375a4ab4daae71b610486600e05a9ac64fa81ebb749afa6c63dd403efb" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [176 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-11-18-0832.01-F-2025-11-15-0804.21.pdiff [240 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-11-18-0832.01-F-2025-11-15-0804.21.pdiff [240 kB]
- Fetched 480 kB in 1s (366 kB/s)
- Reading package lists...
- 
2025-11-18 11:31.19 ---> using "e1a82181531168f0ff7217d7fa519b957ccd2054251490c567aa62c38109a958" from cache

/home/opam: (run (shell "opam pin add -k version -yn diffast-langs-java-parsing.0.3.6 0.3.6"))
diffast-langs-java-parsing is now pinned to version 0.3.6
2025-11-18 11:31.19 ---> using "06379d107d06450b241a13c4760a66d27be6b20ceaf222f516d37cd3eff7be0e" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall diffast-langs-java-parsing.0.3.6;\
                        \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-unstable\\\"\"; 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.3.6' && 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.3.6 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 35 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.20           [required by diffast-misc]
  - install csexp                      1.5.2          [required by dune-configurator]
  - install diffast-langs-common       0.3.6          [required by diffast-langs-java-parsing]
  - install diffast-langs-java-parsing 0.3.6 (pinned)
  - install diffast-misc               0.3.6          [required by diffast-langs-common]
  - install dune                       3.20.2         [required by diffast-langs-java-parsing]
  - install dune-configurator          3.20.2         [required by cryptokit]
  - install gen                        1.1            [required by sedlex]
  - install markup                     1.0.3          [required by diffast-misc]
  - install menhir                     20250912       [required by diffast-langs-java-parsing]
  - install menhirCST                  20250912       [required by menhir]
  - install menhirLib                  20250912       [required by diffast-langs-common, menhir]
  - install menhirSdk                  20250912       [required by menhir]
  - install ocaml-compiler-libs        v0.17.0        [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.37.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 ... 20804 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-5_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-5_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../6-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12) ...

<><> 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.20  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> installed conf-zlib.1
-> retrieved diffast-langs-common.0.3.6, diffast-langs-java-parsing.0.3.6, diffast-misc.0.3.6  (cached)
-> installed conf-gmp-powm-sec.4
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved markup.1.0.3  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.37.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.20.2
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed gen.1.1
-> installed markup.1.0.3
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.20.2
-> installed cryptokit.1.20
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed vlt.0.2.5
-> installed sedlex.3.7
-> installed diffast-misc.0.3.6
-> installed diffast-langs-common.0.3.6
-> installed diffast-langs-java-parsing.0.3.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-18 11:32.24 ---> saved as "3a63a9caaa8d0ba46eff0a652e01f5cc121ccb02e5147611008f6e143aadcad1"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test diffast-langs-java-parsing.0.3.6) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile diffast-langs-java-parsing 0.3.6 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   diffast-langs-java-parsing.0.3.6
-> installed diffast-langs-java-parsing.0.3.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-18 11:32.35 ---> saved as "e2b3870605eecb3e4972e16b0ffbc5c14d825c5d7cb417f6fc0d7d7af0f3b479"

/home/opam: (run (shell  "opam reinstall --with-test --verbose diffast-langs-java-parsing.0.3.6;\
                        \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-unstable\\\"\"; 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.3.6' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile diffast-langs-java-parsing 0.3.6 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [diffast-langs-java-parsing: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "diffast-langs-java-parsing" "-j" "255" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/diffast-langs-java-parsing.0.3.6)
- (cd _build/default/src/api/dev && /usr/bin/git describe --always --dirty) > _build/default/src/api/dev/v
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Processing  2/4: [diffast-langs-java-parsing: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "diffast-langs-java-parsing" "--create-install-files" "diffast-langs-java-parsing" (CWD=/home/opam/.opam/5.4/.opam-switch/build/diffast-langs-java-parsing.0.3.6)
-> compiled  diffast-langs-java-parsing.0.3.6
-> removed   diffast-langs-java-parsing.0.3.6
-> installed diffast-langs-java-parsing.0.3.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-18 11:32.47 ---> saved as "529744b186c924f2f8157ac95137da22b613cecd239ac9fe7f8a3750afcca411"
Job succeeded
2025-11-18 11:32.53: Job succeeded