(for PR #28911)

2025-11-18 11:07.01: New job: test diffast-langs-common.0.3.6, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28911/head (d4d65ae1fe7675999e28f9992146e67a61d912dc)
                              on debian-13-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-13-ocaml-5.4@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn diffast-langs-common.0.3.6 0.3.6
RUN opam depext diffast-langs-common.0.3.6 && 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 depext --with-test diffast-langs-common.0.3.6 && opam reinstall --with-test diffast-langs-common.0.3.6) || true
RUN opam depext --with-test diffast-langs-common.0.3.6 && 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-18 11:07.01: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f-diffast-langs-common.0.3.6-d4d65ae1fe7675999e28f9992146e67a61d912dc"
2025-11-18 11:07.01: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "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 depext -u || 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 depext diffast-langs-common.0.3.6 && 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 depext --with-test diffast-langs-common.0.3.6 && opam reinstall --with-test diffast-langs-common.0.3.6) || true"))
 (run (shell  "opam depext --with-test diffast-langs-common.0.3.6 && 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-18 11:07.01: Waiting for resource in pool OCluster
2025-11-18 11:56.33: Waiting for worker…
2025-11-18 12:00.18: 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-13-ocaml-5.4@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f' locally
docker.io/ocaml/opam@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f: Pulling from ocaml/opam
13cc39f8244a: Already exists
9d7c1cac6af4: Already exists
979e6521bf84: Already exists
b129e961d700: Already exists
9288fc69cd29: Already exists
b232c90b1855: Pulling fs layer
658a78f60f44: Pulling fs layer
b3e6010fbc4c: Pulling fs layer
e75ac7b73fdb: Pulling fs layer
f1dbfc01d8b6: Pulling fs layer
42e8958c94a5: Pulling fs layer
1c77fd15fa4b: Pulling fs layer
f8ae0ec2765e: Pulling fs layer
b3e6010fbc4c: Download complete
87b5808a8709: Pulling fs layer
658a78f60f44: Download complete
6551add7b2f4: Pulling fs layer
a050a941214a: Pulling fs layer
42e8958c94a5: Download complete
da6cadefa7ea: Pulling fs layer
e75ac7b73fdb: Download complete
0a3e89137cf8: Pulling fs layer
cc34154fc322: Pulling fs layer
87b5808a8709: Download complete
f1dbfc01d8b6: Download complete
1c77fd15fa4b: Download complete
eb7661180f3a: Pulling fs layer
f8ae0ec2765e: Download complete
faad806bf7c5: Pulling fs layer
da6cadefa7ea: Download complete
4f4fb700ef54: Pulling fs layer
cc34154fc322: Download complete
6551add7b2f4: Download complete
0a3e89137cf8: Download complete
a050a941214a: Download complete
fe5692607199: Pulling fs layer
eb7661180f3a: Download complete
faad806bf7c5: Download complete
caa548e7f855: Pulling fs layer
4f4fb700ef54: Download complete
8ad66e641b14: Pulling fs layer
fe5692607199: Download complete
b9d5d27dc0b6: Pulling fs layer
caa548e7f855: Download complete
788961b65661: Pulling fs layer
8ad66e641b14: Download complete
9ed95272e11f: Pulling fs layer
b9d5d27dc0b6: Download complete
82c1497059a3: Pulling fs layer
788961b65661: Download complete
8abbeded2fb9: Pulling fs layer
9ed95272e11f: Download complete
1276181ef5dc: Pulling fs layer
82c1497059a3: Download complete
8abbeded2fb9: Download complete
0bd63c9342a5: Pulling fs layer
1276181ef5dc: Download complete
0294cf425d8c: Pulling fs layer
def43d8fc04c: Pulling fs layer
c87ed18f9ca6: Pulling fs layer
0bd63c9342a5: Download complete
056f995b50a2: Pulling fs layer
0294cf425d8c: Download complete
c9f03af6c585: Pulling fs layer
4e0df0b17574: Pulling fs layer
c87ed18f9ca6: Waiting
1fcd55c53252: Pulling fs layer
def43d8fc04c: Download complete
9fe15f147c9c: Pulling fs layer
c9f03af6c585: Waiting
6aba0bde3b08: Pulling fs layer
056f995b50a2: Download complete
4e0df0b17574: Waiting
1fcd55c53252: Waiting
9fe15f147c9c: Waiting
eb47c999a07f: Pulling fs layer
6aba0bde3b08: Waiting
eb47c999a07f: Waiting
c3b5761e8351: Pulling fs layer
cb4d7f22a33c: Pulling fs layer
e164f89870e6: Pulling fs layer
cfbece6412d9: Pulling fs layer
c3b5761e8351: Waiting
351f77100e84: Pulling fs layer
cb4d7f22a33c: Waiting
e164f89870e6: Waiting
cfbece6412d9: Waiting
351f77100e84: Waiting
c9f03af6c585: Verifying Checksum
c9f03af6c585: Download complete
4e0df0b17574: Verifying Checksum
4e0df0b17574: Download complete
1fcd55c53252: Download complete
9fe15f147c9c: Download complete
b232c90b1855: Verifying Checksum
b232c90b1855: Download complete
6aba0bde3b08: Download complete
eb47c999a07f: Verifying Checksum
eb47c999a07f: Download complete
c3b5761e8351: Verifying Checksum
c3b5761e8351: Download complete
c87ed18f9ca6: Verifying Checksum
c87ed18f9ca6: Download complete
e164f89870e6: Download complete
cfbece6412d9: Verifying Checksum
cfbece6412d9: Download complete
351f77100e84: Verifying Checksum
351f77100e84: Download complete
b232c90b1855: Pull complete
658a78f60f44: Pull complete
b3e6010fbc4c: Pull complete
e75ac7b73fdb: Pull complete
f1dbfc01d8b6: Pull complete
42e8958c94a5: Pull complete
1c77fd15fa4b: Pull complete
f8ae0ec2765e: Pull complete
87b5808a8709: Pull complete
6551add7b2f4: Pull complete
a050a941214a: Pull complete
da6cadefa7ea: Pull complete
0a3e89137cf8: Pull complete
cc34154fc322: Pull complete
eb7661180f3a: Pull complete
faad806bf7c5: Pull complete
4f4fb700ef54: Pull complete
fe5692607199: Pull complete
caa548e7f855: Pull complete
8ad66e641b14: Pull complete
b9d5d27dc0b6: Pull complete
788961b65661: Pull complete
9ed95272e11f: Pull complete
82c1497059a3: Pull complete
8abbeded2fb9: Pull complete
1276181ef5dc: Pull complete
0bd63c9342a5: Pull complete
0294cf425d8c: Pull complete
def43d8fc04c: Pull complete
cb4d7f22a33c: Verifying Checksum
cb4d7f22a33c: Download complete
c87ed18f9ca6: Pull complete
056f995b50a2: Pull complete
c9f03af6c585: Pull complete
4e0df0b17574: Pull complete
1fcd55c53252: Pull complete
9fe15f147c9c: Pull complete
6aba0bde3b08: Pull complete
eb47c999a07f: Pull complete
c3b5761e8351: Pull complete
cb4d7f22a33c: Pull complete
e164f89870e6: Pull complete
cfbece6412d9: Pull complete
351f77100e84: Pull complete
Digest: sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f
Status: Downloaded newer image for ocaml/opam@sha256:57c83c9f9a1885d6982e64ff7d1de47223738f31f635056b0165042eaec3081f
2025-11-18 12:00.21 ---> using "9e1915ffb50e2d100090b64fd44ae95ca325d8eb9d61c3d158d7a2820cdf10df" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2025-11-18 12:00.21 ---> using "44ac63011d42d2315ffcf62a41e21e82d0054d59609ebd8ea7c818c08f6d637e" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2025-11-18 12:00.21 ---> using "128e97132dbeb4a3afc6cad58287779ff91152410b46ae2f93077372dfa79002" from cache

/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version      2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) 
# self-upgrade      no
# system            arch=x86_64 os=linux os-distribution=debian os-version=13
# solver            builtin-mccs+glpk
# install-criteria  -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria  -removed,-count[version-lag,solution],-new
# jobs              71
# repositories      1 (version-controlled)
# pinned            1 (version)
# current-switch    5.4
2025-11-18 12:00.21 ---> using "80b6b07ea07ccae11496978c197c8c31ffdc35c61364b9c68755e6f84c906d61" 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 12:00.21 ---> using "a9da3c076eae58ced75006da4514a183a1e9e6376f5213ece6f9db5c769c4c20" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-18 12:00.22 ---> using "6d9184aa7db3821ce037cc2e7b191720ac00074283e8ac5f357e7a32107a53d6" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2025-11-18 12:00.22 ---> using "0ee7ea3bac377607bc3f6a9e967256ce42b693b21c504b11fcd479012c97b1a0" from cache

/home/opam: (run (network host)
                 (shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "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 amd64 Packages [9670 kB]
Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [71.8 kB]
Fetched 9973 kB in 5s (1989 kB/s)
Reading package lists...
# OS package update successful
2025-11-18 12:00.22 ---> using "e5fe33abed6098a0ebf7d813f7352b6dde19664440d6d5ee0275115a4fc66841" from cache

/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-18 12:00.22 ---> using "8765370c92000d5ae696e32cdf466e0d0870aedba3f818654291f9f0991edfe7" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext diffast-langs-common.0.3.6 && 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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libgmp-dev
pkg-config
zlib1g-dev
The following command needs to be run through "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 ... 20653 files and directories currently installed.)
Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
Selecting previously unselected package libgmp-dev:amd64.
Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
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-3) ...
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-3) ...
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) ...
# OS packages installation successful
diffast-langs-common.0.3.6 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install ocamlbuild           0.16.1   [required by bytesrw]
  - install conf-gmp             5        [required by conf-gmp-powm-sec, zarith]
  - install seq                  base     [required by gen]
  - install conf-pkg-config      4        [required by bytesrw]
  - install ocamlfind            1.9.8    [required by bytesrw]
  - install dune                 3.20.2   [required by diffast-langs-common]
  - install uchar                0.0.2    [required by markup]
  - install conf-gmp-powm-sec    4        [required by cryptokit]
  - install conf-zlib            1        [required by bytesrw, cryptokit]
  - install zarith               1.14     [required by cryptokit]
  - install topkg                1.1.1    [required by bytesrw]
  - install stdlib-shims         0.3.0    [required by ppxlib]
  - install sexplib0             v0.17.0  [required by ppxlib]
  - install ppx_derivers         1.2.1    [required by ppxlib]
  - install ocaml-compiler-libs  v0.17.0  [required by ppxlib]
  - install menhirLib            20250912 [required by diffast-langs-common]
  - install gen                  1.1      [required by sedlex]
  - install csexp                1.5.2    [required by dune-configurator]
  - install cppo                 1.8.0    [required by diffast-langs-common]
  - install base64               3.5.2    [required by diffast-misc]
  - install uutf                 1.0.4    [required by markup]
  - install bytesrw              0.3.0    [required by diffast-misc]
  - install ppxlib               0.37.0   [required by sedlex]
  - install dune-configurator    3.20.2   [required by cryptokit]
  - install markup               1.0.3    [required by diffast-misc]
  - install vlt                  0.2.5    [required by diffast-langs-common]
  - install sedlex               3.7      [required by diffast-langs-common]
  - install cryptokit            1.20     [required by diffast-misc]
  - install diffast-misc         0.3.6    [required by diffast-langs-common]
  - install diffast-langs-common 0.3.6*
