Build:
- 0
2026-03-11 01:53.21: New job: build dune-ai-context.0.1.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29536/head (46a9547a9afcbcc145de38d486a6219603094014)
on ubuntu-25.10-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/29536/head" && git reset --hard 46a9547a
git fetch origin master
git merge --no-edit 3c0d72031e829cf7ddad3a74f39a8b01fe2bf302
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:fccc42396ad3f6a3bb64d2de35908ff7339dc049277b9f10eb091adc363c9fb4
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 dune-ai-context.0.1.2 0.1.2
RUN opam reinstall dune-ai-context.0.1.2; \
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 "\"ubuntu-25.10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'dune-ai-context.0.1.2' && 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-03-11 01:53.21: Using cache hint "ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:fccc42396ad3f6a3bb64d2de35908ff7339dc049277b9f10eb091adc363c9fb4-dune-ai-context.0.1.2-46a9547a9afcbcc145de38d486a6219603094014"
2026-03-11 01:53.21: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:fccc42396ad3f6a3bb64d2de35908ff7339dc049277b9f10eb091adc363c9fb4)
(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 dune-ai-context.0.1.2 0.1.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-ai-context.0.1.2;\
\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 \"\\\"ubuntu-25.10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'dune-ai-context.0.1.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-11 01:53.21: Waiting for resource in pool OCluster
2026-03-11 12:05.57: Waiting for worker…
2026-03-11 12:08.04: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files: 74% (13725/18418)
Updating files: 75% (13814/18418)
Updating files: 76% (13998/18418)
Updating files: 77% (14182/18418)
Updating files: 78% (14367/18418)
Updating files: 79% (14551/18418)
Updating files: 80% (14735/18418)
Updating files: 81% (14919/18418)
Updating files: 82% (15103/18418)
Updating files: 83% (15287/18418)
Updating files: 84% (15472/18418)
Updating files: 85% (15656/18418)
Updating files: 86% (15840/18418)
Updating files: 87% (16024/18418)
Updating files: 88% (16208/18418)
Updating files: 89% (16393/18418)
Updating files: 90% (16577/18418)
Updating files: 91% (16761/18418)
Updating files: 92% (16945/18418)
Updating files: 93% (17129/18418)
Updating files: 94% (17313/18418)
Updating files: 95% (17498/18418)
Updating files: 96% (17682/18418)
Updating files: 97% (17866/18418)
Updating files: 98% (18050/18418)
Updating files: 99% (18234/18418)
Updating files: 100% (18418/18418)
Updating files: 100% (18418/18418), done.
HEAD is now at 3c0d72031e Merge pull request #29534 from filipeom/opam-publish-smtml.0.23.0
Updating 3c0d72031e..46a9547a9a
Fast-forward
.../dune-ai-context/dune-ai-context.0.1.2/opam | 43 ++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 packages/dune-ai-context/dune-ai-context.0.1.2/opam
(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:fccc42396ad3f6a3bb64d2de35908ff7339dc049277b9f10eb091adc363c9fb4)
2026-03-11 12:09.16 ---> saved as "c44b549a6f93e5c2102d3eca774bcd1b858844cf9e1a1a17320732b0e4413187"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-11 12:09.17 ---> saved as "8820d17401a1e155fab108289f168209dc1cfb10fa003f53cab713bce3f907c3"
/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 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-11 12:09.46 ---> saved as "83ca80bd4ce6ab405584be48f1d889e30754daa67ebfe23616b156d093d45b18"
/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=ubuntu os-version=25.10
# 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 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-03-11 12:09.46 ---> saved as "25ec6f0570aed5392fde3d475e06df34784851b5213bbd7c905505f174b053b3"
/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-03-11 12:09.55 ---> saved as "5e4291f5e28fd32b112202cf3cbd420cc037dd2c5e77bbc4e475583138f2a08d"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-11 12:10.06 ---> saved as "2ceac410e53b926c973834b4302726d516d313570df6ba65eabfa5cc9f06578f"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-11 12:10.32 ---> saved as "953c2be0c4a87836dd59fbe9d3a55d0f7624ed427f6cc8e38839cce61e34450b"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:3 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [258 kB]
- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [410 kB]
- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [204 kB]
- Get:7 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:8 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [176 kB]
- Get:9 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [275 kB]
- Get:10 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [202 kB]
- Fetched 1929 kB in 1s (3141 kB/s)
- Reading package lists...
-
2026-03-11 12:10.34 ---> saved as "ab35d33a338312d14a14ca2d710e80347954925325aa53b256383d8994b76331"
/home/opam: (run (shell "opam pin add -k version -yn dune-ai-context.0.1.2 0.1.2"))
dune-ai-context is now pinned to version 0.1.2
2026-03-11 12:10.35 ---> saved as "2209d0ce806ce90e17da4cf26e2fa5a2060cb71e7b3724f6579961c893a5979a"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-ai-context.0.1.2;\
\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 \"\\\"ubuntu-25.10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'dune-ai-context.0.1.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dune-ai-context.0.1.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 6 packages
- install dune 3.21.1 [required by dune-ai-context]
- install dune-ai-context 0.1.2 (pinned)
- install num 1.6 [required by sexplib]
- install parsexp v0.16.0 [required by sexplib]
- install sexplib v0.16.0 [required by dune-ai-context]
- install sexplib0 v0.16.0 [required by sexplib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.1 (cached)
-> retrieved dune-ai-context.0.1.2 (cached)
-> retrieved num.1.6 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> installed num.1.6
-> installed dune.3.21.1
-> installed sexplib0.v0.16.0
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed dune-ai-context.0.1.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-11 12:11.15 ---> saved as "cf1399d26809b92fd10b1d69840a705a97e882d6c64aa7364e73a99a7c1b82a9"
Job succeeded
2026-03-11 12:11.54: Job succeeded