(for PR #29925)
2026-05-24 01:17.54: New job: build irky-eio.0.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29925/head (c23a6c28a605325486907f0572f9216e3f789898)
on centos-9-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/29925/head" && git reset --hard c23a6c28
git fetch origin master
git merge --no-edit 493123878a032e3f829b102f34e8690b3b2a4fd4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-5.4@sha256:de214dfdb34d2fef0a0c5e6b0996a5726f8d3ff165f06085f8c5b2ca05742d11
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-eio.0.1 0.1
RUN opam reinstall irky-eio.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 "\"centos-9\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'irky-eio.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:centos-9-ocaml-5.4@sha256:de214dfdb34d2fef0a0c5e6b0996a5726f8d3ff165f06085f8c5b2ca05742d11-irky-eio.0.1-c23a6c28a605325486907f0572f9216e3f789898"
2026-05-24 01:17.54: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-5.4@sha256:de214dfdb34d2fef0a0c5e6b0996a5726f8d3ff165f06085f8c5b2ca05742d11)
(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-eio.0.1 0.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall irky-eio.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 \"\\\"centos-9\\\"\"; 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-eio.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:17.56: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
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:centos-9-ocaml-5.4@sha256:de214dfdb34d2fef0a0c5e6b0996a5726f8d3ff165f06085f8c5b2ca05742d11)
2026-05-24 01:19.12 ---> saved as "9b178d75c2eeaac12bb24f5ea09c22416a7b90d3150bfddac6308e21b70ea2e3"
/: (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:19.13 ---> saved as "216183327c451fb6201f75c82a00a7e20c4eb7043c11697eb7d063bc705a1284"
/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-24 01:19.25 ---> saved as "057c475ddf718711d012b11dbb439b8593065e800f0b88563a778e6b9093c575"
/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=centos os-version=9
# 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-24 01:19.26 ---> saved as "241f1e113073b569c42267cdb1d452d2d34249fa6c130bb222ff33d1e3ae21ee"
/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:19.34 ---> saved as "201479d4a43ae99b2d9776e2b549972d548364f878016ffa5762676376727f50"
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-24 01:19.42 ---> saved as "c99d416ead7a36c4c86823744341a670ab27de438b5ae5958492bdf0586cc37f"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-24 01:19.54 ---> saved as "26e3f3acdebbd329e6f17d400e1f99be783379c0474398a527ef91b47e46393e"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS 103 kB/s | 14 kB 00:00
- CentOS Stream 9 - BaseOS 16 MB/s | 8.9 MB 00:00
- CentOS Stream 9 - AppStream 109 kB/s | 14 kB 00:00
- CentOS Stream 9 - AppStream 12 MB/s | 27 MB 00:02
- CentOS Stream 9 - CRB 99 kB/s | 14 kB 00:00
- CentOS Stream 9 - CRB 9.5 MB/s | 8.0 MB 00:00
- CentOS Stream 9 - Extras packages 119 kB/s | 16 kB 00:00
- Metadata cache created.
2026-05-24 01:20.14 ---> saved as "2dc799101c4c7e6901b42c7b59d80b51afdf91e22a4de244c263e0efe99f5ffa"
/home/opam: (run (shell "opam pin add -k version -yn irky-eio.0.1 0.1"))
irky-eio is now pinned to version 0.1
2026-05-24 01:20.15 ---> saved as "e310dfd05bfa179138013d8040fc96f5a21fd8b6b550f24eb5b572dd736a8bf4"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall irky-eio.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 \"\\\"centos-9\\\"\"; 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-eio.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-eio.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 27 packages
- install base64 3.5.2 [required by irky-eio]
- install bigstringaf 0.10.0 [required by eio]
- install conf-libssl 4 [required by ssl]
- install conf-pkg-config 4 [required by conf-libssl]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by eio]
- install domain-local-await 1.0.1 [required by eio]
- install dune 3.23.1 [required by irky-eio]
- install dune-configurator 3.23.1 [required by bigstringaf, ssl]
- install eio 1.3 [required by irky-eio]
- install eio-ssl 0.3.0 [required by irky-eio]
- install fmt 0.11.0 [required by eio]
- install hmap 0.8.1 [required by eio]
- install iostream 0.3 [required by irky]
- install irky 0.1 [required by irky-eio]
- install irky-eio 0.1 (pinned)
- install logs 0.10.0 [required by irky-eio]
- install lwt-dllist 1.1.0 [required by eio]
- install mtime 2.1.0 [required by eio]
- install ocamlbuild 0.16.1 [required by mtime, hmap, logs]
- install ocamlfind 1.9.8 [required by mtime, hmap, logs]
- install optint 0.3.0 [required by eio]
- install psq 0.2.1 [required by eio]
- install seq base [required by psq]
- install ssl 0.7.0 [required by eio-ssl, irky]
- install thread-table 1.0.0 [required by domain-local-await]
- install topkg 1.1.1 [required by mtime, hmap, logs]
The following system packages will first need to be installed:
openssl-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "yum" "install" "-y" "openssl-devel"
- Last metadata expiration check: 0:00:07 ago on Sun May 24 01:20:11 2026.
- Dependencies resolved.
- ================================================================================
- Package Arch Version Repository Size
- ================================================================================
- Installing:
- openssl-devel x86_64 1:3.5.5-3.el9 appstream 4.8 M
- Upgrading:
- openssl x86_64 1:3.5.5-3.el9 baseos 1.5 M
- openssl-fips-provider x86_64 1:3.5.5-3.el9 baseos 814 k
- openssl-libs x86_64 1:3.5.5-3.el9 baseos 2.3 M
-
- Transaction Summary
- ================================================================================
- Install 1 Package
- Upgrade 3 Packages
-
- Total download size: 9.4 M
- Downloading Packages:
- (1/4): openssl-3.5.5-3.el9.x86_64.rpm 19 MB/s | 1.5 MB 00:00
- (2/4): openssl-fips-provider-3.5.5-3.el9.x86_64 6.4 MB/s | 814 kB 00:00
- (3/4): openssl-libs-3.5.5-3.el9.x86_64.rpm 10 MB/s | 2.3 MB 00:00
- (4/4): openssl-devel-3.5.5-3.el9.x86_64.rpm 7.7 MB/s | 4.8 MB 00:00
- --------------------------------------------------------------------------------
- Total 10 MB/s | 9.4 MB 00:00
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Upgrading : openssl-libs-1:3.5.5-3.el9.x86_64 1/7
- Upgrading : openssl-fips-provider-1:3.5.5-3.el9.x86_64 2/7
- Installing : openssl-devel-1:3.5.5-3.el9.x86_64 3/7
-
- Upgrading : openssl-1:3.5.5-3.el9.x86_64 4/7
- Cleanup : openssl-1:3.5.5-1.el9.x86_64 5/7
- Cleanup : openssl-fips-provider-1:3.5.5-1.el9.x86_64 6/7
- Cleanup : openssl-libs-1:3.5.5-1.el9.x86_64 7/7
- Running scriptlet: openssl-libs-1:3.5.5-1.el9.x86_64 7/7
- Verifying : openssl-devel-1:3.5.5-3.el9.x86_64 1/7
- Verifying : openssl-1:3.5.5-3.el9.x86_64 2/7
- Verifying : openssl-1:3.5.5-1.el9.x86_64 3/7
- Verifying : openssl-fips-provider-1:3.5.5-3.el9.x86_64 4/7
- Verifying : openssl-fips-provider-1:3.5.5-1.el9.x86_64 5/7
- Verifying : openssl-libs-1:3.5.5-3.el9.x86_64 6/7
- Verifying : openssl-libs-1:3.5.5-1.el9.x86_64 7/7
-
- Upgraded:
- openssl-1:3.5.5-3.el9.x86_64 openssl-fips-provider-1:3.5.5-3.el9.x86_64
- openssl-libs-1:3.5.5-3.el9.x86_64
- Installed:
- openssl-devel-1:3.5.5-3.el9.x86_64
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "openssl-devel"
- openssl-devel-3.5.5-3.el9.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved conf-libssl.4 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> installed conf-pkg-config.4
-> installed conf-libssl.4
-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)
-> retrieved eio.1.3 (cached)
-> retrieved eio-ssl.0.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved iostream.0.3 (cached)
-> retrieved irky.0.1, irky-eio.0.1 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved optint.0.3.0 (cached)
-> retrieved psq.0.2.1 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved ssl.0.7.0 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed logs.0.10.0
-> installed dune.3.23.1
-> installed lwt-dllist.1.1.0
-> installed csexp.1.5.2
-> installed base64.3.5.2
-> installed cstruct.6.2.0
-> installed iostream.0.3
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed thread-table.1.0.0
-> installed domain-local-await.1.0.1
-> installed dune-configurator.3.23.1
-> installed bigstringaf.0.10.0
-> installed ssl.0.7.0
-> installed irky.0.1
-> installed eio.1.3
-> installed eio-ssl.0.3.0
-> installed irky-eio.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-24 01:21.06 ---> saved as "422d616334caa9f0dc34db6d5f1a216ff0fdca4ad52e150d1e88a9bdb6b58111"
Job succeeded
2026-05-24 01:31.17: Job succeeded