(for PR #29248)
2026-01-19 18:14.36: New job: build ambient-context-eio.0.1.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29248/head (9d61e8a449aa2436cbd9b390c4afa6b47e8ed0ba)
on fedora-42-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/29248/head" && git reset --hard 9d61e8a4
git fetch origin master
git merge --no-edit 39960ffbaf3e5b50a1e354d4c99bfecc01e358ca
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:b74751ba6ac22a6f19a91dfb20696498aab52c04a5ce04357ab0a12279da8e89
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 ambient-context-eio.0.1.1 0.1.1
RUN opam reinstall ambient-context-eio.0.1.1; \
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 "\"fedora-42\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ambient-context-eio.0.1.1' && 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-19 18:14.36: Using cache hint "ocaml/opam:fedora-42-ocaml-5.4@sha256:b74751ba6ac22a6f19a91dfb20696498aab52c04a5ce04357ab0a12279da8e89-ambient-context-eio.0.1.1-9d61e8a449aa2436cbd9b390c4afa6b47e8ed0ba"
2026-01-19 18:14.36: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:b74751ba6ac22a6f19a91dfb20696498aab52c04a5ce04357ab0a12279da8e89)
(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 ambient-context-eio.0.1.1 0.1.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ambient-context-eio.0.1.1;\
\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 \"\\\"fedora-42\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ambient-context-eio.0.1.1' && 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-19 18:14.36: Waiting for resource in pool OCluster
2026-01-19 18:14.37: Waiting for worker…
2026-01-19 18:14.41: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files: 93% (18024/19231)
Updating files: 94% (18078/19231)
Updating files: 95% (18270/19231)
Updating files: 96% (18462/19231)
Updating files: 97% (18655/19231)
Updating files: 98% (18847/19231)
Updating files: 99% (19039/19231)
Updating files: 100% (19231/19231)
Updating files: 100% (19231/19231), done.
HEAD is now at 39960ffbaf Merge pull request #29193 from recoules/release-binsec-0.11.0
Updating 39960ffbaf..9d61e8a449
Fast-forward
.../ambient-context-eio.0.1.1/opam | 42 +++++++++++++++++++++
.../ambient-context-lwt.0.1.1/opam | 42 +++++++++++++++++++++
.../ambient-context/ambient-context.0.1.1/opam | 43 ++++++++++++++++++++++
3 files changed, 127 insertions(+)
create mode 100644 packages/ambient-context-eio/ambient-context-eio.0.1.1/opam
create mode 100644 packages/ambient-context-lwt/ambient-context-lwt.0.1.1/opam
create mode 100644 packages/ambient-context/ambient-context.0.1.1/opam
(from ocaml/opam:fedora-42-ocaml-5.4@sha256:b74751ba6ac22a6f19a91dfb20696498aab52c04a5ce04357ab0a12279da8e89)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:b74751ba6ac22a6f19a91dfb20696498aab52c04a5ce04357ab0a12279da8e89' locally
docker.io/ocaml/opam@sha256:b74751ba6ac22a6f19a91dfb20696498aab52c04a5ce04357ab0a12279da8e89: Pulling from ocaml/opam
9bf6f242b112: Already exists
8fabacba1251: Pulling fs layer
b556b825844b: Pulling fs layer
9e16b7647122: Pulling fs layer
12eaeb58df8c: Pulling fs layer
7838cf217961: Pulling fs layer
12eaeb58df8c: Waiting
7838cf217961: Waiting
9e16b7647122: Verifying Checksum
9e16b7647122: Download complete
8fabacba1251: Verifying Checksum
8fabacba1251: Download complete
8fabacba1251: Pull complete
12eaeb58df8c: Verifying Checksum
12eaeb58df8c: Download complete
7838cf217961: Verifying Checksum
7838cf217961: Download complete
b556b825844b: Verifying Checksum
b556b825844b: Download complete
b556b825844b: Pull complete
9e16b7647122: Pull complete
12eaeb58df8c: Pull complete
7838cf217961: Pull complete
Digest: sha256:b74751ba6ac22a6f19a91dfb20696498aab52c04a5ce04357ab0a12279da8e89
Status: Downloaded newer image for ocaml/opam@sha256:b74751ba6ac22a6f19a91dfb20696498aab52c04a5ce04357ab0a12279da8e89
2026-01-19 18:23.08 ---> saved as "8776fb0af6fc53898862b86f46ca8cee0489b257aca99b5899191e17bb0d5004"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-19 18:23.08 ---> saved as "b8cca8bfd23834fb7e090e3c27f2170eb8281a065e79536f1e430ddc1b1c8118"
/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-01-19 18:23.30 ---> saved as "3585d06f098553452479d6c335da00495554b93675451a57278a9271d623ff6d"
/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=fedora os-version=42
# 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.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-01-19 18:23.30 ---> saved as "f5857c76864baf8cb3e699c519d757325cd57ff2fcd775d702006da4494b4c41"
/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-19 18:23.36 ---> saved as "b6df9f59c19836f991f70bcd0501fd40466d07d3a25be361fb57a3445396f9a6"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-19 18:23.49 ---> saved as "609e0c70a624668563547b1a0ba5abfd8de0a6e9eb40d77911398c1a0deaf63a"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-19 18:24.06 ---> saved as "17a7f94faa9b5b71fa09f1ae8bb766a08d9eaeace2e379fa225ddd090ccb4108"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 42 - x86_64 - Updates 100% | 70.4 KiB/s | 19.7 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-01-19 18:24.10 ---> saved as "7d793578c4cf447a682f7d280766c8e0a1c82af6ef7c316e68006da411dfd84a"
/home/opam: (run (shell "opam pin add -k version -yn ambient-context-eio.0.1.1 0.1.1"))
ambient-context-eio is now pinned to version 0.1.1
2026-01-19 18:24.11 ---> saved as "4c714fe7d3339afcb3a24d762e39c5ef1fc264b01cd71159d3dc0cceb83bbeb5"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ambient-context-eio.0.1.1;\
\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 \"\\\"fedora-42\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ambient-context-eio.0.1.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ambient-context-eio.0.1.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 20 packages
- install ambient-context 0.1.1 [required by ambient-context-eio]
- install ambient-context-eio 0.1.1 (pinned)
- install bigstringaf 0.10.0 [required by eio]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by eio]
- install domain-local-await 1.0.1 [required by eio]
- install dune 3.21.0 [required by ambient-context-eio]
- install dune-configurator 3.21.0 [required by bigstringaf]
- install eio 1.3 [required by ambient-context-eio]
- install fmt 0.11.0 [required by eio]
- install hmap 0.8.1 [required by ambient-context, eio]
- install lwt-dllist 1.1.0 [required by eio]
- install mtime 2.1.0 [required by eio]
- install ocamlbuild 0.16.1 [required by hmap, mtime]
- install ocamlfind 1.9.8 [required by hmap, mtime]
- install optint 0.3.0 [required by eio]
- install psq 0.2.1 [required by eio]
- install seq base [required by psq]
- install thread-table 1.0.0 [required by domain-local-await]
- install topkg 1.1.1 [required by hmap, mtime]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ambient-context.0.1.1, ambient-context-eio.0.1.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)
-> retrieved eio.1.3 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved thread-table.1.0.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> 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 dune.3.21.0
-> installed lwt-dllist.1.1.0
-> installed csexp.1.5.2
-> installed ambient-context.0.1.1
-> installed cstruct.6.2.0
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed thread-table.1.0.0
-> installed domain-local-await.1.0.1
-> installed dune-configurator.3.21.0
-> installed bigstringaf.0.10.0
-> installed eio.1.3
-> installed ambient-context-eio.0.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-19 18:24.46 ---> saved as "ad7a46d43405431dc74f110a5ca822a36701daeb06b28a135cbf3f0933660daa"
Job succeeded
2026-01-19 18:24.56: Job succeeded