Build:
- 1
- 0
2026-01-12 18:56.22: New job: build fs-io.3.21.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29216/head (001b427da21d4d746e124eaaffab7b4134813f6d)
on debian-12-ocaml-4.14/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/29216/head" && git reset --hard 001b427d
git fetch origin master
git merge --no-edit 7d22a58614c38be74d79ae6ef2b64994ca4ffef0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:a99954be0d67001794790fc05d3948d2c20716b0d79d9e4087c6fec9370d7405
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 fs-io.3.21.0 3.21.0
RUN opam reinstall fs-io.3.21.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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'fs-io.3.21.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-01-12 18:56.22: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:a99954be0d67001794790fc05d3948d2c20716b0d79d9e4087c6fec9370d7405-fs-io.3.21.0-001b427da21d4d746e124eaaffab7b4134813f6d"
2026-01-12 18:56.22: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:a99954be0d67001794790fc05d3948d2c20716b0d79d9e4087c6fec9370d7405)
(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 fs-io.3.21.0 3.21.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall fs-io.3.21.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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'fs-io.3.21.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-01-12 18:56.22: Waiting for resource in pool OCluster
2026-01-13 03:43.25: Waiting for worker…
2026-01-13 03:45.25: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 7d22a58614 Merge pull request #29184 from raphael-proust/opam-publish-lwt.6.0.0
Updating 7d22a58614..001b427da2
Fast-forward
packages/chrome-trace/chrome-trace.3.21.0/opam | 41 ++++++++++++
.../dune-action-plugin.3.21.0/opam | 54 ++++++++++++++++
.../dune-build-info/dune-build-info.3.21.0/opam | 47 ++++++++++++++
.../dune-configurator.3.21.0/opam | 51 +++++++++++++++
packages/dune-glob/dune-glob.3.21.0/opam | 44 +++++++++++++
.../dune-private-libs.3.21.0/opam | 52 +++++++++++++++
packages/dune-rpc-lwt/dune-rpc-lwt.3.21.0/opam | 43 +++++++++++++
packages/dune-rpc/dune-rpc.3.21.0/opam | 46 +++++++++++++
packages/dune-site/dune-site.3.21.0/opam | 39 +++++++++++
packages/dune/dune.3.21.0/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.21.0/opam | 42 ++++++++++++
packages/fs-io/fs-io.3.21.0/opam | 41 ++++++++++++
packages/ocamlc-loc/ocamlc-loc.3.21.0/opam | 45 +++++++++++++
packages/ordering/ordering.3.21.0/opam | 40 ++++++++++++
packages/stdune/stdune.3.21.0/opam | 48 ++++++++++++++
packages/top-closure/top-closure.3.21.0/opam | 40 ++++++++++++
packages/xdg/xdg.3.21.0/opam | 41 ++++++++++++
17 files changed, 789 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.21.0/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.21.0/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.21.0/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.21.0/opam
create mode 100644 packages/dune-glob/dune-glob.3.21.0/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.21.0/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.21.0/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.21.0/opam
create mode 100644 packages/dune-site/dune-site.3.21.0/opam
create mode 100644 packages/dune/dune.3.21.0/opam
create mode 100644 packages/dyn/dyn.3.21.0/opam
create mode 100644 packages/fs-io/fs-io.3.21.0/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.21.0/opam
create mode 100644 packages/ordering/ordering.3.21.0/opam
create mode 100644 packages/stdune/stdune.3.21.0/opam
create mode 100644 packages/top-closure/top-closure.3.21.0/opam
create mode 100644 packages/xdg/xdg.3.21.0/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:a99954be0d67001794790fc05d3948d2c20716b0d79d9e4087c6fec9370d7405)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:a99954be0d67001794790fc05d3948d2c20716b0d79d9e4087c6fec9370d7405' locally
docker.io/ocaml/opam@sha256:a99954be0d67001794790fc05d3948d2c20716b0d79d9e4087c6fec9370d7405: Pulling from ocaml/opam
32a5bf163bd7: Already exists
c0944ab5c1b8: Already exists
476c5992415e: Already exists
d0fe6b118beb: Already exists
caa92716367b: Already exists
9f647a7f5929: Already exists
cfbe1d2570c3: Already exists
427740f4c814: Already exists
85d88aea685d: Already exists
eff6b54cdb18: Already exists
0fd52d68eceb: Already exists
10b9e28c194a: Already exists
83e61d759870: Already exists
6e41e8ffa82b: Already exists
6fb56bf9eb3e: Already exists
ee2c0b77c643: Already exists
c86de4c302f1: Already exists
a1ec1223857b: Already exists
ec303835bdfd: Already exists
dc44e12b8a4e: Already exists
9cc83342db2d: Already exists
a83f5b4d553c: Already exists
4f4fb700ef54: Already exists
2bad06f568b8: Already exists
e8284971354d: Already exists
ddf185679cf3: Already exists
d0fa3ed70aa3: Already exists
40c669734ac7: Already exists
2f0deaaa63a5: Already exists
32aec092ad5e: Already exists
8d1002d23fd3: Already exists
cfadb4d68845: Already exists
2a6607648bff: Already exists
a3f542c5c212: Already exists
18bc30ede372: Already exists
3e34f983e37c: Already exists
ac2d2a5c57ef: Already exists
7e0261aa55c8: Already exists
c29a253b49ae: Already exists
c8bfad6dee24: Already exists
0a4e3c1e347f: Already exists
dd308360480a: Pulling fs layer
01c94894a589: Pulling fs layer
c405ae706f6a: Pulling fs layer
2ddd50ece014: Pulling fs layer
2ddd50ece014: Waiting
01c94894a589: Verifying Checksum
01c94894a589: Download complete
c405ae706f6a: Verifying Checksum
c405ae706f6a: Download complete
2ddd50ece014: Download complete
dd308360480a: Verifying Checksum
dd308360480a: Download complete
dd308360480a: Pull complete
01c94894a589: Pull complete
c405ae706f6a: Pull complete
2ddd50ece014: Pull complete
Digest: sha256:a99954be0d67001794790fc05d3948d2c20716b0d79d9e4087c6fec9370d7405
Status: Downloaded newer image for ocaml/opam@sha256:a99954be0d67001794790fc05d3948d2c20716b0d79d9e4087c6fec9370d7405
2026-01-13 03:46.52 ---> using "9aa55a30ccbc47c2d0eb99b8bdaf6c8eef042a538a69a38cc23c16aca6cb4b64" 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-01-13 03:46.52 ---> using "6ad81db8dbbc8a824e64fe98be965236ed9998c32a8f692a98663a6b3ccae80f" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-13 03:46.52 ---> using "d2becda8460faa9a3483ea65aab629afb682edd8e7961ebff4927bb0f63e2944" 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=12
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-01-13 03:46.52 ---> using "604b7d5fe580ec339804f620cdd6591104888e42317bc4b12fdc02e9c093282d" 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-13 03:46.52 ---> using "66b83590d8a95d1631f9c8d0e9402fdd94203cffa1fdce8239bea58a3198ee0c" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-13 03:46.55 ---> saved as "538e74f48563ff45c18a84dc450bd02354bec9a36ebcc6a09885e5fa38e62499"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-13 03:47.14 ---> saved as "4c3f7b77093fdfee1460ad7359e31dced4735d1ca09179dfc5ee83c822320976"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [291 kB]
- Fetched 9337 kB in 1s (7746 kB/s)
- Reading package lists...
2026-01-13 03:47.16 ---> saved as "b563ea4f63ffd379b42404d915065d24504f64b0cb3a67d745ffbde68564de19"
/home/opam: (run (shell "opam pin add -k version -yn fs-io.3.21.0 3.21.0"))
fs-io is now pinned to version 3.21.0
2026-01-13 03:47.17 ---> saved as "452c33825a1027af7fb72d7bdb31b89c13bd513b6e5c1332af12ff797d9483f8"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall fs-io.3.21.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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'fs-io.3.21.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
Fatal error: out of memory
bash: line 1: 8 Aborted opam reinstall fs-io.3.21.0
"/usr/bin/env" "bash" "-c" "opam reinstall fs-io.3.21.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-12\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'fs-io.3.21.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 134
2026-01-13 03:47.29: Job failed: Failed: Build failed