- github
- ocaml
- opam-repository
- a9b8a0
- distributions,ubuntu-25.04-ocaml-4.14,dune-private-libs.3.21.0~alpha2
(not at the head of any monitored branch or PR)
2025-12-08 18:29.20: New job: build dune-private-libs.3.21.0~alpha2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29042/head (a9b8a0d0db631d21208bd4ab7355e867d7ecf88d)
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/29042/head" && git reset --hard a9b8a0d0
git fetch origin master
git merge --no-edit 4c9d80b7312698c8f185350873cbec03fdf0471a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:042bc0fbbe0924c718a14311fabffe177a50192a175463fe1ba19b1aeed4735a
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-private-libs.3.21.0~alpha2 3.21.0~alpha2
RUN opam reinstall dune-private-libs.3.21.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" != 'dune-private-libs.3.21.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 .
2025-12-08 18:29.20: Using cache hint "ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:042bc0fbbe0924c718a14311fabffe177a50192a175463fe1ba19b1aeed4735a-dune-private-libs.3.21.0~alpha2-a9b8a0d0db631d21208bd4ab7355e867d7ecf88d"
2025-12-08 18:29.20: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:042bc0fbbe0924c718a14311fabffe177a50192a175463fe1ba19b1aeed4735a)
(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-private-libs.3.21.0~alpha2 3.21.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-private-libs.3.21.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\" != 'dune-private-libs.3.21.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"))
)
2025-12-08 18:29.20: Waiting for resource in pool OCluster
2025-12-08 20:58.35: Waiting for worker…
2025-12-08 21:02.06: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 4c9d80b731 Merge pull request #29031 from NielsMommen/release-ppx_parser-0.2.1
Updating 4c9d80b731..a9b8a0d0db
Fast-forward
.../chrome-trace/chrome-trace.3.21.0~alpha2/opam | 41 ++++++++++++
.../dune-action-plugin.3.21.0~alpha2/opam | 54 ++++++++++++++++
.../dune-build-info.3.21.0~alpha2/opam | 47 ++++++++++++++
.../dune-configurator.3.21.0~alpha2/opam | 51 +++++++++++++++
packages/dune-glob/dune-glob.3.21.0~alpha2/opam | 44 +++++++++++++
.../dune-private-libs.3.21.0~alpha2/opam | 52 +++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.21.0~alpha2/opam | 43 +++++++++++++
packages/dune-rpc/dune-rpc.3.21.0~alpha2/opam | 46 +++++++++++++
packages/dune-site/dune-site.3.21.0~alpha2/opam | 39 +++++++++++
packages/dune/dune.3.21.0~alpha2/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.21.0~alpha2/opam | 42 ++++++++++++
packages/fs-io/fs-io.3.21.0~alpha2/opam | 40 ++++++++++++
packages/ocamlc-loc/ocamlc-loc.3.21.0~alpha2/opam | 45 +++++++++++++
packages/ordering/ordering.3.21.0~alpha2/opam | 40 ++++++++++++
packages/stdune/stdune.3.21.0~alpha2/opam | 48 ++++++++++++++
.../top-closure/top-closure.3.21.0~alpha2/opam | 39 +++++++++++
packages/xdg/xdg.3.21.0~alpha2/opam | 41 ++++++++++++
17 files changed, 787 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.21.0~alpha2/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.21.0~alpha2/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.21.0~alpha2/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.21.0~alpha2/opam
create mode 100644 packages/dune-glob/dune-glob.3.21.0~alpha2/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.21.0~alpha2/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.21.0~alpha2/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.21.0~alpha2/opam
create mode 100644 packages/dune-site/dune-site.3.21.0~alpha2/opam
create mode 100644 packages/dune/dune.3.21.0~alpha2/opam
create mode 100644 packages/dyn/dyn.3.21.0~alpha2/opam
create mode 100644 packages/fs-io/fs-io.3.21.0~alpha2/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.21.0~alpha2/opam
create mode 100644 packages/ordering/ordering.3.21.0~alpha2/opam
create mode 100644 packages/stdune/stdune.3.21.0~alpha2/opam
create mode 100644 packages/top-closure/top-closure.3.21.0~alpha2/opam
create mode 100644 packages/xdg/xdg.3.21.0~alpha2/opam
(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:042bc0fbbe0924c718a14311fabffe177a50192a175463fe1ba19b1aeed4735a)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:042bc0fbbe0924c718a14311fabffe177a50192a175463fe1ba19b1aeed4735a' locally
docker.io/ocaml/opam@sha256:042bc0fbbe0924c718a14311fabffe177a50192a175463fe1ba19b1aeed4735a: Pulling from ocaml/opam
c62190a9ab61: Already exists
df66183c6d86: Already exists
64dea6a75b9d: Already exists
8c1fcf0fae8a: Already exists
c40e574fc8f6: Already exists
a3f35e212a90: Already exists
47183be572b3: Already exists
e2594922e576: Already exists
61ca99a3fd44: Already exists
f5fa3635e89c: Already exists
2638e6b26cd4: Already exists
6d7c7b06675f: Already exists
ecd9fb627c75: Already exists
ef49705fee85: Already exists
0fe734bf0503: Already exists
402646d27c32: Already exists
bcc8bafbdb6e: Already exists
bcc8bafbdb6e: Already exists
7d9eaa3885ee: Already exists
8275a7c4c7f5: Already exists
0d7c38a9cd30: Already exists
318ed859122e: Already exists
4f4fb700ef54: Already exists
26c0ae52e123: Already exists
dd458328a138: Already exists
29be65a6356a: Already exists
130d67437b21: Already exists
94229b92f983: Already exists
52c06c11101f: Already exists
cab89ba21e9f: Already exists
2e67fa4daf8e: Already exists
d22b61057241: Already exists
55892e75cfc6: Already exists
81a1e3db2698: Already exists
1027bc439a90: Already exists
ee12583f6184: Already exists
ff89529259c4: Already exists
d8ead8f3b7e0: Already exists
6b6d4d828d8b: Already exists
207a02b69106: Already exists
7df23066df86: Already exists
ea2e0e1bf3b5: Pulling fs layer
b8e4734149cb: Pulling fs layer
5cb631581132: Pulling fs layer
556f412a07d8: Pulling fs layer
556f412a07d8: Waiting
b8e4734149cb: Download complete
5cb631581132: Download complete
556f412a07d8: Verifying Checksum
556f412a07d8: Download complete
ea2e0e1bf3b5: Verifying Checksum
ea2e0e1bf3b5: Download complete
ea2e0e1bf3b5: Pull complete
b8e4734149cb: Pull complete
5cb631581132: Pull complete
556f412a07d8: Pull complete
Digest: sha256:042bc0fbbe0924c718a14311fabffe177a50192a175463fe1ba19b1aeed4735a
Status: Downloaded newer image for ocaml/opam@sha256:042bc0fbbe0924c718a14311fabffe177a50192a175463fe1ba19b1aeed4735a
2025-12-08 21:03.24 ---> saved as "0a81e0a4f1ff7ad4615122c2fb364b31a6cf7c7d30c580135c96f1ec767bf464"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-08 21:03.24 ---> saved as "70581b337ffcf81a3ad5bd2acb05720dedd03aaf1d0946f92d8807d38f6597b1"
/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
2025-12-08 21:03.47 ---> saved as "b834d0dceca87805102fa2e5d55f8d4c06073782de41ec50ad3e2a4fc159f967"
/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.04
# 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
2025-12-08 21:03.48 ---> saved as "1604a4288ef9aa4dedb9dbe537e8b5c9611e72a909051fe9c6c43fbaf3c5ee83"
/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/"))
2025-12-08 21:04.05 ---> saved as "f9d1efaa94ee2858a82221c3060540e0fde5ff40cc00b71219a809c1ccbb229c"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-08 21:04.48 ---> saved as "cc379485863cc1eeafde2151c9f1449875810580aba4b92dbb961daa9f371383"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-08 21:05.10 ---> saved as "a519d2d5c06578caef7f5b2e8ca3de12610c07500b4e38ec5b3c42619a3c51de"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease
- Get:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]
- Get:4 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [377 kB]
- Get:5 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]
- Get:6 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [411 kB]
- Get:7 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [383 kB]
- Get:8 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [249 kB]
- Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [538 kB]
- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [325 kB]
- Fetched 2661 kB in 1s (2619 kB/s)
- Reading package lists...
2025-12-08 21:05.22 ---> saved as "8d12ac07878d1fbcd2782f4455db482d679e31c527c34f752b8bb077415b1e33"
/home/opam: (run (shell "opam pin add -k version -yn dune-private-libs.3.21.0~alpha2 3.21.0~alpha2"))
dune-private-libs is now pinned to version 3.21.0~alpha2
2025-12-08 21:05.23 ---> saved as "3f9e0ae047dee1e09666c193fcbc82ae9245bb12622d9228236f67a1bed83030"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dune-private-libs.3.21.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\" != 'dune-private-libs.3.21.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"))
dune-private-libs.3.21.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 9 packages
- install csexp 1.5.2 [required by dune-private-libs]
- install dune 3.21.0~alpha2 [required by dune-private-libs]
- install dune-private-libs 3.21.0~alpha2 (pinned)
- install dyn 3.21.0~alpha2 [required by dune-private-libs]
- install fs-io 3.21.0~alpha2 [required by stdune]
- install ordering 3.21.0~alpha2 [required by dyn, stdune]
- install pp 2.0.0 [required by dune-private-libs]
- install stdune 3.21.0~alpha2 [required by dune-private-libs]
- install top-closure 3.21.0~alpha2 [required by stdune]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.21.0~alpha2, dune-private-libs.3.21.0~alpha2, dyn.3.21.0~alpha2, fs-io.3.21.0~alpha2, ordering.3.21.0~alpha2, stdune.3.21.0~alpha2, top-closure.3.21.0~alpha2 (cached)
-> retrieved pp.2.0.0 (cached)
-> installed dune.3.21.0~alpha2
-> installed csexp.1.5.2
-> installed fs-io.3.21.0~alpha2
-> installed pp.2.0.0
-> installed ordering.3.21.0~alpha2
-> installed top-closure.3.21.0~alpha2
-> installed dyn.3.21.0~alpha2
-> installed stdune.3.21.0~alpha2
-> installed dune-private-libs.3.21.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-08 21:06.12 ---> saved as "1a7851acd74b4f407da1fa8b04724a35dec682a12f90c70198365e4e6a8d0b92"
Job succeeded
2025-12-08 21:06.19: Job succeeded