(not at the head of any monitored branch or PR)
2025-11-17 05:49.45: New job: test diffast-langs-common.0.3.6, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28911/head (e5c850a73cee18c61dff7201a56d1bf8cbe84151)
                              on debian-13-ocaml-5.4/ppc64le

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 e5c850a7
git fetch origin master
git merge --no-edit 1c92c86556d4b9c73229d94763be9715317321bc
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:b0e2c3a2e51e889fd79629f379f0249afcb29e6e26875770bed84a6be2535c7a
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-common.0.3.6 0.3.6
RUN opam reinstall diffast-langs-common.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-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'diffast-langs-common.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-common.0.3.6) || true
RUN opam reinstall --with-test --verbose diffast-langs-common.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-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'diffast-langs-common.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-17 05:49.45: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:b0e2c3a2e51e889fd79629f379f0249afcb29e6e26875770bed84a6be2535c7a-diffast-langs-common.0.3.6-e5c850a73cee18c61dff7201a56d1bf8cbe84151"
2025-11-17 05:49.45: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:b0e2c3a2e51e889fd79629f379f0249afcb29e6e26875770bed84a6be2535c7a)
 (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-common.0.3.6 0.3.6"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall diffast-langs-common.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-13\\\"\"; 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-common.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-common.0.3.6) || true"))
 (run (shell  "opam reinstall --with-test --verbose diffast-langs-common.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-13\\\"\"; 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-common.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-17 05:49.45: Waiting for resource in pool OCluster
2025-11-17 05:49.48: Waiting for worker…
2025-11-17 05:49.48: Got resource from pool OCluster
Building on orithia.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..e5c850a73c
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           | 52 ++++++++++++++++
 .../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, 1508 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-13-ocaml-5.4@sha256:b0e2c3a2e51e889fd79629f379f0249afcb29e6e26875770bed84a6be2535c7a)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:b0e2c3a2e51e889fd79629f379f0249afcb29e6e26875770bed84a6be2535c7a' locally
docker.io/ocaml/opam@sha256:b0e2c3a2e51e889fd79629f379f0249afcb29e6e26875770bed84a6be2535c7a: Pulling from ocaml/opam
3c335bb15935: Pulling fs layer
44de9d52e949: Pulling fs layer
fc95c3146cbf: Pulling fs layer
cf3462902ef7: Pulling fs layer
d8630d3f9abd: Pulling fs layer
34f623e09668: Pulling fs layer
3e53c06ff104: Pulling fs layer
7faf32784668: Pulling fs layer
678ae06c55d1: Pulling fs layer
d07d040238c4: Pulling fs layer
6a3f46afe36b: Pulling fs layer
d8630d3f9abd: Waiting
10a718f4c600: Pulling fs layer
0d4ece340016: Pulling fs layer
34f623e09668: Waiting
7faf32784668: Waiting
3e53c06ff104: Waiting
9d92a7f43adb: Pulling fs layer
632af5071b7b: Pulling fs layer
678ae06c55d1: Waiting
f001805c4c93: Pulling fs layer
d07d040238c4: Waiting
cf3462902ef7: Waiting
6a3f46afe36b: Waiting
144dc1775eda: Pulling fs layer
9d92a7f43adb: Waiting
53e6c67c5aa9: Pulling fs layer
10a718f4c600: Waiting
632af5071b7b: Waiting
0d4ece340016: Waiting
c03e5384a869: Pulling fs layer
f001805c4c93: Waiting
62c4653bfb2b: Pulling fs layer
144dc1775eda: Waiting
53e6c67c5aa9: Waiting
c03e5384a869: Waiting
d480c75351bd: Pulling fs layer
62c4653bfb2b: Waiting
4f4fb700ef54: Pulling fs layer
d480c75351bd: Waiting
80d8503b84dc: Pulling fs layer
3e51f5c59b7b: Pulling fs layer
4f4fb700ef54: Waiting
9e4b1697f4b5: Pulling fs layer
d9b3ae808116: Pulling fs layer
3e51f5c59b7b: Waiting
154fa43f670c: Pulling fs layer
9e4b1697f4b5: Waiting
d9b3ae808116: Waiting
55b7da4eb68e: Pulling fs layer
154fa43f670c: Waiting
36df966dba2b: Pulling fs layer
97974dc491a4: Pulling fs layer
55b7da4eb68e: Waiting
c00caef6aae6: Pulling fs layer
36df966dba2b: Waiting
97974dc491a4: Waiting
9800ba2de200: Pulling fs layer
c00caef6aae6: Waiting
ab70cfcd4c3f: Pulling fs layer
9800ba2de200: Waiting
9df295bc2992: Pulling fs layer
7642269182ab: Pulling fs layer
ab70cfcd4c3f: Waiting
86f8fe7f796f: Pulling fs layer
9df295bc2992: Waiting
fd0d22bb9818: Pulling fs layer
7642269182ab: Waiting
fff4f398cbd7: Pulling fs layer
86f8fe7f796f: Waiting
fd0d22bb9818: Waiting
ed2d7a5c0513: Pulling fs layer
fff4f398cbd7: Waiting
1fb4c0294e2d: Pulling fs layer
0ccb77af9485: Pulling fs layer
ed2d7a5c0513: Waiting
aed1a43f048b: Pulling fs layer
1fb4c0294e2d: Waiting
19c8b67ef267: Pulling fs layer
0ccb77af9485: Waiting
562248c6eedb: Pulling fs layer
aed1a43f048b: Waiting
e70e0570a19f: Pulling fs layer
19c8b67ef267: Waiting
9cffbfdb3d48: Pulling fs layer
562248c6eedb: Waiting
e70e0570a19f: Waiting
db5fa338b5ad: Pulling fs layer
9cffbfdb3d48: Waiting
db5fa338b5ad: Waiting
fc95c3146cbf: Verifying Checksum
fc95c3146cbf: Download complete
44de9d52e949: Download complete
d8630d3f9abd: Verifying Checksum
d8630d3f9abd: Download complete
cf3462902ef7: Verifying Checksum
cf3462902ef7: Download complete
3e53c06ff104: Verifying Checksum
3e53c06ff104: Download complete
7faf32784668: Verifying Checksum
7faf32784668: Download complete
3c335bb15935: Verifying Checksum
3c335bb15935: Download complete
678ae06c55d1: Verifying Checksum
678ae06c55d1: Download complete
d07d040238c4: Verifying Checksum
d07d040238c4: Download complete
3c335bb15935: Pull complete
44de9d52e949: Pull complete
fc95c3146cbf: Pull complete
6a3f46afe36b: Verifying Checksum
6a3f46afe36b: Download complete
cf3462902ef7: Pull complete
d8630d3f9abd: Pull complete
10a718f4c600: Verifying Checksum
10a718f4c600: Download complete
9d92a7f43adb: Verifying Checksum
9d92a7f43adb: Download complete
632af5071b7b: Download complete
34f623e09668: Verifying Checksum
34f623e09668: Download complete
f001805c4c93: Verifying Checksum
f001805c4c93: Download complete
144dc1775eda: Download complete
53e6c67c5aa9: Download complete
c03e5384a869: Download complete
d480c75351bd: Download complete
4f4fb700ef54: Download complete
62c4653bfb2b: Download complete
80d8503b84dc: Verifying Checksum
80d8503b84dc: Download complete
3e51f5c59b7b: Verifying Checksum
3e51f5c59b7b: Download complete
9e4b1697f4b5: Download complete
d9b3ae808116: Download complete
154fa43f670c: Download complete
0d4ece340016: Verifying Checksum
0d4ece340016: Download complete
36df966dba2b: Download complete
97974dc491a4: Download complete
c00caef6aae6: Download complete
ab70cfcd4c3f: Verifying Checksum
ab70cfcd4c3f: Download complete
9800ba2de200: Download complete
9df295bc2992: Verifying Checksum
9df295bc2992: Download complete
86f8fe7f796f: Download complete
fff4f398cbd7: Download complete
ed2d7a5c0513: Verifying Checksum
ed2d7a5c0513: Download complete
1fb4c0294e2d: Verifying Checksum
1fb4c0294e2d: Download complete
0ccb77af9485: Download complete
34f623e09668: Pull complete
3e53c06ff104: Pull complete
aed1a43f048b: Download complete
7faf32784668: Pull complete
678ae06c55d1: Pull complete
d07d040238c4: Pull complete
19c8b67ef267: Verifying Checksum
19c8b67ef267: Download complete
6a3f46afe36b: Pull complete
10a718f4c600: Pull complete
0d4ece340016: Pull complete
9d92a7f43adb: Pull complete
632af5071b7b: Pull complete
f001805c4c93: Pull complete
144dc1775eda: Pull complete
53e6c67c5aa9: Pull complete
c03e5384a869: Pull complete
62c4653bfb2b: Pull complete
d480c75351bd: Pull complete
4f4fb700ef54: Pull complete
80d8503b84dc: Pull complete
3e51f5c59b7b: Pull complete
9e4b1697f4b5: Pull complete
d9b3ae808116: Pull complete
154fa43f670c: Pull complete
55b7da4eb68e: Pull complete
36df966dba2b: Pull complete
97974dc491a4: Pull complete
c00caef6aae6: Pull complete
9800ba2de200: Pull complete
ab70cfcd4c3f: Pull complete
9df295bc2992: Pull complete
fd0d22bb9818: Verifying Checksum
fd0d22bb9818: Download complete
e70e0570a19f: Verifying Checksum
e70e0570a19f: Download complete
9cffbfdb3d48: Verifying Checksum
9cffbfdb3d48: Download complete
db5fa338b5ad: Verifying Checksum
db5fa338b5ad: Download complete
562248c6eedb: Verifying Checksum
562248c6eedb: Download complete
7642269182ab: Verifying Checksum
7642269182ab: Download complete
7642269182ab: Pull complete
86f8fe7f796f: Pull complete
fd0d22bb9818: Pull complete
fff4f398cbd7: Pull complete
ed2d7a5c0513: Pull complete
1fb4c0294e2d: Pull complete
0ccb77af9485: Pull complete
aed1a43f048b: Pull complete
19c8b67ef267: Pull complete
562248c6eedb: Pull complete
e70e0570a19f: Pull complete
9cffbfdb3d48: Pull complete
db5fa338b5ad: Pull complete
Digest: sha256:b0e2c3a2e51e889fd79629f379f0249afcb29e6e26875770bed84a6be2535c7a
Status: Downloaded newer image for ocaml/opam@sha256:b0e2c3a2e51e889fd79629f379f0249afcb29e6e26875770bed84a6be2535c7a
2025-11-17 05:50.56 ---> using "4eb01b4c6db3495af34c1b337fb441d70ff2ea1b408868ff321069cdd65f904d" 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-17 05:50.56 ---> using "3f806dd79739cd03c3950a1a87f73d2d3abaa713678f8a249ffd6c36bfcf2941" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-17 05:50.56 ---> using "3379146a57fd3f8ff2366ac80b8238a7f99ad9b6d7e423f70a36fc099af82be4" 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~alpha1
# self-upgrade         no
# system               arch=ppc64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 175
# 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-17 05:50.56 ---> using "2bcffdd8cb3624ea0b3631e8ce8ee1de666d0baea523ae7c4e4d682a4e0f33a5" 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-17 05:50.56 ---> using "b3a0c7c78b1e2864b68772ad67fffd71bc2d6dad0548c46db5818993af9758aa" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-17 05:53.18 ---> saved as "25f881a23084a50fc358410ce0a55aa919dc81288e7f02a50fcdad4009c32669"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-17 05:53.36 ---> saved as "57dbd4b6fab0f4536dd3abb5f6a0e051f5ce89a5da5b3aaafd5e63bf969ce8ae"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main ppc64el Packages [9508 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [69.4 kB]
- Fetched 9808 kB in 2s (4528 kB/s)
- Reading package lists...
2025-11-17 05:53.39 ---> saved as "3dffef8a359576a50695abaa512189eb409d30e0b748f358c68d7f0a269bbf6a"

/home/opam: (run (shell "opam pin add -k version -yn diffast-langs-common.0.3.6 0.3.6"))
diffast-langs-common is now pinned to version 0.3.6
2025-11-17 05:53.40 ---> saved as "ee47d5aee68876f97ec98dd1c4cc9f4c580316571f1ffd8abeeda5de2164ce0e"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall diffast-langs-common.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-13\\\"\"; 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-common.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-common.0.3.6 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 30 packages
  - install base64               3.5.2          [required by diffast-misc]
  - install bytesrw              0.3.0          [required by diffast-misc]
  - 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 (pinned)
  - install diffast-misc         0.3.6          [required by diffast-langs-common]
  - install dune                 3.20.2         [required by diffast-langs-common]
  - 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 menhirLib            20250912       [required by diffast-langs-common]
  - 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-common]
  - 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-common]
  - 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:ppc64el.
