(for PR #28911)
2025-11-18 11:07.01: New job: test diffast-langs-python.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-python.0.3.6 0.3.6
RUN opam depext diffast-langs-python.0.3.6 && opam reinstall diffast-langs-python.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-python.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-python.0.3.6 && opam reinstall --with-test diffast-langs-python.0.3.6) || true
RUN opam depext --with-test diffast-langs-python.0.3.6 && opam reinstall --with-test --verbose diffast-langs-python.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-python.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-python.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-python.0.3.6 0.3.6"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext diffast-langs-python.0.3.6 && opam reinstall diffast-langs-python.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-python.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-python.0.3.6 && opam reinstall --with-test diffast-langs-python.0.3.6) || true"))
(run (shell "opam depext --with-test diffast-langs-python.0.3.6 && opam reinstall --with-test --verbose diffast-langs-python.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-python.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:55.52: Waiting for worker…
2025-11-18 12:00.30: Got resource from pool OCluster
Building on odawa.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: Already exists
658a78f60f44: Already exists
b3e6010fbc4c: Already exists
e75ac7b73fdb: Already exists
f1dbfc01d8b6: Already exists
42e8958c94a5: Already exists
1c77fd15fa4b: Already exists
f8ae0ec2765e: Already exists
87b5808a8709: Already exists
6551add7b2f4: Already exists
a050a941214a: Already exists
da6cadefa7ea: Already exists
0a3e89137cf8: Already exists
cc34154fc322: Already exists
eb7661180f3a: Already exists
faad806bf7c5: Already exists
4f4fb700ef54: Already exists
fe5692607199: Already exists
caa548e7f855: Already exists
8ad66e641b14: Already exists
b9d5d27dc0b6: Already exists
788961b65661: Already exists
9ed95272e11f: Already exists
82c1497059a3: Already exists
8abbeded2fb9: Already exists
1276181ef5dc: Already exists
0bd63c9342a5: Already exists
0294cf425d8c: Already exists
def43d8fc04c: Already exists
c87ed18f9ca6: Already exists
056f995b50a2: Already exists
c9f03af6c585: Already exists
4e0df0b17574: Already exists
1fcd55c53252: Already exists
9fe15f147c9c: Already exists
6aba0bde3b08: Already exists
eb47c999a07f: Already exists
c3b5761e8351: Already exists
cb4d7f22a33c: Pulling fs layer
e164f89870e6: Pulling fs layer
cfbece6412d9: Pulling fs layer
cb4d7f22a33c: Waiting
351f77100e84: Pulling fs layer
e164f89870e6: Waiting
cfbece6412d9: Waiting
351f77100e84: Waiting
cb4d7f22a33c: Verifying Checksum
cb4d7f22a33c: Download complete
e164f89870e6: Download complete
cfbece6412d9: Verifying Checksum
cfbece6412d9: Download complete
351f77100e84: Download 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.31 ---> 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.31 ---> 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:01.05 ---> saved as "128e97132dbeb4a3afc6cad58287779ff91152410b46ae2f93077372dfa79002"
/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:01.06 ---> saved as "80b6b07ea07ccae11496978c197c8c31ffdc35c61364b9c68755e6f84c906d61"
/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:01.13 ---> saved as "a9da3c076eae58ced75006da4514a183a1e9e6376f5213ece6f9db5c769c4c20"
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-18 12:01.22 ---> saved as "6d9184aa7db3821ce037cc2e7b191720ac00074283e8ac5f357e7a32107a53d6"
/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:01.32 ---> saved as "0ee7ea3bac377607bc3f6a9e967256ce42b693b21c504b11fcd479012c97b1a0"
/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 1s (10.9 MB/s)
Reading package lists...
# OS package update successful
2025-11-18 12:01.34 ---> saved as "e5fe33abed6098a0ebf7d813f7352b6dde19664440d6d5ee0275115a4fc66841"
/home/opam: (run (shell "opam pin add -k version -yn diffast-langs-python.0.3.6 0.3.6"))
diffast-langs-python is now pinned to version 0.3.6
2025-11-18 12:01.35 ---> saved as "a09c22618bb88fd67ad8a5f75fbfd414bd967008f822d719f55fa47d9a73400f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext diffast-langs-python.0.3.6 && opam reinstall diffast-langs-python.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-python.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
libgmp-dev
pkg-config
zlib1g-dev
# The following system packages are needed:
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-python.0.3.6 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install ocamlbuild 0.16.1 [required by uuidm]
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-pkg-config 4 [required by bytesrw]
- install ocamlfind 1.9.8 [required by uuidm]
- install dune 3.20.2 [required by diffast-langs-python]
- 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 uuidm]
- install base-bytes base [required by csv]
- 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 pp 2.0.0 [required by dune-private-libs]
- install ordering 3.20.2 [required by dyn, stdune]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install menhirSdk 20230608 [required by menhir]
- install menhirLib 20230608 [required by menhir, diffast-langs-common]
- install csexp 1.5.2 [required by dune-private-libs]
- install cppo 1.8.0 [required by diffast-langs-common]
- install camlp-streams 5.0.1 [required by diffast-core, diffast-langs-python-parsing]
- install base64 3.5.2 [required by diffast-core]
- install uutf 1.0.4 [required by markup]
- install uuidm 0.9.10 [required by diffast-core]
- install bytesrw 0.3.0 [required by diffast-misc]
- install csv 2.4 [required by diffast-core]
- install dyn 3.20.2 [required by dune-private-libs]
- install ppxlib 0.37.0 [required by sedlex]
- install menhir 20230608 [required by diffast-core, diffast-langs-python-parsing]
- install dune-configurator 3.20.2 [required by cryptokit, gen]
- install markup 1.0.3 [required by diffast-misc]
- install stdune 3.20.2 [required by dune-private-libs]
- install vlt 0.2.5 [required by diffast-langs-python]
- install gen 0.5.3 [required by sedlex]
- install cryptokit 1.20 [required by diffast-misc]
- install dune-private-libs 3.20.2 [required by dune-site]
- install sedlex 3.7 [required by diffast-core, diffast-langs-python-parsing]
- install diffast-misc 0.3.6 [required by diffast-langs-python]
- install dune-site 3.20.2 [required by diffast-langs-python]
- install diffast-langs-common 0.3.6 [required by diffast-langs-python-parsing]
- install diffast-core 0.3.6 [required by diffast-langs-python]
- install diffast-langs-python-parsing 0.3.6 [required by diffast-langs-python]
- install diffast-langs-python-spec 0.3.6 [required by diffast-langs-python]
- install diffast-langs-python 0.3.6*
===== 45 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[base64.3.5.2] found in cache
[bytesrw.0.3.0] found in cache
[camlp-streams.5.0.1] found in cache
[cppo.1.8.0] found in cache
[cryptokit.1.20] found in cache
[csexp.1.5.2] found in cache
[csv.2.4] found in cache
[diffast-core.0.3.6] found in cache
[diffast-langs-common.0.3.6] found in cache
[diffast-langs-python.0.3.6] found in cache
[diffast-langs-python-parsing.0.3.6] found in cache
[diffast-langs-python-spec.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
[dune-private-libs.3.20.2] found in cache
[dune-site.3.20.2] found in cache
[dyn.3.20.2] found in cache
[gen.0.5.3] found in cache
[markup.1.0.3] found in cache
[menhir.20230608] found in cache
[menhirLib.20230608] found in cache
[menhirSdk.20230608] 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
[ordering.3.20.2] found in cache
[pp.2.0.0] 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
[stdune.3.20.2] found in cache
[topkg.1.1.1] found in cache
[uchar.0.0.2] found in cache
[uuidm.0.9.10] 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 conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed uchar.0.0.2
-> installed topkg.1.1.1
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed bytesrw.0.3.0
-> installed dune.3.20.2
-> installed base64.3.5.2
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed csv.2.4
-> installed markup.1.0.3
-> installed menhirLib.20230608
-> installed menhirSdk.20230608
-> installed ocaml-compiler-libs.v0.17.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ordering.3.20.2
-> installed dune-configurator.3.20.2
-> installed dyn.3.20.2
-> installed gen.0.5.3
-> installed cryptokit.1.20
-> installed stdune.3.20.2
-> installed dune-private-libs.3.20.2
-> installed menhir.20230608
-> installed dune-site.3.20.2
-> 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-python-parsing.0.3.6
-> installed diffast-core.0.3.6
-> installed diffast-langs-python-spec.0.3.6
-> installed diffast-langs-python.0.3.6
Done.
# Run eval $(opam env) to update the current shell environment
2025-11-18 12:03.59 ---> saved as "53187caf4846d1ef8c7627a4e0634571538c674c61f8997d1d92af4e03ab57de"
/home/opam: (run (network host)
(shell "(opam depext --with-test diffast-langs-python.0.3.6 && opam reinstall --with-test diffast-langs-python.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-python.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-python.0.3.6' --color=never returned 20
2025-11-18 12:04.02 ---> saved as "f45ed4ac870eb2681bdf945c46f4f85cf208485e95b2b6ae118551375d5879b6"
/home/opam: (run (shell "opam depext --with-test diffast-langs-python.0.3.6 && opam reinstall --with-test --verbose diffast-langs-python.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-python.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-python.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-python.0.3.6' --color=never returned 20
"/usr/bin/env" "bash" "-c" "opam depext --with-test diffast-langs-python.0.3.6 && opam reinstall --with-test --verbose diffast-langs-python.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-python.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:04.11: Job failed: Failed: Build failed
2025-11-18 12:04.11: Log analysis:
2025-11-18 12:04.11: >>>
[ERROR] No solution for diffast-langs-python.0.3.6: The actions to process have cyclic dependencies:
(score = 20)
2025-11-18 12:04.11: >>>
[ERROR] No solution for diffast-langs-python.0.3.6: The actions to process have cyclic dependencies:
(score = 20)
2025-11-18 12:04.11: No solution for diffast-langs-python.0.3.6: The actions to process have cyclic dependencies: