- github
- ocaml
- opam-repository
- 89a6ae
- distributions,debian-unstable-ocaml-4.14,ordering.3.23.0~alpha2
(not at the head of any monitored branch or PR)
2026-04-30 01:38.43: New job: build ordering.3.23.0~alpha2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29824/head (89a6ae888498500bf7c0fc05361da936fc6acacf)
on debian-unstable-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:debian-unstable-ocaml-4.14@sha256:5d51fced9cc7e1ebd38939a9e3b2b176f37eb02d9e8f3a497b877fe8d4a00b2a
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 ordering.3.23.0~alpha2 3.23.0~alpha2
RUN opam reinstall ordering.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" != 'ordering.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.43: Using cache hint "ocaml/opam:debian-unstable-ocaml-4.14@sha256:5d51fced9cc7e1ebd38939a9e3b2b176f37eb02d9e8f3a497b877fe8d4a00b2a-ordering.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.43: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-4.14@sha256:5d51fced9cc7e1ebd38939a9e3b2b176f37eb02d9e8f3a497b877fe8d4a00b2a)
(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 ordering.3.23.0~alpha2 3.23.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ordering.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\" != 'ordering.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.43: Waiting for resource in pool OCluster
2026-04-30 01:47.41: Waiting for worker…
2026-04-30 01:49.44: 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:debian-unstable-ocaml-4.14@sha256:5d51fced9cc7e1ebd38939a9e3b2b176f37eb02d9e8f3a497b877fe8d4a00b2a)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-4.14@sha256:5d51fced9cc7e1ebd38939a9e3b2b176f37eb02d9e8f3a497b877fe8d4a00b2a' locally
docker.io/ocaml/opam@sha256:5d51fced9cc7e1ebd38939a9e3b2b176f37eb02d9e8f3a497b877fe8d4a00b2a: Pulling from ocaml/opam
da1b39412060: Pulling fs layer
e167ee3566ca: Pulling fs layer
6e1ce6ff6949: Pulling fs layer
5f90ad0b43af: Pulling fs layer
da1b39412060: Waiting
e167ee3566ca: Waiting
97c6598bda46: Pulling fs layer
5f90ad0b43af: Waiting
6e1ce6ff6949: Waiting
740b5de0cb41: Pulling fs layer
97c6598bda46: Waiting
97a0db61f2cf: Pulling fs layer
740b5de0cb41: Waiting
d10359d6e656: Pulling fs layer
97a0db61f2cf: Waiting
520888a643f4: Pulling fs layer
d10359d6e656: Waiting
da9fd9faf6ec: Pulling fs layer
f2c1d40b46f6: Pulling fs layer
3cf7b4ee98ff: Pulling fs layer
15b53bbd09cc: Pulling fs layer
da9fd9faf6ec: Waiting
f2c1d40b46f6: Waiting
f7867ef87eeb: Pulling fs layer
520888a643f4: Waiting
3cd0127f3c31: Pulling fs layer
3cf7b4ee98ff: Waiting
f7867ef87eeb: Waiting
3b50fa6dae5f: Pulling fs layer
3cd0127f3c31: Waiting
1ec78c5249d7: Pulling fs layer
1ec78c5249d7: Waiting
4245051d0ed6: Pulling fs layer
18fcfd17d61c: Pulling fs layer
8ada3b1a63be: Pulling fs layer
3b50fa6dae5f: Waiting
13011a231bb1: Pulling fs layer
4f4fb700ef54: Pulling fs layer
8ada3b1a63be: Waiting
18fcfd17d61c: Waiting
13011a231bb1: Waiting
adda1396011c: Pulling fs layer
775b0f0d5c99: Pulling fs layer
4245051d0ed6: Waiting
4f4fb700ef54: Waiting
adda1396011c: Waiting
3dd29a95f73c: Pulling fs layer
775b0f0d5c99: Waiting
f6674ac4ca46: Pulling fs layer
855b208dbd8c: Pulling fs layer
140628b46037: Pulling fs layer
3dd29a95f73c: Waiting
65d9f2022be7: Pulling fs layer
f6674ac4ca46: Waiting
06f678efe217: Pulling fs layer
65d9f2022be7: Waiting
855b208dbd8c: Waiting
140628b46037: Waiting
6b90b6904af2: Pulling fs layer
d58d47069b63: Pulling fs layer
06f678efe217: Waiting
67a07bc4d0a8: Pulling fs layer
d58d47069b63: Waiting
25558a2e2f68: Pulling fs layer
67a07bc4d0a8: Waiting
add2725fa8cd: Pulling fs layer
6b90b6904af2: Waiting
add2725fa8cd: Waiting
e1a43e48452d: Pulling fs layer
85b1c6bb04bc: Pulling fs layer
8ef24aa2054c: Pulling fs layer
e1a43e48452d: Waiting
85b1c6bb04bc: Waiting
a6f39dd2067d: Pulling fs layer
8ef24aa2054c: Waiting
bdfa1e915c59: Pulling fs layer
ecb1301301d5: Pulling fs layer
a6f39dd2067d: Waiting
4edacccdb4c5: Pulling fs layer
bdfa1e915c59: Waiting
5276abc7e7f8: Pulling fs layer
bcb44d4edf53: Pulling fs layer
ecb1301301d5: Waiting
5276abc7e7f8: Waiting
aa33d44082c5: Pulling fs layer
4edacccdb4c5: Waiting
bcb44d4edf53: Waiting
aa33d44082c5: Waiting
da1b39412060: Verifying Checksum
da1b39412060: Download complete
e167ee3566ca: Download complete
6e1ce6ff6949: Verifying Checksum
6e1ce6ff6949: Download complete
5f90ad0b43af: Verifying Checksum
5f90ad0b43af: Download complete
da1b39412060: Pull complete
e167ee3566ca: Pull complete
6e1ce6ff6949: Pull complete
5f90ad0b43af: Pull complete
97c6598bda46: Verifying Checksum
97c6598bda46: Download complete
97c6598bda46: Pull complete
740b5de0cb41: Verifying Checksum
740b5de0cb41: Download complete
97a0db61f2cf: Verifying Checksum
97a0db61f2cf: Download complete
d10359d6e656: Verifying Checksum
d10359d6e656: Download complete
520888a643f4: Verifying Checksum
520888a643f4: Download complete
da9fd9faf6ec: Verifying Checksum
da9fd9faf6ec: Download complete
f2c1d40b46f6: Verifying Checksum
f2c1d40b46f6: Download complete
3cf7b4ee98ff: Verifying Checksum
3cf7b4ee98ff: Download complete
15b53bbd09cc: Verifying Checksum
15b53bbd09cc: Download complete
f7867ef87eeb: Verifying Checksum
f7867ef87eeb: Download complete
3cd0127f3c31: Download complete
3b50fa6dae5f: Verifying Checksum
3b50fa6dae5f: Download complete
1ec78c5249d7: Download complete
4245051d0ed6: Verifying Checksum
4245051d0ed6: Download complete
18fcfd17d61c: Verifying Checksum
18fcfd17d61c: Download complete
8ada3b1a63be: Download complete
13011a231bb1: Download complete
4f4fb700ef54: Download complete
adda1396011c: Download complete
775b0f0d5c99: Verifying Checksum
775b0f0d5c99: Download complete
3dd29a95f73c: Verifying Checksum
3dd29a95f73c: Download complete
f6674ac4ca46: Download complete
855b208dbd8c: Verifying Checksum
855b208dbd8c: Download complete
140628b46037: Verifying Checksum
140628b46037: Download complete
06f678efe217: Verifying Checksum
06f678efe217: Download complete
6b90b6904af2: Verifying Checksum
6b90b6904af2: Download complete
d58d47069b63: Verifying Checksum
d58d47069b63: Download complete
67a07bc4d0a8: Verifying Checksum
67a07bc4d0a8: Download complete
740b5de0cb41: Pull complete
25558a2e2f68: Verifying Checksum
25558a2e2f68: Download complete
e1a43e48452d: Verifying Checksum
e1a43e48452d: Download complete
97a0db61f2cf: Pull complete
8ef24aa2054c: Verifying Checksum
8ef24aa2054c: Download complete
d10359d6e656: Pull complete
520888a643f4: Pull complete
da9fd9faf6ec: Pull complete
a6f39dd2067d: Download complete
f2c1d40b46f6: Pull complete
3cf7b4ee98ff: Pull complete
bdfa1e915c59: Verifying Checksum
bdfa1e915c59: Download complete
15b53bbd09cc: Pull complete
f7867ef87eeb: Pull complete
3cd0127f3c31: Pull complete
3b50fa6dae5f: Pull complete
1ec78c5249d7: Pull complete
85b1c6bb04bc: Verifying Checksum
85b1c6bb04bc: Download complete
add2725fa8cd: Verifying Checksum
add2725fa8cd: Download complete
4245051d0ed6: Pull complete
18fcfd17d61c: Pull complete
8ada3b1a63be: Pull complete
13011a231bb1: Pull complete
4f4fb700ef54: Pull complete
adda1396011c: Pull complete
775b0f0d5c99: Pull complete
3dd29a95f73c: Pull complete
f6674ac4ca46: Pull complete
855b208dbd8c: Pull complete
140628b46037: Pull complete
65d9f2022be7: Pull complete
06f678efe217: Pull complete
6b90b6904af2: Pull complete
d58d47069b63: Pull complete
67a07bc4d0a8: Pull complete
25558a2e2f68: Pull complete
5276abc7e7f8: Download complete
bcb44d4edf53: Verifying Checksum
bcb44d4edf53: Download complete
aa33d44082c5: Verifying Checksum
aa33d44082c5: Download complete
ecb1301301d5: Verifying Checksum
ecb1301301d5: Download complete
4edacccdb4c5: Verifying Checksum
4edacccdb4c5: Download complete
add2725fa8cd: Pull complete
e1a43e48452d: Pull complete
85b1c6bb04bc: Pull complete
8ef24aa2054c: Pull complete
a6f39dd2067d: Pull complete
bdfa1e915c59: Pull complete
ecb1301301d5: Pull complete
4edacccdb4c5: Pull complete
5276abc7e7f8: Pull complete
bcb44d4edf53: Pull complete
aa33d44082c5: Pull complete
Digest: sha256:5d51fced9cc7e1ebd38939a9e3b2b176f37eb02d9e8f3a497b877fe8d4a00b2a
Status: Downloaded newer image for ocaml/opam@sha256:5d51fced9cc7e1ebd38939a9e3b2b176f37eb02d9e8f3a497b877fe8d4a00b2a
2026-04-30 01:50.38 ---> using "7d851cf952308e48cae4dedbeeef0e820eff3e84e4d255cde7f5dbab1152f81f" 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:50.38 ---> using "b03337dbd00ceceb88c0659c10f8b3b26e459785c235d14660795c06088bb71f" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-30 01:50.38 ---> using "10e46dce15d307ada7b8295741c995c8660e4ddfb7c298cacc49ce97f266fcf2" 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 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:50.38 ---> using "9b335d01af2e9d3b48a1b8a003f58367a3d9c64cafbe141404451963255b4953" 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:50.38 ---> using "04aa5dc02347a6189bb0389e8c5abaeb1154d747bb229dd9d727a4c0c7ba0aff" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 01:50.46 ---> saved as "0e84de06ee3f707931c257278ac74e885cdad5d9de3133f897ad3efbe65f99c9"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 01:51.05 ---> saved as "a0a83d9d81ca28b9bb48bb5c84acd8f915905e766a4fb33cee8ffdd6653d627e"
/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 (798 kB/s)
- Reading package lists...
-
2026-04-30 01:51.07 ---> saved as "4f7597cb95c94a0c0cf8073882b2b23d48657d45d1e58b099c4e15b33a9d742d"
/home/opam: (run (shell "opam pin add -k version -yn ordering.3.23.0~alpha2 3.23.0~alpha2"))
ordering is now pinned to version 3.23.0~alpha2
2026-04-30 01:51.08 ---> saved as "1eb2b1767e185a57be7aedae294950b36d95c36cd2e5f97d1678f7b4b3bd88df"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ordering.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\" != 'ordering.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"))
ordering.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 ordering]
- install ordering 3.23.0~alpha2 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.0~alpha2, ordering.3.23.0~alpha2 (cached)
-> installed dune.3.23.0~alpha2
-> installed ordering.3.23.0~alpha2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-30 01:51.44 ---> saved as "172d2ba9d0f93cdfb0a93a067481cc2da2188c4af1798b6d9931feead8590288"
Job succeeded
2026-04-30 01:52.30: Job succeeded