(for PR #29921)

2026-05-22 14:38.26: New job: build awso-sync.0.9.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29921/head (26b581962da4b56e20652e11f59c3ecd2f3e2823)
                              on fedora-43-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/29921/head" && git reset --hard 26b58196
git fetch origin master
git merge --no-edit 3e30e43808721339489775ee25d69c4c9c441697
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:34c08e5fcccffec701dc321e04f1e10d5e93fa9688316d19d909876ed3328d11
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 awso-sync.0.9.0 0.9.0
RUN opam reinstall awso-sync.0.9.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 "\"fedora-43\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'awso-sync.0.9.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-22 14:38.26: Using cache hint "ocaml/opam:fedora-43-ocaml-5.4@sha256:34c08e5fcccffec701dc321e04f1e10d5e93fa9688316d19d909876ed3328d11-awso-sync.0.9.0-26b581962da4b56e20652e11f59c3ecd2f3e2823"
2026-05-22 14:38.26: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:34c08e5fcccffec701dc321e04f1e10d5e93fa9688316d19d909876ed3328d11)
 (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 awso-sync.0.9.0 0.9.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall awso-sync.0.9.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 \"\\\"fedora-43\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'awso-sync.0.9.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-22 14:38.26: Waiting for resource in pool OCluster
2026-05-22 14:38.43: Waiting for worker…
2026-05-22 14:48.10: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 3e30e43808 Merge pull request #29935 from sim642/release-odep-0.2.2
Updating 3e30e43808..26b581962d
Fast-forward
 packages/awso-async/awso-async.0.9.0/opam   | 52 ++++++++++++++++++++++++++++
 packages/awso-cli/awso-cli.0.9.0/opam       | 47 +++++++++++++++++++++++++
 packages/awso-common/awso-common.0.9.0/opam | 45 ++++++++++++++++++++++++
 packages/awso-lwt/awso-lwt.0.9.0/opam       | 47 +++++++++++++++++++++++++
 packages/awso-sync/awso-sync.0.9.0/opam     | 47 +++++++++++++++++++++++++
 packages/awso/awso.0.9.0/opam               | 53 +++++++++++++++++++++++++++++
 6 files changed, 291 insertions(+)
 create mode 100644 packages/awso-async/awso-async.0.9.0/opam
 create mode 100644 packages/awso-cli/awso-cli.0.9.0/opam
 create mode 100644 packages/awso-common/awso-common.0.9.0/opam
 create mode 100644 packages/awso-lwt/awso-lwt.0.9.0/opam
 create mode 100644 packages/awso-sync/awso-sync.0.9.0/opam
 create mode 100644 packages/awso/awso.0.9.0/opam

(from ocaml/opam:fedora-43-ocaml-5.4@sha256:34c08e5fcccffec701dc321e04f1e10d5e93fa9688316d19d909876ed3328d11)
2026-05-22 14:48.43 ---> saved as "105c17121e5e7bd37cdc3c1d360a58caba637b2f9318992737a886e9ad8ee77f"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-22 14:48.43 ---> saved as "40db5459dc53ad78483e672facab1475ab21d9a69e59157d1adb853464e231e5"

/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-22 14:48.56 ---> saved as "f3e2709670ca4b0532f37c924c63df539ccac66ae12d38aada537d59d1a927eb"

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=fedora os-version=43
# 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-22 14:48.57 ---> saved as "a3a8aae2b3494041533772825de8eef7a27c7f6f6f55116a1f52dd97d9e7e2dd"

/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-22 14:49.05 ---> saved as "fc99d2b42bc6a6e81aa685e3dd7321bae65c93dba80205321d544210c8858540"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-22 14:49.14 ---> saved as "311b63a4c515c71d19c485c8c818cf4add1b1ba527d5de8f8dbbe9c8029abace"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-22 14:49.34 ---> saved as "2d61f4f4ef31039cf86651c229314e1b46335bb5a6e84e226c9bfa5b8ef7cc12"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 43 - x86_64 - Updates           100% |   3.6 KiB/s |  18.7 KiB |  00m05s
- Repositories loaded.
- Metadata cache created.
2026-05-22 14:49.47 ---> saved as "572c187ed45c8606334b0db21e1eac2ce6109ae2f2a1652e601286de3c2bacfb"

/home/opam: (run (shell "opam pin add -k version -yn awso-sync.0.9.0 0.9.0"))
awso-sync is now pinned to version 0.9.0
2026-05-22 14:49.48 ---> saved as "20cfbb17282ac549ae55dc5031dbb62304c1dc9a9833062f867c6ab6829cd0c7"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall awso-sync.0.9.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 \"\\\"fedora-43\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'awso-sync.0.9.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
awso-sync.0.9.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 61 packages
  - install angstrom                0.16.1         [required by uri]
  - install awso                    0.9.0          [required by awso-sync]
  - install awso-common             0.9.0          [required by awso]
  - install awso-sync               0.9.0 (pinned)
  - install base                    v0.17.3        [required by ppx_yojson_conv]
  - install base64                  3.5.2          [required by cohttp]
  - install bigstringaf             0.10.0         [required by angstrom]
  - install cohttp                  6.2.1          [required by awso]
  - install conf-gmp                5              [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec       4              [required by cryptokit]
  - install conf-libcurl            2              [required by ocurl]
  - install conf-pkg-config         4              [required by conf-zlib, zarith]
  - install conf-zlib               1              [required by cryptokit]
  - install cryptokit               1.21.1         [required by awso]
  - install csexp                   1.5.2          [required by dune-configurator]
  - install domain-name             0.5.0          [required by ipaddr]
  - install dune                    3.23.1         [required by awso-sync]
  - install dune-configurator       3.23.1         [required by cryptokit]
  - install http                    6.2.1          [required by cohttp]
  - install ipaddr                  5.6.2          [required by cohttp]
  - install jane-street-headers     v0.17.0        [required by time_now]
  - install jst-config              v0.17.0        [required by time_now]
  - install logs                    0.10.0         [required by cohttp]
  - install macaddr                 5.6.2          [required by ipaddr]
  - 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 xmlm]
  - install ocamlfind               1.9.8          [required by ocurl]
  - install octavius                1.2.2          [required by ppx_js_style]
  - install ocurl                   0.9.2          [required by awso-sync]
  - install ppx_assert              v0.17.0        [required by jst-config]
  - install ppx_base                v0.17.0        [required by time_now]
  - install ppx_cold                v0.17.0        [required by ppx_base]
  - install ppx_compare             v0.17.0        [required by ppx_base]
  - install ppx_derivers            1.2.1          [required by ppxlib]
  - install ppx_enumerate           v0.17.0        [required by ppx_base]
  - install ppx_expect              v0.17.3        [required by awso-sync]
  - install ppx_globalize           v0.17.2        [required by ppx_base]
  - install ppx_hash                v0.17.0        [required by ppx_base]
  - install ppx_here                v0.17.0        [required by ppx_expect]
  - install ppx_inline_test         v0.17.1        [required by ppx_expect]
  - install ppx_js_style            v0.17.1        [required by ppx_yojson_conv]
  - install ppx_optcomp             v0.17.1        [required by time_now]
  - install ppx_sexp_conv           v0.17.1        [required by cohttp]
  - install ppx_yojson_conv         v0.17.1        [required by awso]
  - install ppx_yojson_conv_lib     v0.17.0        [required by ppx_yojson_conv]
  - install ppxlib                  0.38.0         [required by ppx_yojson_conv]
  - install ppxlib_jane             v0.17.4        [required by ppx_globalize, ppx_enumerate, ppx_hash]
  - install re                      1.14.0         [required by awso]
  - install sexplib0                v0.17.0        [required by cohttp]
  - install stdio                   v0.17.0        [required by ppx_expect]
  - install stdlib-shims            0.3.0          [required by ppxlib]
  - install stringext               1.6.0          [required by cohttp]
  - install time_now                v0.17.0        [required by ppx_inline_test]
  - install topkg                   1.1.1          [required by xmlm]
  - install uri                     4.4.0          [required by cohttp]
  - install uri-sexp                4.4.0          [required by cohttp]
  - install xmlm                    1.4.0          [required by awso]
  - install yojson                  3.0.0          [required by awso]
  - install zarith                  1.14           [required by awso]

The following system packages will first need to be installed:
    gmp-devel libcurl-devel zlib-ng-compat-devel zlib-ng-compat-static

<><> 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/sbin/sudo "yum" "install" "-y" "gmp-devel" "libcurl-devel" "zlib-ng-compat-devel" "zlib-ng-compat-static"
- Updating and loading repositories:
- Repositories loaded.
- Package                Arch   Version         Repository                            Size
- Upgrading:
-  krb5-libs             x86_64 1.22.2-4.fc43   updates                            2.3 MiB
-    replacing krb5-libs x86_64 1.22.2-3.fc43   918e8fdb22fc4ed8828ba457a1ff6c33   2.3 MiB
- Installing:
-  gmp-devel             x86_64 1:6.3.0-4.fc43  fedora                           352.3 KiB
-  libcurl-devel         x86_64 8.15.0-6.fc43   updates                            1.3 MiB
-  zlib-ng-compat-devel  x86_64 2.3.3-2.fc43    updates                          107.0 KiB
-  zlib-ng-compat-static x86_64 2.3.3-2.fc43    updates                            2.1 MiB
- Installing dependencies:
-  brotli                x86_64 1.2.0-1.fc43    updates                           33.6 KiB
-  brotli-devel          x86_64 1.2.0-1.fc43    updates                           65.9 KiB
-  cmake-filesystem      x86_64 3.31.11-1.fc43  updates                            0.0   B
-  gmp-c++               x86_64 1:6.3.0-4.fc43  fedora                            27.6 KiB
-  keyutils-libs-devel   x86_64 1.6.3-6.fc43    fedora                            48.2 KiB
-  krb5-devel            x86_64 1.22.2-4.fc43   updates                          709.9 KiB
-  libcom_err-devel      x86_64 1.47.3-2.fc43   fedora                            16.7 KiB
-  libidn2-devel         x86_64 2.3.8-2.fc43    fedora                           149.1 KiB
-  libkadm5              x86_64 1.22.2-4.fc43   updates                          213.7 KiB
-  libnghttp2-devel      x86_64 1.66.0-2.fc43   fedora                           286.3 KiB
-  libpsl-devel          x86_64 0.21.5-6.fc43   fedora                           110.2 KiB
-  libselinux-devel      x86_64 3.9-5.fc43      fedora                           127.3 KiB
-  libsepol-devel        x86_64 3.9-2.fc43      fedora                           121.4 KiB
-  libssh-devel          x86_64 0.11.4-1.fc43   updates                          178.0 KiB
-  libverto-devel        x86_64 0.3.2-11.fc43   fedora                            25.7 KiB
-  openssl-devel         x86_64 1:3.5.4-3.fc43  updates                            4.6 MiB
-  pcre2-devel           x86_64 10.47-1.fc43    updates                            2.1 MiB
-  pcre2-utf16           x86_64 10.47-1.fc43    updates                          639.2 KiB
-  pcre2-utf32           x86_64 10.47-1.fc43    updates                          611.1 KiB
-  publicsuffix-list     noarch 20260116-1.fc43 updates                          342.2 KiB
- 
- Transaction Summary:
-  Installing:        24 packages
-  Upgrading:          1 package
-  Replacing:          1 package
- 
- Total size of inbound packages is 7 MiB. Need to download 7 MiB.
- After this operation, 14 MiB extra will be used (install 16 MiB, remove 2 MiB).
- [ 1/25] gmp-c++-1:6.3.0-4.fc43.x86_64   100% | 368.1 KiB/s |  18.4 KiB |  00m00s
- [ 2/25] zlib-ng-compat-devel-0:2.3.3-2. 100% |   2.8 MiB/s |  37.8 KiB |  00m00s
- [ 3/25] gmp-devel-1:6.3.0-4.fc43.x86_64 100% |   2.2 MiB/s | 174.3 KiB |  00m00s
- [ 4/25] cmake-filesystem-0:3.31.11-1.fc 100% |   1.9 MiB/s |  13.4 KiB |  00m00s
- [ 5/25] zlib-ng-compat-static-0:2.3.3-2 100% |  12.0 MiB/s | 478.9 KiB |  00m00s
- [ 6/25] brotli-devel-0:1.2.0-1.fc43.x86 100% | 262.2 KiB/s |  34.4 KiB |  00m00s
- [ 7/25] brotli-0:1.2.0-1.fc43.x86_64    100% | 208.8 KiB/s |  23.8 KiB |  00m00s
- [ 8/25] libcurl-devel-0:8.15.0-6.fc43.x 100% |   3.9 MiB/s | 919.1 KiB |  00m00s
- [ 9/25] libkadm5-0:1.22.2-4.fc43.x86_64 100% | 867.6 KiB/s |  76.4 KiB |  00m00s
- [10/25] libidn2-devel-0:2.3.8-2.fc43.x8 100% | 666.6 KiB/s |  64.0 KiB |  00m00s
- [11/25] libpsl-devel-0:0.21.5-6.fc43.x8 100% |   4.6 MiB/s |  33.0 KiB |  00m00s
- [12/25] krb5-devel-0:1.22.2-4.fc43.x86_ 100% |   1.1 MiB/s | 142.8 KiB |  00m00s
- [13/25] libnghttp2-devel-0:1.66.0-2.fc4 100% | 799.9 KiB/s |  54.4 KiB |  00m00s
- [14/25] keyutils-libs-devel-0:1.6.3-6.f 100% | 574.9 KiB/s |  59.8 KiB |  00m00s
- [15/25] libcom_err-devel-0:1.47.3-2.fc4 100% |   2.7 MiB/s |  16.6 KiB |  00m00s
- [16/25] openssl-devel-1:3.5.4-3.fc43.x8 100% |  14.8 MiB/s |   3.0 MiB |  00m00s
- [17/25] libssh-devel-0:0.11.4-1.fc43.x8 100% | 201.3 KiB/s |  41.9 KiB |  00m00s
- [18/25] libverto-devel-0:0.3.2-11.fc43. 100% |   1.7 MiB/s |  14.3 KiB |  00m00s
- [19/25] libselinux-devel-0:3.9-5.fc43.x 100% |   2.2 MiB/s | 152.1 KiB |  00m00s
- [20/25] libsepol-devel-0:3.9-2.fc43.x86 100% | 930.1 KiB/s |  48.4 KiB |  00m00s
- [21/25] pcre2-utf16-0:10.47-1.fc43.x86_ 100% |   2.5 MiB/s | 246.1 KiB |  00m00s
- [22/25] pcre2-utf32-0:10.47-1.fc43.x86_ 100% |   2.5 MiB/s | 232.9 KiB |  00m00s
- [23/25] pcre2-devel-0:10.47-1.fc43.x86_ 100% |   2.5 MiB/s | 550.9 KiB |  00m00s
- [24/25] publicsuffix-list-0:20260116-1. 100% | 555.8 KiB/s |  91.7 KiB |  00m00s
- [25/25] krb5-libs-0:1.22.2-4.fc43.x86_6 100% |   2.8 MiB/s | 770.4 KiB |  00m00s
- --------------------------------------------------------------------------------
- [25/25] Total                           100% |   1.1 MiB/s |   7.2 MiB |  00m06s
- Running transaction
- [ 1/28] Verify package files            100% | 159.0   B/s |  25.0   B |  00m00s
- [ 2/28] Prepare transaction             100% |  98.0   B/s |  26.0   B |  00m00s
- [ 3/28] Upgrading krb5-libs-0:1.22.2-4. 100% |  63.0 MiB/s |   2.3 MiB |  00m00s
- [ 4/28] Installing cmake-filesystem-0:3 100% |   1.1 MiB/s |   7.6 KiB |  00m00s
- [ 5/28] Installing zlib-ng-compat-devel 100% |  21.2 MiB/s | 108.6 KiB |  00m00s
- [ 6/28] Installing libssh-devel-0:0.11. 100% |  29.4 MiB/s | 180.6 KiB |  00m00s
- [ 7/28] Installing libkadm5-0:1.22.2-4. 100% |  42.1 MiB/s | 215.6 KiB |  00m00s
- [ 8/28] Installing publicsuffix-list-0: 100% |  47.9 MiB/s | 343.2 KiB |  00m00s
- [ 9/28] Installing libpsl-devel-0:0.21. 100% |  27.7 MiB/s | 113.5 KiB |  00m00s
- [10/28] Installing pcre2-utf32-0:10.47- 100% |  59.8 MiB/s | 611.9 KiB |  00m00s
- [11/28] Installing pcre2-utf16-0:10.47- 100% |  56.8 MiB/s | 640.0 KiB |  00m00s
- [12/28] Installing pcre2-devel-0:10.47- 100% |  46.1 MiB/s |   2.1 MiB |  00m00s
- [13/28] Installing libverto-devel-0:0.3 100% |   8.6 MiB/s |  26.4 KiB |  00m00s
- [14/28] Installing libsepol-devel-0:3.9 100% |  11.4 MiB/s | 128.9 KiB |  00m00s
- [15/28] Installing libselinux-devel-0:3 100% |  19.8 MiB/s | 162.1 KiB |  00m00s
- [16/28] Installing libcom_err-devel-0:1 100% | 507.6 KiB/s |  18.3 KiB |  00m00s
- [17/28] Installing keyutils-libs-devel- 100% |  13.5 MiB/s |  55.2 KiB |  00m00s
- [18/28] Installing krb5-devel-0:1.22.2- 100% |   9.4 MiB/s | 719.2 KiB |  00m00s
- [19/28] Installing openssl-devel-1:3.5. 100% |  45.1 MiB/s |   5.6 MiB |  00m00s
- [20/28] Installing libnghttp2-devel-0:1 100% |  56.1 MiB/s | 287.4 KiB |  00m00s
- [21/28] Installing libidn2-devel-0:2.3. 100% |  38.3 MiB/s | 156.7 KiB |  00m00s
- [22/28] Installing brotli-0:1.2.0-1.fc4 100% | 983.6 KiB/s |  34.4 KiB |  00m00s
- [23/28] Installing brotli-devel-0:1.2.0 100% |  16.7 MiB/s |  68.4 KiB |  00m00s
- [24/28] Installing gmp-c++-1:6.3.0-4.fc 100% |   7.0 MiB/s |  28.5 KiB |  00m00s
- [25/28] Installing gmp-devel-1:6.3.0-4. 100% |  34.6 MiB/s | 354.1 KiB |  00m00s
- [26/28] Installing libcurl-devel-0:8.15 100% |  26.7 MiB/s |   1.4 MiB |  00m00s
- [27/28] Installing zlib-ng-compat-stati 100% |  86.4 MiB/s |   2.1 MiB |  00m00s
- [28/28] Removing krb5-libs-0:1.22.2-3.f 100% | 492.0   B/s |  65.0   B |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "libcurl-devel" "zlib-ng-compat-devel" "zlib-ng-compat-static"
- gmp-devel-6.3.0-4.fc43.x86_64
- libcurl-devel-8.15.0-6.fc43.x86_64
- zlib-ng-compat-devel-2.3.3-2.fc43.x86_64
- zlib-ng-compat-static-2.3.3-2.fc43.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved awso.0.9.0, awso-common.0.9.0, awso-sync.0.9.0  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cohttp.6.2.1, http.6.2.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved cryptokit.1.21.1  (cached)
-> installed conf-gmp.5
-> installed conf-libcurl.2
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> retrieved dune.3.23.1, dune-configurator.3.23.1  (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved logs.0.10.0  (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 octavius.1.2.2  (cached)
-> retrieved ocurl.0.9.2  (cached)
-> retrieved ppx_assert.v0.17.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_expect.v0.17.3  (cached)
-> retrieved ppx_globalize.v0.17.2  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_inline_test.v0.17.1  (cached)
-> retrieved ppx_js_style.v0.17.1  (cached)
-> retrieved ppx_optcomp.v0.17.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppx_yojson_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 re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved time_now.v0.17.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed logs.0.10.0
-> installed xmlm.1.4.0
-> installed dune.3.23.1
-> installed jane-street-headers.v0.17.0
-> installed csexp.1.5.2
-> installed ocurl.0.9.2
-> installed base64.3.5.2
-> installed domain-name.0.5.0
-> installed http.6.2.1
-> installed macaddr.5.6.2
-> installed ocaml_intrinsics_kernel.v0.17.2
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed octavius.1.2.2
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed ipaddr.5.6.2
-> installed ppx_yojson_conv_lib.v0.17.0
-> installed dune-configurator.3.23.1
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed cryptokit.1.21.1
-> installed uri.4.4.0
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_optcomp.v0.17.1
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_js_style.v0.17.1
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_yojson_conv.v0.17.1
-> installed uri-sexp.4.4.0
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed cohttp.6.2.1
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed awso-common.0.9.0
-> installed awso.0.9.0
-> installed awso-sync.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-22 15:03.33 ---> saved as "7e7356b9e2156f1285063f8820eb466336095455611e1c4805a368141cb66d4a"
Job succeeded
2026-05-22 15:03.43: Job succeeded