(not at the head of any monitored branch or PR)
2026-03-10 08:59.52: New job: build lwt_glib.1.1.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (3af7d0a25910b3d20c909e559efb484eb6a78128)
                              on fedora-42-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/29530/head" && git reset --hard 3af7d0a2
git fetch origin master
git merge --no-edit 3c70647a78a7fd22066fca4f17f7ca4514500663
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da
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 lwt_glib.1.1.1 1.1.1
RUN opam reinstall lwt_glib.1.1.1; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"fedora-42\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'lwt_glib.1.1.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-03-10 08:59.52: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da-lwt_glib.1.1.1-3af7d0a25910b3d20c909e559efb484eb6a78128"
2026-03-10 08:59.52: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da)
 (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 lwt_glib.1.1.1 1.1.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall lwt_glib.1.1.1;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-42\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'lwt_glib.1.1.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-10 08:59.52: Waiting for resource in pool OCluster
2026-03-10 09:50.38: Waiting for worker…
2026-03-10 09:52.17: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 3c70647a78 Merge pull request #29507 from NathanReb/release-ppxlib-0-38-0-5-5-preview
Updating 3c70647a78..3af7d0a259
Fast-forward
 packages/bimage-lwt/bimage-lwt.0.3.0/opam    | 6 +++++-
 packages/bimage-lwt/bimage-lwt.0.3.1/opam    | 6 +++++-
 packages/bimage-lwt/bimage-lwt.0.4.0/opam    | 6 +++++-
 packages/caqti-lwt/caqti-lwt.0.11.0/opam     | 4 +++-
 packages/caqti-lwt/caqti-lwt.1.0.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.2.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.3.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.6.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.7.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.8.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.1.9.0/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.0.1/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.1.1/opam      | 6 +++++-
 packages/caqti-lwt/caqti-lwt.2.2.4/opam      | 6 +++++-
 packages/fuseau-lwt/fuseau-lwt.0.1/opam      | 6 +++++-
 packages/lambda-term/lambda-term.1.13/opam   | 6 +++++-
 packages/lambda-term/lambda-term.2.0.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0.2/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0.3/opam  | 6 +++++-
 packages/lambda-term/lambda-term.2.0/opam    | 6 +++++-
 packages/lambda-term/lambda-term.3.0.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.0.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.1.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.2.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.0/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.1/opam  | 6 +++++-
 packages/lambda-term/lambda-term.3.3.2/opam  | 6 +++++-
 packages/lwt_domain/lwt_domain.0.1.0/opam    | 6 +++++-
 packages/lwt_domain/lwt_domain.0.2.0/opam    | 6 +++++-
 packages/lwt_domain/lwt_domain.0.3.0/opam    | 6 +++++-
 packages/lwt_eio/lwt_eio.0.1/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.2/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.3/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.4/opam            | 6 +++++-
 packages/lwt_eio/lwt_eio.0.5.1/opam          | 6 +++++-
 packages/lwt_eio/lwt_eio.0.5/opam            | 6 +++++-
 packages/lwt_glib/lwt_glib.1.0.1/opam        | 6 +++++-
 packages/lwt_glib/lwt_glib.1.1.0/opam        | 6 +++++-
 packages/lwt_glib/lwt_glib.1.1.1/opam        | 6 +++++-
 packages/lwt_log/lwt_log.1.1.0/opam          | 6 +++++-
 packages/lwt_log/lwt_log.1.1.1/opam          | 6 +++++-
 packages/lwt_log/lwt_log.1.1.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.0.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.0.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.1.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.3/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.1.2.4/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.0.3/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.2.1.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.8.0/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.8.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.1/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.2/opam          | 6 +++++-
 packages/lwt_ppx/lwt_ppx.5.9.3/opam          | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.10/opam | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.6/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.7/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.8/opam  | 6 +++++-
 packages/moonpool-lwt/moonpool-lwt.0.9/opam  | 6 +++++-
 packages/mwt/mwt.0.1.0/opam                  | 6 +++++-
 packages/nocrypto/nocrypto.0.5.4-1/opam      | 6 +++++-
 packages/nocrypto/nocrypto.0.5.4-2/opam      | 6 +++++-
 packages/ocluster/ocluster.0.1/opam          | 4 +++-
 packages/ocluster/ocluster.0.2.1/opam        | 6 +++++-
 packages/ocluster/ocluster.0.2/opam          | 4 +++-
 packages/ocluster/ocluster.0.3.0/opam        | 6 +++++-
 packages/picos/picos.0.3.0/opam              | 6 +++++-
 packages/picos/picos.0.4.0/opam              | 6 +++++-
 packages/picos_lwt/picos_lwt.0.5.0/opam      | 6 +++++-
 packages/picos_lwt/picos_lwt.0.6.0/opam      | 6 +++++-
 packages/tezt/tezt.2.0.0/opam                | 6 +++++-
 packages/tezt/tezt.3.0.0/opam                | 4 +++-
 packages/tezt/tezt.3.1.0/opam                | 4 +++-
 packages/tezt/tezt.3.1.1/opam                | 4 +++-
 packages/tezt/tezt.4.0.0/opam                | 4 +++-
 packages/tezt/tezt.4.1.0/opam                | 4 +++-
 packages/tezt/tezt.4.2.0/opam                | 4 +++-
 packages/tezt/tezt.4.3.0/opam                | 4 +++-
 84 files changed, 400 insertions(+), 84 deletions(-)

(from ocaml/opam:fedora-42-ocaml-4.14@sha256:b6aa00a2654d3ee438c6ad8c0671b21737264aa421886a5b446bc09bf89143da)
2026-03-10 09:52.59 ---> saved as "4f4aad99373b064eb667a9f696f7c6d39ac750bdfb8a8b7f98f15f1c5afd5dcd"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-10 09:52.59 ---> saved as "20911cbf85592b0aa5ed4677b5b9647deace104570a70f76f53a37b2c5f407b7"

/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.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-10 09:53.18 ---> saved as "79891501f4b82044246c3ac06abe2b77b5f7f723a65768644cbac1b80c9a4a6a"

/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.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=fedora os-version=42
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, 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.2
2026-03-10 09:53.18 ---> saved as "86fdaa4d94cc0167852d981a6632d1a6a972fe820c609ef5da3f8897f3d62697"

/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-03-10 09:53.31 ---> saved as "5ce81cfef8afd01e5edf9f9f60c77f2ae3ca7012d095529f484ea8d19002ab99"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-10 09:53.40 ---> saved as "8d6388f8dcfdf1e58240042cd3a0a91e4863fd6da210b3a08923a2a6f28e477d"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-10 09:53.55 ---> saved as "e116aef1f2b11a57c513a3dae0e2257bf4bb4f8ce1b5df0324fbe8032dc9c4c3"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  46.0 KiB/s |   4.8 KiB |  00m00s
- Failed to download metadata
-  Error loading local metadata for repository "updates"
-   Librepo error: Checksum error /var/cache/libdnf5/updates-79babcf8637033ce/repodata/db0636343c625bdefabadda0fed3c0699af90bd0181df5777e003357e1078713-primary.xml.zck: Unable to validate zchunk checksums
Fatal error: System package update failed with exit code 1 at command:
    sudo yum makecache
2026-03-10 09:53.56 ---> saved as "0e4a0b8c43fff12325359141840caa65e6480bd7e4e941db5ab5e86d8f3be04c"

/home/opam: (run (shell "opam pin add -k version -yn lwt_glib.1.1.1 1.1.1"))
lwt_glib is now pinned to version 1.1.1
2026-03-10 09:53.57 ---> saved as "987d3b1496b5dcf458645b222dc6749ca45dbdcc1a6a8f338f0c7760d3b02947"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall lwt_glib.1.1.1;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-42\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'lwt_glib.1.1.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
lwt_glib.1.1.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
  - install base-bytes        base           [required by ocplib-endian]
  - install conf-glib-2       1              [required by lwt_glib]
  - install conf-pkg-config   4              [required by lwt_glib]
  - install cppo              1.8.0          [required by lwt]
  - install csexp             1.5.2          [required by dune-configurator]
  - install dune              3.21.1         [required by lwt_glib]
  - install dune-configurator 3.21.1         [required by lwt]
  - install lwt               5.9.2          [required by lwt_glib]
  - install lwt_glib          1.1.1 (pinned)
  - install ocamlfind         1.9.8          [required by base-bytes]
  - install ocplib-endian     1.2            [required by lwt]

The following system packages will first need to be installed:
    glib2-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/sbin/sudo "yum" "install" "-y" "glib2-devel"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |   2.6 MiB/s |   3.1 MiB |  00m01s
- Repositories loaded.
- Package                Arch   Version        Repository      Size
- Installing:
-  glib2-devel           x86_64 2.84.4-1.fc42  updates     15.8 MiB
- Installing dependencies:
-  cmake-filesystem      x86_64 3.31.6-2.fc42  fedora       0.0   B
-  libblkid-devel        x86_64 2.40.4-10.fc42 updates     44.9 KiB
-  libffi-devel          x86_64 3.4.6-5.fc42   fedora      33.1 KiB
-  libmount-devel        x86_64 2.40.4-10.fc42 updates     63.5 KiB
-  libselinux-devel      x86_64 3.8-3.fc42     updates    126.8 KiB
-  libsepol-devel        x86_64 3.8-1.fc42     fedora     120.8 KiB
-  pcre2-devel           x86_64 10.46-1.fc42   updates      2.1 MiB
-  pcre2-utf16           x86_64 10.46-1.fc42   updates    626.3 KiB
-  pcre2-utf32           x86_64 10.46-1.fc42   updates    602.2 KiB
-  python3-packaging     noarch 24.2-3.fc42    fedora     555.7 KiB
-  sysprof-capture-devel x86_64 48.1-1.fc42    updates    274.0 KiB
-  zlib-ng-compat-devel  x86_64 2.2.5-2.fc42   updates    107.0 KiB
- 
- Transaction Summary:
-  Installing:        13 packages
- 
- Total size of inbound packages is 3 MiB. Need to download 3 MiB.
- After this operation, 20 MiB extra will be used (install 20 MiB, remove 0 B).
- [ 1/13] libffi-devel-0:3.4.6-5.fc42.x86 100% | 496.2 KiB/s |  28.8 KiB |  00m00s
- [ 2/13] python3-packaging-0:24.2-3.fc42 100% |   1.8 MiB/s | 154.0 KiB |  00m00s
- [ 3/13] libmount-devel-0:2.40.4-10.fc42 100% | 623.5 KiB/s |  24.3 KiB |  00m00s
- [ 4/13] libsepol-devel-0:3.8-1.fc42.x86 100% |   6.8 MiB/s |  48.4 KiB |  00m00s
- [ 5/13] glib2-devel-0:2.84.4-1.fc42.x86 100% |   4.7 MiB/s |   1.5 MiB |  00m00s
- [ 6/13] pcre2-devel-0:10.46-1.fc42.x86_ 100% | 962.9 KiB/s | 543.1 KiB |  00m01s
- [ 7/13] libselinux-devel-0:3.8-3.fc42.x 100% | 255.8 KiB/s | 151.4 KiB |  00m01s
- [ 8/13] pcre2-utf16-0:10.46-1.fc42.x86_ 100% | 555.3 KiB/s | 241.6 KiB |  00m00s
- [ 9/13] sysprof-capture-devel-0:48.1-1. 100% | 329.6 KiB/s |  56.0 KiB |  00m00s
- [10/13] cmake-filesystem-0:3.31.6-2.fc4 100% |   3.4 MiB/s |  17.6 KiB |  00m00s
- [11/13] zlib-ng-compat-devel-0:2.2.5-2. 100% | 372.1 KiB/s |  38.3 KiB |  00m00s
- [12/13] pcre2-utf32-0:10.46-1.fc42.x86_ 100% | 585.1 KiB/s | 228.8 KiB |  00m00s
- [13/13] libblkid-devel-0:2.40.4-10.fc42 100% | 100.4 KiB/s |  23.4 KiB |  00m00s
- --------------------------------------------------------------------------------
- [13/13] Total                           100% |   2.4 MiB/s |   3.0 MiB |  00m01s
- Running transaction
- [ 1/15] Verify package files            100% |   1.2 KiB/s |  13.0   B |  00m00s
- [ 2/15] Prepare transaction             100% | 282.0   B/s |  13.0   B |  00m00s
- [ 3/15] Installing libblkid-devel-0:2.4 100% |  44.9 MiB/s |  46.0 KiB |  00m00s
- [ 4/15] Installing cmake-filesystem-0:3 100% |   2.5 MiB/s |   7.6 KiB |  00m00s
- [ 5/15] Installing zlib-ng-compat-devel 100% | 106.0 MiB/s | 108.5 KiB |  00m00s
- [ 6/15] Installing sysprof-capture-deve 100% | 135.2 MiB/s | 276.9 KiB |  00m00s
- [ 7/15] Installing pcre2-utf32-0:10.46- 100% | 196.3 MiB/s | 603.1 KiB |  00m00s
- [ 8/15] Installing pcre2-utf16-0:10.46- 100% | 204.2 MiB/s | 627.2 KiB |  00m00s
- [ 9/15] Installing pcre2-devel-0:10.46- 100% | 123.1 MiB/s |   2.1 MiB |  00m00s
- [10/15] Installing libsepol-devel-0:3.8 100% |  20.9 MiB/s | 128.3 KiB |  00m00s
- [11/15] Installing libselinux-devel-0:3 100% |  52.6 MiB/s | 161.6 KiB |  00m00s
- [12/15] Installing libmount-devel-0:2.4 100% |  63.0 MiB/s |  64.5 KiB |  00m00s
- [13/15] Installing libffi-devel-0:3.4.6 100% |  34.0 MiB/s |  34.8 KiB |  00m00s
- [14/15] Installing python3-packaging-0: 100% |  69.3 MiB/s | 568.0 KiB |  00m00s
- [15/15] Installing glib2-devel-0:2.84.4 100% | 118.7 MiB/s |  15.9 MiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "glib2-devel"
- glib2-devel-2.84.4-1.fc42.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> installed conf-glib-2.1
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved lwt_glib.1.1.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.1
-> installed lwt.5.9.2
-> installed lwt_glib.1.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-10 09:54.30 ---> saved as "eba0e2f3f7128af25f04f1a4e65f5edd35310f03dd0fb290dfa7138470787d58"
Job succeeded
2026-03-10 09:54.35: Job succeeded