(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-10-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/29951/head" && git reset --hard 1f49fc15
git fetch origin master
git merge --no-edit 856df280428c158a5bb0b3afce1bec956b10ae6f
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:6129d3efd221cc59eed393e8f9ffee9691b80628eb826293a7c47bc34832ed59
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-10\""; 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-10-ocaml-5.4@sha256:6129d3efd221cc59eed393e8f9ffee9691b80628eb826293a7c47bc34832ed59-slipshow.0.11.0-1f49fc153806a00635639cf5f9002cc4c300be3f"
2026-05-24 19:29.23: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:6129d3efd221cc59eed393e8f9ffee9691b80628eb826293a7c47bc34832ed59)
 (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-10\\\"\"; 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.23: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
Updating files:  97% (17579/17960)
Updating files:  98% (17601/17960)
Updating files:  99% (17781/17960)
Updating files: 100% (17960/17960)
Updating files: 100% (17960/17960), done.
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-10-ocaml-5.4@sha256:6129d3efd221cc59eed393e8f9ffee9691b80628eb826293a7c47bc34832ed59)
Unable to find image 'ocaml/opam:centos-10-ocaml-5.4@sha256:6129d3efd221cc59eed393e8f9ffee9691b80628eb826293a7c47bc34832ed59' locally
docker.io/ocaml/opam@sha256:6129d3efd221cc59eed393e8f9ffee9691b80628eb826293a7c47bc34832ed59: Pulling from ocaml/opam
fd8e0b0eefd7: Pulling fs layer
db8861ce9493: Pulling fs layer
50a2d95a38ed: Pulling fs layer
fd8e0b0eefd7: Waiting
31460203772c: Pulling fs layer
db8861ce9493: Waiting
50a2d95a38ed: Waiting
6d183a4d8cb8: Pulling fs layer
31460203772c: Waiting
8a40fa767f7d: Pulling fs layer
6d183a4d8cb8: Waiting
f6946abca931: Pulling fs layer
0afd7ea846ca: Pulling fs layer
9eedfa159b6c: Pulling fs layer
8a40fa767f7d: Waiting
f6946abca931: Waiting
9eedfa159b6c: Waiting
60d233553a71: Pulling fs layer
0afd7ea846ca: Waiting
6a73bd7d349c: Pulling fs layer
60d233553a71: Waiting
413542ed97af: Pulling fs layer
6a73bd7d349c: Waiting
9533f26799d5: Pulling fs layer
7198f65fde0c: Pulling fs layer
e94def20e9fe: Pulling fs layer
9533f26799d5: Waiting
753a93dc1978: Pulling fs layer
7198f65fde0c: Waiting
a45513c1d034: Pulling fs layer
e94def20e9fe: Waiting
753a93dc1978: Waiting
413542ed97af: Waiting
76a5dbbfab37: Pulling fs layer
fe3b5f0bb8a6: Pulling fs layer
76a5dbbfab37: Waiting
707a56058504: Pulling fs layer
fe3b5f0bb8a6: Waiting
ff69d9bd12a0: Pulling fs layer
4f4fb700ef54: Pulling fs layer
ff69d9bd12a0: Waiting
d941dc87236e: Pulling fs layer
707a56058504: Waiting
6143c2fe658a: Pulling fs layer
d941dc87236e: Waiting
aa8100e426ff: Pulling fs layer
6143c2fe658a: Waiting
53e9e21dfc25: Pulling fs layer
072c8e87be5f: Pulling fs layer
53e9e21dfc25: Waiting
aa8100e426ff: Waiting
73aacf3ef47e: Pulling fs layer
f5fadd6977f8: Pulling fs layer
73aacf3ef47e: Waiting
072c8e87be5f: Waiting
487ab55ffd6a: Pulling fs layer
f5fadd6977f8: Waiting
4bc4ef1a2d87: Pulling fs layer
487ab55ffd6a: Waiting
4bc4ef1a2d87: Waiting
392dff9718e0: Pulling fs layer
cd5bb21a1ac5: Pulling fs layer
392dff9718e0: Waiting
8a887fc73b5b: Pulling fs layer
cd5bb21a1ac5: Waiting
3375901daef5: Pulling fs layer
efbe2cac90af: Pulling fs layer
3375901daef5: Waiting
82a4c0c166a3: Pulling fs layer
9ba826da2507: Pulling fs layer
ffc9f33c8781: Pulling fs layer
87990e1e6594: Pulling fs layer
c4b7cdfade0e: Pulling fs layer
b1e36a6b484d: Pulling fs layer
8db11aca5ba5: Pulling fs layer
87990e1e6594: Waiting
53017eddbf5a: Pulling fs layer
53017eddbf5a: Waiting
c4b7cdfade0e: Waiting
8a887fc73b5b: Waiting
b1e36a6b484d: Waiting
8db11aca5ba5: Waiting
ffc9f33c8781: Waiting
82a4c0c166a3: Waiting
9ba826da2507: Waiting
fd8e0b0eefd7: Verifying Checksum
fd8e0b0eefd7: Download complete
db8861ce9493: Verifying Checksum
db8861ce9493: Download complete
50a2d95a38ed: Verifying Checksum
50a2d95a38ed: Download complete
fd8e0b0eefd7: Pull complete
db8861ce9493: Pull complete
50a2d95a38ed: Pull complete
6d183a4d8cb8: Verifying Checksum
6d183a4d8cb8: Download complete
8a40fa767f7d: Verifying Checksum
8a40fa767f7d: Download complete
f6946abca931: Verifying Checksum
f6946abca931: Download complete
0afd7ea846ca: Verifying Checksum
0afd7ea846ca: Download complete
9eedfa159b6c: Verifying Checksum
9eedfa159b6c: Download complete
60d233553a71: Download complete
6a73bd7d349c: Verifying Checksum
6a73bd7d349c: Download complete
413542ed97af: Verifying Checksum
413542ed97af: Download complete
9533f26799d5: Verifying Checksum
9533f26799d5: Download complete
7198f65fde0c: Verifying Checksum
7198f65fde0c: Download complete
e94def20e9fe: Verifying Checksum
e94def20e9fe: Download complete
753a93dc1978: Download complete
a45513c1d034: Download complete
76a5dbbfab37: Verifying Checksum
76a5dbbfab37: Download complete
fe3b5f0bb8a6: Verifying Checksum
fe3b5f0bb8a6: Download complete
707a56058504: Verifying Checksum
707a56058504: Download complete
31460203772c: Verifying Checksum
31460203772c: Download complete
ff69d9bd12a0: Verifying Checksum
ff69d9bd12a0: Download complete
4f4fb700ef54: Download complete
d941dc87236e: Verifying Checksum
d941dc87236e: Download complete
6143c2fe658a: Verifying Checksum
6143c2fe658a: Download complete
53e9e21dfc25: Verifying Checksum
53e9e21dfc25: Download complete
072c8e87be5f: Verifying Checksum
072c8e87be5f: Download complete
73aacf3ef47e: Verifying Checksum
73aacf3ef47e: Download complete
f5fadd6977f8: Verifying Checksum
4bc4ef1a2d87: Verifying Checksum
4bc4ef1a2d87: Download complete
487ab55ffd6a: Verifying Checksum
487ab55ffd6a: Download complete
392dff9718e0: Verifying Checksum
392dff9718e0: Download complete
cd5bb21a1ac5: Verifying Checksum
cd5bb21a1ac5: Download complete
8a887fc73b5b: Download complete
aa8100e426ff: Verifying Checksum
aa8100e426ff: Download complete
efbe2cac90af: Verifying Checksum
efbe2cac90af: Download complete
9ba826da2507: Verifying Checksum
9ba826da2507: Download complete
ffc9f33c8781: Download complete
87990e1e6594: Verifying Checksum
87990e1e6594: Download complete
82a4c0c166a3: Verifying Checksum
82a4c0c166a3: Download complete
b1e36a6b484d: Verifying Checksum
b1e36a6b484d: Download complete
8db11aca5ba5: Verifying Checksum
8db11aca5ba5: Download complete
53017eddbf5a: Verifying Checksum
53017eddbf5a: Download complete
c4b7cdfade0e: Verifying Checksum
c4b7cdfade0e: Download complete
3375901daef5: Verifying Checksum
3375901daef5: Download complete
31460203772c: Pull complete
6d183a4d8cb8: Pull complete
8a40fa767f7d: Pull complete
f6946abca931: Pull complete
0afd7ea846ca: Pull complete
9eedfa159b6c: Pull complete
60d233553a71: Pull complete
6a73bd7d349c: Pull complete
413542ed97af: Pull complete
9533f26799d5: Pull complete
7198f65fde0c: Pull complete
e94def20e9fe: Pull complete
753a93dc1978: Pull complete
a45513c1d034: Pull complete
76a5dbbfab37: Pull complete
fe3b5f0bb8a6: Pull complete
707a56058504: Pull complete
ff69d9bd12a0: Pull complete
4f4fb700ef54: Pull complete
d941dc87236e: Pull complete
6143c2fe658a: Pull complete
aa8100e426ff: Pull complete
53e9e21dfc25: Pull complete
072c8e87be5f: Pull complete
73aacf3ef47e: Pull complete
f5fadd6977f8: Pull complete
487ab55ffd6a: Pull complete
4bc4ef1a2d87: Pull complete
392dff9718e0: Pull complete
cd5bb21a1ac5: Pull complete
8a887fc73b5b: Pull complete
3375901daef5: Pull complete
efbe2cac90af: Pull complete
82a4c0c166a3: Pull complete
9ba826da2507: Pull complete
ffc9f33c8781: Pull complete
87990e1e6594: Pull complete
c4b7cdfade0e: Pull complete
b1e36a6b484d: Pull complete
8db11aca5ba5: Pull complete
53017eddbf5a: Pull complete
Digest: sha256:6129d3efd221cc59eed393e8f9ffee9691b80628eb826293a7c47bc34832ed59
Status: Downloaded newer image for ocaml/opam@sha256:6129d3efd221cc59eed393e8f9ffee9691b80628eb826293a7c47bc34832ed59
2026-05-24 19:29.46 ---> using "0ac1e0c26c748004c1c1d16d31e4555f6db15fdf42d922e651734c9a410d70a5" from cache