===== 30 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[base64.3.5.2] found in cache
[bytesrw.0.3.0] found in cache
[cppo.1.8.0] found in cache
[cryptokit.1.20] found in cache
[csexp.1.5.2] found in cache
[diffast-langs-common.0.3.6] found in cache
[diffast-misc.0.3.6] found in cache
[dune.3.20.2] found in cache
[dune-configurator.3.20.2] found in cache
[gen.1.1] found in cache
[markup.1.0.3] found in cache
[menhirLib.20250912] found in cache
[ocaml-compiler-libs.v0.17.0] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[ppx_derivers.1.2.1] found in cache
[ppxlib.0.37.0] found in cache
[sedlex.3.7] found in cache
[sexplib0.v0.17.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.1.1] found in cache
[uchar.0.0.2] found in cache
[uutf.1.0.4] found in cache
[vlt.0.2.5] found in cache
[zarith.1.14] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed ocamlbuild.0.16.1
-> installed uchar.0.0.2
-> 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.
# Run eval $(opam env) to update the current shell environment
2025-11-18 12:01.28 ---> saved as "0c55f0b3f12728cb289829494126cb5336bb1803e4e1e34c5e8e1a96b83e2d3f"

/home/opam: (run (network host)
                 (shell "(opam depext --with-test diffast-langs-common.0.3.6 && opam reinstall --with-test diffast-langs-common.0.3.6) || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
[ERROR] No solution for diffast-langs-common.0.3.6: The actions to process have cyclic dependencies:
          - install js_of_ocaml-compiler.6.2.0 -> install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install js_of_ocaml-compiler.6.2.0
          - install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install js_of_ocaml.6.2.0
          - install sedlex.3.7 -> install js_of_ocaml-compiler.6.2.0 -> install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install sedlex.3.7
          - install sedlex.3.7 -> install js_of_ocaml-compiler.6.2.0 -> install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> install sedlex.3.7
          - install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> install re.1.14.0
          - install js_of_ocaml-compiler.6.2.0 -> install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> install js_of_ocaml-compiler.6.2.0
          - install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> install js_of_ocaml.6.2.0
          - install js_of_ocaml-compiler.6.2.0 -> install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install js_of_ocaml-compiler.6.2.0
          - install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install js_of_ocaml.6.2.0
          - install alcotest.1.9.1 -> install qcheck.0.27 -> install gen.1.1 -> install sedlex.3.7 -> install js_of_ocaml-compiler.6.2.0 -> install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install alcotest.1.9.1


Command failed: opam list --readonly --with-test --external '--resolve=diffast-langs-common.0.3.6' --color=never returned 20
2025-11-18 12:01.32 ---> saved as "41e9259b8c6a230aad5565eafde3282eaae82b41835f8a92b8c0ff98af964722"

/home/opam: (run (shell  "opam depext --with-test diffast-langs-common.0.3.6 && 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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
[ERROR] No solution for diffast-langs-common.0.3.6: The actions to process have cyclic dependencies:
          - install js_of_ocaml-compiler.6.2.0 -> install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install js_of_ocaml-compiler.6.2.0
          - install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install js_of_ocaml.6.2.0
          - install sedlex.3.7 -> install js_of_ocaml-compiler.6.2.0 -> install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install sedlex.3.7
          - install sedlex.3.7 -> install js_of_ocaml-compiler.6.2.0 -> install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> install sedlex.3.7
          - install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> install re.1.14.0
          - install js_of_ocaml-compiler.6.2.0 -> install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> install js_of_ocaml-compiler.6.2.0
          - install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install ppx_assert.v0.17.0 -> install jst-config.v0.17.0 -> install time_now.v0.17.0 -> install ppx_inline_test.v0.17.1 -> install ppx_expect.v0.17.3 -> install js_of_ocaml.6.2.0
          - install js_of_ocaml-compiler.6.2.0 -> install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install js_of_ocaml-compiler.6.2.0
          - install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install cinaps.v0.15.1 -> install ppxlib.0.37.0 -> install js_of_ocaml.6.2.0
          - install alcotest.1.9.1 -> install qcheck.0.27 -> install gen.1.1 -> install sedlex.3.7 -> install js_of_ocaml-compiler.6.2.0 -> install js_of_ocaml.6.2.0 -> install re.1.14.0 -> install alcotest.1.9.1


Command failed: opam list --readonly --with-test --external '--resolve=diffast-langs-common.0.3.6' --color=never returned 20
"/usr/bin/env" "bash" "-c" "opam depext --with-test diffast-langs-common.0.3.6 && 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" failed with exit status 20
2025-11-18 12:01.43: Job failed: Failed: Build failed
2025-11-18 12:01.43: Log analysis:
2025-11-18 12:01.43: >>> 
[ERROR] No solution for diffast-langs-common.0.3.6: The actions to process have cyclic dependencies:
 (score = 20)
2025-11-18 12:01.43: >>> 
[ERROR] No solution for diffast-langs-common.0.3.6: The actions to process have cyclic dependencies:
 (score = 20)
2025-11-18 12:01.43: No solution for diffast-langs-common.0.3.6: The actions to process have cyclic dependencies: