- github
- ocaml
- opam-repository
- 89a6ae
- distributions,ubuntu-25.04-ocaml-5.4,chrome-trace.3.23.0~alpha2
(not at the head of any monitored branch or PR)
2026-04-30 01:38.40: New job: build chrome-trace.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-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/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-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0
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 chrome-trace.3.23.0~alpha2 3.23.0~alpha2
RUN opam reinstall chrome-trace.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" != 'chrome-trace.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.40: Using cache hint "ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0-chrome-trace.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.40: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0)
(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 chrome-trace.3.23.0~alpha2 3.23.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall chrome-trace.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\" != 'chrome-trace.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.40: Waiting for resource in pool OCluster
2026-04-30 01:38.54: Waiting for worker…
2026-04-30 01:41.08: Got resource from pool OCluster
Building on laodoke.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-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0' locally
docker.io/ocaml/opam@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0: Pulling from ocaml/opam
c62190a9ab61: Pulling fs layer
357ac6654861: Pulling fs layer
a191be1efbfd: Pulling fs layer
eb4000d4ebbc: Pulling fs layer
598bd7554f0c: Pulling fs layer
79d6c515bbb9: Pulling fs layer
154be107f855: Pulling fs layer
eb4000d4ebbc: Waiting
598bd7554f0c: Waiting
fd2208c876d6: Pulling fs layer
16490c1f67c4: Pulling fs layer
71652ce32f03: Pulling fs layer
79d6c515bbb9: Waiting
f6539204dd94: Pulling fs layer
154be107f855: Waiting
fd2208c876d6: Waiting
16490c1f67c4: Waiting
8832196939ac: Pulling fs layer
71652ce32f03: Waiting
f6539204dd94: Waiting
051ac3f8d1fa: Pulling fs layer
8832196939ac: Waiting
9c22d08d7908: Pulling fs layer
051ac3f8d1fa: Waiting
f92810fb1a76: Pulling fs layer
9c22d08d7908: Waiting
084bdef83a94: Pulling fs layer
d61f838e95fd: Pulling fs layer
f92810fb1a76: Waiting
084bdef83a94: Waiting
4b9d9e7979d2: Pulling fs layer
d61f838e95fd: Waiting
5b295751883e: Pulling fs layer
4b9d9e7979d2: Waiting
4cf5bde88b89: Pulling fs layer
a2e9395651c9: Pulling fs layer
4cf5bde88b89: Waiting
5b295751883e: Waiting
4f4fb700ef54: Pulling fs layer
8d482fe260fa: Pulling fs layer
4f4fb700ef54: Waiting
a2e9395651c9: Waiting
8d482fe260fa: Waiting
0c1606e5aae9: Pulling fs layer
35abd5e9c377: Pulling fs layer
0c1606e5aae9: Waiting
dd98292fdce5: Pulling fs layer
35abd5e9c377: Waiting
013f4f55172f: Pulling fs layer
dd98292fdce5: Waiting
74138f97645f: Pulling fs layer
013f4f55172f: Waiting
74138f97645f: Waiting
dd1ee7cdcf24: Pulling fs layer
dd1ee7cdcf24: Waiting
9af03bee1815: Pulling fs layer
2aa5fb145868: Pulling fs layer
236cbd8de420: Pulling fs layer
9af03bee1815: Waiting
2aa5fb145868: Waiting
50b334ba052c: Pulling fs layer
0ecd776bb54b: Pulling fs layer
236cbd8de420: Waiting
50b334ba052c: Waiting
61565fcd1ea7: Pulling fs layer
c61c7e9567a5: Pulling fs layer
0ecd776bb54b: Waiting
61565fcd1ea7: Waiting
c61c7e9567a5: Waiting
6616a61e7604: Pulling fs layer
9ff1755321c4: Pulling fs layer
6616a61e7604: Waiting
a72649cf11ee: Pulling fs layer
9ff1755321c4: Waiting
d7886880bcec: Pulling fs layer
a72649cf11ee: Waiting
ff6f648b9141: Pulling fs layer
a93a14ee90bc: Pulling fs layer
d7886880bcec: Waiting
ff6f648b9141: Waiting
41abc94f534b: Pulling fs layer
a93a14ee90bc: Waiting
49cd19e227bc: Pulling fs layer
41abc94f534b: Waiting
c83c31819c35: Pulling fs layer
8cc6f9c6728d: Pulling fs layer
49cd19e227bc: Waiting
c83c31819c35: Waiting
a323cba977b7: Pulling fs layer
8cc6f9c6728d: Waiting
a323cba977b7: Waiting
357ac6654861: Verifying Checksum
357ac6654861: Download complete
a191be1efbfd: Verifying Checksum
a191be1efbfd: Download complete
c62190a9ab61: Verifying Checksum
c62190a9ab61: Download complete
598bd7554f0c: Verifying Checksum
598bd7554f0c: Download complete
154be107f855: Verifying Checksum
154be107f855: Download complete
eb4000d4ebbc: Verifying Checksum
eb4000d4ebbc: Download complete
fd2208c876d6: Verifying Checksum
fd2208c876d6: Download complete
16490c1f67c4: Verifying Checksum
16490c1f67c4: Download complete
71652ce32f03: Verifying Checksum
f6539204dd94: Verifying Checksum
f6539204dd94: Download complete
8832196939ac: Verifying Checksum
8832196939ac: Download complete
c62190a9ab61: Pull complete
357ac6654861: Pull complete
a191be1efbfd: Pull complete
9c22d08d7908: Verifying Checksum
9c22d08d7908: Download complete
051ac3f8d1fa: Verifying Checksum
051ac3f8d1fa: Download complete
084bdef83a94: Download complete
f92810fb1a76: Download complete
d61f838e95fd: Download complete
4b9d9e7979d2: Download complete
79d6c515bbb9: Verifying Checksum
79d6c515bbb9: Download complete
4cf5bde88b89: Download complete
a2e9395651c9: Download complete
4f4fb700ef54: Download complete
eb4000d4ebbc: Pull complete
8d482fe260fa: Download complete
0c1606e5aae9: Verifying Checksum
0c1606e5aae9: Download complete
35abd5e9c377: Verifying Checksum
35abd5e9c377: Download complete
598bd7554f0c: Pull complete
dd98292fdce5: Verifying Checksum
dd98292fdce5: Download complete
013f4f55172f: Verifying Checksum
013f4f55172f: Download complete
74138f97645f: Download complete
dd1ee7cdcf24: Verifying Checksum
dd1ee7cdcf24: Download complete
9af03bee1815: Verifying Checksum
9af03bee1815: Download complete
2aa5fb145868: Verifying Checksum
2aa5fb145868: Download complete
236cbd8de420: Verifying Checksum
236cbd8de420: Download complete
50b334ba052c: Download complete
0ecd776bb54b: Download complete
c61c7e9567a5: Verifying Checksum
c61c7e9567a5: Download complete
9ff1755321c4: Verifying Checksum
9ff1755321c4: Download complete
a72649cf11ee: Verifying Checksum
a72649cf11ee: Download complete
d7886880bcec: Verifying Checksum
d7886880bcec: Download complete
ff6f648b9141: Verifying Checksum
ff6f648b9141: Download complete
a93a14ee90bc: Verifying Checksum
a93a14ee90bc: Download complete
41abc94f534b: Verifying Checksum
41abc94f534b: Download complete
49cd19e227bc: Verifying Checksum
49cd19e227bc: Download complete
c83c31819c35: Verifying Checksum
c83c31819c35: Download complete
8cc6f9c6728d: Download complete
a323cba977b7: Download complete
6616a61e7604: Verifying Checksum
6616a61e7604: Download complete
79d6c515bbb9: Pull complete
154be107f855: Pull complete
61565fcd1ea7: Verifying Checksum
61565fcd1ea7: Download complete
fd2208c876d6: Pull complete
16490c1f67c4: Pull complete
71652ce32f03: Pull complete
f6539204dd94: Pull 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
61565fcd1ea7: Pull complete
c61c7e9567a5: Pull complete
6616a61e7604: Pull complete
9ff1755321c4: Pull complete
a72649cf11ee: Pull complete
d7886880bcec: Pull complete
ff6f648b9141: Pull complete
a93a14ee90bc: Pull complete
41abc94f534b: Pull complete
49cd19e227bc: Pull complete
c83c31819c35: Pull complete
8cc6f9c6728d: Pull complete
a323cba977b7: Pull complete
Digest: sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0
Status: Downloaded newer image for ocaml/opam@sha256:bd8171679c266741f3ea74ebcdf23d2f1f001aae6514cea2a8aed3c48d6526a0
2026-04-30 01:41.24 ---> using "df85129629fce655775cc1b8edf761bcc58bb33e91ef4be024d6af0bb65337e2" 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:41.24 ---> using "bfc07a34ece64248fc70b850c58432ae186aa9ea4841fca7ceb26dbd726910e8" 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 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-04-30 01:41.24 ---> using "eae4f5eac108fdfd35f7c4d03a1071555c8fdfbcbba0e27ff805e0c4cca3c85a" 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 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-04-30 01:41.24 ---> using "16a34d287bb50f9567183789c7caf429dc49086a38f3c40a64e03a2f17d0e319" 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:41.24 ---> using "98f1bfbebbf6bff322b00236dfd87bfede4e8b12eb7c18c5e4a03af0ea16a15e" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 01:41.26 ---> saved as "6a4c5d5c5b803f94abf3bb5050703bc7ed8795828a009c39834e6795c7b73a73"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 01:41.47 ---> saved as "5b3aea0b4b794544fa840356a17cfa3e263915fde5655917616ddf36d666b7c4"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Hit:4 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Reading package lists...
-
2026-04-30 01:41.48 ---> saved as "dc4f4c99d858b3f16c3138acd0c79efe714436d033afe498e9279d1afb604973"
/home/opam: (run (shell "opam pin add -k version -yn chrome-trace.3.23.0~alpha2 3.23.0~alpha2"))
chrome-trace is now pinned to version 3.23.0~alpha2
2026-04-30 01:41.50 ---> saved as "3f61688dc4ecf5460d44d21373eaf29377269aaa09d9aba49cab34b8660b3021"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall chrome-trace.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\" != 'chrome-trace.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"))
chrome-trace.3.23.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install chrome-trace 3.23.0~alpha2 (pinned)
- install dune 3.23.0~alpha2 [required by chrome-trace]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved chrome-trace.3.23.0~alpha2, dune.3.23.0~alpha2 (cached)
-> installed dune.3.23.0~alpha2
-> installed chrome-trace.3.23.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 01:42.32 ---> saved as "c359ac21d2201767703ae6f935a5299df09435f2a087bd09c78276572e2b9ec2"
Job succeeded
2026-04-30 01:42.38: Job succeeded