2026-03-26 15:23.48: New job: build current_examples.0.7.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29606/head (4e07f997e5a403e3e284236003dd2dff6b1992f9)
                              on centos-10-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/29606/head" && git reset --hard 4e07f997
git fetch origin master
git merge --no-edit 46f289cd3749314bbebddeede62fc05f9858f680
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-4.14@sha256:dfe5b53267cc0bfa1b24eca00a64d446175bc9049f1f3d3e67a4fcfbd65eef35
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 current_examples.0.7.4 0.7.4
RUN opam reinstall current_examples.0.7.4; \
    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 "\"centos-10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'current_examples.0.7.4' && 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-26 15:23.48: Using cache hint "ocaml/opam:centos-10-ocaml-4.14@sha256:dfe5b53267cc0bfa1b24eca00a64d446175bc9049f1f3d3e67a4fcfbd65eef35-current_examples.0.7.4-4e07f997e5a403e3e284236003dd2dff6b1992f9"
2026-03-26 15:23.48: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-4.14@sha256:dfe5b53267cc0bfa1b24eca00a64d446175bc9049f1f3d3e67a4fcfbd65eef35)
 (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 current_examples.0.7.4 0.7.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall current_examples.0.7.4;\
             \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 \"\\\"centos-10\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'current_examples.0.7.4' && 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-26 15:23.48: Waiting for resource in pool OCluster
2026-03-26 15:34.55: Waiting for worker…
2026-03-26 15:37.23: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 46f289cd37 Merge pull request #29563 from NathanReb/release-ppxlib-0.38.0
Updating 46f289cd37..4e07f997e5
Fast-forward
 packages/current/current.0.7.4/opam                |  94 ++++++++++++++++++
 packages/current_docker/current_docker.0.7.4/opam  |  83 ++++++++++++++++
 .../current_examples/current_examples.0.7.4/opam   |  98 +++++++++++++++++++
 packages/current_git/current_git.0.7.4/opam        |  88 +++++++++++++++++
 packages/current_github/current_github.0.7.4/opam  |  97 +++++++++++++++++++
 packages/current_gitlab/current_gitlab.0.7.4/opam  |  59 ++++++++++++
 packages/current_rpc/current_rpc.0.7.4/opam        |  84 +++++++++++++++++
 packages/current_slack/current_slack.0.7.4/opam    |  77 +++++++++++++++
 packages/current_ssh/current_ssh.0.7.4/opam        |  43 +++++++++
 packages/current_web/current_web.0.7.4/opam        | 105 +++++++++++++++++++++
 10 files changed, 828 insertions(+)
 create mode 100644 packages/current/current.0.7.4/opam
 create mode 100644 packages/current_docker/current_docker.0.7.4/opam
 create mode 100644 packages/current_examples/current_examples.0.7.4/opam
 create mode 100644 packages/current_git/current_git.0.7.4/opam
 create mode 100644 packages/current_github/current_github.0.7.4/opam
 create mode 100644 packages/current_gitlab/current_gitlab.0.7.4/opam
 create mode 100644 packages/current_rpc/current_rpc.0.7.4/opam
 create mode 100644 packages/current_slack/current_slack.0.7.4/opam
 create mode 100644 packages/current_ssh/current_ssh.0.7.4/opam
 create mode 100644 packages/current_web/current_web.0.7.4/opam
2026-03-26 15:50.55: Cancelling: Auto-cancelling job because it is no longer needed

(from ocaml/opam:centos-10-ocaml-4.14@sha256:dfe5b53267cc0bfa1b24eca00a64d446175bc9049f1f3d3e67a4fcfbd65eef35)
Unable to find image 'ocaml/opam:centos-10-ocaml-4.14@sha256:dfe5b53267cc0bfa1b24eca00a64d446175bc9049f1f3d3e67a4fcfbd65eef35' locally
docker.io/ocaml/opam@sha256:dfe5b53267cc0bfa1b24eca00a64d446175bc9049f1f3d3e67a4fcfbd65eef35: Pulling from ocaml/opam
4e806b740055: Pulling fs layer
9f0313c05574: Pulling fs layer
cfc974a04e99: Pulling fs layer
327cda242932: Pulling fs layer
13c18a97b97e: Pulling fs layer
327cda242932: Waiting
13c18a97b97e: Waiting
cfc974a04e99: Download complete
327cda242932: Verifying Checksum
327cda242932: Download complete
13c18a97b97e: Download complete
4e806b740055: Verifying Checksum
4e806b740055: Download complete
9f0313c05574: Verifying Checksum
9f0313c05574: Download complete
4e806b740055: Pull complete
9f0313c05574: Pull complete
cfc974a04e99: Pull complete
327cda242932: Pull complete
13c18a97b97e: Pull complete
Digest: sha256:dfe5b53267cc0bfa1b24eca00a64d446175bc9049f1f3d3e67a4fcfbd65eef35
Status: Downloaded newer image for ocaml/opam@sha256:dfe5b53267cc0bfa1b24eca00a64d446175bc9049f1f3d3e67a4fcfbd65eef35
2026-03-26 15:56.16 ---> saved as "4c39fdf3b98e44925aa4403e65f325c3e6e594462a0ba3504b46702c7962a45f"

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-26 15:56.16 Waiting for previous build to finish cancelling
2026-03-26 15:56.17 Waiting for previous build to finish cancelling
2026-03-26 15:56.17 Waiting for previous build to finish cancelling
Job cancelled