/: (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:29.46 ---> using "49cd5e9e21712f6b5a487c4acaaeae5b180e50cecaaa9ce0d71918cb9ddaaa8a" from cache

/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:29.46 ---> using "e1e26248408cac0a43ddc244ba9e28c751c7c9230fc6c60d02ae9d5db6c9e2d3" from cache

/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=10
# 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 19:29.46 ---> using "9f946a90ebd5c715a8f8b5584301e42079d7699e7118b2b09e0a0907ec8d30e0" from cache

/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:29.46 ---> using "966c262249320636ca0125fa95d1871d230f1d7825e8f3b1bb8e665b4e199dcc" from cache

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                        45 kB/s |  15 kB     00:00    
- CentOS Stream 10 - BaseOS                       2.2 MB/s | 7.0 MB     00:03    
- CentOS Stream 10 - AppStream                    103 kB/s |  15 kB     00:00    
- CentOS Stream 10 - AppStream                    6.8 MB/s | 3.6 MB     00:00    
- CentOS Stream 10 - CRB                          120 kB/s |  15 kB     00:00    
- CentOS Stream 10 - CRB                          3.0 MB/s | 839 kB     00:00    
- CentOS Stream 10 - Extras packages              100 kB/s |  16 kB     00:00    
- Metadata cache created.
2026-05-24 19:30.15 ---> saved as "0469edd2670c9b0c82080bce5a6f4087cef6327775a9022d0c97707287b6fb8e"

/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:30.15 ---> saved as "6f6619213b4d2d05c0b87d034668ccb33cb03c8fafeed2d84bd51ebce3bc3660"

/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-10\\\"\"; 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 150 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.17.3         [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.10.0          [required by dream-httpaf]
  - install h2-lwt                  0.10.0          [required by h2-lwt-unix]
  - install h2-lwt-unix             0.10.0          [required by dream-httpaf]
  - install hmap                    0.8.1           [required by dream-pure]
  - install hpack                   0.13.0          [required by h2]
  - install httpaf                  0.7.1           [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 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.3           [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.17.0         [required by ppxlib]
  - install ocaml-syntax-shims      1.0.0           [required by angstrom]
  - install ocaml_intrinsics_kernel v0.17.2         [required by base]
  - 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.17.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.1.1           [required by ppx_deriving_yojson]
  - install ppx_deriving_yojson     3.10.0          [required by slipshow]
  - install ppx_sexp_conv           v0.17.1         [required by slipshow]
  - install ppx_yojson_conv_lib     v0.17.0         [required by linol]
  - install ppxlib                  0.38.0          [required by ppx_blob, ppx_deriving_yojson]
  - install ppxlib_jane             v0.17.4         [required by ppx_sexp_conv]
  - 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 result                  1.5             [required by httpaf]
  - 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.17.0         [required by slipshow]
  - install sexplib0                v0.17.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:05 ago on Sun May 24 19:30:14 2026.
- Dependencies resolved.
- ================================================================================
-  Package                   Arch       Version               Repository     Size
- ================================================================================
- Installing:
-  gmp-devel                 x86_64     1:6.2.1-12.el10       appstream     174 k
-  libev-devel               x86_64     4.33-15.el10          crb           100 k
-  libffi-devel              x86_64     3.4.4-10.el10         appstream      29 k
-  openssl-devel             x86_64     1:3.5.5-3.el10        appstream     4.2 M
- Upgrading:
-  openssl-fips-provider     x86_64     1:3.5.5-3.el10        baseos        813 k
-  openssl-libs              x86_64     1:3.5.5-3.el10        baseos        2.3 M
- Installing dependencies:
-  gmp-c++                   x86_64     1:6.2.1-12.el10       appstream      20 k
-  libev                     x86_64     4.33-15.el10          baseos         52 k
- 
- Transaction Summary
- ================================================================================
- Install  6 Packages
- Upgrade  2 Packages
- 
- Total download size: 7.6 M
- Downloading Packages:
- (1/8): libev-4.33-15.el10.x86_64.rpm            1.5 MB/s |  52 kB     00:00    
- (2/8): libffi-devel-3.4.4-10.el10.x86_64.rpm    2.2 MB/s |  29 kB     00:00    
- (3/8): gmp-devel-6.2.1-12.el10.x86_64.rpm       2.5 MB/s | 174 kB     00:00    
- (4/8): libev-devel-4.33-15.el10.x86_64.rpm      1.7 MB/s | 100 kB     00:00    
- (5/8): gmp-c++-6.2.1-12.el10.x86_64.rpm          56 kB/s |  20 kB     00:00    
- (6/8): openssl-fips-provider-3.5.5-3.el10.x86_6 673 kB/s | 813 kB     00:01    
- (7/8): openssl-libs-3.5.5-3.el10.x86_64.rpm     1.9 MB/s | 2.3 MB     00:01    
- (8/8): openssl-devel-3.5.5-3.el10.x86_64.rpm    915 kB/s | 4.2 MB     00:04    
- --------------------------------------------------------------------------------
- Total                                           1.3 MB/s | 7.6 MB     00:05     
- 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.el10.x86_64                    1/10 
-   Upgrading        : openssl-fips-provider-1:3.5.5-3.el10.x86_64           2/10 
-   Installing       : gmp-c++-1:6.2.1-12.el10.x86_64                        3/10 
-   Installing       : libev-4.33-15.el10.x86_64                             4/10 
-   Installing       : libev-devel-4.33-15.el10.x86_64                       5/10 
-   Installing       : gmp-devel-1:6.2.1-12.el10.x86_64                      6/10
-  
-   Installing       : openssl-devel-1:3.5.5-3.el10.x86_64                   7/10 
-   Installing       : libffi-devel-3.4.4-10.el10.x86_64                     8/10 
-   Cleanup          : openssl-fips-provider-1:3.5.5-2.el10.x86_64           9/10 
-   Cleanup          : openssl-libs-1:3.5.5-2.el10.x86_64                   10/10 
-   Running scriptlet: openssl-libs-1:3.5.5-2.el10.x86_64                   10/10 
- 
- Upgraded:
-   openssl-fips-provider-1:3.5.5-3.el10.x86_64                                   
-   openssl-libs-1:3.5.5-3.el10.x86_64                                            
- Installed:
-   gmp-c++-1:6.2.1-12.el10.x86_64        gmp-devel-1:6.2.1-12.el10.x86_64       
-   libev-4.33-15.el10.x86_64             libev-devel-4.33-15.el10.x86_64        
-   libffi-devel-3.4.4-10.el10.x86_64     openssl-devel-1:3.5.5-3.el10.x86_64    
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gmp-devel" "libev-devel" "libffi-devel" "openssl-devel"
- gmp-devel-6.2.1-12.el10.x86_64
- libev-devel-4.33-15.el10.x86_64
- libffi-devel-3.4.4-10.el10.x86_64
- openssl-devel-3.5.5-3.el10.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.17.3  (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)
-> retrieved gmap.0.3.0  (cached)
-> installed cmdliner.1.3.0
-> 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.10.0, h2-lwt.0.10.0, h2-lwt-unix.0.10.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved hpack.0.13.0  (cached)
-> retrieved httpaf.0.7.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.3  (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.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.2  (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.17.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.1.1  (cached)
-> retrieved ppx_deriving_yojson.3.10.0  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppx_yojson_conv_lib.v0.17.0  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (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 result.1.5  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.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 mtime.2.1.0
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed fmt.0.11.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.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.2
-> 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 result.1.5
-> installed sexplib0.v0.17.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 trace.0.12
-> installed ppx_yojson_conv_lib.v0.17.0
-> installed integers.0.8.0
-> installed dyn.3.23.1
-> installed parsexp.v0.17.0
-> installed bigstringaf.0.10.0
-> installed ssl.0.7.0
-> installed faraday.0.8.2
-> installed gluten.0.5.2
-> installed angstrom.0.16.1
-> installed mirage-crypto.1.2.0
-> installed httpun-types.0.1.0
-> installed sexplib.v0.17.0
-> installed kdf.1.0.0
-> installed unstrctrd.0.4
-> installed hpack.0.13.0
-> installed httpaf.0.7.1
-> installed httpun.0.1.0
-> installed tyxml.4.6.0
-> installed ansi.0.7.0
-> installed httpun-ws.0.2.0
-> installed h2.0.10.0
-> installed lwt.5.10.0
-> installed uri.4.4.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 h2-lwt.0.10.0
-> installed httpun-lwt.0.1.0
-> installed gluten-lwt-unix.0.5.2
-> installed httpun-lwt-unix.0.1.0
-> installed h2-lwt-unix.0.10.0
-> installed ctypes.0.24.0
-> installed stdune.3.23.1
-> installed menhir.20260209
-> installed base.v0.17.3
-> installed ctypes-foreign.0.24.0
-> installed cf.0.5.0
-> installed fsevents.0.3.0
-> installed cf-lwt.0.5.0
-> installed graphql_parser.0.14.0
-> installed fsevents-lwt.0.3.0
-> installed dune-private-libs.3.23.1
-> installed graphql.0.14.0
-> installed graphql-lwt.0.14.0
-> installed dune-site.3.23.1
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_blob.0.9.0
-> installed lwt_ppx.5.9.3
-> installed ppx_deriving.6.1.1
-> installed sedlex.3.7
-> installed ppx_sexp_conv.v0.17.1
-> installed dream-pure.1.0.0~alpha2
-> installed ppx_deriving_yojson.3.10.0
-> installed dream-httpaf.1.0.0~alpha4
-> installed grace.0.3.0
-> 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 linol-lwt.0.11
-> installed caqti.2.3.0
-> 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:34.06 ---> saved as "50bee4edcb2df59d987888e1b5d1ad012f9beffa5ff41aee59259b90f53b72b9"
Job succeeded
2026-05-24 19:34.13: Job succeeded