(not at the head of any monitored branch or PR)
2026-05-24 01:17.54: New job: build irky.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29925/head (c23a6c28a605325486907f0572f9216e3f789898)
                              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/29925/head" && git reset --hard c23a6c28
git fetch origin master
git merge --no-edit 493123878a032e3f829b102f34e8690b3b2a4fd4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440
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 irky.0.1 0.1
RUN opam reinstall irky.0.1; \
    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" != 'irky.0.1' && 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-24 01:17.54: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440-irky.0.1-c23a6c28a605325486907f0572f9216e3f789898"
2026-05-24 01:17.54: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440)
 (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 irky.0.1 0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall irky.0.1;\
             \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\" != 'irky.0.1' && 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-24 01:17.54: Waiting for resource in pool OCluster
2026-05-24 01:17.56: Waiting for worker…
2026-05-24 01:18.02: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 493123878a Merge pull request #29931 from chetmurthy/release-pa_ppx-package-suite-at-8.05.01
Updating 493123878a..c23a6c28a6
Fast-forward
 packages/irky-eio/irky-eio.0.1/opam | 41 +++++++++++++++++++++++++++++++++++++
 packages/irky/irky.0.1/opam         | 40 ++++++++++++++++++++++++++++++++++++
 2 files changed, 81 insertions(+)
 create mode 100644 packages/irky-eio/irky-eio.0.1/opam
 create mode 100644 packages/irky/irky.0.1/opam

(from ocaml/opam:fedora-42-ocaml-4.14@sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440' locally
docker.io/ocaml/opam@sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440: Pulling from ocaml/opam
accf5bbc0c67: Pulling fs layer
416e4a8866bb: Pulling fs layer
09b2fb3c52f4: Pulling fs layer
7d4fe74f60d8: Pulling fs layer
bbcb95d43ae8: Pulling fs layer
98c9e9bc3c3f: Pulling fs layer
59aec800fed7: Pulling fs layer
34843ed0e584: Pulling fs layer
424f865e9d0e: Pulling fs layer
7d4fe74f60d8: Waiting
5594cf317ecb: Pulling fs layer
59aec800fed7: Waiting
7d9cba6e4af6: Pulling fs layer
bbcb95d43ae8: Waiting
98c9e9bc3c3f: Waiting
f8e47f2173a6: Pulling fs layer
cde03adba68d: Pulling fs layer
d670f2c79209: Pulling fs layer
34843ed0e584: Waiting
2c9204fad5a4: Pulling fs layer
424f865e9d0e: Waiting
5594cf317ecb: Waiting
e6729152ebda: Pulling fs layer
7d9cba6e4af6: Waiting
f8e47f2173a6: Waiting
38838b679ce8: Pulling fs layer
cde03adba68d: Waiting
e81ed02324ae: Pulling fs layer
d670f2c79209: Waiting
416e5bed9209: Pulling fs layer
2c9204fad5a4: Waiting
4f4fb700ef54: Pulling fs layer
38838b679ce8: Waiting
d97d403a554d: Pulling fs layer
120f1228e350: Pulling fs layer
e81ed02324ae: Waiting
5818b24e8ca2: Pulling fs layer
bf4e4b4c0901: Pulling fs layer
416e5bed9209: Waiting
b31f5381f4f1: Pulling fs layer
e6729152ebda: Waiting
d97d403a554d: Waiting
4445c4223195: Pulling fs layer
4f4fb700ef54: Waiting
120f1228e350: Waiting
a1a8982696e1: Pulling fs layer
7ab4ccef3cde: Pulling fs layer
5818b24e8ca2: Waiting
bf4e4b4c0901: Waiting
a1a8982696e1: Waiting
8a8a38b5d8d7: Pulling fs layer
7ab4ccef3cde: Waiting
19f2332bf3a3: Pulling fs layer
8a8a38b5d8d7: Waiting
a1f0867da660: Pulling fs layer
b31f5381f4f1: Waiting
19f2332bf3a3: Waiting
a604f4114989: Pulling fs layer
4445c4223195: Waiting
a1f0867da660: Waiting
ba846e218609: Pulling fs layer
443f3df204cf: Pulling fs layer
a604f4114989: Waiting
ba846e218609: Waiting
a7adaa545c51: Pulling fs layer
443f3df204cf: Waiting
d991deb45863: Pulling fs layer
1949201fd01e: Pulling fs layer
a7adaa545c51: Waiting
d991deb45863: Waiting
164ba39dbbe5: Pulling fs layer
1949201fd01e: Waiting
53b18195ce3a: Pulling fs layer
164ba39dbbe5: Waiting
151f7f8ff2d5: Pulling fs layer
53b18195ce3a: Waiting
7947ec7be2fb: Pulling fs layer
c2b1dc239f11: Pulling fs layer
151f7f8ff2d5: Waiting
7947ec7be2fb: Waiting
b63ef135f58c: Pulling fs layer
c2b1dc239f11: Waiting
b63ef135f58c: Waiting
416e4a8866bb: Verifying Checksum
416e4a8866bb: Download complete
accf5bbc0c67: Verifying Checksum
accf5bbc0c67: Download complete
09b2fb3c52f4: Verifying Checksum
09b2fb3c52f4: Download complete
accf5bbc0c67: Pull complete
416e4a8866bb: Pull complete
98c9e9bc3c3f: Verifying Checksum
98c9e9bc3c3f: Download complete
09b2fb3c52f4: Pull complete
59aec800fed7: Verifying Checksum
59aec800fed7: Download complete
7d4fe74f60d8: Verifying Checksum
7d4fe74f60d8: Download complete
34843ed0e584: Verifying Checksum
34843ed0e584: Download complete
5594cf317ecb: Verifying Checksum
5594cf317ecb: Download complete
424f865e9d0e: Verifying Checksum
424f865e9d0e: Download complete
7d9cba6e4af6: Verifying Checksum
7d9cba6e4af6: Download complete
cde03adba68d: Verifying Checksum
cde03adba68d: Download complete
d670f2c79209: Verifying Checksum
d670f2c79209: Download complete
f8e47f2173a6: Verifying Checksum
f8e47f2173a6: Download complete
2c9204fad5a4: Verifying Checksum
2c9204fad5a4: Download complete
38838b679ce8: Verifying Checksum
38838b679ce8: Download complete
e6729152ebda: Download complete
e81ed02324ae: Verifying Checksum
e81ed02324ae: Download complete
4f4fb700ef54: Download complete
416e5bed9209: Verifying Checksum
416e5bed9209: Download complete
d97d403a554d: Download complete
120f1228e350: Verifying Checksum
120f1228e350: Download complete
bbcb95d43ae8: Verifying Checksum
bbcb95d43ae8: Download complete
5818b24e8ca2: Verifying Checksum
5818b24e8ca2: Download complete
b31f5381f4f1: Verifying Checksum
b31f5381f4f1: Download complete
bf4e4b4c0901: Download complete
4445c4223195: Verifying Checksum
4445c4223195: Download complete
a1a8982696e1: Verifying Checksum
a1a8982696e1: Download complete
8a8a38b5d8d7: Verifying Checksum
8a8a38b5d8d7: Download complete
7ab4ccef3cde: Verifying Checksum
7ab4ccef3cde: Download complete
a1f0867da660: Verifying Checksum
a1f0867da660: Download complete
19f2332bf3a3: Verifying Checksum
19f2332bf3a3: Download complete
a604f4114989: Download complete
443f3df204cf: Verifying Checksum
443f3df204cf: Download complete
1949201fd01e: Download complete
164ba39dbbe5: Verifying Checksum
164ba39dbbe5: Download complete
a7adaa545c51: Verifying Checksum
a7adaa545c51: Download complete
7d4fe74f60d8: Pull complete
bbcb95d43ae8: Pull complete
151f7f8ff2d5: Verifying Checksum
151f7f8ff2d5: Download complete
98c9e9bc3c3f: Pull complete
7947ec7be2fb: Download complete
59aec800fed7: Pull complete
34843ed0e584: Pull complete
424f865e9d0e: Pull complete
c2b1dc239f11: Download complete
5594cf317ecb: Pull complete
7d9cba6e4af6: Pull complete
b63ef135f58c: Verifying Checksum
b63ef135f58c: Download complete
f8e47f2173a6: Pull complete
cde03adba68d: Pull complete
d670f2c79209: Pull complete
2c9204fad5a4: Pull complete
e6729152ebda: Pull complete
38838b679ce8: Pull complete
e81ed02324ae: Pull complete
416e5bed9209: Pull complete
4f4fb700ef54: Pull complete
d97d403a554d: Pull complete
120f1228e350: Pull complete
5818b24e8ca2: Pull complete
bf4e4b4c0901: Pull complete
b31f5381f4f1: Pull complete
4445c4223195: Pull complete
a1a8982696e1: Pull complete
7ab4ccef3cde: Pull complete
8a8a38b5d8d7: Pull complete
19f2332bf3a3: Pull complete
a1f0867da660: Pull complete
a604f4114989: Pull complete
53b18195ce3a: Verifying Checksum
53b18195ce3a: Download complete
ba846e218609: Verifying Checksum
ba846e218609: Download complete
ba846e218609: Pull complete
443f3df204cf: Pull complete
a7adaa545c51: Pull complete
d991deb45863: Pull complete
1949201fd01e: Pull complete
164ba39dbbe5: Pull complete
53b18195ce3a: Pull complete
151f7f8ff2d5: Pull complete
7947ec7be2fb: Pull complete
c2b1dc239f11: Pull complete
b63ef135f58c: Pull complete
Digest: sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440
Status: Downloaded newer image for ocaml/opam@sha256:e6a38353674ea860d6c5261703f414c086d904e59abf219f8ed663e47421f440
2026-05-24 01:21.53 ---> saved as "6023191b8cf732da630992592018c20935007aff83a39fd6978e2a6ff9f95a2c"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-24 01:21.53 ---> saved as "7ba29709a77a5c4239390c1ed3053d4fb4eb5db076df78784f75d1b8a3df3161"

/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.1 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 1 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=1 --global
Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] no changes from git+file:///home/opam/opam-repository
2026-05-24 01:22.05 ---> saved as "fc3d8a5ef6b62e40e819c0c70b29e7e29678b79bcfacdb8aee4dc06acb890e84"

/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=42
# 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-05-24 01:22.06 ---> saved as "6309269bd3afd14996a17b3502ab51401d6355a6e20df1dfee69d05d8500bf3d"

/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-24 01:22.14 ---> saved as "451a025877dec161a3059bfe7bbefc647f4ae40835e7738842081bd82c692c33"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-24 01:22.23 ---> saved as "21a4f863ae97e020279289c509b0070219a14bcaa5334060b4fe4a49fe7b6190"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-24 01:22.33 ---> saved as "165e07616db0b4637f7a067dd8fcd40e3334c7d2ce93d3d3a5b67ab5cfc49d87"

/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% |  36.5 KiB/s |  18.1 KiB |  00m00s
-  Fedora 42 - x86_64                     100% |  64.0 KiB/s |  19.2 KiB |  00m00s
-  Fedora 42 openh264 (From Cisco) - x86_ 100% |   5.9 KiB/s | 986.0   B |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-05-24 01:22.37 ---> saved as "20b9e4727011f8697809ee6c4032c0535f143872388b037bf60b696f06498db5"

/home/opam: (run (shell "opam pin add -k version -yn irky.0.1 0.1"))
irky is now pinned to version 0.1
2026-05-24 01:22.38 ---> saved as "dcb13d4726b7eafe71fe08c75026823e1c5a24ee53abc32f93e58e0327f38526"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall irky.0.1;\
                        \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\" != 'irky.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
irky.0.1 is not installed. Install it? [Y/n] y
  * No agreement on the version of ocaml:
    - (invariant) -> ocaml-base-compiler = 4.14.3 -> ocaml = 4.14.3
    - irky -> ocaml >= 5.0
    You can temporarily relax the switch invariant with `--update-invariant'

No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall irky.0.1;
        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" != 'irky.0.1' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 20
2026-05-24 01:31.17: Job failed: Failed: Build failed
2026-05-24 01:31.17: Log analysis:
2026-05-24 01:31.17: >>> 
No solution found, exiting
 (score = 100)
2026-05-24 01:31.17: [SKIP] Package not available