Build:
- 0
2026-02-12 17:20.42: New job: build yocaml_eio.3.0.0, lower-bounds, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29377/head (bdc89f6ed5148f4e6b4c3da2f817ce491f80ff92)
on debian-13-ocaml-5.3/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/29377/head" && git reset --hard bdc89f6e
git fetch origin master
git merge --no-edit e07b8a139b56ff83d52c59578e497e681d2f0584
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992
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 yocaml_eio.3.0.0 3.0.0
RUN opam reinstall yocaml_eio.3.0.0; \
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" != 'yocaml_eio.3.0.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
ENV OPAMCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]"
ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]"
RUN opam reinstall yocaml_eio.3.0.0; \
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" != 'yocaml_eio.3.0.0' && 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-02-12 17:20.42: Using cache hint "ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992-yocaml_eio.3.0.0-bdc89f6ed5148f4e6b4c3da2f817ce491f80ff92"
2026-02-12 17:20.42: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992)
(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 yocaml_eio.3.0.0 3.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall yocaml_eio.3.0.0;\
\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\" != 'yocaml_eio.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(env OPAMCRITERIA +removed,+count[version-lag,solution])
(env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
(env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall yocaml_eio.3.0.0;\
\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\" != 'yocaml_eio.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-02-12 17:20.42: Waiting for resource in pool OCluster
2026-02-12 17:21.37: Waiting for worker…
2026-02-12 17:23.34: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at e07b8a139b Merge pull request #29367 from dinosaure/release-multipart_form-v0.8.0
Updating e07b8a139b..bdc89f6ed5
Fast-forward
packages/yocaml/yocaml.3.0.0/opam | 50 ++++++++++++++++++++++
packages/yocaml_cmarkit/yocaml_cmarkit.3.0.0/opam | 42 ++++++++++++++++++
packages/yocaml_eio/yocaml_eio.3.0.0/opam | 44 +++++++++++++++++++
packages/yocaml_git/yocaml_git.3.0.0/opam | 49 +++++++++++++++++++++
packages/yocaml_jingoo/yocaml_jingoo.3.0.0/opam | 41 ++++++++++++++++++
packages/yocaml_liquid/yocaml_liquid.3.0.0/opam | 41 ++++++++++++++++++
.../yocaml_markdown/yocaml_markdown.3.0.0/opam | 44 +++++++++++++++++++
.../yocaml_mustache/yocaml_mustache.3.0.0/opam | 41 ++++++++++++++++++
packages/yocaml_omd/yocaml_omd.3.0.0/opam | 42 ++++++++++++++++++
packages/yocaml_otoml/yocaml_otoml.3.0.0/opam | 41 ++++++++++++++++++
packages/yocaml_runtime/yocaml_runtime.3.0.0/opam | 45 +++++++++++++++++++
.../yocaml_syndication.3.0.0/opam | 44 +++++++++++++++++++
packages/yocaml_unix/yocaml_unix.3.0.0/opam | 42 ++++++++++++++++++
packages/yocaml_yaml/yocaml_yaml.3.0.0/opam | 41 ++++++++++++++++++
14 files changed, 607 insertions(+)
create mode 100644 packages/yocaml/yocaml.3.0.0/opam
create mode 100644 packages/yocaml_cmarkit/yocaml_cmarkit.3.0.0/opam
create mode 100644 packages/yocaml_eio/yocaml_eio.3.0.0/opam
create mode 100644 packages/yocaml_git/yocaml_git.3.0.0/opam
create mode 100644 packages/yocaml_jingoo/yocaml_jingoo.3.0.0/opam
create mode 100644 packages/yocaml_liquid/yocaml_liquid.3.0.0/opam
create mode 100644 packages/yocaml_markdown/yocaml_markdown.3.0.0/opam
create mode 100644 packages/yocaml_mustache/yocaml_mustache.3.0.0/opam
create mode 100644 packages/yocaml_omd/yocaml_omd.3.0.0/opam
create mode 100644 packages/yocaml_otoml/yocaml_otoml.3.0.0/opam
create mode 100644 packages/yocaml_runtime/yocaml_runtime.3.0.0/opam
create mode 100644 packages/yocaml_syndication/yocaml_syndication.3.0.0/opam
create mode 100644 packages/yocaml_unix/yocaml_unix.3.0.0/opam
create mode 100644 packages/yocaml_yaml/yocaml_yaml.3.0.0/opam
(from ocaml/opam:debian-13-ocaml-5.3@sha256:092f8ccee8d476b48291ba728590e7af75ee58c6c78ef40c347bef8d347fa992)
2026-02-12 17:23.57 ---> using "e1dec835eb16aab2e6170aa754d4be70a523b94de2df7b5426224e11fdbb44f0" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-12 17:23.57 ---> using "c0de2c38c8b37ba578a90ba533767fe22ff338cb38bf38e812ac8546e6a7a0d2" 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
2026-02-12 17:23.57 ---> using "63a02ea6f83620ed5c9a8ea856c54c502183c43e830a73622ac40009ff9d64c4" 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
# self-upgrade no
# system arch=x86_64 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 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.3
# invariant ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.3.0
2026-02-12 17:23.57 ---> using "bfee2a64358010cf772aabad23727c500a00661493e5120ec7364b60fde68e20" 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-02-12 17:23.57 ---> using "669ceee99f680c0e998332206bc90b932334db18db6f5445b5bb4eaa5f96aa7e" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-12 17:23.58 ---> using "093c6d60e3bdf45d3555af65581ec854a65f6addb00463bd7d99cc8f7e4f09d3" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-12 17:23.58 ---> using "810f113bfc3de60b35fbeeb342b063a2725130ebe78af28d797785d5ef4a2fcd" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/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 [104 kB]
- Fetched 195 kB in 0s (1738 kB/s)
- Reading package lists...
2026-02-12 17:23.58 ---> using "4887d9d56dc9d3ec76d7530bbab094a880b5666544e7d399b8d85e247e7f727c" from cache
/home/opam: (run (shell "opam pin add -k version -yn yocaml_eio.3.0.0 3.0.0"))
yocaml_eio is now pinned to version 3.0.0
2026-02-12 17:23.58 ---> saved as "65ddf7c40aee55fbc241f021766a28c485cf4c1600de57ee65331d74ffddd1d3"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall yocaml_eio.3.0.0;\
\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\" != 'yocaml_eio.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
yocaml_eio.3.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 68 packages
- install angstrom 0.16.1 [required by uri]
- install base v0.17.3 [required by ppx_expect]
- install base64 3.5.2 [required by cohttp]
- install bigstringaf 0.10.0 [required by eio]
- install cohttp 6.2.1 [required by cohttp-eio, yocaml_runtime]
- install cohttp-eio 6.2.1 [required by yocaml_eio]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by eio]
- install digestif 1.3.0 [required by yocaml_runtime]
- install domain-local-await 1.0.1 [required by eio]
- install domain-name 0.5.0 [required by ipaddr]
- install dune 3.21.0 [required by yocaml_eio]
- install dune-configurator 3.21.0 [required by uring, iomux]
- install eio 1.3 [required by yocaml_eio]
- install eio_linux 1.3 [required by eio_main]
- install eio_main 1.3 [required by yocaml_eio]
- install eio_posix 1.3 [required by eio_main]
- install eqaf 0.10 [required by digestif]
- install fmt 0.11.0 [required by cohttp-eio, yocaml_runtime]
- install hmap 0.8.1 [required by eio]
- install http 6.2.1 [required by cohttp-eio]
- install iomux 0.4 [required by eio_posix]
- install ipaddr 5.6.1 [required by cohttp-eio]
- install jane-street-headers v0.17.0 [required by time_now]
- install jst-config v0.17.0 [required by time_now]
- install logs 0.10.0 [required by yocaml, cohttp-eio, yocaml_runtime]
- install lwt-dllist 1.1.0 [required by eio]
- install macaddr 5.6.1 [required by ipaddr]
- install magic-mime 1.3.1 [required by yocaml_runtime]
- install mtime 2.1.0 [required by eio]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by ptime]
- install ocamlfind 1.9.8 [required by ptime]
- install optint 0.3.0 [required by eio]
- install ppx_assert v0.17.0 [required by jst-config]
- install ppx_base v0.17.0 [required by time_now]
- install ppx_cold v0.17.0 [required by ppx_base]
- install ppx_compare v0.17.0 [required by ppx_base]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_enumerate v0.17.0 [required by ppx_base]
- install ppx_expect v0.17.3 [required by yocaml_eio]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_hash v0.17.0 [required by ppx_base]
- install ppx_here v0.17.0 [required by ppx_expect]
- install ppx_inline_test v0.17.1 [required by ppx_expect]
- install ppx_optcomp v0.17.1 [required by time_now]
- install ppx_sexp_conv v0.17.1 [required by cohttp]
- install ppxlib 0.37.0 [required by ppx_expect]
- install ppxlib_jane v0.17.4 [required by ppx_sexp_conv]
- install psq 0.2.1 [required by eio]
- install ptime 1.2.0 [required by cohttp-eio]
- install re 1.14.0 [required by cohttp]
- install seq base [required by psq]
- install sexplib0 v0.17.0 [required by cohttp]
- install stdio v0.17.0 [required by ppx_expect]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stringext 1.6.0 [required by cohttp]
- install thread-table 1.0.0 [required by domain-local-await]
- install time_now v0.17.0 [required by ppx_inline_test]
- install topkg 1.1.1 [required by ptime]
- install uri 4.4.0 [required by cohttp-eio]
- install uri-sexp 4.4.0 [required by cohttp]
- install uring 2.7.0 [required by eio_linux]
- install yocaml 3.0.0 [required by yocaml_eio]
- install yocaml_eio 3.0.0 (pinned)
- install yocaml_runtime 3.0.0 [required by yocaml_eio]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved cohttp.6.2.1, cohttp-eio.6.2.1, http.6.2.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)
-> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved iomux.0.4 (cached)
-> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)
-> retrieved jane-street-headers.v0.17.0 (cached)
-> retrieved jst-config.v0.17.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved ppx_assert.v0.17.0 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_cold.v0.17.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_expect.v0.17.3 (cached)
-> retrieved ppx_globalize.v0.17.2 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_here.v0.17.0 (cached)
-> retrieved ppx_inline_test.v0.17.1 (cached)
-> retrieved ppx_optcomp.v0.17.1 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved time_now.v0.17.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
-> retrieved uring.2.7.0 (cached)
-> retrieved yocaml.3.0.0, yocaml_eio.3.0.0, yocaml_runtime.3.0.0 (https://github.com/xhtmlboi/yocaml/releases/download/v3.0.0/yocaml-3.0.0.tbz)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed logs.0.10.0
-> installed dune.3.21.0
-> installed csexp.1.5.2
-> installed base64.3.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed eqaf.0.10
-> installed http.6.2.1
-> installed jane-street-headers.v0.17.0
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.1
-> installed magic-mime.1.3.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed thread-table.1.0.0
-> installed ipaddr.5.6.1
-> installed domain-local-await.1.0.1
-> installed digestif.1.3.0
-> installed dune-configurator.3.21.0
-> installed bigstringaf.0.10.0
-> installed iomux.0.4
-> installed angstrom.0.16.1
-> installed uring.2.7.0
-> installed eio.1.3
-> installed uri.4.4.0
-> installed eio_linux.1.3
-> installed eio_posix.1.3
-> installed eio_main.1.3
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed ppxlib.0.37.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_optcomp.v0.17.1
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed uri-sexp.4.4.0
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed cohttp.6.2.1
-> installed cohttp-eio.6.2.1
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed yocaml.3.0.0
-> installed yocaml_runtime.3.0.0
-> installed yocaml_eio.3.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-12 17:25.51 ---> saved as "8ac8642590410db512bd238b2b3bf2c104688d9f4a494df018ca3b92b7b9589c"
/home/opam: (env OPAMCRITERIA +removed,+count[version-lag,solution])
/home/opam: (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution])
/home/opam: (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution])
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall yocaml_eio.3.0.0;\
\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\" != 'yocaml_eio.3.0.0' && 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:
=== remove 8 packages
- remove domain-name 0.5.0 [conflicts with dune]
- remove ipaddr 5.6.1 [conflicts with dune]
- remove macaddr 5.6.1 [conflicts with dune]
- remove ocaml-syntax-shims 1.0.0 [conflicts with dune]
- remove ocaml_intrinsics_kernel v0.17.1 [conflicts with dune]
- remove ppx_globalize v0.17.2 [conflicts with dune]
- remove ppxlib_jane v0.17.4 [conflicts with dune]
- remove thread-table 1.0.0 [conflicts with dune]
=== downgrade 48 packages
- downgrade angstrom 0.16.1 to 0.14.0 [uses dune]
- downgrade base v0.17.3 to v0.15.1 [uses dune]
- downgrade base64 3.5.2 to 3.1.0 [required by cohttp]
- downgrade bigstringaf 0.10.0 to 0.9.0 [uses dune]
- downgrade cohttp 6.2.1 to 6.0.0~beta2 [required by cohttp-eio]
- downgrade cohttp-eio 6.2.1 to 6.0.0~beta2 [required by yocaml_eio]
- downgrade csexp 1.5.2 to 1.3.1 [uses dune]
- downgrade cstruct 6.2.0 to 6.0.1 [uses dune]
- downgrade domain-local-await 1.0.1 to 0.1.0 [uses dune]
- downgrade dune 3.21.0 to 3.18.2 [required by yocaml_eio]
- downgrade dune-configurator 3.21.0 to 2.9.3 [uses dune]
- downgrade eio 1.3 to 1.1 [required by yocaml_eio]
- downgrade eio_linux 1.3 to 1.1 [uses dune]
- downgrade eio_main 1.3 to 1.1 [required by yocaml_eio]
- downgrade eio_posix 1.3 to 1.1 [uses dune]
- downgrade eqaf 0.10 to 0.2 [uses dune]
- downgrade fmt 0.11.0 to 0.9.0 [required by cohttp-eio]
- downgrade http 6.2.1 to 6.0.0~beta2 [required by cohttp-eio]
- downgrade iomux 0.4 to 0.2 [uses dune]
- downgrade jane-street-headers v0.17.0 to v0.15.0 [uses dune]
- downgrade jst-config v0.17.0 to v0.15.0 [uses dune]
- downgrade logs 0.10.0 to 0.7.0 [required by cohttp]
- downgrade lwt-dllist 1.1.0 to 1.0.0 [uses dune]
- downgrade ocamlbuild 0.16.1 to 0.14.3 [required by fmt]
- downgrade ocamlfind 1.9.8 to 1.9.6 [required by fmt]
- downgrade ppx_assert v0.17.0 to v0.15.0 [uses dune]
- downgrade ppx_base v0.17.0 to v0.15.0 [uses dune]
- downgrade ppx_cold v0.17.0 to v0.15.0 [uses dune]
- downgrade ppx_compare v0.17.0 to v0.15.0 [uses dune]
- downgrade ppx_enumerate v0.17.0 to v0.15.0 [uses dune]
- downgrade ppx_expect v0.17.3 to v0.15.1 [required by yocaml_eio]
- downgrade ppx_hash v0.17.0 to v0.15.0 [uses dune]
- downgrade ppx_here v0.17.0 to v0.15.0 [uses dune]
- downgrade ppx_inline_test v0.17.1 to v0.15.1 [uses dune]
- downgrade ppx_optcomp v0.17.1 to v0.15.0 [uses dune]
- downgrade ppx_sexp_conv v0.17.1 to v0.15.1 [required by cohttp]
- downgrade ppxlib 0.37.0 to 0.34.0 [uses dune]
- downgrade psq 0.2.1 to 0.2.0 [uses dune]
- downgrade re 1.14.0 to 1.9.0 [required by cohttp]
- downgrade seq base to 0.3 [uses dune]
- downgrade sexplib0 v0.17.0 to v0.15.1 [required by cohttp]
- downgrade stdio v0.17.0 to v0.15.0 [uses dune]
- downgrade stdlib-shims 0.3.0 to 0.1.0 [uses dune]
- downgrade time_now v0.17.0 to v0.15.0 [uses dune]
- downgrade topkg 1.1.1 to 1.0.8 [required by fmt]
- downgrade uri 4.4.0 to 4.0.0 [required by cohttp]
- downgrade uri-sexp 4.4.0 to 4.0.0 [required by cohttp]
- downgrade uring 2.7.0 to 0.9 [uses dune]
=== recompile 9 packages
- recompile digestif 1.3.0 [uses dune]
- recompile magic-mime 1.3.1 [uses dune]
- recompile ocaml-compiler-libs v0.17.0 [uses dune]
- recompile optint 0.3.0 [uses dune]
- recompile ppx_derivers 1.2.1 [uses dune]
- recompile stringext 1.6.0 [uses dune]
- recompile yocaml 3.0.0 [uses dune]
- recompile yocaml_eio 3.0.0 (pinned)
- recompile yocaml_runtime 3.0.0 [uses cohttp]
=== install 7 packages
- install base-bytes base [required by base64]
- install bigarray-compat 1.1.0 [required by cstruct]
- install conf-pkg-config 1.0 [required by bigstringaf]
- install cppo 1.6.7 [required by lwt]
- install lwt 5.7.0 [required by logs]
- install ocplib-endian 1.1 [required by lwt]
- install result 1.5 [required by dune-configurator]
The following system packages will first need to be installed:
pkg-config
<><> 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" "pkg-config"
- Selecting previously unselected package libpkgconf3: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 ... 20654 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- 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+deb13u1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.14.0 (cached)
-> retrieved base.v0.15.1 (cached)
-> retrieved base64.3.1.0 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved bigstringaf.0.9.0 (cached)
-> retrieved cohttp.6.0.0~beta2, cohttp-eio.6.0.0~beta2, http.6.0.0~beta2 (cached)
-> retrieved cppo.1.6.7 (cached)
-> retrieved csexp.1.3.1 (cached)
-> installed conf-pkg-config.1.0
-> retrieved cstruct.6.0.1 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved domain-local-await.0.1.0 (cached)
-> retrieved dune.3.18.2 (cached)
-> retrieved dune-configurator.2.9.3 (cached)
-> retrieved eio.1.1, eio_linux.1.1, eio_main.1.1, eio_posix.1.1 (cached)
-> retrieved eqaf.0.2 (cached)
-> retrieved fmt.0.9.0 (cached)
-> retrieved iomux.0.2 (cached)
-> retrieved jane-street-headers.v0.15.0 (cached)
-> retrieved jst-config.v0.15.0 (cached)
-> retrieved logs.0.7.0 (cached)
-> retrieved lwt.5.7.0 (cached)
-> retrieved lwt-dllist.1.0.0 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocamlbuild.0.14.3 (cached)
-> retrieved ocamlfind.1.9.6 (cached)
-> retrieved ocplib-endian.1.1 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved ppx_assert.v0.15.0 (cached)
-> retrieved ppx_base.v0.15.0 (cached)
-> retrieved ppx_cold.v0.15.0 (cached)
-> retrieved ppx_compare.v0.15.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_enumerate.v0.15.0 (cached)
-> retrieved ppx_expect.v0.15.1 (cached)
-> retrieved ppx_hash.v0.15.0 (cached)
-> retrieved ppx_here.v0.15.0 (cached)
-> retrieved ppx_inline_test.v0.15.1 (cached)
-> retrieved ppx_optcomp.v0.15.0 (cached)
-> retrieved ppx_sexp_conv.v0.15.1 (cached)
-> retrieved ppxlib.0.34.0 (cached)
-> retrieved psq.0.2.0 (cached)
-> retrieved re.1.9.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved seq.0.3 (cached)
-> retrieved sexplib0.v0.15.1 (cached)
-> retrieved stdio.v0.15.0 (cached)
-> retrieved stdlib-shims.0.1.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved time_now.v0.15.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved uri.4.0.0, uri-sexp.4.0.0 (cached)
-> retrieved uring.0.9 (cached)
-> retrieved yocaml.3.0.0, yocaml_eio.3.0.0, yocaml_runtime.3.0.0 (cached)
-> removed yocaml_eio.3.0.0
-> removed cohttp-eio.6.2.1
-> removed eio_main.1.3
-> removed eio_linux.1.3
-> removed eio_posix.1.3
-> removed eio.1.3
-> removed domain-local-await.1.0.1
-> removed iomux.0.4
-> removed lwt-dllist.1.1.0
-> removed psq.0.2.1
-> removed seq.base
-> removed thread-table.1.0.0
-> removed uring.2.7.0
-> removed cstruct.6.2.0
-> removed optint.0.3.0
-> removed yocaml_runtime.3.0.0
-> removed cohttp.6.2.1
-> removed base64.3.5.2
-> removed digestif.1.3.0
-> removed eqaf.0.10
-> removed http.6.2.1
-> removed ipaddr.5.6.1
-> removed domain-name.0.5.0
-> removed macaddr.5.6.1
-> removed magic-mime.1.3.1
-> removed re.1.14.0
-> removed uri-sexp.4.4.0
-> removed uri.4.4.0
-> removed angstrom.0.16.1
-> removed bigstringaf.0.10.0
-> removed ocaml-syntax-shims.1.0.0
-> removed stringext.1.6.0
-> removed yocaml.3.0.0
-> removed logs.0.10.0
-> removed fmt.0.11.0
-> removed ppx_expect.v0.17.3
-> removed ppx_inline_test.v0.17.1
-> removed time_now.v0.17.0
-> removed jane-street-headers.v0.17.0
-> removed jst-config.v0.17.0
-> removed ppx_assert.v0.17.0
-> removed ppx_base.v0.17.0
-> removed ppx_cold.v0.17.0
-> removed ppx_enumerate.v0.17.0
-> removed ppx_globalize.v0.17.2
-> removed ppx_hash.v0.17.0
-> removed ppx_compare.v0.17.0
-> removed ppx_here.v0.17.0
-> removed ppx_optcomp.v0.17.1
-> removed ppx_sexp_conv.v0.17.1
-> removed ppxlib_jane.v0.17.4
-> removed ppxlib.0.37.0
-> removed ocaml-compiler-libs.v0.17.0
-> removed ppx_derivers.1.2.1
-> removed stdio.v0.17.0
-> removed base.v0.17.3
-> removed dune-configurator.3.21.0
-> removed csexp.1.5.2
-> removed ocaml_intrinsics_kernel.v0.17.1
-> removed sexplib0.v0.17.0
-> removed stdlib-shims.0.3.0
-> removed dune.3.21.0
-> removed topkg.1.1.1
-> removed ocamlbuild.0.16.1
-> removed ocamlfind.1.9.8
-> installed dune.3.18.2
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed bigarray-compat.1.1.0
-> installed bigstringaf.0.9.0
-> installed domain-local-await.0.1.0
-> installed http.6.0.0~beta2
-> installed jane-street-headers.v0.15.0
-> installed optint.0.3.0
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed seq.0.3
-> installed sexplib0.v0.15.1
-> installed stdlib-shims.0.1.0
-> installed stringext.1.6.0
-> installed magic-mime.1.3.1
-> installed cppo.1.6.7
-> installed eqaf.0.2
-> installed csexp.1.3.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed cstruct.6.0.1
-> installed angstrom.0.14.0
-> installed psq.0.2.0
-> installed ocplib-endian.1.1
-> installed base64.3.1.0
-> installed re.1.9.0
-> installed digestif.1.3.0
-> installed dune-configurator.2.9.3
-> installed uri.4.0.0
-> installed iomux.0.2
-> installed topkg.1.0.8
-> installed lwt.5.7.0
-> installed lwt-dllist.1.0.0
-> installed fmt.0.9.0
-> installed logs.0.7.0
-> installed eio.1.1
-> installed base.v0.15.1
-> installed uring.0.9
-> installed stdio.v0.15.0
-> installed eio_posix.1.1
-> installed eio_linux.1.1
-> installed eio_main.1.1
-> installed ppxlib.0.34.0
-> installed ppx_optcomp.v0.15.0
-> installed ppx_here.v0.15.0
-> installed ppx_cold.v0.15.0
-> installed ppx_enumerate.v0.15.0
-> installed ppx_compare.v0.15.0
-> installed ppx_sexp_conv.v0.15.1
-> installed uri-sexp.4.0.0
-> installed ppx_hash.v0.15.0
-> installed ppx_assert.v0.15.0
-> installed ppx_base.v0.15.0
-> installed cohttp.6.0.0~beta2
-> installed cohttp-eio.6.0.0~beta2
-> installed jst-config.v0.15.0
-> installed time_now.v0.15.0
-> installed ppx_inline_test.v0.15.1
-> installed ppx_expect.v0.15.1
-> installed yocaml.3.0.0
-> installed yocaml_runtime.3.0.0
-> installed yocaml_eio.3.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-12 17:28.06 ---> saved as "f274725c60c8c50f3215dcc16c2687006fb41579705a1599d70e13fe41c12569"
Job succeeded
2026-02-12 17:28.11: Job succeeded