(not at the head of any monitored branch or PR)
2026-04-10 17:24.14: New job: build ordering.3.22.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29704/head (3e0c395e7b1393a792367f8edca3654dac71e6fd)
                              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/29704/head" && git reset --hard 3e0c395e
git fetch origin master
git merge --no-edit 9d8ceab8e9f49f5671cf459997c8a47cf0e675ca
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb
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.2 3.22.2
RUN opam reinstall ordering.3.22.2; \
    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.22.2' && 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-10 17:24.14: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb-ordering.3.22.2-3e0c395e7b1393a792367f8edca3654dac71e6fd"
2026-04-10 17:24.14: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb)
 (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.2 3.22.2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ordering.3.22.2;\
             \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.22.2' && 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-10 17:24.14: Waiting for resource in pool OCluster
2026-04-10 17:32.51: Waiting for worker…
2026-04-10 17:34.44: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 9d8ceab8e9 Merge pull request #29697 from filipeom/opam-publish-smtml.0.25.0
Updating 9d8ceab8e9..3e0c395e7b
Fast-forward
 packages/chrome-trace/chrome-trace.3.22.2/opam     | 39 +++++++++++
 .../dune-action-plugin.3.22.2/opam                 | 52 +++++++++++++++
 .../dune-action-trace.3.22.2/opam                  | 39 +++++++++++
 .../dune-build-info/dune-build-info.3.22.2/opam    | 45 +++++++++++++
 .../dune-configurator.3.22.2/opam                  | 49 ++++++++++++++
 packages/dune-glob/dune-glob.3.22.2/opam           | 42 ++++++++++++
 .../dune-private-libs.3.22.2/opam                  | 50 +++++++++++++++
 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.2/opam     | 41 ++++++++++++
 packages/dune-rpc/dune-rpc.3.22.2/opam             | 44 +++++++++++++
 packages/dune-site/dune-site.3.22.2/opam           | 37 +++++++++++
 packages/dune/dune.3.22.2/opam                     | 75 ++++++++++++++++++++++
 packages/dyn/dyn.3.22.2/opam                       | 40 ++++++++++++
 packages/fs-io/fs-io.3.22.2/opam                   | 39 +++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.22.2/opam         | 43 +++++++++++++
 packages/ordering/ordering.3.22.2/opam             | 38 +++++++++++
 packages/stdune/stdune.3.22.2/opam                 | 46 +++++++++++++
 packages/top-closure/top-closure.3.22.2/opam       | 38 +++++++++++
 packages/xdg/xdg.3.22.2/opam                       | 39 +++++++++++
 18 files changed, 796 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.22.2/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.2/opam
 create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.2/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.22.2/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.22.2/opam
 create mode 100644 packages/dune-glob/dune-glob.3.22.2/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.2/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.2/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.22.2/opam
 create mode 100644 packages/dune-site/dune-site.3.22.2/opam
 create mode 100644 packages/dune/dune.3.22.2/opam
 create mode 100644 packages/dyn/dyn.3.22.2/opam
 create mode 100644 packages/fs-io/fs-io.3.22.2/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.2/opam
 create mode 100644 packages/ordering/ordering.3.22.2/opam
 create mode 100644 packages/stdune/stdune.3.22.2/opam
 create mode 100644 packages/top-closure/top-closure.3.22.2/opam
 create mode 100644 packages/xdg/xdg.3.22.2/opam

(from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb' locally
docker.io/ocaml/opam@sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb: Pulling from ocaml/opam
fc41f21d9906: Pulling fs layer
74de7de26973: Pulling fs layer
977b8fd43424: Pulling fs layer
fc41f21d9906: Waiting
74de7de26973: Waiting
bc011f5660da: Pulling fs layer
977b8fd43424: Waiting
bc011f5660da: Waiting
989d1d52bdfe: Pulling fs layer
c49432b29c7c: Pulling fs layer
989d1d52bdfe: Waiting
cc8b0058c550: Pulling fs layer
c49432b29c7c: Waiting
7758e8760c3d: Pulling fs layer
cc8b0058c550: Waiting
c3ea3e5f9002: Pulling fs layer
7758e8760c3d: Waiting
6a64e353b00e: Pulling fs layer
c3ea3e5f9002: Waiting
e1e5592b3d8c: Pulling fs layer
6a64e353b00e: Waiting
9366564a7496: Pulling fs layer
e1e5592b3d8c: Waiting
c595dcc6f1d2: Pulling fs layer
0d192c393bff: Pulling fs layer
c595dcc6f1d2: Waiting
efd2cea8d065: Pulling fs layer
0d192c393bff: Waiting
9366564a7496: Waiting
2a109816798d: Pulling fs layer
efd2cea8d065: Waiting
96623a7e963e: Pulling fs layer
ab4d40d5391e: Pulling fs layer
2a109816798d: Waiting
96623a7e963e: Waiting
5a414b3f012b: Pulling fs layer
4f4fb700ef54: Pulling fs layer
ab4d40d5391e: Waiting
5a414b3f012b: Waiting
545e23963384: Pulling fs layer
4f4fb700ef54: Waiting
146fa4d20101: Pulling fs layer
545e23963384: Waiting
ac834633b098: Pulling fs layer
146fa4d20101: Waiting
9528085c2427: Pulling fs layer
ac834633b098: Waiting
eb68834eee94: Pulling fs layer
9528085c2427: Waiting
26ea7dcb5b98: Pulling fs layer
4be9510061a6: Pulling fs layer
1fc62853af7e: Pulling fs layer
26ea7dcb5b98: Waiting
eb68834eee94: Waiting
b53f3f25a434: Pulling fs layer
cf5781c0982e: Pulling fs layer
1fc62853af7e: Waiting
6319330d9589: Pulling fs layer
b53f3f25a434: Waiting
4be9510061a6: Waiting
cf5781c0982e: Waiting
0f65324d0260: Pulling fs layer
f9552d10f83c: Pulling fs layer
6319330d9589: Waiting
0f65324d0260: Waiting
8897e16c467c: Pulling fs layer
e08ec817c55c: Pulling fs layer
98c97997c7d8: Pulling fs layer
f9552d10f83c: Waiting
897d050e8e26: Pulling fs layer
98c97997c7d8: Waiting
11a0532aa6d8: Pulling fs layer
1c246fb3ae0b: Pulling fs layer
e08ec817c55c: Waiting
11a0532aa6d8: Waiting
0d41b4577b54: Pulling fs layer
2520c58720b6: Pulling fs layer
599a4d467d45: Pulling fs layer
5e63d2f217b5: Pulling fs layer
2520c58720b6: Waiting
0d41b4577b54: Waiting
1c246fb3ae0b: Waiting
599a4d467d45: Waiting
5e63d2f217b5: Waiting
fc41f21d9906: Verifying Checksum
fc41f21d9906: Download complete
74de7de26973: Verifying Checksum
74de7de26973: Download complete
fc41f21d9906: Pull complete
74de7de26973: Pull complete
bc011f5660da: Verifying Checksum
bc011f5660da: Download complete
989d1d52bdfe: Download complete
c49432b29c7c: Verifying Checksum
c49432b29c7c: Download complete
cc8b0058c550: Verifying Checksum
cc8b0058c550: Download complete
7758e8760c3d: Verifying Checksum
7758e8760c3d: Download complete
977b8fd43424: Verifying Checksum
977b8fd43424: Download complete
c3ea3e5f9002: Verifying Checksum
c3ea3e5f9002: Download complete
6a64e353b00e: Verifying Checksum
6a64e353b00e: Download complete
977b8fd43424: Pull complete
e1e5592b3d8c: Verifying Checksum
e1e5592b3d8c: Download complete
c595dcc6f1d2: Download complete
0d192c393bff: Verifying Checksum
0d192c393bff: Download complete
9366564a7496: Verifying Checksum
9366564a7496: Download complete
efd2cea8d065: Verifying Checksum
efd2cea8d065: Download complete
2a109816798d: Download complete
96623a7e963e: Verifying Checksum
96623a7e963e: Download complete
5a414b3f012b: Verifying Checksum
5a414b3f012b: Download complete
ab4d40d5391e: Download complete
146fa4d20101: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
ac834633b098: Download complete
eb68834eee94: Download complete
9528085c2427: Download complete
26ea7dcb5b98: Verifying Checksum
26ea7dcb5b98: Download complete
4be9510061a6: Verifying Checksum
4be9510061a6: Download complete
1fc62853af7e: Download complete
b53f3f25a434: Download complete
6319330d9589: Download complete
0f65324d0260: Download complete
bc011f5660da: Pull complete
989d1d52bdfe: Pull complete
c49432b29c7c: Pull complete
cc8b0058c550: Pull complete
7758e8760c3d: Pull complete
c3ea3e5f9002: Pull complete
6a64e353b00e: Pull complete
e1e5592b3d8c: Pull complete
9366564a7496: Pull complete
c595dcc6f1d2: Pull complete
0d192c393bff: Pull complete
efd2cea8d065: Pull complete
2a109816798d: Pull complete
96623a7e963e: Pull complete
ab4d40d5391e: Pull complete
5a414b3f012b: Pull complete
4f4fb700ef54: Pull complete
545e23963384: Pull complete
f9552d10f83c: Verifying Checksum
f9552d10f83c: Download complete
146fa4d20101: Pull complete
ac834633b098: Pull complete
9528085c2427: Pull complete
eb68834eee94: Pull complete
26ea7dcb5b98: Pull complete
4be9510061a6: Pull complete
1fc62853af7e: Pull complete
b53f3f25a434: Pull complete
8897e16c467c: Download complete
e08ec817c55c: Verifying Checksum
e08ec817c55c: Download complete
98c97997c7d8: Verifying Checksum
98c97997c7d8: Download complete
897d050e8e26: Download complete
11a0532aa6d8: Verifying Checksum
11a0532aa6d8: Download complete
cf5781c0982e: Verifying Checksum
cf5781c0982e: Pull complete
6319330d9589: Pull complete
0f65324d0260: Pull complete
1c246fb3ae0b: Download complete
2520c58720b6: Verifying Checksum
2520c58720b6: Download complete
599a4d467d45: Download complete
5e63d2f217b5: Verifying Checksum
5e63d2f217b5: Download complete
f9552d10f83c: Pull complete
8897e16c467c: Pull complete
e08ec817c55c: Pull complete
98c97997c7d8: Pull complete
897d050e8e26: Pull complete
11a0532aa6d8: Pull complete
1c246fb3ae0b: Pull complete
0d41b4577b54: Verifying Checksum
0d41b4577b54: Download complete
0d41b4577b54: Pull complete
2520c58720b6: Pull complete
599a4d467d45: Pull complete
5e63d2f217b5: Pull complete
Digest: sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb
Status: Downloaded newer image for ocaml/opam@sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb
2026-04-10 17:35.53 ---> using "a472725830a8d9d64a54db751a4cccb006035dde2281fda46e152bcf69b0f0e6" 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-10 17:35.53 ---> using "9e5dadc4152b98c71763a00f6585fb54a2ba90bc0b339d0574260967f5a9ac94" 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-10 17:35.53 ---> using "56591135542c6387b081e2548cd671a16964b112a9cfbff7543d2011a6c6be67" 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=x86_64 os=linux os-distribution=opensuse-tumbleweed os-version=20260331
# 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-10 17:35.53 ---> using "381a6c919b5892c77b30baf0a08ba342779aaf21f351d20fe0d11c5ef7bc71f5" 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-10 17:35.53 ---> using "6cdc168a83deb1f65e8b44a5db1b0d9132c5db1dcd39b006f2d33c7ff3b02648" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 17:35.54 ---> using "460953ebd9132aa4003571c6440b28cf5dbb49df021e67a20dc4d45ba16515ea" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-10 17:36.10 ---> saved as "6291259589c78439ef0415408006dc915f2c8b2014432c71d57718ed5d312447"

/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-10 17:36.19 ---> saved as "52764184b7cf2db82f8ece182a96d71562e5de3d2edf76e8d4d407d26755f77a"

/home/opam: (run (shell "opam pin add -k version -yn ordering.3.22.2 3.22.2"))
ordering is now pinned to version 3.22.2
2026-04-10 17:36.20 ---> saved as "849144eb873a4cf3e3436a229955498531fb0a4ce66921bcd6482bcbde475061"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ordering.3.22.2;\
                        \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.22.2' && 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.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install dune     3.22.2          [required by ordering]
  - install ordering 3.22.2 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.2, ordering.3.22.2  (cached)
-> installed dune.3.22.2
-> installed ordering.3.22.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-10 17:36.52 ---> saved as "c71671f4d03655c83ba95c6a04f610ee52a295e47eedee168072df76b5e34412"
Job succeeded
2026-04-10 17:37.29: Job succeeded