- github
- ocaml
- opam-repository
- d2c2fd
- distributions,fedora-42-ocaml-5.4,liquidsoap.2.4.0
(not at the head of any monitored branch or PR)
2026-04-10 14:44.28: New job: build liquidsoap.2.4.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (d2c2fde7ed0f03ab1c97ec11eae2846e1c000577)
on fedora-42-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/29703/head" && git reset --hard d2c2fde7
git fetch origin master
git merge --no-edit 812fb968341c1eec82e23a29dcf794db8f990936
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20
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 liquidsoap.2.4.0 2.4.0
RUN opam reinstall liquidsoap.2.4.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-42\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'liquidsoap.2.4.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-04-10 14:44.28: Using cache hint "ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20-liquidsoap.2.4.0-d2c2fde7ed0f03ab1c97ec11eae2846e1c000577"
2026-04-10 14:44.28: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20)
(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 liquidsoap.2.4.0 2.4.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall liquidsoap.2.4.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-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\" != 'liquidsoap.2.4.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-04-10 14:44.28: Waiting for resource in pool OCluster
2026-04-10 14:45.25: Waiting for worker…
2026-04-10 14:49.10: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 812fb96834 Merge pull request #29689 from voodoos/release-merlin-v5.7.0-504
Updating 812fb96834..d2c2fde7ed
Fast-forward
packages/ffmpeg-av/ffmpeg-av.1.3.0/opam | 51 ++++++++++++++++++++++
packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam | 50 +++++++++++++++++++++
.../ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam | 50 +++++++++++++++++++++
.../ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam | 50 +++++++++++++++++++++
packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam | 51 ++++++++++++++++++++++
.../ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam | 51 ++++++++++++++++++++++
packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam | 50 +++++++++++++++++++++
packages/ffmpeg/ffmpeg.1.3.0/opam | 44 +++++++++++++++++++
.../liquidsoap-core/liquidsoap-core.2.2.0/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.1/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.2/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.3/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.4-1/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.2.5/opam | 2 +-
.../liquidsoap-core/liquidsoap-core.2.3.0/opam | 2 +-
packages/liquidsoap/liquidsoap.2.4.0/opam | 2 +-
packages/liquidsoap/liquidsoap.2.4.2/opam | 2 +-
17 files changed, 406 insertions(+), 9 deletions(-)
create mode 100644 packages/ffmpeg-av/ffmpeg-av.1.3.0/opam
create mode 100644 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam
create mode 100644 packages/ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam
create mode 100644 packages/ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam
create mode 100644 packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam
create mode 100644 packages/ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam
create mode 100644 packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam
create mode 100644 packages/ffmpeg/ffmpeg.1.3.0/opam
(from ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20' locally
docker.io/ocaml/opam@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20: Pulling from ocaml/opam
bcbfb8588268: Already exists
7c86f07d981d: Already exists
e523f6cbdc73: Already exists
e196c832855a: Already exists
c24dcc89d23e: Already exists
cd9def049d81: Already exists
e360f9824a3f: Already exists
fbeadbd8287f: Already exists
b5be9212d8a5: Already exists
58850ac9f02f: Already exists
94de074660d5: Already exists
c6d785172de9: Already exists
5642a0bc3a02: Already exists
677ac3b3af73: Already exists
97f4a46fa01c: Already exists
887c8b3bd767: Already exists
887c8b3bd767: Already exists
8572bae05e44: Already exists
a801ab04175f: Already exists
8eb7359ab813: Already exists
ea7dd170751f: Already exists
4f4fb700ef54: Already exists
4eeb3f6c741a: Already exists
d8096e11e5a7: Already exists
b45c71862e05: Already exists
3d3025681a79: Already exists
3619e9f4de7b: Already exists
e1d8131f324a: Already exists
98ffe2fff5c0: Already exists
ecf008026c3e: Already exists
b7768b04427d: Already exists
aad28dcc458f: Already exists
2972bd6e2f3d: Already exists
ca68011eb393: Already exists
9b422c636e47: Already exists
63cf593f7c6c: Already exists
8f3a2bf8a3f5: Already exists
fd59c3ff8fe9: Already exists
c19e7369255b: Already exists
379fcd94e8be: Already exists
9f42b986b124: Pulling fs layer
5265afd8716d: Pulling fs layer
85416eeda842: Pulling fs layer
5265afd8716d: Waiting
bcd50729bf5d: Pulling fs layer
85416eeda842: Waiting
b11563d96a68: Pulling fs layer
bcd50729bf5d: Waiting
b11563d96a68: Waiting
9f42b986b124: Verifying Checksum
9f42b986b124: Download complete
9f42b986b124: Pull complete
5265afd8716d: Verifying Checksum
5265afd8716d: Download complete
85416eeda842: Download complete
bcd50729bf5d: Download complete
b11563d96a68: Verifying Checksum
b11563d96a68: Download complete
5265afd8716d: Pull complete
85416eeda842: Pull complete
bcd50729bf5d: Pull complete
b11563d96a68: Pull complete
Digest: sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20
Status: Downloaded newer image for ocaml/opam@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20
2026-04-10 14:49.17 ---> using "026d3cf1aee2d78e6ed81a600679704a94b27ab6856c8be16b9050008424a4ca" 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-04-10 14:49.17 ---> using "9b9d372e7d13eea844ea87db532460d03c0ee9c750905d4fb13071888402d949" 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-04-10 14:49.17 ---> using "bdb0bf964210f8e37e9be3bc5aa66f6c063ff3d7c88670e45aa86d1e3ceafcd9" 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.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 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-04-10 14:49.17 ---> using "72f692234000cbca56412ee60f975caaa96e70ae39886d071b16b08f204ef234" 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-04-10 14:49.17 ---> using "2d280ec6f3a7b9b1d8525d2e6d8ab307170fd4cb4ea6bf48001ea31910d20ec6" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 14:49.24 ---> saved as "bc3c683f64bcf074e9c8e556fd33000957bc572d72fe4605252b7c02b3e71983"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-10 14:49.45 ---> saved as "d34f42c8ef45e9b3c02411f3de9402cf5508baabfc1ab84af04bb1c307004edf"
/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% | 116.4 KiB/s | 16.3 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-04-10 14:50.00 ---> saved as "d10d21e71812e0359437512812d7d727d85ab346b56d369e551393e960ed45b8"
/home/opam: (run (shell "opam pin add -k version -yn liquidsoap.2.4.0 2.4.0"))
liquidsoap is now pinned to version 2.4.0
2026-04-10 14:50.01 ---> saved as "aa074cd45d7179508185b4e1ee3e1852241c80fb1d4cc150ab540a489daaa78b"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall liquidsoap.2.4.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-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\" != 'liquidsoap.2.4.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
liquidsoap.2.4.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 57 packages
- install angstrom 0.16.1 [required by uri]
- install base v0.17.3 [required by ppx_hash, ppx_string]
- install base-bytes base [required by cry]
- install bigstringaf 0.10.0 [required by angstrom]
- install camlp-streams 5.0.1 [required by camomile]
- install camomile 2.0.0 [required by liquidsoap]
- install conf-libcurl 2 [required by ocurl]
- install cry 1.0.3 [required by liquidsoap]
- install csexp 1.5.2 [required by dune-private-libs]
- install dune 3.22.1 [required by liquidsoap]
- install dune-build-info 3.22.1 [required by liquidsoap]
- install dune-configurator 3.22.1 [required by mm]
- install dune-private-libs 3.22.1 [required by dune-site]
- install dune-site 3.22.1 [required by camomile, liquidsoap-lang]
- install dyn 3.22.1 [required by dune-private-libs]
- install fileutils 0.6.6 [required by liquidsoap]
- install fs-io 3.22.1 [required by stdune]
- install gen 1.1 [required by sedlex]
- install liquidsoap 2.4.0 (pinned)
- install liquidsoap-lang 2.4.0 [required by liquidsoap]
- install magic-mime 1.3.1 [required by liquidsoap]
- install mem_usage 0.1.3 [required by liquidsoap]
- install menhir 20260209 [required by liquidsoap-lang]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by liquidsoap]
- install menhirSdk 20260209 [required by menhir]
- install metadata 0.3.2 [required by liquidsoap]
- install mm 0.8.6 [required by liquidsoap]
- 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.1 [required by base]
- install ocamlfind 1.9.8 [required by ocurl]
- install ocurl 0.9.2 [required by liquidsoap]
- install ordering 3.22.1 [required by dyn, stdune]
- install pp 2.0.0 [required by dune-private-libs]
- install ppx_base v0.17.0 [required by ppx_string]
- install ppx_cold v0.17.0 [required by ppx_base]
- install ppx_compare v0.17.0 [required by ppx_hash]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_enumerate v0.17.0 [required by ppx_base]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_hash v0.17.0 [required by liquidsoap-lang]
- install ppx_sexp_conv v0.17.1 [required by ppx_hash]
- install ppx_string v0.17.0 [required by liquidsoap]
- install ppxlib 0.38.0 [required by ppx_string, ppx_hash, sedlex]
- install ppxlib_jane v0.17.4 [required by ppx_hash]
- install re 1.14.0 [required by liquidsoap]
- install sedlex 3.7 [required by liquidsoap-lang]
- install seq base [required by gen]
- install sexplib0 v0.17.0 [required by base, ppx_sexp_conv]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stdune 3.22.1 [required by dune-private-libs]
- install stringext 1.6.0 [required by uri]
- install top-closure 3.22.1 [required by stdune]
- install uri 4.4.0 [required by liquidsoap]
- install xml-light 2.5 [required by liquidsoap-lang]
The following system packages will first need to be installed:
libcurl-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" "libcurl-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- libcurl-devel x86_64 8.11.1-7.fc42 updates 1.3 MiB
- Installing dependencies:
- brotli x86_64 1.2.0-1.fc42 updates 33.6 KiB
- brotli-devel x86_64 1.2.0-1.fc42 updates 65.9 KiB
- cmake-filesystem x86_64 3.31.11-1.fc42 updates 0.0 B
- keyutils-libs-devel x86_64 1.6.3-5.fc42 fedora 48.2 KiB
- krb5-devel x86_64 1.21.3-6.fc42 updates 705.9 KiB
- libcom_err-devel x86_64 1.47.2-3.fc42 fedora 16.7 KiB
- libidn2-devel x86_64 2.3.8-1.fc42 fedora 149.1 KiB
- libkadm5 x86_64 1.21.3-6.fc42 updates 213.9 KiB
- libnghttp2-devel x86_64 1.64.0-3.fc42 fedora 295.4 KiB
- libpsl-devel x86_64 0.21.5-5.fc42 fedora 110.3 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
- libssh-devel x86_64 0.11.4-1.fc42 updates 178.0 KiB
- libverto-devel x86_64 0.3.2-10.fc42 fedora 25.7 KiB
- openssl-devel x86_64 1:3.2.6-3.fc42 updates 4.3 MiB
- 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
- publicsuffix-list noarch 20260116-1.fc42 updates 342.2 KiB
- zlib-ng-compat-devel x86_64 2.2.5-2.fc42 updates 107.0 KiB
-
- Transaction Summary:
- Installing: 21 packages
-
- Total size of inbound packages is 6 MiB. Need to download 6 MiB.
- After this operation, 11 MiB extra will be used (install 11 MiB, remove 0 B).
- [ 1/21] brotli-0:1.2.0-1.fc42.x86_64 100% | 25.7 KiB/s | 23.8 KiB | 00m01s
- [ 2/21] brotli-devel-0:1.2.0-1.fc42.x86 100% | 21.0 KiB/s | 34.3 KiB | 00m02s
- [ 3/21] libkadm5-0:1.21.3-6.fc42.x86_64 100% | 675.8 KiB/s | 76.4 KiB | 00m00s
- [ 4/21] libidn2-devel-0:2.3.8-1.fc42.x8 100% | 97.1 KiB/s | 64.0 KiB | 00m01s
- [ 5/21] libnghttp2-devel-0:1.64.0-3.fc4 100% | 81.0 KiB/s | 55.7 KiB | 00m01s
- [ 6/21] krb5-devel-0:1.21.3-6.fc42.x86_ 100% | 63.6 KiB/s | 142.5 KiB | 00m02s
- [ 7/21] libpsl-devel-0:0.21.5-5.fc42.x8 100% | 119.4 KiB/s | 33.2 KiB | 00m00s
- [ 8/21] libssh-devel-0:0.11.4-1.fc42.x8 100% | 94.7 KiB/s | 41.9 KiB | 00m00s
- [ 9/21] zlib-ng-compat-devel-0:2.2.5-2. 100% | 301.8 KiB/s | 38.3 KiB | 00m00s
- [10/21] keyutils-libs-devel-0:1.6.3-5.f 100% | 268.7 KiB/s | 59.9 KiB | 00m00s
- [11/21] libcom_err-devel-0:1.47.2-3.fc4 100% | 92.5 KiB/s | 16.7 KiB | 00m00s
- [12/21] libselinux-devel-0:3.8-3.fc42.x 100% | 189.0 KiB/s | 151.4 KiB | 00m01s
- [13/21] libsepol-devel-0:3.8-1.fc42.x86 100% | 127.4 KiB/s | 48.4 KiB | 00m00s
- [14/21] libverto-devel-0:0.3.2-10.fc42. 100% | 97.9 KiB/s | 14.4 KiB | 00m00s
- [15/21] publicsuffix-list-0:20260116-1. 100% | 111.2 KiB/s | 91.8 KiB | 00m01s
- [16/21] cmake-filesystem-0:3.31.11-1.fc 100% | 13.7 KiB/s | 12.8 KiB | 00m01s
- [17/21] pcre2-devel-0:10.46-1.fc42.x86_ 100% | 65.8 KiB/s | 543.1 KiB | 00m08s
- [18/21] libcurl-devel-0:8.11.1-7.fc42.x 100% | 53.4 KiB/s | 881.0 KiB | 00m16s
- [19/21] pcre2-utf32-0:10.46-1.fc42.x86_ 100% | 232.3 KiB/s | 228.8 KiB | 00m01s
- [20/21] pcre2-utf16-0:10.46-1.fc42.x86_ 100% | 100.5 KiB/s | 241.6 KiB | 00m02s
- [21/21] openssl-devel-1:3.2.6-3.fc42.x8 100% | 79.7 KiB/s | 2.8 MiB | 00m36s
- --------------------------------------------------------------------------------
- [21/21] Total 100% | 139.8 KiB/s | 5.5 MiB | 00m41s
- Running transaction
- [ 1/23] Verify package files 100% | 216.0 B/s | 21.0 B | 00m00s
- [ 2/23] Prepare transaction 100% | 94.0 B/s | 21.0 B | 00m00s
- [ 3/23] Installing cmake-filesystem-0:3 100% | 1.5 MiB/s | 7.6 KiB | 00m00s
- [ 4/23] Installing libssh-devel-0:0.11. 100% | 58.8 MiB/s | 180.6 KiB | 00m00s
- [ 5/23] Installing zlib-ng-compat-devel 100% | 35.3 MiB/s | 108.5 KiB | 00m00s
- [ 6/23] Installing pcre2-utf32-0:10.46- 100% | 117.8 MiB/s | 603.1 KiB | 00m00s
- [ 7/23] Installing pcre2-utf16-0:10.46- 100% | 102.1 MiB/s | 627.2 KiB | 00m00s
- [ 8/23] Installing pcre2-devel-0:10.46- 100% | 63.4 MiB/s | 2.1 MiB | 00m00s
- [ 9/23] Installing publicsuffix-list-0: 100% | 83.8 MiB/s | 343.2 KiB | 00m00s
- [10/23] Installing libpsl-devel-0:0.21. 100% | 55.5 MiB/s | 113.6 KiB | 00m00s
- [11/23] Installing libverto-devel-0:0.3 100% | 25.7 MiB/s | 26.4 KiB | 00m00s
- [12/23] Installing libsepol-devel-0:3.8 100% | 12.5 MiB/s | 128.3 KiB | 00m00s
- [13/23] Installing libselinux-devel-0:3 100% | 19.7 MiB/s | 161.6 KiB | 00m00s
- [14/23] Installing libcom_err-devel-0:1 100% | 571.0 KiB/s | 18.3 KiB | 00m00s
- [15/23] Installing keyutils-libs-devel- 100% | 3.4 MiB/s | 55.2 KiB | 00m00s
- [16/23] Installing openssl-devel-1:3.2. 100% | 62.6 MiB/s | 5.2 MiB | 00m00s
- [17/23] Installing libnghttp2-devel-0:1 100% | 57.9 MiB/s | 296.5 KiB | 00m00s
- [18/23] Installing libidn2-devel-0:2.3. 100% | 38.3 MiB/s | 156.7 KiB | 00m00s
- [19/23] Installing libkadm5-0:1.21.3-6. 100% | 30.1 MiB/s | 215.9 KiB | 00m00s
- [20/23] Installing krb5-devel-0:1.21.3- 100% | 14.5 MiB/s | 715.2 KiB | 00m00s
- [21/23] Installing brotli-0:1.2.0-1.fc4 100% | 983.8 KiB/s | 34.4 KiB | 00m00s
- [22/23] Installing brotli-devel-0:1.2.0 100% | 8.3 MiB/s | 68.4 KiB | 00m00s
- [23/23] Installing libcurl-devel-0:8.11 100% | 10.7 MiB/s | 1.4 MiB | 00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libcurl-devel"
- libcurl-devel-8.11.1-7.fc42.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved camomile.2.0.0 (cached)
-> retrieved cry.1.0.3 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-libcurl.2
-> retrieved dune.3.22.1, dune-build-info.3.22.1, dune-configurator.3.22.1, dune-private-libs.3.22.1, dune-site.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.1 (cached)
-> retrieved fileutils.0.6.6 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved liquidsoap.2.4.0, liquidsoap-lang.2.4.0 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved mem_usage.0.1.3 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved metadata.0.3.2 (cached)
-> retrieved mm.0.8.6 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocurl.0.9.2 (cached)
-> retrieved pp.2.0.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_globalize.v0.17.2 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppx_string.v0.17.0 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved xml-light.2.5 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.22.1
-> installed camlp-streams.5.0.1
-> installed cry.1.0.3
-> installed csexp.1.5.2
-> installed dune-build-info.3.22.1
-> installed fs-io.3.22.1
-> installed gen.1.1
-> installed magic-mime.1.3.1
-> installed mem_usage.0.1.3
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed metadata.0.3.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ordering.3.22.1
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed top-closure.3.22.1
-> installed xml-light.2.5
-> installed ocurl.0.9.2
-> installed dune-configurator.3.22.1
-> installed fileutils.0.6.6
-> installed dyn.3.22.1
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed mm.0.8.6
-> installed uri.4.4.0
-> installed stdune.3.22.1
-> installed menhir.20260209
-> installed base.v0.17.3
-> installed dune-private-libs.3.22.1
-> installed dune-site.3.22.1
-> installed camomile.2.0.0
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_cold.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed sedlex.3.7
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_base.v0.17.0
-> installed ppx_string.v0.17.0
-> installed liquidsoap-lang.2.4.0
-> installed liquidsoap.2.4.0
Done.
<><> liquidsoap.2.4.0 installed successfully ><><><><><><><><><><><><><><><><><>
=> ✨ Congratulations on installing liquidsoap! ✨
=> We noticed that you did not install the ffmpeg package. This package is
highly recommended for most users and provides a lot of useful features,
including decoding and encoding multiple media format, sending and
receiving from various inputs and outputs and more.
=> We noticed that you did not install any ssl or tls support. Liquidsoap won't
be able to use SSL encryption in its input or output operators. You might want
to install one of ssl or tls-liquidsoap package.
# To update the current shell environment, run: eval $(opam env)
2026-04-10 14:52.49 ---> saved as "3b0dffd29c2930a77add8cdec81406da4d0e05b1e583d1a1c6b545650118cefa"
Job succeeded
2026-04-10 14:52.58: Job succeeded