(not at the head of any monitored branch or PR)
2026-05-24 19:29.23: New job: build slipshow.0.11.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29951/head (1f49fc153806a00635639cf5f9002cc4c300be3f)
                              on centos-9-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/29951/head" && git reset --hard 1f49fc15
git fetch origin master
git merge --no-edit 856df280428c158a5bb0b3afce1bec956b10ae6f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-4.14@sha256:6730e3af27bb98ad5abb33850d54b54723e076ac430907075052eface2ed2cef
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 slipshow.0.11.0 0.11.0
RUN opam reinstall slipshow.0.11.0; \
    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" != 'slipshow.0.11.0' && 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 19:29.23: Using cache hint "ocaml/opam:centos-9-ocaml-4.14@sha256:6730e3af27bb98ad5abb33850d54b54723e076ac430907075052eface2ed2cef-slipshow.0.11.0-1f49fc153806a00635639cf5f9002cc4c300be3f"
2026-05-24 19:29.23: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:6730e3af27bb98ad5abb33850d54b54723e076ac430907075052eface2ed2cef)
 (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 slipshow.0.11.0 0.11.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall slipshow.0.11.0;\
             \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\" != 'slipshow.0.11.0' && 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 19:29.23: Waiting for resource in pool OCluster
2026-05-24 19:29.23: Waiting for worker…
2026-05-24 19:29.24: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 856df28042 Merge pull request #29946 from hannesm/release-mirage-net-solo5-v0.8.1
Updating 856df28042..1f49fc1538
Fast-forward
 packages/slipshow/slipshow.0.11.0/opam | 70 ++++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)
 create mode 100644 packages/slipshow/slipshow.0.11.0/opam

