- github
- ocaml
- opam-repository
- 89a6ae
- distributions,ubuntu-25.04-ocaml-4.14,dyn.3.23.0~alpha2
(not at the head of any monitored branch or PR)
2026-04-30 01:38.42: New job: build dyn.3.23.0~alpha2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29824/head (89a6ae888498500bf7c0fc05361da936fc6acacf)
on ubuntu-25.04-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/29824/head" && git reset --hard 89a6ae88
git fetch origin master
git merge --no-edit 24c3efe52d0b736596aedf7facc049389fbda2b6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb
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 dyn.3.23.0~alpha2 3.23.0~alpha2
RUN opam reinstall dyn.3.23.0~alpha2; \
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.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'dyn.3.23.0~alpha2' && 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-04-30 01:38.42: Using cache hint "ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb-dyn.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.42: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb)
(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 dyn.3.23.0~alpha2 3.23.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dyn.3.23.0~alpha2;\
\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.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'dyn.3.23.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-30 01:38.42: Waiting for resource in pool OCluster
2026-04-30 01:44.47: Waiting for worker…
2026-04-30 01:46.52: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 24c3efe52d Merge pull request #29817 from tmcgilchrist/release-hdr_histogram-0.0.5
Updating 24c3efe52d..89a6ae8884
Fast-forward
.../chrome-trace/chrome-trace.3.23.0~alpha2/opam | 39 +++++++++++
.../dune-action-plugin.3.23.0~alpha2/opam | 52 ++++++++++++++
.../dune-action-trace.3.23.0~alpha2/opam | 39 +++++++++++
.../dune-build-info.3.23.0~alpha2/opam | 45 ++++++++++++
.../dune-configurator.3.23.0~alpha2/opam | 49 +++++++++++++
packages/dune-glob/dune-glob.3.23.0~alpha2/opam | 42 ++++++++++++
.../dune-private-libs.3.23.0~alpha2/opam | 50 ++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.23.0~alpha2/opam | 41 +++++++++++
packages/dune-rpc/dune-rpc.3.23.0~alpha2/opam | 44 ++++++++++++
packages/dune-site/dune-site.3.23.0~alpha2/opam | 37 ++++++++++
packages/dune/dune.3.23.0~alpha2/opam | 80 ++++++++++++++++++++++
packages/dyn/dyn.3.23.0~alpha2/opam | 40 +++++++++++
packages/fs-io/fs-io.3.23.0~alpha2/opam | 39 +++++++++++
packages/ocamlc-loc/ocamlc-loc.3.23.0~alpha2/opam | 43 ++++++++++++
packages/ordering/ordering.3.23.0~alpha2/opam | 38 ++++++++++
packages/stdune/stdune.3.23.0~alpha2/opam | 46 +++++++++++++
.../top-closure/top-closure.3.23.0~alpha2/opam | 38 ++++++++++
packages/xdg/xdg.3.23.0~alpha2/opam | 39 +++++++++++
18 files changed, 801 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.23.0~alpha2/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.23.0~alpha2/opam
create mode 100644 packages/dune-action-trace/dune-action-trace.3.23.0~alpha2/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.23.0~alpha2/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.23.0~alpha2/opam
create mode 100644 packages/dune-glob/dune-glob.3.23.0~alpha2/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.23.0~alpha2/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.23.0~alpha2/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.23.0~alpha2/opam
create mode 100644 packages/dune-site/dune-site.3.23.0~alpha2/opam
create mode 100644 packages/dune/dune.3.23.0~alpha2/opam
create mode 100644 packages/dyn/dyn.3.23.0~alpha2/opam
create mode 100644 packages/fs-io/fs-io.3.23.0~alpha2/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.23.0~alpha2/opam
create mode 100644 packages/ordering/ordering.3.23.0~alpha2/opam
create mode 100644 packages/stdune/stdune.3.23.0~alpha2/opam
create mode 100644 packages/top-closure/top-closure.3.23.0~alpha2/opam
create mode 100644 packages/xdg/xdg.3.23.0~alpha2/opam
(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb' locally
docker.io/ocaml/opam@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb: Pulling from ocaml/opam
c62190a9ab61: Pulling fs layer
357ac6654861: Pulling fs layer
a191be1efbfd: Pulling fs layer
eb4000d4ebbc: Pulling fs layer
c62190a9ab61: Waiting
598bd7554f0c: Pulling fs layer
357ac6654861: Waiting
a191be1efbfd: Waiting
eb4000d4ebbc: Waiting
79d6c515bbb9: Pulling fs layer
598bd7554f0c: Waiting
154be107f855: Pulling fs layer
79d6c515bbb9: Waiting
fd2208c876d6: Pulling fs layer
16490c1f67c4: Pulling fs layer
fd2208c876d6: Waiting
71652ce32f03: Pulling fs layer
154be107f855: Waiting
f6539204dd94: Pulling fs layer
71652ce32f03: Waiting
8832196939ac: Pulling fs layer
051ac3f8d1fa: Pulling fs layer
8832196939ac: Waiting
9c22d08d7908: Pulling fs layer
f92810fb1a76: Pulling fs layer
051ac3f8d1fa: Waiting
084bdef83a94: Pulling fs layer
d61f838e95fd: Pulling fs layer
f92810fb1a76: Waiting
084bdef83a94: Waiting
9c22d08d7908: Waiting
4b9d9e7979d2: Pulling fs layer
5b295751883e: Pulling fs layer
4cf5bde88b89: Pulling fs layer
d61f838e95fd: Waiting
4b9d9e7979d2: Waiting
a2e9395651c9: Pulling fs layer
4f4fb700ef54: Pulling fs layer
8d482fe260fa: Pulling fs layer
a2e9395651c9: Waiting
4f4fb700ef54: Waiting
0c1606e5aae9: Pulling fs layer
8d482fe260fa: Waiting
35abd5e9c377: Pulling fs layer
dd98292fdce5: Pulling fs layer
013f4f55172f: Pulling fs layer
74138f97645f: Pulling fs layer
dd98292fdce5: Waiting
35abd5e9c377: Waiting
013f4f55172f: Waiting
dd1ee7cdcf24: Pulling fs layer
74138f97645f: Waiting
9af03bee1815: Pulling fs layer
dd1ee7cdcf24: Waiting
2aa5fb145868: Pulling fs layer
236cbd8de420: Pulling fs layer
50b334ba052c: Pulling fs layer
9af03bee1815: Waiting
0ecd776bb54b: Pulling fs layer
61565fcd1ea7: Pulling fs layer
236cbd8de420: Waiting
c61c7e9567a5: Pulling fs layer
50b334ba052c: Waiting
6616a61e7604: Pulling fs layer
c61c7e9567a5: Waiting
61565fcd1ea7: Waiting
9ff1755321c4: Pulling fs layer
0ecd776bb54b: Waiting
6616a61e7604: Waiting
a72649cf11ee: Pulling fs layer
d7886880bcec: Pulling fs layer
2a89a2b3cc39: Pulling fs layer
debc803d2143: Pulling fs layer
9ff1755321c4: Waiting
d7886880bcec: Waiting
e4a5f49164e2: Pulling fs layer
a72649cf11ee: Waiting
569b9f5d92e4: Pulling fs layer
ed5d03d53c7d: Pulling fs layer
569b9f5d92e4: Waiting
ed5d03d53c7d: Waiting
2a89a2b3cc39: Waiting
debc803d2143: Waiting
e4a5f49164e2: Waiting
c62190a9ab61: Verifying Checksum
c62190a9ab61: Download complete
357ac6654861: Verifying Checksum
357ac6654861: Download complete
a191be1efbfd: Verifying Checksum
a191be1efbfd: Download complete
eb4000d4ebbc: Verifying Checksum
eb4000d4ebbc: Download complete
598bd7554f0c: Verifying Checksum
598bd7554f0c: Download complete
c62190a9ab61: Pull complete
357ac6654861: Pull complete
a191be1efbfd: Pull complete
eb4000d4ebbc: Pull complete
598bd7554f0c: Pull complete
79d6c515bbb9: Verifying Checksum
79d6c515bbb9: Download complete
154be107f855: Download complete
fd2208c876d6: Verifying Checksum
fd2208c876d6: Download complete
16490c1f67c4: Verifying Checksum
16490c1f67c4: Download complete
71652ce32f03: Verifying Checksum
71652ce32f03: Download complete
f6539204dd94: Download complete
8832196939ac: Verifying Checksum
8832196939ac: Download complete
051ac3f8d1fa: Verifying Checksum
051ac3f8d1fa: Download complete
9c22d08d7908: Verifying Checksum
9c22d08d7908: Download complete
f92810fb1a76: Verifying Checksum
f92810fb1a76: Download complete
084bdef83a94: Verifying Checksum
084bdef83a94: Download complete
d61f838e95fd: Verifying Checksum
d61f838e95fd: Download complete
4b9d9e7979d2: Download complete
5b295751883e: Download complete
4cf5bde88b89: Download complete
a2e9395651c9: Verifying Checksum
a2e9395651c9: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
8d482fe260fa: Download complete
0c1606e5aae9: Verifying Checksum
0c1606e5aae9: Download complete
35abd5e9c377: Verifying Checksum
35abd5e9c377: Download complete
79d6c515bbb9: Pull complete
dd98292fdce5: Verifying Checksum
dd98292fdce5: Download complete
154be107f855: Pull complete
013f4f55172f: Verifying Checksum
013f4f55172f: Download complete
74138f97645f: Download complete
fd2208c876d6: Pull complete
9af03bee1815: Download complete
2aa5fb145868: Download complete
16490c1f67c4: Pull complete
236cbd8de420: Download complete
71652ce32f03: Pull complete
dd1ee7cdcf24: Verifying Checksum
dd1ee7cdcf24: Download complete
50b334ba052c: Download complete
f6539204dd94: Pull complete
0ecd776bb54b: Download complete
c61c7e9567a5: Verifying Checksum
c61c7e9567a5: Download complete
8832196939ac: Pull complete
051ac3f8d1fa: Pull complete
9c22d08d7908: Pull complete
f92810fb1a76: Pull complete
084bdef83a94: Pull complete
d61f838e95fd: Pull complete
4b9d9e7979d2: Pull complete
5b295751883e: Pull complete
4cf5bde88b89: Pull complete
a2e9395651c9: Pull complete
4f4fb700ef54: Pull complete
8d482fe260fa: Pull complete
0c1606e5aae9: Pull complete
35abd5e9c377: Pull complete
dd98292fdce5: Pull complete
013f4f55172f: Pull complete
74138f97645f: Pull complete
dd1ee7cdcf24: Pull complete
9af03bee1815: Pull complete
2aa5fb145868: Pull complete
236cbd8de420: Pull complete
50b334ba052c: Pull complete
0ecd776bb54b: Pull complete
6616a61e7604: Verifying Checksum
6616a61e7604: Download complete
61565fcd1ea7: Verifying Checksum
61565fcd1ea7: Download complete
a72649cf11ee: Verifying Checksum
a72649cf11ee: Download complete
9ff1755321c4: Verifying Checksum
9ff1755321c4: Download complete
d7886880bcec: Verifying Checksum
d7886880bcec: Download complete
2a89a2b3cc39: Verifying Checksum
2a89a2b3cc39: Download complete
e4a5f49164e2: Verifying Checksum
e4a5f49164e2: Download complete
569b9f5d92e4: Download complete
ed5d03d53c7d: Download complete
61565fcd1ea7: Pull complete
c61c7e9567a5: Pull complete
6616a61e7604: Pull complete
9ff1755321c4: Pull complete
a72649cf11ee: Pull complete
d7886880bcec: Pull complete
debc803d2143: Verifying Checksum
debc803d2143: Download complete
2a89a2b3cc39: Pull complete
debc803d2143: Pull complete
e4a5f49164e2: Pull complete
569b9f5d92e4: Pull complete
ed5d03d53c7d: Pull complete
Digest: sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb
Status: Downloaded newer image for ocaml/opam@sha256:5cf475e3cd7dc78fd590b56a5efee73632a3db8653246e870fa405e359f3dfdb
2026-04-30 01:47.45 ---> using "26f2d1b20504f8a72d300005d6ed3a2bee34c58ce7ff6ebb581c3cd8e7bf182d" 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-04-30 01:47.45 ---> using "a4957f9b18434c1012461c826a56899f6216a370e6759ed5b0ab9bf12fd34307" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-30 01:47.45 ---> using "a6b249865a5d0e96171ec5044ea711b9f0b6ea9e54e3f6040edd50fcaad7c118" 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.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=ubuntu os-version=25.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-04-30 01:47.45 ---> using "00549bdac938067d4bb9f461a2b7d8085caaf449fd13d4056883d98cad0259ce" 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-04-30 01:47.45 ---> using "04d9d875ca3038e43d1a44feac8d4c1ff7931fc2aff2018e171dfc41b76315e8" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 01:47.46 ---> saved as "4439a0674c155d428e02c6f2f0e9d469667dd9725b36dcdf0208f8c8662c4da7"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 01:48.07 ---> saved as "9bf6b975bae6b5f3c77b9fcf07737d73918ee8d85b49235cd49e6cb61107316d"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Reading package lists...
-
2026-04-30 01:48.09 ---> saved as "6cfb6e2e461a52ec7828431584cc0e5a677b7016b9cc6d7b4407fd1a1238eb08"
/home/opam: (run (shell "opam pin add -k version -yn dyn.3.23.0~alpha2 3.23.0~alpha2"))
dyn is now pinned to version 3.23.0~alpha2
2026-04-30 01:48.10 ---> saved as "d5ed464cb8eb39a469da66aba614ef1e72227ec962fa725cf766aef7f54c537d"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dyn.3.23.0~alpha2;\
\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.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'dyn.3.23.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dyn.3.23.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 4 packages
- install dune 3.23.0~alpha2 [required by dyn]
- install dyn 3.23.0~alpha2 (pinned)
- install ordering 3.23.0~alpha2 [required by dyn]
- install pp 2.0.0 [required by dyn]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.0~alpha2, dyn.3.23.0~alpha2, ordering.3.23.0~alpha2 (cached)
-> retrieved pp.2.0.0 (cached)
-> installed dune.3.23.0~alpha2
-> installed pp.2.0.0
-> installed ordering.3.23.0~alpha2
-> installed dyn.3.23.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 01:48.48 ---> saved as "9b8445ca7a76443f197db16287d949b35fbac8a6e51bb1df03a2e9fb11d2bea0"
Job succeeded
2026-04-30 01:49.34: Job succeeded