- github
- ocaml
- opam-repository
- 89a6ae
- distributions,debian-unstable-ocaml-5.4,fs-io.3.23.0~alpha2
(not at the head of any monitored branch or PR)
2026-04-30 01:38.41: New job: build fs-io.3.23.0~alpha2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29824/head (89a6ae888498500bf7c0fc05361da936fc6acacf)
on debian-unstable-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:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920
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 fs-io.3.23.0~alpha2 3.23.0~alpha2
RUN opam reinstall fs-io.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 "\"debian-unstable\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'fs-io.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.41: Using cache hint "ocaml/opam:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920-fs-io.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.41: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920)
(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 fs-io.3.23.0~alpha2 3.23.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall fs-io.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 \"\\\"debian-unstable\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'fs-io.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.41: Waiting for resource in pool OCluster
2026-04-30 01:41.45: Waiting for worker…
2026-04-30 01:43.41: Got resource from pool OCluster
Building on asteria.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:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-5.4@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920' locally
docker.io/ocaml/opam@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920: Pulling from ocaml/opam
da1b39412060: Already exists
e167ee3566ca: Already exists
6e1ce6ff6949: Already exists
5f90ad0b43af: Already exists
97c6598bda46: Already exists
740b5de0cb41: Already exists
97a0db61f2cf: Already exists
d10359d6e656: Already exists
520888a643f4: Already exists
da9fd9faf6ec: Already exists
f2c1d40b46f6: Already exists
3cf7b4ee98ff: Already exists
15b53bbd09cc: Already exists
f7867ef87eeb: Already exists
3cd0127f3c31: Already exists
3b50fa6dae5f: Already exists
1ec78c5249d7: Already exists
1ec78c5249d7: Already exists
4245051d0ed6: Already exists
18fcfd17d61c: Already exists
8ada3b1a63be: Already exists
13011a231bb1: Already exists
4f4fb700ef54: Already exists
adda1396011c: Already exists
775b0f0d5c99: Already exists
3dd29a95f73c: Already exists
f6674ac4ca46: Already exists
855b208dbd8c: Already exists
140628b46037: Already exists
65d9f2022be7: Already exists
06f678efe217: Already exists
6b90b6904af2: Already exists
d58d47069b63: Already exists
67a07bc4d0a8: Already exists
25558a2e2f68: Already exists
add2725fa8cd: Already exists
e1a43e48452d: Already exists
85b1c6bb04bc: Already exists
8ef24aa2054c: Already exists
a6f39dd2067d: Already exists
bdfa1e915c59: Already exists
cc829a34ae29: Pulling fs layer
df9bc30c0a4c: Pulling fs layer
81535568fa40: Pulling fs layer
38c67f8e055c: Pulling fs layer
db037da2e03e: Pulling fs layer
5bb90be32c86: Pulling fs layer
8c4ef5301003: Pulling fs layer
5bb90be32c86: Waiting
38c67f8e055c: Waiting
8c4ef5301003: Waiting
db037da2e03e: Waiting
cc829a34ae29: Verifying Checksum
cc829a34ae29: Download complete
cc829a34ae29: Pull complete
81535568fa40: Verifying Checksum
81535568fa40: Download complete
df9bc30c0a4c: Verifying Checksum
df9bc30c0a4c: Download complete
df9bc30c0a4c: Pull complete
db037da2e03e: Download complete
81535568fa40: Pull complete
8c4ef5301003: Verifying Checksum
8c4ef5301003: Download complete
5bb90be32c86: Verifying Checksum
5bb90be32c86: Download complete
38c67f8e055c: Verifying Checksum
38c67f8e055c: Download complete
38c67f8e055c: Pull complete
db037da2e03e: Pull complete
5bb90be32c86: Pull complete
8c4ef5301003: Pull complete
Digest: sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920
Status: Downloaded newer image for ocaml/opam@sha256:b23fa1797a8f6683e00d6d267f61ccfae6a33dc7fea344f901a45bf873098920
2026-04-30 01:46.29 ---> using "410a69829bf1eaa3c2582c76b36390e8b7babdbc435f5ab41bdb882eb772c79f" 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:46.29 ---> using "42f93272f933bd773127370b673412ab19bbe28faed1a20645e645e009193849" 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 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-30 01:46.30 ---> using "24246c873dda85399715cb5e24fa94baf0843f627571676e47b376ac857c232c" 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=debian os-version=unknown
# 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 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:46.30 ---> using "52f3a4517f5952a1e1db4eb1faf0b6002d179135c39cf2aa3a2c9c4f2185ff4d" 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:46.30 ---> using "31a8036f9c3cd44d604b4d196bd5b03b74fd88cd289604c26326d25f57663b5e" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 01:46.57 ---> saved as "ddbc8788e8ec7d75f44fa245162bb913f8fa30a530ac561976ce47399171d9ca"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 01:47.18 ---> saved as "e543c5bf855d5599f0939c33654d4fbbfafc28b39358e67352fcf29128b0501f"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [189 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-04-29-2016.31-F-2026-04-25-0800.24.pdiff [908 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-04-29-2016.31-F-2026-04-25-0800.24.pdiff [908 kB]
- Fetched 1161 kB in 1s (790 kB/s)
- Reading package lists...
-
2026-04-30 01:47.23 ---> saved as "fe5b5b54e0a15311d4f9038178bd150ec25d1ed7d36d7d7e404ec746d062153e"
/home/opam: (run (shell "opam pin add -k version -yn fs-io.3.23.0~alpha2 3.23.0~alpha2"))
fs-io is now pinned to version 3.23.0~alpha2
2026-04-30 01:47.27 ---> saved as "7f1e2cf7889c6727e006b183ccae08740056faed24b32ba75664e320636d8f08"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall fs-io.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 \"\\\"debian-unstable\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'fs-io.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"))
fs-io.3.23.0~alpha2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.23.0~alpha2 [required by fs-io]
- install fs-io 3.23.0~alpha2 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.0~alpha2, fs-io.3.23.0~alpha2 (cached)
-> installed dune.3.23.0~alpha2
-> installed fs-io.3.23.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 01:48.08 ---> saved as "1bb341780b1830349aef7ec1bbfde0fea0f30b2c4fbeb70dd20e33de4cee78eb"
Job succeeded
2026-04-30 01:50.02: Job succeeded