(from ocaml/opam:centos-9-ocaml-4.14@sha256:6730e3af27bb98ad5abb33850d54b54723e076ac430907075052eface2ed2cef)
Unable to find image 'ocaml/opam:centos-9-ocaml-4.14@sha256:6730e3af27bb98ad5abb33850d54b54723e076ac430907075052eface2ed2cef' locally
docker.io/ocaml/opam@sha256:6730e3af27bb98ad5abb33850d54b54723e076ac430907075052eface2ed2cef: Pulling from ocaml/opam
8d634fb4a10e: Pulling fs layer
c6c71685c59b: Pulling fs layer
6c6255aeff59: Pulling fs layer
eeafdc073a1b: Pulling fs layer
a3bfe7771ad8: Pulling fs layer
eeafdc073a1b: Waiting
0f18d6a9734b: Pulling fs layer
6514ec15c3cf: Pulling fs layer
a3bfe7771ad8: Waiting
f1500f5ef332: Pulling fs layer
6514ec15c3cf: Waiting
0f18d6a9734b: Waiting
f57141c023a0: Pulling fs layer
f1500f5ef332: Waiting
a7669b583fda: Pulling fs layer
f57141c023a0: Waiting
882b72591241: Pulling fs layer
8c1f4ba7a011: Pulling fs layer
7e86a9fed6ca: Pulling fs layer
882b72591241: Waiting
43b3f934e466: Pulling fs layer
8c1f4ba7a011: Waiting
09baa5cf123e: Pulling fs layer
7e86a9fed6ca: Waiting
43b3f934e466: Waiting
9e967f0907f3: Pulling fs layer
384f16658a0c: Pulling fs layer
09baa5cf123e: Waiting
384f16658a0c: Waiting
550572c62bab: Pulling fs layer
1733ddb369c6: Pulling fs layer
4f3c01928628: Pulling fs layer
550572c62bab: Waiting
1733ddb369c6: Waiting
4d5ca2350731: Pulling fs layer
4f3c01928628: Waiting
4f4fb700ef54: Pulling fs layer
c97b16e70418: Pulling fs layer
4d5ca2350731: Waiting
ec21b8984d13: Pulling fs layer
4f4fb700ef54: Waiting
c97b16e70418: Waiting
d8187df696e7: Pulling fs layer
25d579da09ad: Pulling fs layer
878299041af1: Pulling fs layer
0e7f7312ce1a: Pulling fs layer
c506cf55f0be: Pulling fs layer
25d579da09ad: Waiting
d9a1cfa36891: Pulling fs layer
878299041af1: Waiting
0e7f7312ce1a: Waiting
e6de6b1a005d: Pulling fs layer
fe7437298d16: Pulling fs layer
e6de6b1a005d: Waiting
d9a1cfa36891: Waiting
02bc88c3703d: Pulling fs layer
9f1ad2684fef: Pulling fs layer
fe7437298d16: Waiting
02bc88c3703d: Waiting
d25afac42365: Pulling fs layer
6dacf0c2513d: Pulling fs layer
d25afac42365: Waiting
9f1ad2684fef: Waiting
d92fd3771b91: Pulling fs layer
345e7f303896: Pulling fs layer
6dacf0c2513d: Waiting
d92fd3771b91: Waiting
7b2b59858d11: Pulling fs layer
345e7f303896: Waiting
d8f10692c977: Pulling fs layer
7b2b59858d11: Waiting
e716404e987b: Pulling fs layer
e716404e987b: Waiting
5022e9039ba9: Pulling fs layer
ca07c19f91e8: Pulling fs layer
5022e9039ba9: Waiting
ca07c19f91e8: Waiting
c6c71685c59b: Verifying Checksum
c6c71685c59b: Download complete
eeafdc073a1b: Verifying Checksum
eeafdc073a1b: Download complete
a3bfe7771ad8: Verifying Checksum
6c6255aeff59: Verifying Checksum
6c6255aeff59: Download complete
0f18d6a9734b: Verifying Checksum
0f18d6a9734b: Download complete
6514ec15c3cf: Verifying Checksum
6514ec15c3cf: Download complete
f1500f5ef332: Verifying Checksum
f1500f5ef332: Download complete
f57141c023a0: Verifying Checksum
f57141c023a0: Download complete
a7669b583fda: Verifying Checksum
a7669b583fda: Download complete
8d634fb4a10e: Verifying Checksum
8d634fb4a10e: Download complete
882b72591241: Verifying Checksum
882b72591241: Download complete
7e86a9fed6ca: Verifying Checksum
7e86a9fed6ca: Download complete
8c1f4ba7a011: Verifying Checksum
8c1f4ba7a011: Download complete
09baa5cf123e: Verifying Checksum
09baa5cf123e: Download complete
9e967f0907f3: Verifying Checksum
9e967f0907f3: Download complete
43b3f934e466: Verifying Checksum
43b3f934e466: Download complete
384f16658a0c: Verifying Checksum
384f16658a0c: Download complete
1733ddb369c6: Download complete
4f3c01928628: Download complete
550572c62bab: Download complete
4d5ca2350731: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
c97b16e70418: Verifying Checksum
c97b16e70418: Download complete
ec21b8984d13: Verifying Checksum
ec21b8984d13: Download complete
d8187df696e7: Verifying Checksum
d8187df696e7: Download complete
25d579da09ad: Download complete
878299041af1: Verifying Checksum
878299041af1: Download complete
0e7f7312ce1a: Verifying Checksum
0e7f7312ce1a: Download complete
c506cf55f0be: Download complete
d9a1cfa36891: Verifying Checksum
d9a1cfa36891: Download complete
e6de6b1a005d: Download complete
fe7437298d16: Download complete
9f1ad2684fef: Verifying Checksum
9f1ad2684fef: Download complete
02bc88c3703d: Verifying Checksum
02bc88c3703d: Download complete
6dacf0c2513d: Verifying Checksum
6dacf0c2513d: Download complete
345e7f303896: Download complete
8d634fb4a10e: Pull complete
c6c71685c59b: Pull complete
7b2b59858d11: Verifying Checksum
7b2b59858d11: Download complete
6c6255aeff59: Pull complete
d25afac42365: Verifying Checksum
d25afac42365: Download complete
e716404e987b: Verifying Checksum
e716404e987b: Download complete
5022e9039ba9: Verifying Checksum
5022e9039ba9: Download complete
ca07c19f91e8: Download complete
d8f10692c977: Verifying Checksum
d8f10692c977: Download complete
d92fd3771b91: Verifying Checksum
d92fd3771b91: Download complete
eeafdc073a1b: Pull complete
a3bfe7771ad8: Pull complete
0f18d6a9734b: Pull complete
6514ec15c3cf: Pull complete
f1500f5ef332: Pull complete
f57141c023a0: Pull complete
a7669b583fda: Pull complete
882b72591241: Pull complete
8c1f4ba7a011: Pull complete
7e86a9fed6ca: Pull complete
43b3f934e466: Pull complete
09baa5cf123e: Pull complete
9e967f0907f3: Pull complete
384f16658a0c: Pull complete
550572c62bab: Pull complete
1733ddb369c6: Pull complete
4f3c01928628: Pull complete
4d5ca2350731: Pull complete
4f4fb700ef54: Pull complete
c97b16e70418: Pull complete
ec21b8984d13: Pull complete
d8187df696e7: Pull complete
25d579da09ad: Pull complete
878299041af1: Pull complete
0e7f7312ce1a: Pull complete
c506cf55f0be: Pull complete
d9a1cfa36891: Pull complete
e6de6b1a005d: Pull complete
fe7437298d16: Pull complete
02bc88c3703d: Pull complete
9f1ad2684fef: Pull complete
d25afac42365: Pull complete
6dacf0c2513d: Pull complete
d92fd3771b91: Pull complete
345e7f303896: Pull complete
7b2b59858d11: Pull complete
d8f10692c977: Pull complete
e716404e987b: Pull complete
5022e9039ba9: Pull complete
ca07c19f91e8: Pull complete
Digest: sha256:6730e3af27bb98ad5abb33850d54b54723e076ac430907075052eface2ed2cef
Status: Downloaded newer image for ocaml/opam@sha256:6730e3af27bb98ad5abb33850d54b54723e076ac430907075052eface2ed2cef
2026-05-24 19:33.35 ---> saved as "ef10bf288d44ec3b18cff8f2f98c9d18c9dee9c41c51b9ef71c2b5e350edff7a"