- (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 ... 20628 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_ppc64el.deb ...
- Unpacking libgmpxx4ldbl:ppc64el (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:ppc64el.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_ppc64el.deb ...
- Unpacking libgmp-dev:ppc64el (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:ppc64el.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_ppc64el.deb ...
- Unpacking libpkgconf3:ppc64el (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_ppc64el.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:ppc64el.
- Preparing to unpack .../4-pkgconf_1.8.1-4_ppc64el.deb ...
- Unpacking pkgconf:ppc64el (1.8.1-4) ...
- Selecting previously unselected package pkg-config:ppc64el.
- Preparing to unpack .../5-pkg-config_1.8.1-4_ppc64el.deb ...
- Unpacking pkg-config:ppc64el (1.8.1-4) ...
- Selecting previously unselected package zlib1g-dev:ppc64el.
- Preparing to unpack .../6-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_ppc64el.deb ...
- Unpacking zlib1g-dev:ppc64el (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libpkgconf3:ppc64el (1.8.1-4) ...
- Setting up libgmpxx4ldbl:ppc64el (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up zlib1g-dev:ppc64el (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libgmp-dev:ppc64el (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:ppc64el (1.8.1-4) ...
- Setting up pkg-config:ppc64el (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 conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cryptokit.1.20  (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.3.6, diffast-misc.0.3.6  (https://github.com/codinuum/diffast/archive/v0.3.6.tar.gz)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved markup.1.0.3  (cached)
-> retrieved menhirLib.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  (https://opam.ocaml.org/cache)
-> 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 cppo.1.8.0
-> installed gen.1.1
-> installed markup.1.0.3
-> installed menhirLib.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 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
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-17 05:55.15 ---> saved as "7ba7ebd62c33bb2e0bcd1a1283b3da75aaf37396c55ef375146525f4f2c57fb2"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   diffast-langs-common.0.3.6
-> installed diffast-langs-common.0.3.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-17 05:55.22 ---> saved as "b4587c82ce76edb7b5d16d09e6292d0061171ec12ed3936539157a4188209412"

/home/opam: (run (shell  "opam reinstall --with-test --verbose diffast-langs-common.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-13\\\"\"; 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-common.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-common 0.3.6 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [diffast-langs-common: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "diffast-langs-common" "-j" "175" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/diffast-langs-common.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-common: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "diffast-langs-common" "--create-install-files" "diffast-langs-common" (CWD=/home/opam/.opam/5.4/.opam-switch/build/diffast-langs-common.0.3.6)
-> compiled  diffast-langs-common.0.3.6
-> removed   diffast-langs-common.0.3.6
-> installed diffast-langs-common.0.3.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-17 05:55.30 ---> saved as "09d700fb380ebfb25a2fe5e72d85f8ae363125b3e2d858d469b06dbb56b6f62b"
Job succeeded
2025-11-17 05:55.39: Job succeeded