(not at the head of any monitored branch or PR)
2026-05-04 18:49.01: New job: build dockerfile-opam.8.3.8, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29843/head (d050d0001516b25d1ccda860cb4e9f79161ace3a)
                              on fedora-43-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/29843/head" && git reset --hard d050d000
git fetch origin master
git merge --no-edit ade76687fbc9001333af45d7dd28419a7869b2ae
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5
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 dockerfile-opam.8.3.8 8.3.8
RUN opam reinstall dockerfile-opam.8.3.8; \
    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-43\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'dockerfile-opam.8.3.8' && 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-05-04 18:49.01: Using cache hint "ocaml/opam:fedora-43-ocaml-5.4@sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5-dockerfile-opam.8.3.8-d050d0001516b25d1ccda860cb4e9f79161ace3a"
2026-05-04 18:49.01: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5)
 (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 dockerfile-opam.8.3.8 8.3.8"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dockerfile-opam.8.3.8;\
             \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-43\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'dockerfile-opam.8.3.8' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-05-04 18:49.01: Waiting for resource in pool OCluster
2026-05-04 18:49.02: Waiting for worker…
2026-05-04 18:49.03: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at ade76687fb Merge pull request #29842 from dinosaure/release-stem-v0.0.1
Updating ade76687fb..d050d00015
Fast-forward
 packages/dockerfile-cmd/dockerfile-cmd.8.3.8/opam  | 73 ++++++++++++++++++++++
 .../dockerfile-opam/dockerfile-opam.8.3.8/opam     | 71 +++++++++++++++++++++
 packages/dockerfile/dockerfile.8.3.8/opam          | 67 ++++++++++++++++++++
 3 files changed, 211 insertions(+)
 create mode 100644 packages/dockerfile-cmd/dockerfile-cmd.8.3.8/opam
 create mode 100644 packages/dockerfile-opam/dockerfile-opam.8.3.8/opam
 create mode 100644 packages/dockerfile/dockerfile.8.3.8/opam

(from ocaml/opam:fedora-43-ocaml-5.4@sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5' locally
docker.io/ocaml/opam@sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5: Pulling from ocaml/opam
50ce27f2221c: Already exists
3ccb16ecd06a: Already exists
18a377ee2211: Already exists
24696ad16a7d: Already exists
8744e7b07a32: Already exists
746a7bdd7f8d: Already exists
1e47388f4ea5: Already exists
41b1a1f463b9: Already exists
5868caaaf0e7: Already exists
01f88b26a62f: Already exists
3062c281500e: Already exists
f23c0901fd91: Already exists
bb71b61a2dbf: Already exists
64c251290fa4: Already exists
e6b3fe10d9c1: Already exists
613b6db8f7f4: Already exists
613b6db8f7f4: Already exists
b43bd16707f4: Already exists
bcad4e8ea004: Already exists
d32804fac8a5: Already exists
352c29937de7: Already exists
4f4fb700ef54: Already exists
aee283e5cc19: Already exists
0631df02fc85: Already exists
1ccf8aeabfe9: Already exists
b7daf5d47bae: Already exists
d37e67d77209: Already exists
d502e88f737f: Already exists
f95a28285639: Already exists
8f5886fda347: Already exists
787e690a1058: Already exists
eed0bc701c15: Already exists
3ad0cbb8a1ac: Already exists
1e5ac47a6173: Already exists
648ebe006734: Already exists
0b6fb4712c65: Already exists
527cd0966637: Already exists
f85109368e9e: Already exists
799ed026485d: Already exists
7b5a97a038e5: Already exists
a263a65fd7e2: Pulling fs layer
9b12ed645fd0: Pulling fs layer
11b24a37883f: Pulling fs layer
77a05218131d: Pulling fs layer
604d098adb5f: Pulling fs layer
a263a65fd7e2: Waiting
9b12ed645fd0: Waiting
77a05218131d: Waiting
11b24a37883f: Waiting
604d098adb5f: Waiting
a263a65fd7e2: Verifying Checksum
a263a65fd7e2: Download complete
a263a65fd7e2: Pull complete
9b12ed645fd0: Verifying Checksum
9b12ed645fd0: Download complete
11b24a37883f: Download complete
77a05218131d: Download complete
604d098adb5f: Download complete
9b12ed645fd0: Pull complete
11b24a37883f: Pull complete
77a05218131d: Pull complete
604d098adb5f: Pull complete
Digest: sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5
Status: Downloaded newer image for ocaml/opam@sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5
2026-05-04 18:52.10 ---> saved as "956009ef50dc2790f4c1e333f30b21719e15f74ff467190be798ee2e493f82ca"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-04 18:52.12 ---> saved as "36543369d93f0b522a975bd4a4fc58bb0b27654dee8ef5a443be2b0a92ef4fae"

/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.

Continue? [Y/n] y
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.

[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-05-04 18:52.41 ---> saved as "c6eaf119ac4bb65e52b2eb1c889d99e33f42e6b12690ab6e2eedc1efb399ccce"

/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=fedora os-version=43
# 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-05-04 18:52.42 ---> saved as "9cb37fbf7b710a64ee13b31de100b9270f968646fe4a87277cc0f7013271261d"

/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-05-04 18:52.52 ---> saved as "ebaaf4614dd601617dd6447bf12d013a40b3efcdcb6f0c66f7a0c7c75fa29483"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 18:53.00 ---> saved as "5b5d88ebb7d4771b74a61d90ac69a0ffe1ac4316b28bef49397f7536e2d25f62"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 18:53.21 ---> saved as "ab8d7dbf63b03da6583da0d6ef105562a718648ab8e838b86264e04f72ddd368"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 43 - x86_64 - Updates           100% |  29.7 KiB/s |  16.0 KiB |  00m01s
- Repositories loaded.
- Metadata cache created.
2026-05-04 18:53.28 ---> saved as "bfd3c01c7e7a2a37d21105a17e52a3498fc48468f63a2a750b2931c080237936"

/home/opam: (run (shell "opam pin add -k version -yn dockerfile-opam.8.3.8 8.3.8"))
dockerfile-opam is now pinned to version 8.3.8
2026-05-04 18:53.30 ---> saved as "55d5291fbc506e6cbf9be18cf819e1121a5a115af535b564b9ff5b32d5d32e5a"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dockerfile-opam.8.3.8;\
                        \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-43\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'dockerfile-opam.8.3.8' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dockerfile-opam.8.3.8 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 19 packages
  - install base                    v0.17.3        [required by ppx_sexp_conv]
  - install csexp                   1.5.2          [required by dune-configurator]
  - install dockerfile              8.3.8          [required by dockerfile-opam]
  - install dockerfile-opam         8.3.8 (pinned)
  - install dune                    3.22.2         [required by dockerfile-opam]
  - install dune-configurator       3.22.2         [required by base]
  - install fmt                     0.11.0         [required by dockerfile-opam]
  - install ocaml-compiler-libs     v0.17.0        [required by ppxlib]
  - install ocaml-version           4.1.0          [required by dockerfile-opam]
  - install ocaml_intrinsics_kernel v0.17.1        [required by base]
  - install ocamlbuild              0.16.1         [required by fmt]
  - install ocamlfind               1.9.8          [required by fmt]
  - install ppx_derivers            1.2.1          [required by ppxlib]
  - install ppx_sexp_conv           v0.17.1        [required by dockerfile-opam]
  - install ppxlib                  0.38.0         [required by ppx_sexp_conv]
  - install ppxlib_jane             v0.17.4        [required by ppx_sexp_conv]
  - install sexplib0                v0.17.0        [required by dockerfile-opam]
  - install stdlib-shims            0.3.0          [required by ppxlib]
  - install topkg                   1.1.1          [required by fmt]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dockerfile.8.3.8, dockerfile-opam.8.3.8  (cached)
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-version.4.1.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed dune.3.22.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-version.4.1.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.22.2
-> installed base.v0.17.3
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_sexp_conv.v0.17.1
-> installed dockerfile.8.3.8
-> installed dockerfile-opam.8.3.8
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-04 18:54.47 ---> saved as "7387e0a93244cf5e66fabd8b5fedcbe00d0a0598b6613ce82ee1a2d172adbbd9"
Job succeeded
2026-05-04 18:54.56: Job succeeded