/: (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 19:33.35 ---> saved as "74357353a2cdea6ac91377c91bbe20b82ac0abe2193a6154d0ff5d9075bd9e0b"

/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-24 19:33.50 ---> saved as "fe81ccfa4a1f5a211b8ef761f0acbcbffe94bc4f5264893bd140df7cb8373839"

/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       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 19:33.50 ---> saved as "e922c444fce3ebfd15d5f8f2941ff80475216cf4161a9f13c14cc857ab7e65f6"

/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 19:34.00 ---> saved as "a7456aa714522c507db88189ea58330998b955f8c60f6bd7604437b2feb50b42"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-24 19:34.07 ---> saved as "eb4633d2e0cec09b9c251db7d3ffbb351ed14a55dd97e2b35c86db6766ca887c"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-24 19:34.23 ---> saved as "f533e851fe4b3c2c52e70ee84b49c6c50f7c991fa3f1320674b315d2d857cbbf"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                         58 kB/s |  15 kB     00:00    
- CentOS Stream 9 - BaseOS                         14 MB/s | 8.9 MB     00:00    
- CentOS Stream 9 - AppStream                     108 kB/s |  15 kB     00:00    
- CentOS Stream 9 - AppStream                      12 MB/s |  27 MB     00:02    
- CentOS Stream 9 - CRB                           112 kB/s |  15 kB     00:00    
- CentOS Stream 9 - CRB                           6.4 MB/s | 8.0 MB     00:01    
- CentOS Stream 9 - Extras packages               118 kB/s |  16 kB     00:00    
- Metadata cache created.
2026-05-24 19:34.44 ---> saved as "ae36ce6ab87b108a7f977d7016239c3a6b47d59dfeb71e9a0bed4a071807eced"

/home/opam: (run (shell "opam pin add -k version -yn slipshow.0.11.0 0.11.0"))
slipshow is now pinned to version 0.11.0
2026-05-24 19:34.45 ---> saved as "ca9118b0b1c5899f2aa3cb543631e1f652a219b56d078f227287a56961a3c272"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall slipshow.0.11.0;\
                        \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\" != 'slipshow.0.11.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
slipshow.0.11.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 146 packages
  - install angstrom              0.16.1          [required by multipart_form, caqti, multipart_form-lwt]
  - install ansi                  0.7.0           [required by slipshow]
  - install asn1-combinators      0.3.2           [required by x509]
  - install astring               0.8.5           [required by slipshow]
  - install base                  v0.16.5         [required by ppx_sexp_conv]
  - install base-bytes            base            [required by inotify]
  - install base64                3.5.2           [required by slipshow]
  - install bigarray-compat       1.1.0           [required by dream]
  - install bigstringaf           0.10.0          [required by multipart_form, caqti, multipart_form-lwt]
  - install bos                   0.3.0           [required by slipshow]
  - install bstr                  0.0.4           [required by prettym]
  - install camlp-streams         5.0.1           [required by dream]
  - install caqti                 2.3.0           [required by dream]
  - install caqti-lwt             2.3.0           [required by dream]
  - install cf                    0.5.0           [required by cf-lwt]
  - install cf-lwt                0.5.0           [required by slipshow]
  - install cmdliner              1.3.0           [required by slipshow]
  - install conf-gmp              5               [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec     4               [required by mirage-crypto-pk]
  - install conf-libev            4-13            [required by dream]
  - install conf-libffi           2.0.0           [required by ctypes-foreign]
  - install conf-libssl           4               [required by ssl]
  - install conf-pkg-config       4               [required by ctypes-foreign]
  - install cppo                  1.8.0           [required by ppx_deriving]
  - install csexp                 1.5.2           [required by dune-configurator, dune-private-libs]
  - install cstruct               6.2.0           [required by dream]
  - install ctypes                0.24.0          [required by cf, fsevents]
  - install ctypes-foreign        0.24.0          [required by cf]
  - install digestif              1.3.0           [required by dream]
  - install domain-name           0.5.0           [required by caqti, caqti-lwt]
  - install dream                 1.0.0~alpha8    [required by slipshow]
  - install dream-httpaf          1.0.0~alpha4    [required by dream]
  - install dream-pure            1.0.0~alpha2    [required by dream]
  - install dune                  3.23.1          [required by slipshow]
  - install dune-configurator     3.23.1          [required by ctypes-foreign, lwt, ctypes, base]
  - install dune-private-libs     3.23.1          [required by dune-site]
  - install dune-site             3.23.1          [required by caqti]
  - install duration              0.3.1           [required by mirage-crypto-rng-lwt]
  - install dyn                   3.23.1          [required by dune-private-libs]
  - install eqaf                  0.10            [required by mirage-crypto-ec, mirage-crypto-pk]
  - install faraday               0.8.2           [required by httpun, gluten, h2, httpun-ws]
  - install faraday-lwt           0.8.2           [required by faraday-lwt-unix]
  - install faraday-lwt-unix      0.8.2           [required by gluten-lwt-unix, h2-lwt-unix]
  - install fmt                   0.11.0          [required by slipshow]
  - install fpath                 0.7.3           [required by slipshow]
  - install fs-io                 3.23.1          [required by stdune]
  - install fsevents              0.3.0           [required by fsevents-lwt]
  - install fsevents-lwt          0.3.0           [required by slipshow]
  - install gen                   1.1             [required by sedlex]
  - install gluten                0.5.2           [required by dream-httpaf]
  - install gluten-lwt            0.5.2           [required by gluten-lwt-unix]
  - install gluten-lwt-unix       0.5.2           [required by dream-httpaf]
  - install gmap                  0.3.0           [required by x509]
  - install grace                 0.3.0           [required by slipshow]
  - install graphql               0.14.0          [required by graphql-lwt]
  - install graphql-lwt           0.14.0          [required by dream]
  - install graphql_parser        0.14.0          [required by dream]
  - install h2                    0.12.0          [required by dream-httpaf]
  - install h2-lwt                0.12.0          [required by h2-lwt-unix]
  - install h2-lwt-unix           0.12.0          [required by dream-httpaf]
  - install hmap                  0.8.1           [required by dream-pure]
  - install hpack                 0.12.0          [required by h2]
  - install httpun                0.1.0           [required by dream-httpaf]
  - install httpun-lwt            0.1.0           [required by httpun-lwt-unix]
  - install httpun-lwt-unix       0.1.0           [required by dream-httpaf]
  - install httpun-types          0.1.0           [required by h2, httpun]
  - install httpun-ws             0.2.0           [required by dream-httpaf]
  - install inotify               2.6             [required by slipshow]
  - install integers              0.8.0           [required by ctypes]
  - install ipaddr                5.6.2           [required by caqti, caqti-lwt]
  - install iter                  1.9             [required by grace]
  - install js_of_ocaml           6.2.0           [required by js_of_ocaml-lwt]
  - install js_of_ocaml-compiler  6.2.0           [required by slipshow]
  - install js_of_ocaml-lwt       6.2.0           [required by slipshow]
  - install js_of_ocaml-ppx       6.2.0           [required by js_of_ocaml-lwt]
  - install kdf                   1.0.0           [required by x509]
  - install ke                    0.6             [required by multipart_form, multipart_form-lwt]
  - install lambdasoup            1.1.1           [required by dream]
  - install linol                 0.11            [required by slipshow]
  - install linol-lwt             0.11            [required by slipshow]
  - install logs                  0.10.0          [required by slipshow]
  - install lru                   0.3.1           [required by caqti]
  - install lwt                   5.10.0          [required by slipshow]
  - install lwt-dllist            1.1.0           [required by caqti]
  - install lwt_ppx               5.9.1           [required by dream]
  - install lwt_ssl               1.2.0           [required by dream]
  - install macaddr               5.6.2           [required by ipaddr]
  - install magic-mime            1.3.1           [required by slipshow]
  - install markup                1.0.3           [required by dream]
  - install menhir                20260209        [required by graphql_parser]
  - install menhirCST             20260209        [required by menhir]
  - install menhirGLR             20260209        [required by menhir]
  - install menhirLib             20260209        [required by js_of_ocaml-compiler]
  - install menhirSdk             20260209        [required by js_of_ocaml-compiler]
  - install mirage-clock          4.2.0           [required by dream]
  - install mirage-crypto         1.2.0           [required by dream]
  - install mirage-crypto-ec      1.2.0           [required by x509]
  - install mirage-crypto-pk      1.2.0           [required by x509]
  - install mirage-crypto-rng     1.2.0           [required by dream]
  - install mirage-crypto-rng-lwt 1.2.0           [required by dream]
  - install mtime                 2.1.0           [required by mirage-crypto-rng-lwt, caqti, caqti-lwt, trace]
  - install multipart_form        0.8.0           [required by dream]
  - install multipart_form-lwt    0.8.0           [required by dream]
  - install num                   1.6             [required by sexplib]
  - install ocaml-compiler-libs   v0.12.4         [required by ppxlib]
  - install ocaml-syntax-shims    1.0.0           [required by angstrom]
  - install ocamlbuild            0.16.1          [required by bos]
  - install ocamlfind             1.9.8           [required by bos]
  - install ocplib-endian         1.2             [required by lwt]
  - install ohex                  0.2.0           [required by x509]
  - install ordering              3.23.1          [required by dyn, stdune]
  - install parsexp               v0.16.0         [required by sexplib]
  - install pecu                  0.7             [required by multipart_form]
  - install pp                    2.0.0           [required by dune-private-libs]
  - install ppx_blob              0.9.0           [required by slipshow]
  - install ppx_derivers          1.2.1           [required by ppx_deriving]
  - install ppx_deriving          6.0.3           [required by ppx_deriving_yojson]
  - install ppx_deriving_yojson   3.9.1           [required by slipshow]
  - install ppx_sexp_conv         v0.16.0         [required by slipshow]
  - install ppx_yojson_conv_lib   v0.16.0         [required by linol]
  - install ppxlib                0.35.0          [required by ppx_blob, ppx_deriving_yojson]
  - install prettym               0.0.5           [required by multipart_form]
  - install psq                   0.2.1           [required by lru, h2]
  - install ptime                 1.2.0           [required by dream]
  - install re                    1.14.0          [required by tyxml, graphql_parser]
  - install rresult               0.7.0           [required by bos]
  - install sedlex                3.7             [required by js_of_ocaml-compiler]
  - install seq                   base            [required by tyxml]
  - install sexplib               v0.16.0         [required by slipshow]
  - install sexplib0              v0.16.0         [required by ppx_sexp_conv, sexplib]
  - install slipshow              0.11.0 (pinned)
  - install ssl                   0.7.0           [required by dream]
  - install stdlib-shims          0.3.0           [required by ppxlib, integers]
  - install stdune                3.23.1          [required by dune-private-libs]
  - install stringext             1.6.0           [required by uri]
  - install top-closure           3.23.1          [required by stdune]
  - install topkg                 1.1.1           [required by bos]
  - install trace                 0.12            [required by linol]
  - install tyxml                 4.6.0           [required by ansi]
  - install uchar                 0.0.2           [required by markup]
  - install unstrctrd             0.4             [required by multipart_form]
  - install uri                   4.4.0           [required by dream]
  - install uutf                  1.0.4           [required by grace, linol]
  - install x509                  1.0.6           [required by caqti]
  - install yojson                2.2.2           [required by linol-lwt, dream, linol, ppx_deriving_yojson]
  - install zarith                1.14            [required by mirage-crypto-pk]

The following system packages will first need to be installed:
    gmp-devel libev-devel libffi-devel 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" "gmp-devel" "libev-devel" "libffi-devel" "openssl-devel"
- Last metadata expiration check: 0:00:07 ago on Sun May 24 19:34:43 2026.
- Dependencies resolved.
- ================================================================================
-  Package                   Arch       Version               Repository     Size
- ================================================================================
- Installing:
-  gmp-devel                 x86_64     1:6.2.0-13.el9        appstream     174 k
-  libev-devel               x86_64     4.33-6.el9            crb           100 k
-  libffi-devel              x86_64     3.4.2-8.el9           appstream      29 k
-  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
- Installing dependencies:
-  gmp-c++                   x86_64     1:6.2.0-13.el9        appstream      19 k
-  libev                     x86_64     4.33-6.el9            baseos         52 k
- 
- Transaction Summary
- ================================================================================
- Install  6 Packages
- Upgrade  3 Packages
- 
- Total download size: 9.7 M
- Downloading Packages:
- (1/9): libev-4.33-6.el9.x86_64.rpm              751 kB/s |  52 kB     00:00    
- (2/9): gmp-devel-6.2.0-13.el9.x86_64.rpm        2.1 MB/s | 174 kB     00:00    
- (3/9): gmp-c++-6.2.0-13.el9.x86_64.rpm          229 kB/s |  19 kB     00:00    
- (4/9): libffi-devel-3.4.2-8.el9.x86_64.rpm      683 kB/s |  29 kB     00:00    
- (5/9): openssl-3.5.5-3.el9.x86_64.rpm            26 MB/s | 1.5 MB     00:00    
- (6/9): libev-devel-4.33-6.el9.x86_64.rpm        591 kB/s | 100 kB     00:00    
- (7/9): openssl-fips-provider-3.5.5-3.el9.x86_64 2.0 MB/s | 814 kB     00:00    
- (8/9): openssl-libs-3.5.5-3.el9.x86_64.rpm      5.3 MB/s | 2.3 MB     00:00    
- (9/9): openssl-devel-3.5.5-3.el9.x86_64.rpm     7.1 MB/s | 4.8 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                           8.4 MB/s | 9.7 MB     00:01     
- 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/12 
-   Upgrading        : openssl-fips-provider-1:3.5.5-3.el9.x86_64            2/12 
-   Installing       : gmp-c++-1:6.2.0-13.el9.x86_64                         3/12 
-   Installing       : libev-4.33-6.el9.x86_64                               4/12 
-   Installing       : libev-devel-4.33-6.el9.x86_64                         5/12 
-   Installing       : gmp-devel-1:6.2.0-13.el9.x86_64                       6/12 
-   Installing       : openssl-devel-1:3.5.5-3.el9.x86_64                    7/12 
-   Upgrading        : openssl-1:3.5.5-3.el9.x86_64                          8/12 
-   Installing       : libffi-devel-3.4.2-8.el9.x86_64                       9/12 
-   Cleanup          : openssl-1:3.5.5-1.el9.x86_64                         10/12 
-   Cleanup          : openssl-fips-provider-1:3.5.5-1.el9.x86_64           11/12 
-   Cleanup          : openssl-libs-1:3.5.5-1.el9.x86_64                    12/12 
-   Running scriptlet: openssl-libs-1:3.5.5-1.el9.x86_64                    12/12 
-   Verifying        : libev-4.33-6.el9.x86_64                               1/12 
-   Verifying        : gmp-c++-1:6.2.0-13.el9.x86_64                         2/12 
-   Verifying        : gmp-devel-1:6.2.0-13.el9.x86_64                       3/12 
-   Verifying        : libffi-devel-3.4.2-8.el9.x86_64                       4/12 
-   Verifying        : openssl-devel-1:3.5.5-3.el9.x86_64                    5/12 
-   Verifying        : libev-devel-4.33-6.el9.x86_64                         6/12 
-   Verifying        : openssl-1:3.5.5-3.el9.x86_64                          7/12 
-   Verifying        : openssl-1:3.5.5-1.el9.x86_64                          8/12 
-   Verifying        : openssl-fips-provider-1:3.5.5-3.el9.x86_64            9/12 
-   Verifying        : openssl-fips-provider-1:3.5.5-1.el9.x86_64           10/12 
-   Verifying        : openssl-libs-1:3.5.5-3.el9.x86_64                    11/12 
-   Verifying        : openssl-libs-1:3.5.5-1.el9.x86_64                    12/12
-  
- 
- 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:
-   gmp-c++-1:6.2.0-13.el9.x86_64         gmp-devel-1:6.2.0-13.el9.x86_64         
-   libev-4.33-6.el9.x86_64               libev-devel-4.33-6.el9.x86_64           
-   libffi-devel-3.4.2-8.el9.x86_64       openssl-devel-1:3.5.5-3.el9.x86_64      
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gmp-devel" "libev-devel" "libffi-devel" "openssl-devel"
- gmp-devel-6.2.0-13.el9.x86_64
- libev-devel-4.33-6.el9.x86_64
- libffi-devel-3.4.2-8.el9.x86_64
- openssl-devel-3.5.5-3.el9.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved ansi.0.7.0  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.5  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.3.0  (cached)
-> retrieved bstr.0.0.4  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved caqti.2.3.0, caqti-lwt.2.3.0  (cached)
-> retrieved cf.0.5.0, cf-lwt.0.5.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved conf-libev.4-13  (cached)
-> retrieved conf-libssl.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-libffi.2.0.0
-> installed conf-libssl.4
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> installed conf-libev.4-13
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dream.1.0.0~alpha8, dream-httpaf.1.0.0~alpha4  (cached)
-> retrieved dream-pure.1.0.0~alpha2  (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1, dune-private-libs.3.23.1, dune-site.3.23.1, dyn.3.23.1, fs-io.3.23.1, ordering.3.23.1, stdune.3.23.1, top-closure.3.23.1  (cached)
-> retrieved duration.0.3.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved faraday.0.8.2, faraday-lwt.0.8.2, faraday-lwt-unix.0.8.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved gluten.0.5.2, gluten-lwt.0.5.2, gluten-lwt-unix.0.5.2  (cached)
-> installed cmdliner.1.3.0
-> retrieved gmap.0.3.0  (cached)
-> retrieved grace.0.3.0  (cached)
-> retrieved graphql.0.14.0, graphql-lwt.0.14.0, graphql_parser.0.14.0  (cached)
-> retrieved h2.0.12.0, h2-lwt.0.12.0, h2-lwt-unix.0.12.0, hpack.0.12.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved httpun.0.1.0, httpun-lwt.0.1.0, httpun-lwt-unix.0.1.0, httpun-types.0.1.0  (cached)
-> retrieved httpun-ws.0.2.0  (cached)
-> retrieved inotify.2.6  (cached)
-> retrieved integers.0.8.0  (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2  (cached)
-> retrieved iter.1.9  (cached)
-> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0, js_of_ocaml-lwt.6.2.0, js_of_ocaml-ppx.6.2.0  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved lambdasoup.1.1.1  (cached)
-> retrieved linol.0.11, linol-lwt.0.11  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lru.0.3.1  (cached)
-> retrieved lwt.5.10.0  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved lwt_ppx.5.9.1  (cached)
-> retrieved lwt_ssl.1.2.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved markup.1.0.3  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved mirage-clock.4.2.0  (cached)
-> retrieved mirage-crypto.1.2.0, mirage-crypto-ec.1.2.0, mirage-crypto-pk.1.2.0, mirage-crypto-rng.1.2.0, mirage-crypto-rng-lwt.1.2.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multipart_form.0.8.0, multipart_form-lwt.0.8.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_blob.0.9.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppx_yojson_conv_lib.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved prettym.0.0.5  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> retrieved slipshow.0.11.0  (cached)
-> retrieved ssl.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved trace.0.12  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved unstrctrd.0.4  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlbuild.0.16.1
-> installed uchar.0.0.2
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.23.1
-> installed asn1-combinators.0.3.2
-> installed base64.3.5.2
-> installed bigarray-compat.1.1.0
-> installed bstr.0.0.4
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed domain-name.0.5.0
-> installed duration.0.3.1
-> installed eqaf.0.10
-> installed fs-io.3.23.1
-> installed gen.1.1
-> installed gmap.0.3.0
-> installed iter.1.9
-> installed ke.0.6
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed magic-mime.1.3.1
-> installed markup.1.0.3
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed mirage-clock.4.2.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed ordering.3.23.1
-> installed pecu.0.7
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed top-closure.3.23.1
-> installed yojson.2.2.2
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.23.1
-> installed digestif.1.3.0
-> installed prettym.0.0.5
-> installed ipaddr.5.6.2
-> installed lambdasoup.1.1.1
-> installed lru.0.3.1
-> installed integers.0.8.0
-> installed dyn.3.23.1
-> installed parsexp.v0.16.0
-> installed trace.0.12
-> installed ppx_yojson_conv_lib.v0.16.0
-> installed bigstringaf.0.10.0
-> installed ssl.0.7.0
-> installed mirage-crypto.1.2.0
-> installed faraday.0.8.2
-> installed angstrom.0.16.1
-> installed gluten.0.5.2
-> installed httpun-types.0.1.0
-> installed kdf.1.0.0
-> installed sexplib.v0.16.0
-> installed unstrctrd.0.4
-> installed httpun.0.1.0
-> installed tyxml.4.6.0
-> installed httpun-ws.0.2.0
-> installed hpack.0.12.0
-> installed ansi.0.7.0
-> installed uri.4.4.0
-> installed lwt.5.10.0
-> installed h2.0.12.0
-> installed faraday-lwt.0.8.2
-> installed lwt_ssl.1.2.0
-> installed gluten-lwt.0.5.2
-> installed inotify.2.6
-> installed faraday-lwt-unix.0.8.2
-> installed httpun-lwt.0.1.0
-> installed h2-lwt.0.12.0
-> installed gluten-lwt-unix.0.5.2
-> installed httpun-lwt-unix.0.1.0
-> installed h2-lwt-unix.0.12.0
-> installed stdune.3.23.1
-> installed menhir.20260209
-> installed base.v0.16.5
-> installed ctypes.0.24.0
-> installed graphql_parser.0.14.0
-> installed dune-private-libs.3.23.1
-> installed graphql.0.14.0
-> installed ctypes-foreign.0.24.0
-> installed graphql-lwt.0.14.0
-> installed cf.0.5.0
-> installed fsevents.0.3.0
-> installed cf-lwt.0.5.0
-> installed fsevents-lwt.0.3.0
-> installed dune-site.3.23.1
-> installed ppxlib.0.35.0
-> installed ppx_blob.0.9.0
-> installed lwt_ppx.5.9.1
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed sedlex.3.7
-> installed dream-pure.1.0.0~alpha2
-> installed ppx_deriving_yojson.3.9.1
-> installed grace.0.3.0
-> installed dream-httpaf.1.0.0~alpha4
-> installed js_of_ocaml-compiler.6.2.0
-> installed logs.0.10.0
-> installed mirage-crypto-rng.1.2.0
-> installed mirage-crypto-rng-lwt.1.2.0
-> installed multipart_form.0.8.0
-> installed mirage-crypto-pk.1.2.0
-> installed multipart_form-lwt.0.8.0
-> installed bos.0.3.0
-> installed mirage-crypto-ec.1.2.0
-> installed x509.1.0.6
-> installed linol.0.11
-> installed caqti.2.3.0
-> installed linol-lwt.0.11
-> installed caqti-lwt.2.3.0
-> installed dream.1.0.0~alpha8
-> installed js_of_ocaml.6.2.0
-> installed js_of_ocaml-ppx.6.2.0
-> installed js_of_ocaml-lwt.6.2.0
-> installed slipshow.0.11.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-24 19:37.19 ---> saved as "2f54bc15a7ff4baf0a95d65dc80de4a61cb8f02cd261af6c0c9d9a40732f7b85"
Job succeeded
2026-05-24 19:37.24: Job succeeded