- github
- ocaml
- opam-repository
- 395113
- distributions,centos-9-ocaml-4.14,lwt_glib.1.1.1
(not at the head of any monitored branch or PR)
2026-03-17 10:25.59: New job: build lwt_glib.1.1.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (395113449576622af70540fb22e5d90e18554bdc)
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/29530/head" && git reset --hard 39511344
git fetch origin master
git merge --no-edit e589be2bb3f3c3428c9c98a122428f3ad2d44845
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-4.14@sha256:0900beacae8621f323ae8f23cb0c84d34819b86679df1d8c964e158a4d4bde88
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 "\"centos-9\""; 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-17 10:25.59: Using cache hint "ocaml/opam:centos-9-ocaml-4.14@sha256:0900beacae8621f323ae8f23cb0c84d34819b86679df1d8c964e158a4d4bde88-lwt_glib.1.1.1-395113449576622af70540fb22e5d90e18554bdc"
2026-03-17 10:25.59: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:0900beacae8621f323ae8f23cb0c84d34819b86679df1d8c964e158a4d4bde88)
(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 \"\\\"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\" != '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-17 10:25.59: Waiting for resource in pool OCluster
2026-03-17 11:44.11: Waiting for worker…
2026-03-17 11:45.55: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files: 45% (8391/18444)
Updating files: 46% (8485/18444)
Updating files: 47% (8669/18444)
Updating files: 48% (8854/18444)
Updating files: 49% (9038/18444)
Updating files: 50% (9222/18444)
Updating files: 51% (9407/18444)
Updating files: 52% (9591/18444)
Updating files: 53% (9776/18444)
Updating files: 54% (9960/18444)
Updating files: 55% (10145/18444)
Updating files: 56% (10329/18444)
Updating files: 57% (10514/18444)
Updating files: 58% (10698/18444)
Updating files: 59% (10882/18444)
Updating files: 60% (11067/18444)
Updating files: 61% (11251/18444)
Updating files: 62% (11436/18444)
Updating files: 63% (11620/18444)
Updating files: 64% (11805/18444)
Updating files: 65% (11989/18444)
Updating files: 66% (12174/18444)
Updating files: 67% (12358/18444)
Updating files: 68% (12542/18444)
Updating files: 69% (12727/18444)
Updating files: 70% (12911/18444)
Updating files: 71% (13096/18444)
Updating files: 72% (13280/18444)
Updating files: 73% (13465/18444)
Updating files: 74% (13649/18444)
Updating files: 75% (13833/18444)
Updating files: 76% (14018/18444)
Updating files: 77% (14202/18444)
Updating files: 78% (14387/18444)
Updating files: 79% (14571/18444)
Updating files: 80% (14756/18444)
Updating files: 81% (14940/18444)
Updating files: 82% (15125/18444)
Updating files: 83% (15309/18444)
Updating files: 84% (15493/18444)
Updating files: 85% (15678/18444)
Updating files: 86% (15862/18444)
Updating files: 87% (16047/18444)
Updating files: 88% (16231/18444)
Updating files: 89% (16416/18444)
Updating files: 90% (16600/18444)
Updating files: 91% (16785/18444)
Updating files: 92% (16969/18444)
Updating files: 93% (17153/18444)
Updating files: 94% (17338/18444)
Updating files: 95% (17522/18444)
Updating files: 96% (17707/18444)
Updating files: 97% (17891/18444)
Updating files: 98% (18076/18444)
Updating files: 99% (18260/18444)
Updating files: 100% (18444/18444)
Updating files: 100% (18444/18444), done.
HEAD is now at e589be2bb3 Merge pull request #29546 from johnwhitington/opam-publish-camlpdf.2.9
Merge made by the 'ort' strategy.
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 | 7 ++++++-
packages/lwt_eio/lwt_eio.0.5.1/opam | 7 ++++++-
packages/lwt_eio/lwt_eio.0.5/opam | 7 ++++++-
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, 403 insertions(+), 84 deletions(-)
(from ocaml/opam:centos-9-ocaml-4.14@sha256:0900beacae8621f323ae8f23cb0c84d34819b86679df1d8c964e158a4d4bde88)
2026-03-17 11:46.00 ---> using "dac63719edf1fb21abdbd4be411809fd1fc4ba1e61f121a32295e1441c2ad5f6" 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-03-17 11:46.00 ---> using "71dbb97d71e6460b05ec32d11b70da123019d56301d3bf840b8da494222830b7" 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.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-17 11:46.28 ---> saved as "cc7810378f1cc4ff5018728cd84c3f8d59184450cb20ac13dae814bdf947e85d"
/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=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.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-17 11:46.29 ---> saved as "8ae7199532a3bd978c316c7676fa3a4e0e477331048be7cf0634cf98fb60228a"
/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-17 11:46.41 ---> saved as "ec3c59830e7a9d178c0cd7d8c55035b3d6e78426eda3fc9454ced8a7aa5a7b3e"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-17 11:46.56 ---> saved as "d2e2d6c7ecc84e27ea15d5d160669d8f3c794ab28cd418cba21e30c9da045a05"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-17 11:47.14 ---> saved as "0c9bd9a99be955501c6501e9090c6118633670b6b70e39b6d43d8daeb23032b6"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS 64 kB/s | 13 kB 00:00
- CentOS Stream 9 - BaseOS 13 MB/s | 8.9 MB 00:00
- CentOS Stream 9 - AppStream 98 kB/s | 14 kB 00:00
- CentOS Stream 9 - AppStream 13 MB/s | 27 MB 00:02
- CentOS Stream 9 - CRB 95 kB/s | 13 kB 00:00
- CentOS Stream 9 - CRB 8.0 MB/s | 8.0 MB 00:00
- CentOS Stream 9 - Extras packages 5.3 kB/s | 17 kB 00:03
- Metadata cache created.
2026-03-17 11:47.38 ---> saved as "27784f1f55ce3ba5e477c3531f29f44404fcfcb30f28ff393d23974f777d2acf"
/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-17 11:47.39 ---> saved as "eb0b0f61448c493714b0849f4682aa02a218745fd0afe3ce33213bd60fd28fc8"
/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 \"\\\"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\" != '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/bin/sudo "yum" "install" "-y" "glib2-devel"
- Last metadata expiration check: 0:00:09 ago on Tue Mar 17 11:47:36 2026.
- Dependencies resolved.
- ================================================================================
- Package Arch Version Repository Size
- ================================================================================
- Installing:
- glib2-devel x86_64 2.68.4-19.el9 appstream 550 k
- Installing dependencies:
- libblkid-devel x86_64 2.37.4-25.el9 appstream 15 k
- libffi-devel x86_64 3.4.2-8.el9 appstream 29 k
- libmount-devel x86_64 2.37.4-25.el9 appstream 16 k
- libselinux-devel x86_64 3.6-3.el9 appstream 159 k
- libsepol-devel x86_64 3.6-3.el9 appstream 47 k
- pcre-cpp x86_64 8.44-4.el9 appstream 26 k
- pcre-devel x86_64 8.44-4.el9 appstream 506 k
- pcre-utf16 x86_64 8.44-4.el9 appstream 184 k
- pcre-utf32 x86_64 8.44-4.el9 appstream 174 k
- pcre2-devel x86_64 10.40-6.el9 appstream 512 k
- pcre2-utf16 x86_64 10.40-6.el9 appstream 214 k
- pcre2-utf32 x86_64 10.40-6.el9 appstream 203 k
- sysprof-capture-devel x86_64 3.40.1-3.el9 appstream 60 k
-
- Transaction Summary
- ================================================================================
- Install 14 Packages
-
- Total download size: 2.6 M
- Installed size: 9.2 M
- Downloading Packages:
- (1/14): libffi-devel-3.4.2-8.el9.x86_64.rpm 1.8 MB/s | 29 kB 00:00
- (2/14): libblkid-devel-2.37.4-25.el9.x86_64.rpm 704 kB/s | 15 kB 00:00
- (3/14): libmount-devel-2.37.4-25.el9.x86_64.rpm 2.8 MB/s | 16 kB 00:00
- (4/14): libsepol-devel-3.6-3.el9.x86_64.rpm 4.9 MB/s | 47 kB 00:00
- (5/14): pcre-cpp-8.44-4.el9.x86_64.rpm 4.0 MB/s | 26 kB 00:00
- (6/14): libselinux-devel-3.6-3.el9.x86_64.rpm 7.1 MB/s | 159 kB 00:00
- (7/14): glib2-devel-2.68.4-19.el9.x86_64.rpm 11 MB/s | 550 kB 00:00
- (8/14): pcre-utf32-8.44-4.el9.x86_64.rpm 9.1 MB/s | 174 kB 00:00
- (9/14): pcre-devel-8.44-4.el9.x86_64.rpm 14 MB/s | 506 kB 00:00
- (10/14): pcre-utf16-8.44-4.el9.x86_64.rpm 4.0 MB/s | 184 kB 00:00
- (11/14): pcre2-devel-10.40-6.el9.x86_64.rpm 10 MB/s | 512 kB 00:00
- (12/14): pcre2-utf16-10.40-6.el9.x86_64.rpm 4.3 MB/s | 214 kB 00:00
- (13/14): sysprof-capture-devel-3.40.1-3.el9.x86 4.0 MB/s | 60 kB 00:00
- (14/14): pcre2-utf32-10.40-6.el9.x86_64.rpm 3.6 MB/s | 203 kB 00:00
- --------------------------------------------------------------------------------
- Total 8.5 MB/s | 2.6 MB 00:00
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : sysprof-capture-devel-3.40.1-3.el9.x86_64 1/14
- Installing : pcre2-utf32-10.40-6.el9.x86_64 2/14
- Installing : pcre2-utf16-10.40-6.el9.x86_64 3/14
- Installing : pcre2-devel-10.40-6.el9.x86_64 4/14
- Installing : pcre-utf32-8.44-4.el9.x86_64 5/14
- Installing : pcre-utf16-8.44-4.el9.x86_64 6/14
- Installing : pcre-cpp-8.44-4.el9.x86_64 7/14
- Installing : pcre-devel-8.44-4.el9.x86_64 8/14
- Installing : libsepol-devel-3.6-3.el9.x86_64 9/14
- Installing : libselinux-devel-3.6-3.el9.x86_64 10/14
- Installing : libffi-devel-3.4.2-8.el9.x86_64 11/14
- Installing : libblkid-devel-2.37.4-25.el9.x86_64 12/14
- Installing : libmount-devel-2.37.4-25.el9.x86_64 13/14
- Installing : glib2-devel-2.68.4-19.el9.x86_64 14/14
- Running scriptlet: glib2-devel-2.68.4-19.el9.x86_64 14/14
- Verifying : glib2-devel-2.68.4-19.el9.x86_64 1/14
- Verifying : libblkid-devel-2.37.4-25.el9.x86_64 2/14
- Verifying : libffi-devel-3.4.2-8.el9.x86_64 3/14
- Verifying : libmount-devel-2.37.4-25.el9.x86_64 4/14
- Verifying : libselinux-devel-3.6-3.el9.x86_64 5/14
- Verifying : libsepol-devel-3.6-3.el9.x86_64 6/14
- Verifying : pcre-cpp-8.44-4.el9.x86_64 7/14
- Verifying : pcre-devel-8.44-4.el9.x86_64 8/14
- Verifying : pcre-utf16-8.44-4.el9.x86_64 9/14
- Verifying : pcre-utf32-8.44-4.el9.x86_64 10/14
- Verifying : pcre2-devel-10.40-6.el9.x86_64 11/14
- Verifying : pcre2-utf16-10.40-6.el9.x86_64 12/14
- Verifying : pcre2-utf32-10.40-6.el9.x86_64 13/14
- Verifying : sysprof-capture-devel-3.40.1-3.el9.x86_64 14/14
-
- Installed:
- glib2-devel-2.68.4-19.el9.x86_64 libblkid-devel-2.37.4-25.el9.x86_64
- libffi-devel-3.4.2-8.el9.x86_64 libmount-devel-2.37.4-25.el9.x86_64
- libselinux-devel-3.6-3.el9.x86_64 libsepol-devel-3.6-3.el9.x86_64
- pcre-cpp-8.44-4.el9.x86_64 pcre-devel-8.44-4.el9.x86_64
- pcre-utf16-8.44-4.el9.x86_64 pcre-utf32-8.44-4.el9.x86_64
- pcre2-devel-10.40-6.el9.x86_64 pcre2-utf16-10.40-6.el9.x86_64
- pcre2-utf32-10.40-6.el9.x86_64 sysprof-capture-devel-3.40.1-3.el9.x86_64
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "glib2-devel"
- glib2-devel-2.68.4-19.el9.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-17 11:48.47 ---> saved as "2d0bbe870d2e164766eeb5f6300439a6c73d9fd3b3e67998908c390578583d25"
Job succeeded
2026-03-17 11:48.53: Job succeeded