Build:
- 1
- 0
2026-01-29 22:57.44: New job: test volgo-git-unix.0.0.22, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/29310/head (ae1df45d925dca5f8f1f5e22d1e534f8883872bb)
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/29310/head" && git reset --hard ae1df45d
git fetch origin master
git merge --no-edit 1ec33afa28d5ffd9ec61ce50525ccd9e0d75a625
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6
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 volgo-git-unix.0.0.22 0.0.22
RUN opam depext volgo-git-unix.0.0.22 && opam reinstall volgo-git-unix.0.0.22; \
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" != 'volgo-git-unix.0.0.22' && 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 volgo-git-unix.0.0.22 && opam reinstall --with-test volgo-git-unix.0.0.22) || true
RUN opam depext --with-test volgo-git-unix.0.0.22 && opam reinstall --with-test --verbose volgo-git-unix.0.0.22; \
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" != 'volgo-git-unix.0.0.22' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-01-29 22:57.44: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6-volgo-git-unix.0.0.22-ae1df45d925dca5f8f1f5e22d1e534f8883872bb"
2026-01-29 22:57.44: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6)
(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 volgo-git-unix.0.0.22 0.0.22"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext volgo-git-unix.0.0.22 && opam reinstall volgo-git-unix.0.0.22;\
\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\" != 'volgo-git-unix.0.0.22' && 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 volgo-git-unix.0.0.22 && opam reinstall --with-test volgo-git-unix.0.0.22) || true"))
(run (shell "opam depext --with-test volgo-git-unix.0.0.22 && opam reinstall --with-test --verbose volgo-git-unix.0.0.22;\
\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\" != 'volgo-git-unix.0.0.22' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-29 22:57.44: Waiting for resource in pool OCluster
2026-01-29 23:04.39: Waiting for worker…
2026-01-29 23:06.36: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 1ec33afa28 Merge pull request #29302 from psafont/release-qcow-0.12.3
Updating 1ec33afa28..ae1df45d92
Fast-forward
packages/conf-hg/conf-hg.1.0/opam | 2 +-
packages/volgo-base/volgo-base.0.0.22/opam | 68 +++++++++++++++++++++
.../volgo-git-backend.0.0.22/opam | 61 +++++++++++++++++++
packages/volgo-git-eio/volgo-git-eio.0.0.22/opam | 63 +++++++++++++++++++
packages/volgo-git-unix/volgo-git-unix.0.0.22/opam | 63 +++++++++++++++++++
.../volgo-hg-backend/volgo-hg-backend.0.0.22/opam | 61 +++++++++++++++++++
packages/volgo-hg-eio/volgo-hg-eio.0.0.22/opam | 64 +++++++++++++++++++
packages/volgo-hg-unix/volgo-hg-unix.0.0.22/opam | 63 +++++++++++++++++++
packages/volgo-vcs/volgo-vcs.0.0.22/opam | 71 ++++++++++++++++++++++
packages/volgo/volgo.0.0.22/opam | 60 ++++++++++++++++++
10 files changed, 575 insertions(+), 1 deletion(-)
create mode 100644 packages/volgo-base/volgo-base.0.0.22/opam
create mode 100644 packages/volgo-git-backend/volgo-git-backend.0.0.22/opam
create mode 100644 packages/volgo-git-eio/volgo-git-eio.0.0.22/opam
create mode 100644 packages/volgo-git-unix/volgo-git-unix.0.0.22/opam
create mode 100644 packages/volgo-hg-backend/volgo-hg-backend.0.0.22/opam
create mode 100644 packages/volgo-hg-eio/volgo-hg-eio.0.0.22/opam
create mode 100644 packages/volgo-hg-unix/volgo-hg-unix.0.0.22/opam
create mode 100644 packages/volgo-vcs/volgo-vcs.0.0.22/opam
create mode 100644 packages/volgo/volgo.0.0.22/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:7b75eb963f7d9195aa7a042832bacc96efd4ab4b0279914c2953f9f23ee6d1e6)
2026-01-29 23:07.02 ---> using "ec0b9239d97b1eba002b8666d90bcda143b1414915128d32a0b6cb8a1bd9f05c" 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"))
2026-01-29 23:07.02 ---> using "d44512af836c8b2c04ab273865973880ef28dc2956faae6fd2ad63bc286b2000" 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)
2026-01-29 23:07.02 ---> using "66c5df53cad4921976c5e415088d121ab310dad40ff23fd9980b157f2b91a4dd" 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
2026-01-29 23:07.02 ---> using "dbbf985a257958c25c0dc39c6f36e267d93b7c3c297def7759098049b4ad895a" 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/"))
2026-01-29 23:07.02 ---> using "7fc19ebc0724a0fb2277abce8907773d05b5dde0074f0db96e47672f5b6c82ea" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-29 23:07.24 ---> saved as "cf07a2e1afe268256532585b117106d69a1cc5f043c27df18bfb71920e67ea16"
/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)
2026-01-29 23:07.35 ---> saved as "44980b095d6cb3006cdb6a7ee6ec9919c414b113ebf6466d3b6a0abc7ec69d14"
/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
Hit:1 http://deb.debian.org/debian trixie InRelease
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-security trixie-security/main amd64 Packages [98.2 kB]
Fetched 189 kB in 0s (2348 kB/s)
Reading package lists...
# OS package update successful
2026-01-29 23:07.36 ---> saved as "bf7be8d445148561198726ce17a45a1c3f855c1218a1be529ead5ab9695a7d81"
/home/opam: (run (shell "opam pin add -k version -yn volgo-git-unix.0.0.22 0.0.22"))
volgo-git-unix is now pinned to version 0.0.22
2026-01-29 23:07.36 ---> saved as "f5f80e5f8e6f027833517801d1e1389ae5420e48376ede062cb8a731fff5e2e4"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext volgo-git-unix.0.0.22 && opam reinstall volgo-git-unix.0.0.22;\
\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\" != 'volgo-git-unix.0.0.22' && 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
# No extra OS packages requirements found.
# All required OS packages found.
volgo-git-unix.0.0.22 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install ocamlbuild 0.16.1 [required by fpath]
- install dune 3.21.0 [required by volgo-git-unix]
- install ocamlfind 1.9.8 [required by fpath]
- install spawn v0.17.0 [required by volgo-git-unix]
- install sexplib0 v0.17.0 [required by volgo-git-unix]
- install pp 2.0.0 [required by volgo-git-unix]
- install ordering 3.20.2 [required by volgo]
- install csexp 1.5.2 [required by stdune]
- install bitv 2.1 [required by volgo]
- install topkg 1.1.1 [required by fpath]
- install parsexp v0.17.0 [required by pplumbing-err]
- install dyn 3.20.2 [required by volgo]
- install astring 0.8.5 [required by fpath]
- install stdune 3.20.2 [required by pplumbing-err]
- install fpath 0.7.3 [required by volgo-git-unix]
- install loc 0.3.3 [required by pplumbing-err]
- install fpath-sexp0 0.4.0 [required by volgo-git-unix]
- install pplumbing-pp-tty 0.0.16 [required by volgo-git-unix]
- install pplumbing-err 0.0.16 [required by volgo-git-unix]
- install volgo 0.0.22 [required by volgo-git-unix]
- install volgo-git-backend 0.0.22 [required by volgo-git-unix]
- install volgo-git-unix 0.0.22*
===== 22 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bitv.2.1] found in cache
[csexp.1.5.2] found in cache
[dune.3.21.0] found in cache
[dyn.3.20.2] found in cache
[fpath.0.7.3] found in cache
[fpath-sexp0.0.4.0] found in cache
[loc.0.3.3] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[ordering.3.20.2] found in cache
[parsexp.v0.17.0] found in cache
[pp.2.0.0] found in cache
[pplumbing-err.0.0.16] found in cache
[pplumbing-pp-tty.0.0.16] found in cache
[sexplib0.v0.17.0] found in cache
[spawn.v0.17.0] found in cache
[stdune.3.20.2] found in cache
[topkg.1.1.1] found in cache
[volgo.0.0.22] found in cache
[volgo-git-backend.0.0.22] found in cache
[volgo-git-unix.0.0.22] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.21.0
-> installed bitv.2.1
-> installed csexp.1.5.2
-> installed pp.2.0.0
-> installed spawn.v0.17.0
-> installed sexplib0.v0.17.0
-> installed ordering.3.20.2
-> installed fpath-sexp0.0.4.0
-> installed parsexp.v0.17.0
-> installed dyn.3.20.2
-> installed stdune.3.20.2
-> installed loc.0.3.3
-> installed pplumbing-pp-tty.0.0.16
-> installed pplumbing-err.0.0.16
-> installed volgo.0.0.22
-> installed volgo-git-backend.0.0.22
-> installed volgo-git-unix.0.0.22
Done.
# Run eval $(opam env) to update the current shell environment
2026-01-29 23:08.18 ---> saved as "086296424861e80cea3e56a1f3c3da17707e981e6295751ccc9893d2ac2a3bad"
/home/opam: (run (network host)
(shell "(opam depext --with-test volgo-git-unix.0.0.22 && opam reinstall --with-test volgo-git-unix.0.0.22) || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
[ERROR] No solution for volgo-git-unix.0.0.22: 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.91 -> 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=volgo-git-unix.0.0.22' --color=never returned 20
2026-01-29 23:08.21 ---> saved as "3463d02c1e70302cf3d33d0d49cd808a9fe13c114c7b8aced96401896c10c989"
/home/opam: (run (shell "opam depext --with-test volgo-git-unix.0.0.22 && opam reinstall --with-test --verbose volgo-git-unix.0.0.22;\
\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\" != 'volgo-git-unix.0.0.22' && 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 volgo-git-unix.0.0.22: 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.91 -> 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=volgo-git-unix.0.0.22' --color=never returned 20
"/usr/bin/env" "bash" "-c" "opam depext --with-test volgo-git-unix.0.0.22 && opam reinstall --with-test --verbose volgo-git-unix.0.0.22;
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" != 'volgo-git-unix.0.0.22' && 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
2026-01-29 23:08.31: Job failed: Failed: Build failed
2026-01-29 23:08.31: Log analysis:
2026-01-29 23:08.31: >>>
[ERROR] No solution for volgo-git-unix.0.0.22: The actions to process have cyclic dependencies:
(score = 20)
2026-01-29 23:08.31: >>>
[ERROR] No solution for volgo-git-unix.0.0.22: The actions to process have cyclic dependencies:
(score = 20)
2026-01-29 23:08.31: No solution for volgo-git-unix.0.0.22: The actions to process have cyclic dependencies: