- github
- ocaml
- opam-repository
- 89a6ae
- distributions,opensuse-16.0-ocaml-5.4,ordering.3.23.0~alpha2
(not at the head of any monitored branch or PR)
2026-04-30 01:38.41: 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-16.0-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:opensuse-16.0-ocaml-5.4@sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5
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-16.0\""; 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.41: Using cache hint "ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5-ordering.3.23.0~alpha2-89a6ae888498500bf7c0fc05361da936fc6acacf"
2026-04-30 01:38.41: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5)
(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-16.0\\\"\"; 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.41: Waiting for resource in pool OCluster
2026-04-30 01:39.47: Waiting for worker…
2026-04-30 01:42.10: Got resource from pool OCluster
Building on phoebe.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:opensuse-16.0-ocaml-5.4@sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5' locally
docker.io/ocaml/opam@sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5: Pulling from ocaml/opam
64cfa2a65095: Already exists
4f3f07fb8dca: Already exists
f06a30c69b2b: Already exists
cb58d6759551: Already exists
e4c7ece8beda: Already exists
7e24921366d8: Already exists
139bc6893a21: Already exists
8f8ec5fe1131: Already exists
167aa6b24f51: Already exists
2b32eb3952f5: Already exists
bb1d96150594: Already exists
2a97cc066d6c: Already exists
32ec1521ea5a: Already exists
fa7a1b253e93: Already exists
ad8491c454c1: Already exists
aab7fb461c8c: Already exists
13249f94528f: Already exists
e87bb5430a74: Already exists
f268b0bbc31b: Already exists
4f4fb700ef54: Already exists
56aafea665c0: Already exists
ea5c29f7d2aa: Already exists
48ee49b1d4d1: Already exists
49b6d1ef095a: Already exists
1f915ffb050d: Already exists
0d353b61202c: Already exists
c9d513a4982c: Already exists
cff4c3dc8ddb: Already exists
aaa6a82df3b1: Already exists
9424019dac11: Already exists
4972a8bf32a4: Already exists
5b8604bd9f48: Already exists
f1f95405e27a: Already exists
251bb517e544: Already exists
69633f8038e0: Already exists
7c5097f2d758: Already exists
6eb236992af8: Already exists
e86f58322566: Already exists
1b44479fa51f: Pulling fs layer
a2cf736cba9f: Pulling fs layer
b3c1ae0fe506: Pulling fs layer
c4d966bdc561: Pulling fs layer
37e80c8a1df6: Pulling fs layer
0c8ce8faecc1: Pulling fs layer
4bcf920e9718: Pulling fs layer
c4d966bdc561: Waiting
37e80c8a1df6: Waiting
0c8ce8faecc1: Waiting
4bcf920e9718: Waiting
1b44479fa51f: Verifying Checksum
1b44479fa51f: Download complete
1b44479fa51f: Pull complete
a2cf736cba9f: Verifying Checksum
a2cf736cba9f: Download complete
a2cf736cba9f: Pull complete
37e80c8a1df6: Verifying Checksum
37e80c8a1df6: Download complete
0c8ce8faecc1: Verifying Checksum
0c8ce8faecc1: Download complete
b3c1ae0fe506: Verifying Checksum
b3c1ae0fe506: Download complete
4bcf920e9718: Verifying Checksum
4bcf920e9718: Download complete
b3c1ae0fe506: Pull complete
c4d966bdc561: Verifying Checksum
c4d966bdc561: Download complete
c4d966bdc561: Pull complete
37e80c8a1df6: Pull complete
0c8ce8faecc1: Pull complete
4bcf920e9718: Pull complete
Digest: sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5
Status: Downloaded newer image for ocaml/opam@sha256:da92868bd5531e5358de84f97a3469df97ac5c49a0a1c456766469614acec5b5
2026-04-30 01:44.09 ---> using "8496ad28ccade24a20c9c288cd6b00954ac8058649ffc3c0770f493e69fd8896" 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:44.09 ---> using "73182c463ae880de896cf568c53c046a091d5d9d1ad1a04c9cca7a4723d86b9e" 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:44.09 ---> using "777f38f1c661a83f95cb55a52d10aefeb269b5e9d1c5287d063b6f43c11b3025" 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-leap os-version=16.0
# 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:44.10 ---> using "11b601bf0e1a0e5ee8e0e0adf31e6b559697c101c6da43113d65d5d1589f0eac" 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:44.10 ---> using "bc34e9575fddbbd2525d0911384d238eb56b795122798d6f8ea4a12743af0061" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-30 01:44.37 ---> saved as "2bd604d0f88e8c240c1750e9df746662632cd248ee75c10a2556042bfd3b783b"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-30 01:44.59 ---> saved as "26757b91a7ec0766d0d34cfd02240e24dff506661c12a0af7d9e4c3500745f03"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
- gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ..
-
- Note: Received 1 new package signing key from repository "repo-oss (16.0)":
-
- Those additional keys are usually used to sign packages shipped by the repository. In order to
- validate those packages upon download and installation the new keys will be imported into the rpm
- database.
-
- New:
- Key Fingerprint: F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0
- Key Name: openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>
- Key Algorithm: RSA 4096
- Key Created: Wed May 10 14:46:12 2023
- Key Expires: Sun May 9 14:46:12 2027
- Rpm Name: gpg-pubkey-25db7ae0-645bae34
-
- The repository metadata introducing the new keys have been signed and validated by the trusted
- key:
-
- Repository: repo-oss (16.0)
- Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4
- Key Name: openSUSE Project Signing Key <opensuse@opensuse.org>
- Key Algorithm: RSA 4096
- Key Created: Mon Jun 20 14:03:14 2022
- Key Expires: Fri Jun 19 14:03:14 2026 (expires in 50 days)
- Rpm Name: gpg-pubkey-29b700a4-62b07e22
-
- .
- ......
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- ..........
- .......done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.
2026-04-30 01:45.22 ---> saved as "1ead9b4b81e6ba62a3c4482a98af150411a861449fce1f6d68759092c3493de9"
/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:45.25 ---> saved as "d9c1985708e37c3f3f7a8b0c46bd2b389dbcc60a3eeca248493a7cf215ac7360"
/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-16.0\\\"\"; 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:46.15 ---> saved as "d36f3b832dd5063745daecee89b35ad10523df2a2ae2b1f94b7f51aece23581a"
Job succeeded
2026-04-30 01:47.36: Job succeeded