- github
- ocaml
- opam-repository
- 118a69
- extras,riscv64-ocaml-4.14,ordering.3.22.0~alpha0
(not at the head of any monitored branch or PR)
2026-03-02 18:35.34: New job: build ordering.3.22.0~alpha0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29497/head (118a690db616b1df5c53d5fa00eb70791a80ae2c)
on ubuntu-24.04-ocaml-4.14/riscv64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29497/head" && git reset --hard 118a690d
git fetch origin master
git merge --no-edit a7b8d1036328cf727af175b657f3d2b732b4d868
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536
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.22.0~alpha0 3.22.0~alpha0
RUN opam reinstall ordering.3.22.0~alpha0; \
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-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ordering.3.22.0~alpha0' && 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-03-02 18:35.34: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536-ordering.3.22.0~alpha0-118a690db616b1df5c53d5fa00eb70791a80ae2c"
2026-03-02 18:35.34: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536)
(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.22.0~alpha0 3.22.0~alpha0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ordering.3.22.0~alpha0;\
\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-24.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\" != 'ordering.3.22.0~alpha0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-02 18:35.34: Waiting for resource in pool OCluster
2026-03-02 18:35.36: Waiting for worker…
2026-03-02 19:30.56: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
All commits already cached
Updating files: 14% (2733/18363)
Updating files: 15% (2755/18363)
Updating files: 16% (2939/18363)
Updating files: 17% (3122/18363)
Updating files: 18% (3306/18363)
Updating files: 19% (3489/18363)
Updating files: 20% (3673/18363)
Updating files: 21% (3857/18363)
Updating files: 22% (4040/18363)
Updating files: 23% (4224/18363)
Updating files: 24% (4408/18363)
Updating files: 25% (4591/18363)
Updating files: 26% (4775/18363)
Updating files: 27% (4959/18363)
Updating files: 28% (5142/18363)
Updating files: 28% (5300/18363)
Updating files: 29% (5326/18363)
Updating files: 30% (5509/18363)
Updating files: 31% (5693/18363)
Updating files: 32% (5877/18363)
Updating files: 33% (6060/18363)
Updating files: 34% (6244/18363)
Updating files: 35% (6428/18363)
Updating files: 36% (6611/18363)
Updating files: 37% (6795/18363)
Updating files: 38% (6978/18363)
Updating files: 39% (7162/18363)
Updating files: 40% (7346/18363)
Updating files: 41% (7529/18363)
Updating files: 42% (7713/18363)
Updating files: 43% (7897/18363)
Updating files: 43% (7906/18363)
Updating files: 44% (8080/18363)
Updating files: 45% (8264/18363)
Updating files: 46% (8447/18363)
Updating files: 47% (8631/18363)
Updating files: 48% (8815/18363)
Updating files: 49% (8998/18363)
Updating files: 50% (9182/18363)
Updating files: 51% (9366/18363)
Updating files: 52% (9549/18363)
Updating files: 53% (9733/18363)
Updating files: 54% (9917/18363)
Updating files: 55% (10100/18363)
Updating files: 55% (10212/18363)
Updating files: 56% (10284/18363)
Updating files: 57% (10467/18363)
Updating files: 58% (10651/18363)
Updating files: 59% (10835/18363)
Updating files: 60% (11018/18363)
Updating files: 61% (11202/18363)
Updating files: 62% (11386/18363)
Updating files: 63% (11569/18363)
Updating files: 64% (11753/18363)
Updating files: 65% (11936/18363)
Updating files: 66% (12120/18363)
Updating files: 67% (12304/18363)
Updating files: 68% (12487/18363)
Updating files: 68% (12504/18363)
Updating files: 69% (12671/18363)
Updating files: 70% (12855/18363)
Updating files: 71% (13038/18363)
Updating files: 72% (13222/18363)
Updating files: 73% (13405/18363)
Updating files: 74% (13589/18363)
Updating files: 75% (13773/18363)
Updating files: 76% (13956/18363)
Updating files: 77% (14140/18363)
Updating files: 78% (14324/18363)
Updating files: 79% (14507/18363)
Updating files: 80% (14691/18363)
Updating files: 81% (14875/18363)
Updating files: 81% (14909/18363)
Updating files: 82% (15058/18363)
Updating files: 83% (15242/18363)
Updating files: 84% (15425/18363)
Updating files: 85% (15609/18363)
Updating files: 86% (15793/18363)
Updating files: 87% (15976/18363)
Updating files: 88% (16160/18363)
Updating files: 89% (16344/18363)
Updating files: 90% (16527/18363)
Updating files: 91% (16711/18363)
Updating files: 92% (16894/18363)
Updating files: 93% (17078/18363)
Updating files: 94% (17262/18363)
Updating files: 94% (17287/18363)
Updating files: 95% (17445/18363)
Updating files: 96% (17629/18363)
Updating files: 97% (17813/18363)
Updating files: 98% (17996/18363)
Updating files: 99% (18180/18363)
Updating files: 100% (18363/18363)
Updating files: 100% (18363/18363), done.
HEAD is now at a7b8d10363 Merge pull request #29489 from anuragsoni/opam-publish-kqueue.0.7.0
Updating a7b8d10363..118a690db6
Fast-forward
.../chrome-trace/chrome-trace.3.22.0~alpha0/opam | 39 +++++++++++
.../dune-action-plugin.3.22.0~alpha0/opam | 52 +++++++++++++++
.../dune-action-trace.3.22.0~alpha0/opam | 40 ++++++++++++
.../dune-build-info.3.22.0~alpha0/opam | 45 +++++++++++++
.../dune-configurator.3.22.0~alpha0/opam | 49 ++++++++++++++
packages/dune-glob/dune-glob.3.22.0~alpha0/opam | 42 ++++++++++++
.../dune-private-libs.3.22.0~alpha0/opam | 50 +++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam | 41 ++++++++++++
packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam | 44 +++++++++++++
packages/dune-site/dune-site.3.22.0~alpha0/opam | 37 +++++++++++
packages/dune/dune.3.22.0~alpha0/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.22.0~alpha0/opam | 40 ++++++++++++
packages/fs-io/fs-io.3.22.0~alpha0/opam | 39 +++++++++++
packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam | 43 +++++++++++++
packages/ordering/ordering.3.22.0~alpha0/opam | 38 +++++++++++
packages/stdune/stdune.3.22.0~alpha0/opam | 46 +++++++++++++
.../top-closure/top-closure.3.22.0~alpha0/opam | 38 +++++++++++
packages/xdg/xdg.3.22.0~alpha0/opam | 39 +++++++++++
18 files changed, 797 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.22.0~alpha0/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.0~alpha0/opam
create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.0~alpha0/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.22.0~alpha0/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.22.0~alpha0/opam
create mode 100644 packages/dune-glob/dune-glob.3.22.0~alpha0/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.0~alpha0/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam
create mode 100644 packages/dune-site/dune-site.3.22.0~alpha0/opam
create mode 100644 packages/dune/dune.3.22.0~alpha0/opam
create mode 100644 packages/dyn/dyn.3.22.0~alpha0/opam
create mode 100644 packages/fs-io/fs-io.3.22.0~alpha0/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam
create mode 100644 packages/ordering/ordering.3.22.0~alpha0/opam
create mode 100644 packages/stdune/stdune.3.22.0~alpha0/opam
create mode 100644 packages/top-closure/top-closure.3.22.0~alpha0/opam
create mode 100644 packages/xdg/xdg.3.22.0~alpha0/opam
(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536' locally
docker.io/ocaml/opam@sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536: Pulling from ocaml/opam
f2683d5e2cbe: Already exists
02751ff4abc9: Already exists
e713ceb278b3: Already exists
756895a86a0b: Already exists
1a06c92bb812: Already exists
3c8248524df4: Already exists
69e0b9988875: Already exists
86e3068c9b9c: Already exists
8c27b312abe2: Already exists
daf2913223bd: Already exists
8c34bc9ec7ad: Already exists
cf593a3cf665: Already exists
34b57fe326ab: Already exists
ba2fd5c779ba: Already exists
a485987ec570: Already exists
9d309df9529a: Already exists
0536f64225da: Already exists
0536f64225da: Already exists
ce9e29f4d188: Already exists
a93d42988756: Already exists
28157b6d8c2f: Already exists
41973de8e3d5: Already exists
4f4fb700ef54: Already exists
0f37346a9ccb: Already exists
408fa26e5246: Already exists
abd5ecb90bdb: Already exists
b9b2a4deef0d: Already exists
a765421f304f: Already exists
049386d3400e: Already exists
c72b37197e1f: Already exists
da3f3feedbc9: Already exists
b523f5dfe651: Already exists
4f9bec3428d5: Already exists
8a016a7b87b7: Already exists
1fbad9fb68da: Already exists
fab68fbe84ee: Already exists
b45ea21c8e4b: Already exists
f5c1e4872369: Already exists
1731e0f7b593: Already exists
5d10a06222ab: Already exists
388671f5f76e: Already exists
9ab8ccd4bdda: Pulling fs layer
846813e55dde: Pulling fs layer
6d63b35891f7: Pulling fs layer
f098fe2c6def: Pulling fs layer
f098fe2c6def: Waiting
846813e55dde: Verifying Checksum
846813e55dde: Download complete
6d63b35891f7: Verifying Checksum
6d63b35891f7: Download complete
f098fe2c6def: Verifying Checksum
f098fe2c6def: Download complete
9ab8ccd4bdda: Verifying Checksum
9ab8ccd4bdda: Download complete
9ab8ccd4bdda: Pull complete
846813e55dde: Pull complete
6d63b35891f7: Pull complete
f098fe2c6def: Pull complete
Digest: sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536
Status: Downloaded newer image for ocaml/opam@sha256:d4d1cd78e191a44683f7dc3fa6cc7e28c5b33c8d35ce7cc23eeaca7968f04536
2026-03-02 19:31.08 ---> using "ce33d2d432e9b46d8f23350e176daa8b46dee3c91a97e7cfeaf526f78af9698e" 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-03-02 19:31.08 ---> using "1f5694f9c8f55ddf908991c8587cc282eb6c9cbbf4593f6320ae60261fa8a759" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-02 19:31.08 ---> using "0a3ff36c15ec9517ab574a5428eff2c5bc3e129d378ecd35f28d8698262e1a06" 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.0
# self-upgrade no
# system arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# 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
2026-03-02 19:31.08 ---> using "5adf3b70adffff58004c5603abc2a8e28afb20073bc4f6778f0889d1b0b6af34" 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-03-02 19:31.08 ---> using "b789a0f9e28a5dd472843fdbe06e0006104b7bc316797e2a463f14b9dc23355d" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-02 19:31.32 ---> saved as "fd8d0a3e3597e8f2cbce5c99f775a7f2b34adaed1ba9b8fcfc344131f8cec8f4"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-02 19:33.04 ---> saved as "a5b18f6093512335b8392aec828aef33b329db049c8f33774c7c681468275200"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [969 kB]
- Fetched 1348 kB in 2s (695 kB/s)
- Reading package lists...
-
2026-03-02 19:33.12 ---> saved as "6780dbc6bbe0c4462f9154ebf08191cea95ae8a35444450db9d2b010a41c5083"
/home/opam: (run (shell "opam pin add -k version -yn ordering.3.22.0~alpha0 3.22.0~alpha0"))
ordering is now pinned to version 3.22.0~alpha0
2026-03-02 19:33.15 ---> saved as "a0f2558ddd1d100ab288703f603d61c691dcd4deddf4d5c4c5e0d391b65a490b"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ordering.3.22.0~alpha0;\
\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-24.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\" != 'ordering.3.22.0~alpha0' && 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.22.0~alpha0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.22.0~alpha0 [required by ordering]
- install ordering 3.22.0~alpha0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.0~alpha0, ordering.3.22.0~alpha0 (cached)
-> installed dune.3.22.0~alpha0
-> installed ordering.3.22.0~alpha0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-02 19:37.48 ---> saved as "5474d9de8522f16631a65e0b7b418678d30ee7a6467dc7c8373ac44f71892c23"
Job succeeded
2026-03-02 19:38.23: Job succeeded