(for PR #29925)

2026-05-24 01:17.55: New job: build irky.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29925/head (c23a6c28a605325486907f0572f9216e3f789898)
                              on ubuntu-24.04-ocaml-5.4/riscv64

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:ubuntu-24.04-ocaml-5.4@sha256:9c17239897ac5d43b6c4fe123fee38324055b9b8e728853efc9934e47c78121c
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 "\"ubuntu-24.04\""; 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.55: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9c17239897ac5d43b6c4fe123fee38324055b9b8e728853efc9934e47c78121c-irky.0.1-c23a6c28a605325486907f0572f9216e3f789898"
2026-05-24 01:17.55: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:9c17239897ac5d43b6c4fe123fee38324055b9b8e728853efc9934e47c78121c)
 (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 \"\\\"ubuntu-24.04\\\"\"; 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.55: Waiting for resource in pool OCluster
2026-05-24 01:17.56: Waiting for worker…
2026-05-25 06:59.16: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
Updating files:  14% (2691/17956)
Updating files:  15% (2694/17956)
Updating files:  16% (2873/17956)
Updating files:  17% (3053/17956)
Updating files:  18% (3233/17956)
Updating files:  19% (3412/17956)
Updating files:  20% (3592/17956)
Updating files:  21% (3771/17956)
Updating files:  22% (3951/17956)
Updating files:  23% (4130/17956)
Updating files:  24% (4310/17956)
Updating files:  25% (4489/17956)
Updating files:  26% (4669/17956)
Updating files:  27% (4849/17956)
Updating files:  28% (5028/17956)
Updating files:  29% (5208/17956)
Updating files:  29% (5245/17956)
Updating files:  30% (5387/17956)
Updating files:  31% (5567/17956)
Updating files:  32% (5746/17956)
Updating files:  33% (5926/17956)
Updating files:  34% (6106/17956)
Updating files:  35% (6285/17956)
Updating files:  36% (6465/17956)
Updating files:  37% (6644/17956)
Updating files:  38% (6824/17956)
Updating files:  39% (7003/17956)
Updating files:  40% (7183/17956)
Updating files:  41% (7362/17956)
Updating files:  42% (7542/17956)
Updating files:  42% (7639/17956)
Updating files:  43% (7722/17956)
Updating files:  44% (7901/17956)
Updating files:  45% (8081/17956)
Updating files:  46% (8260/17956)
Updating files:  47% (8440/17956)
Updating files:  48% (8619/17956)
Updating files:  49% (8799/17956)
Updating files:  50% (8978/17956)
Updating files:  51% (9158/17956)
Updating files:  52% (9338/17956)
Updating files:  53% (9517/17956)
Updating files:  54% (9697/17956)
Updating files:  55% (9876/17956)
Updating files:  55% (9986/17956)
Updating files:  56% (10056/17956)
Updating files:  57% (10235/17956)
Updating files:  58% (10415/17956)
Updating files:  59% (10595/17956)
Updating files:  60% (10774/17956)
Updating files:  61% (10954/17956)
Updating files:  62% (11133/17956)
Updating files:  63% (11313/17956)
Updating files:  64% (11492/17956)
Updating files:  65% (11672/17956)
Updating files:  66% (11851/17956)
Updating files:  67% (12031/17956)
Updating files:  68% (12211/17956)
Updating files:  68% (12289/17956)
Updating files:  69% (12390/17956)
Updating files:  70% (12570/17956)
Updating files:  71% (12749/17956)
Updating files:  72% (12929/17956)
Updating files:  73% (13108/17956)
Updating files:  74% (13288/17956)
Updating files:  75% (13467/17956)
Updating files:  76% (13647/17956)
Updating files:  77% (13827/17956)
Updating files:  78% (14006/17956)
Updating files:  79% (14186/17956)
Updating files:  80% (14365/17956)
Updating files:  81% (14545/17956)
Updating files:  81% (14670/17956)
Updating files:  82% (14724/17956)
Updating files:  83% (14904/17956)
Updating files:  84% (15084/17956)
Updating files:  85% (15263/17956)
Updating files:  86% (15443/17956)
Updating files:  87% (15622/17956)
Updating files:  88% (15802/17956)
Updating files:  89% (15981/17956)
Updating files:  90% (16161/17956)
Updating files:  91% (16340/17956)
Updating files:  92% (16520/17956)
Updating files:  93% (16700/17956)
Updating files:  94% (16879/17956)
Updating files:  95% (17059/17956)
Updating files:  95% (17067/17956)
Updating files:  96% (17238/17956)
Updating files:  97% (17418/17956)
Updating files:  98% (17597/17956)
Updating files:  99% (17777/17956)
Updating files: 100% (17956/17956)
Updating files: 100% (17956/17956), done.
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:ubuntu-24.04-ocaml-5.4@sha256:9c17239897ac5d43b6c4fe123fee38324055b9b8e728853efc9934e47c78121c)
2026-05-25 07:02.54 ---> saved as "a1656590e14c2bbb99fe4e1542a3da93ebad2c61b82ad4f5c6c4160a00d2bddc"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-25 07:02.55 ---> saved as "4806f51d6f3bc2de9a852ee769a60dd035fc363f7fc4d1b69a79ef932ac93a70"

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-25 07:03.50 ---> saved as "439dd86dec9fb362937d89ecd37491a6b41d2c1253aee3730a3983fad21710a6"

/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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# 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-25 07:03.53 ---> saved as "ecccf7bb651d479573ac3620ad3e4cc37024872068ff91cb1ae564765b117df5"

/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-25 07:04.32 ---> saved as "5f4873b758d7510d073dee429b7f7d65809f0ec20e5be63a2abc8d4d24c6041f"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-25 07:05.00 ---> saved as "9ee6edbc3b24efe043c03f11d68fdbc31df360a383dc1ed78b6d69d7e64b7533"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-25 07:05.52 ---> saved as "1b990e98de1bf1db94775cae68e82a15d4d0b045d07b31e2f0a783737dad1407"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [12.5 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1603 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [970 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [29.7 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [1126 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [9971 B]
- Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [656 kB]
- Fetched 4786 kB in 2s (2050 kB/s)
- Reading package lists...
- 
2026-05-25 07:06.00 ---> saved as "3a0b64035c70fc31b450425374c28a88bda4e3d71aa7b5c03a790d921125e57d"

/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-25 07:06.02 ---> saved as "bee06918474686bac816d9dc6edd8a50b2abacd915b94f7ec0dea2d3fdfb0a03"

/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 \"\\\"ubuntu-24.04\\\"\"; 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
The following actions will be performed:
=== install 8 packages
  - install base64     3.5.2        [required by irky]
  - install dune       3.23.1       [required by irky]
  - install iostream   0.3          [required by irky]
  - install irky       0.1 (pinned)
  - install logs       0.10.0       [required by irky]
  - install ocamlbuild 0.16.1       [required by logs]
  - install ocamlfind  1.9.8        [required by logs]
  - install topkg      1.1.1        [required by logs]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2  (cached)
-> retrieved dune.3.23.1  (cached)
-> retrieved iostream.0.3  (cached)
-> retrieved irky.0.1  (https://github.com/c-cube/irky/releases/download/v0.1/irky-0.1.tbz)
-> retrieved logs.0.10.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed logs.0.10.0
-> installed dune.3.23.1
-> installed base64.3.5.2
-> installed iostream.0.3
-> installed irky.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-25 07:11.36 ---> saved as "16a05cfe4ccb3620c277a09c6e7a6bc4bf85cbbcd5f2ca8278f0f38ac8ba7c7e"
Job succeeded
2026-05-25 07:12.09: Job succeeded