2026-03-26 15:23.47: New job: build current_ssh.0.7.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29606/head (4e07f997e5a403e3e284236003dd2dff6b1992f9)
                              on fedora-42-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:fedora-42-ocaml-4.14@sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709
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_ssh.0.7.4 0.7.4
RUN opam reinstall current_ssh.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 "\"fedora-42\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'current_ssh.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.47: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709-current_ssh.0.7.4-4e07f997e5a403e3e284236003dd2dff6b1992f9"
2026-03-26 15:23.47: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709)
 (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_ssh.0.7.4 0.7.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall current_ssh.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 \"\\\"fedora-42\\\"\"; 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_ssh.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.47: Waiting for resource in pool OCluster
2026-03-26 15:33.09: Waiting for worker…
2026-03-26 15:36.12: 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:fedora-42-ocaml-4.14@sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709' locally
docker.io/ocaml/opam@sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709: Pulling from ocaml/opam
f11155b5d7d3: Pulling fs layer
12a3645d689a: Pulling fs layer
4b20e626241e: Pulling fs layer
f11155b5d7d3: Waiting
ef6f76a1597b: Pulling fs layer
12a3645d689a: Waiting
75adbd94c59e: Pulling fs layer
4b20e626241e: Waiting
ef6f76a1597b: Waiting
75adbd94c59e: Waiting
4b20e626241e: Verifying Checksum
4b20e626241e: Download complete
12a3645d689a: Verifying Checksum
12a3645d689a: Download complete
ef6f76a1597b: Verifying Checksum
ef6f76a1597b: Download complete
75adbd94c59e: Verifying Checksum
75adbd94c59e: Download complete
f11155b5d7d3: Verifying Checksum
f11155b5d7d3: Download complete
f11155b5d7d3: Pull complete
12a3645d689a: Pull complete
4b20e626241e: Pull complete
ef6f76a1597b: Pull complete
75adbd94c59e: Pull complete
Digest: sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709
Status: Downloaded newer image for ocaml/opam@sha256:71dc173fe240e9eeb24413908e1051ed435eedc42f79d57faf7ccd67e0f20709
2026-03-26 15:52.17 ---> using "83eaf063627f5eb915dea085c7d54649c06cb51f493d7013424a048018bf0a48" 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-26 15:52.17 ---> using "dd9b54bc5b341b8be618448c0d0eac3907e3369eb23f36b975c062e18edad8f2" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-26 15:52.17 ---> using "3bcd6c9c1c8073fd9fb9f3ec6347256ee14ed0b942670902e7ecc7c99274af82" 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=fedora os-version=42
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# 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-26 15:52.17 ---> using "47ea85f745829c28f6a2ea41d555b3d80e6faa1dc8995d7afd77ca5ba123e157" 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-26 15:52.17 ---> using "1555029d66f1494b87c8d0088921b527e44d929a3a9ba2d0f75479ffbcb90bbe" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-26 15:52.18 ---> using "8d601e9f56eaf961a06e00caedb7850b342a43d55fae6a79d84506ccf70c0324" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-26 15:52.18 ---> using "5f3b50e4da36ff603ed31cffcbe81a74fe966bd8c14466ab2e99e9943f7f09ef" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  10.5 KiB/s |   9.9 KiB |  00m01s
-  Fedora 42 - x86_64                     100% |  98.7 KiB/s |  22.9 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-03-26 15:52.18 ---> using "da74a3c9f9c3e01d6e9ce474a8dac2ea191d48a8f6e4fc82e8dce04a2912696b" from cache

/home/opam: (run (shell "opam pin add -k version -yn current_ssh.0.7.4 0.7.4"))
Job cancelled