- github
- ocaml
- opam-repository
- 89a6ae
- distributions,opensuse-tumbleweed-ocaml-4.14,ordering.3.23.0~alpha2
(not at the head of any monitored branch or PR)
2026-04-30 01:38.42: 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 opensuse-tumbleweed-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:opensuse-tumbleweed-ocaml-4.14@sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d
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 "\"opensuse-tumbleweed\""; 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.42: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d-ordering.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.42: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d)
(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 \"\\\"opensuse-tumbleweed\\\"\"; 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.42: Waiting for resource in pool OCluster
2026-04-30 01:45.44: Waiting for worker…
2026-04-30 01:47.51: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files: 96% (18263/18887)
Updating files: 97% (18321/18887)
Updating files: 98% (18510/18887)
Updating files: 99% (18699/18887)
Updating files: 100% (18887/18887)
Updating files: 100% (18887/18887), done.
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:opensuse-tumbleweed-ocaml-4.14@sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d' locally
docker.io/ocaml/opam@sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d: Pulling from ocaml/opam
961546824cd2: Pulling fs layer
ebfcb6b5a4cd: Pulling fs layer
79497b11780a: Pulling fs layer
61e097018e3e: Pulling fs layer
effb3ca1abcb: Pulling fs layer
052222b8cf77: Pulling fs layer
aaf699fc9fdb: Pulling fs layer
bf44a77dd60f: Pulling fs layer
effb3ca1abcb: Waiting
61e097018e3e: Waiting
052222b8cf77: Waiting
bb06d2fb98d5: Pulling fs layer
aaf699fc9fdb: Waiting
9763cfe4baa7: Pulling fs layer
bb06d2fb98d5: Waiting
05ac39cdf49e: Pulling fs layer
20ac8808a929: Pulling fs layer
9763cfe4baa7: Waiting
0c7d7182aec7: Pulling fs layer
05ac39cdf49e: Waiting
20ac8808a929: Waiting
6ec11884b3e7: Pulling fs layer
0c7d7182aec7: Waiting
ee753c1f0237: Pulling fs layer
6ec11884b3e7: Waiting
9dbc0351d8a2: Pulling fs layer
ee753c1f0237: Waiting
c1f004a1ffe7: Pulling fs layer
9dbc0351d8a2: Waiting
519d406de032: Pulling fs layer
c1f004a1ffe7: Waiting
519d406de032: Waiting
cceb7fc969a5: Pulling fs layer
4f4fb700ef54: Pulling fs layer
cceb7fc969a5: Waiting
270d9a66b1a0: Pulling fs layer
4f4fb700ef54: Waiting
7b3f22abd1b2: Pulling fs layer
270d9a66b1a0: Waiting
5f123298dd68: Pulling fs layer
7b3f22abd1b2: Waiting
12bf96f7bcf2: Pulling fs layer
5f123298dd68: Waiting
86c76669c60c: Pulling fs layer
12bf96f7bcf2: Waiting
20c91cb220e3: Pulling fs layer
86c76669c60c: Waiting
6fcc2c8b4e27: Pulling fs layer
20c91cb220e3: Waiting
6fcc2c8b4e27: Waiting
eb1923c5439e: Pulling fs layer
33e61e89abbe: Pulling fs layer
eb1923c5439e: Waiting
041d725eee91: Pulling fs layer
0de9a5f57665: Pulling fs layer
33e61e89abbe: Waiting
041d725eee91: Waiting
0de9a5f57665: Waiting
f296b1aaee3d: Pulling fs layer
9d29f7791dc9: Pulling fs layer
24dc056876d6: Pulling fs layer
f296b1aaee3d: Waiting
9d29f7791dc9: Waiting
273c107f05e1: Pulling fs layer
24dc056876d6: Waiting
86fb6217a6aa: Pulling fs layer
273c107f05e1: Waiting
c898e172cbd4: Pulling fs layer
415f38ea5445: Pulling fs layer
86fb6217a6aa: Waiting
443cdc6387f8: Pulling fs layer
c898e172cbd4: Waiting
d473258de396: Pulling fs layer
443cdc6387f8: Waiting
d473258de396: Waiting
ae7a96da1dc5: Pulling fs layer
68966f93e06e: Pulling fs layer
ae7a96da1dc5: Waiting
17d3fd9a5817: Pulling fs layer
68966f93e06e: Waiting
17d3fd9a5817: Waiting
ebfcb6b5a4cd: Verifying Checksum
ebfcb6b5a4cd: Download complete
79497b11780a: Verifying Checksum
79497b11780a: Download complete
961546824cd2: Verifying Checksum
961546824cd2: Download complete
052222b8cf77: Verifying Checksum
052222b8cf77: Download complete
effb3ca1abcb: Verifying Checksum
effb3ca1abcb: Download complete
aaf699fc9fdb: Verifying Checksum
aaf699fc9fdb: Download complete
bf44a77dd60f: Verifying Checksum
bf44a77dd60f: Download complete
bb06d2fb98d5: Verifying Checksum
bb06d2fb98d5: Download complete
9763cfe4baa7: Verifying Checksum
9763cfe4baa7: Download complete
05ac39cdf49e: Verifying Checksum
61e097018e3e: Verifying Checksum
20ac8808a929: Verifying Checksum
20ac8808a929: Download complete
0c7d7182aec7: Verifying Checksum
0c7d7182aec7: Download complete
6ec11884b3e7: Verifying Checksum
6ec11884b3e7: Download complete
9dbc0351d8a2: Download complete
ee753c1f0237: Verifying Checksum
ee753c1f0237: Download complete
c1f004a1ffe7: Download complete
519d406de032: Verifying Checksum
519d406de032: Download complete
cceb7fc969a5: Verifying Checksum
cceb7fc969a5: Download complete
4f4fb700ef54: Download complete
961546824cd2: Pull complete
ebfcb6b5a4cd: Pull complete
7b3f22abd1b2: Verifying Checksum
7b3f22abd1b2: Download complete
270d9a66b1a0: Verifying Checksum
270d9a66b1a0: Download complete
5f123298dd68: Verifying Checksum
5f123298dd68: Download complete
12bf96f7bcf2: Verifying Checksum
12bf96f7bcf2: Download complete
86c76669c60c: Verifying Checksum
86c76669c60c: Download complete
20c91cb220e3: Verifying Checksum
20c91cb220e3: Download complete
33e61e89abbe: Download complete
eb1923c5439e: Verifying Checksum
eb1923c5439e: Download complete
6fcc2c8b4e27: Verifying Checksum
6fcc2c8b4e27: Download complete
041d725eee91: Verifying Checksum
041d725eee91: Download complete
0de9a5f57665: Verifying Checksum
0de9a5f57665: Download complete
24dc056876d6: Download complete
79497b11780a: Pull complete
f296b1aaee3d: Download complete
86fb6217a6aa: Verifying Checksum
86fb6217a6aa: Download complete
c898e172cbd4: Verifying Checksum
c898e172cbd4: Download complete
415f38ea5445: Download complete
443cdc6387f8: Verifying Checksum
443cdc6387f8: Download complete
61e097018e3e: Pull complete
effb3ca1abcb: Pull complete
052222b8cf77: Pull complete
d473258de396: Verifying Checksum
d473258de396: Download complete
ae7a96da1dc5: Download complete
68966f93e06e: Verifying Checksum
68966f93e06e: Download complete
aaf699fc9fdb: Pull complete
17d3fd9a5817: Verifying Checksum
17d3fd9a5817: Download complete
bf44a77dd60f: Pull complete
bb06d2fb98d5: Pull complete
9763cfe4baa7: Pull complete
05ac39cdf49e: Pull complete
273c107f05e1: Verifying Checksum
273c107f05e1: Download complete
20ac8808a929: Pull complete
0c7d7182aec7: Pull complete
6ec11884b3e7: Pull complete
ee753c1f0237: Pull complete
9dbc0351d8a2: Pull complete
c1f004a1ffe7: Pull complete
519d406de032: Pull complete
cceb7fc969a5: Pull complete
4f4fb700ef54: Pull complete
270d9a66b1a0: Pull complete
7b3f22abd1b2: Pull complete
5f123298dd68: Pull complete
12bf96f7bcf2: Pull complete
86c76669c60c: Pull complete
20c91cb220e3: Pull complete
6fcc2c8b4e27: Pull complete
eb1923c5439e: Pull complete
33e61e89abbe: Pull complete
041d725eee91: Pull complete
0de9a5f57665: Pull complete
f296b1aaee3d: Pull complete
9d29f7791dc9: Verifying Checksum
9d29f7791dc9: Download complete
9d29f7791dc9: Pull complete
24dc056876d6: Pull complete
273c107f05e1: Pull complete
86fb6217a6aa: Pull complete
c898e172cbd4: Pull complete
415f38ea5445: Pull complete
443cdc6387f8: Pull complete
d473258de396: Pull complete
ae7a96da1dc5: Pull complete
68966f93e06e: Pull complete
17d3fd9a5817: Pull complete
Digest: sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d
Status: Downloaded newer image for ocaml/opam@sha256:284892e23d23438792718db4cf27cc707722c128966053f97711a9d00b48145d
2026-04-30 01:48.27 ---> using "50351c5a0ddffd7b092f7d8296cc6415d143dbdfc632756d133cbea1a3e910ea" 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:48.27 ---> using "83390c889a9b980bc79fd628654f63eb52516e55ce1e538a22667b19fdb034c2" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-30 01:48.27 ---> using "2ba0ff47e98734f96c0e64e0fb7e9f569a000a17c5ab24f3cd65d35b9af00b69" 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=opensuse-tumbleweed os-version=20260422
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# 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:48.27 ---> using "586a149901ca10e623655f04c3e0bd8196f94fd7bae4e909e8c8f276e0578fd0" 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:48.27 ---> using "decaca1626cb1558bdbe945648ff15f7377a373a3475e84f4252523583aed710" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 01:48.35 ---> saved as "ed553b946aa040217db4b9ecdd92277e386743621fd80a0ab73a5f44ea3a822d"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 01:48.55 ---> saved as "58ac9fdec45a42e8eb968466551ba46a71a288565aa08373cc90d05bd8290737"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- .
- .......done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- ...
- ..........
- ..........
- ..........
- .
- ..
- .........
- ..........
- ..........
- .........
- ..........
- ......
- ..
- .........
- ..........
- .........
- ..........
- .........
- ..........
- ..........
- ..........
- .........
- ........done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-04-30 01:50.06 ---> saved as "1e6b49d8f114dfea98ceee814913cd45498ea4e210dead734e026b011283ab9f"
/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:50.08 ---> saved as "f4e1ac4fa3b285b739ef35044c3dbb90aaf1fabafec52ae0d3ac4153b42dd385"
/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 \"\\\"opensuse-tumbleweed\\\"\"; 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:50.53 ---> saved as "b16573c095cefe35b6453feee8b6624e7c6a93d3a57e221245fbf4a65eda4413"
Job succeeded
2026-04-30 01:51.02: Job succeeded