- github
- ocaml
- opam-repository
- 04bb69
- distributions,alpine-3.22-ocaml-4.14,ffmpeg-avutil.1.3.0
(not at the head of any monitored branch or PR)
2026-04-13 14:55.05: New job: build ffmpeg-avutil.1.3.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (04bb6962c1b0506de5a277289b857c4093d55649)
on alpine-3.22-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/29703/head" && git reset --hard 04bb6962
git fetch origin master
git merge --no-edit ba4685aeec7b28fde6af30c7b83004704c68c86a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216
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 ffmpeg-avutil.1.3.0 1.3.0
RUN opam reinstall ffmpeg-avutil.1.3.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 "\"alpine-3.22\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ffmpeg-avutil.1.3.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-13 14:55.05: Using cache hint "ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216-ffmpeg-avutil.1.3.0-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.05: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)
(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 ffmpeg-avutil.1.3.0 1.3.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ffmpeg-avutil.1.3.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 \"\\\"alpine-3.22\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ffmpeg-avutil.1.3.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-13 14:55.05: Waiting for resource in pool OCluster
2026-04-13 15:53.22: Waiting for worker…
2026-04-13 15:58.14: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at ba4685aeec Merge pull request #29653 from yakobowski/camlidl
Merge made by the 'ort' strategy.
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:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)
Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216' locally
docker.io/ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216: Pulling from ocaml/opam
2d35ebdb57d9: Pulling fs layer
adfc86c1accf: Pulling fs layer
d09377907434: Pulling fs layer
a699cf44908b: Pulling fs layer
c088e74f1f31: Pulling fs layer
7e99e6eaa847: Pulling fs layer
db4b89a22482: Pulling fs layer
f1f17593da04: Pulling fs layer
bb79fbf72548: Pulling fs layer
cf69890848e3: Pulling fs layer
a699cf44908b: Waiting
80e325d6146c: Pulling fs layer
66a526c41d4c: Pulling fs layer
347d38b311ac: Pulling fs layer
984612fde4c4: Pulling fs layer
c088e74f1f31: Waiting
f1f17593da04: Waiting
0ac0da982daa: Pulling fs layer
db4b89a22482: Waiting
209c9bca9b0e: Pulling fs layer
7e99e6eaa847: Waiting
3d3356d548ff: Pulling fs layer
bb79fbf72548: Waiting
c072da09f122: Pulling fs layer
cf69890848e3: Waiting
4f4fb700ef54: Pulling fs layer
eff3d806a4a8: Pulling fs layer
f5c413f5234b: Pulling fs layer
66a526c41d4c: Waiting
09ddc5430e22: Pulling fs layer
347d38b311ac: Waiting
80e325d6146c: Waiting
984612fde4c4: Waiting
2c7c283b1afc: Pulling fs layer
0ac0da982daa: Waiting
209c9bca9b0e: Waiting
4af9a971b585: Pulling fs layer
c072da09f122: Waiting
df8d9be3e30d: Pulling fs layer
eff3d806a4a8: Waiting
4f4fb700ef54: Waiting
3d3356d548ff: Waiting
5e55ae3325a7: Pulling fs layer
635cb27b4304: Pulling fs layer
2c7c283b1afc: Waiting
4af9a971b585: Waiting
898fbde8ad42: Pulling fs layer
635cb27b4304: Waiting
df8d9be3e30d: Waiting
66c0ffc92413: Pulling fs layer
f5c413f5234b: Waiting
c8cca855638d: Pulling fs layer
66c0ffc92413: Waiting
898fbde8ad42: Waiting
45d2501a899c: Pulling fs layer
10b0fe6926c2: Pulling fs layer
c8cca855638d: Waiting
0a1d7b83a687: Pulling fs layer
2c3441915309: Pulling fs layer
0a1d7b83a687: Waiting
5e55ae3325a7: Waiting
3d1a575b1bb0: Pulling fs layer
6e5fa830b59d: Pulling fs layer
3d1a575b1bb0: Waiting
72225f5a6449: Pulling fs layer
2c3441915309: Waiting
10b0fe6926c2: Waiting
5a8b6a59afe3: Pulling fs layer
72225f5a6449: Waiting
81299dd100ce: Pulling fs layer
6e5fa830b59d: Waiting
5a8b6a59afe3: Waiting
ad267db4d3a7: Pulling fs layer
de32f8de692b: Pulling fs layer
de32f8de692b: Waiting
81299dd100ce: Waiting
ad267db4d3a7: Waiting
adfc86c1accf: Verifying Checksum
adfc86c1accf: Download complete
2d35ebdb57d9: Verifying Checksum
2d35ebdb57d9: Download complete
d09377907434: Verifying Checksum
d09377907434: Download complete
2d35ebdb57d9: Pull complete
adfc86c1accf: Pull complete
d09377907434: Pull complete
c088e74f1f31: Verifying Checksum
c088e74f1f31: Download complete
7e99e6eaa847: Verifying Checksum
7e99e6eaa847: Download complete
db4b89a22482: Verifying Checksum
db4b89a22482: Download complete
a699cf44908b: Verifying Checksum
a699cf44908b: Download complete
bb79fbf72548: Verifying Checksum
bb79fbf72548: Download complete
f1f17593da04: Verifying Checksum
f1f17593da04: Download complete
cf69890848e3: Verifying Checksum
cf69890848e3: Download complete
80e325d6146c: Verifying Checksum
80e325d6146c: Download complete
66a526c41d4c: Download complete
347d38b311ac: Download complete
984612fde4c4: Download complete
0ac0da982daa: Verifying Checksum
0ac0da982daa: Download complete
209c9bca9b0e: Verifying Checksum
209c9bca9b0e: Download complete
3d3356d548ff: Verifying Checksum
3d3356d548ff: Download complete
c072da09f122: Verifying Checksum
c072da09f122: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
eff3d806a4a8: Verifying Checksum
eff3d806a4a8: Download complete
f5c413f5234b: Verifying Checksum
f5c413f5234b: Download complete
09ddc5430e22: Verifying Checksum
09ddc5430e22: Download complete
2c7c283b1afc: Verifying Checksum
2c7c283b1afc: Download complete
4af9a971b585: Verifying Checksum
4af9a971b585: Download complete
df8d9be3e30d: Download complete
5e55ae3325a7: Verifying Checksum
5e55ae3325a7: Download complete
635cb27b4304: Download complete
898fbde8ad42: Verifying Checksum
898fbde8ad42: Download complete
66c0ffc92413: Verifying Checksum
66c0ffc92413: Download complete
c8cca855638d: Verifying Checksum
c8cca855638d: Download complete
45d2501a899c: Download complete
0a1d7b83a687: Download complete
3d1a575b1bb0: Verifying Checksum
3d1a575b1bb0: Download complete
6e5fa830b59d: Download complete
72225f5a6449: Download complete
a699cf44908b: Pull complete
2c3441915309: Verifying Checksum
2c3441915309: Download complete
c088e74f1f31: Pull complete
7e99e6eaa847: Pull complete
81299dd100ce: Verifying Checksum
81299dd100ce: Download complete
db4b89a22482: Pull complete
f1f17593da04: Pull complete
bb79fbf72548: Pull complete
cf69890848e3: Pull complete
80e325d6146c: Pull complete
ad267db4d3a7: Verifying Checksum
ad267db4d3a7: Download complete
66a526c41d4c: Pull complete
347d38b311ac: Pull complete
984612fde4c4: Pull complete
0ac0da982daa: Pull complete
209c9bca9b0e: Pull complete
3d3356d548ff: Pull complete
c072da09f122: Pull complete
4f4fb700ef54: Pull complete
eff3d806a4a8: Pull complete
f5c413f5234b: Pull complete
09ddc5430e22: Pull complete
2c7c283b1afc: Pull complete
4af9a971b585: Pull complete
df8d9be3e30d: Pull complete
5e55ae3325a7: Pull complete
635cb27b4304: Pull complete
898fbde8ad42: Pull complete
66c0ffc92413: Pull complete
c8cca855638d: Pull complete
45d2501a899c: Pull complete
de32f8de692b: Verifying Checksum
de32f8de692b: Download complete
5a8b6a59afe3: Verifying Checksum
5a8b6a59afe3: Download complete
10b0fe6926c2: Verifying Checksum
10b0fe6926c2: Download complete
10b0fe6926c2: Pull complete
0a1d7b83a687: Pull complete
2c3441915309: Pull complete
3d1a575b1bb0: Pull complete
6e5fa830b59d: Pull complete
72225f5a6449: Pull complete
5a8b6a59afe3: Pull complete
81299dd100ce: Pull complete
ad267db4d3a7: Pull complete
de32f8de692b: Pull complete
Digest: sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216
Status: Downloaded newer image for ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216
2026-04-13 15:58.18 ---> using "d1cef22083ba59d6db4e2f107091c68dd70ebdcc64c3894ad7db7be62ad17f4a" 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-13 15:58.18 ---> using "d2cb172e755b5e8a0ee24e133445a3ea22478f4e48886729c76cbcde08270342" 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-13 15:58.18 ---> using "4b7ed401555204d1f183307388cb649d473c8a52ff80ce2f5a4e8504a88269c7" 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=alpine os-version=3.22.2
# 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-04-13 15:58.18 ---> using "9b1883465557a61ecd00e6282d59de098d32d80cc71a923a8ed0faa5af1a02e7" 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-13 15:58.18 ---> using "be1c70f0be6391803fdc2f3adb75bd0fc31dd6c9a80328fabfc5d1e074dcb1ff" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 15:58.19 ---> using "fe0c91f23768935accf6d6b0b51294e84173f6f0c7dec5c9522c38eed838a2d4" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 15:58.32 ---> saved as "570b11eef0113f426b95c26ec4236b14243e163b1aa4c1f623b42c0e6fc40f17"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.22.3-129-g341e57f0802 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.3-128-g7aa4fcdb626 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v20260127-7600-g0343799335b [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-7608-g32d4cee2747 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-7605-g2bc75dc7142 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 61342 distinct packages available
2026-04-13 15:59.01 ---> saved as "090558a77194d60a24afa8d34f1fe6a2d4dd1aba800b90f45d6533ad64589b48"
/home/opam: (run (shell "opam pin add -k version -yn ffmpeg-avutil.1.3.0 1.3.0"))
ffmpeg-avutil is now pinned to version 1.3.0
2026-04-13 15:59.02 ---> saved as "8114f06729ff9ec5ac2d1f30f062735ffe6fb94f028545c894bb6cf1dd45aea6"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ffmpeg-avutil.1.3.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 \"\\\"alpine-3.22\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ffmpeg-avutil.1.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ffmpeg-avutil.1.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 6 packages
- install conf-ffmpeg 1 [required by ffmpeg-avutil]
- install conf-pkg-config 4 [required by ffmpeg-avutil]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.22.1 [required by ffmpeg-avutil]
- install dune-configurator 3.22.1 [required by ffmpeg-avutil]
- install ffmpeg-avutil 1.3.0 (pinned)
The following system packages will first need to be installed:
ffmpeg-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apk to install them (may need root/sudo access)
2. Display the recommended apk 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 "apk" "add" "ffmpeg-dev"
- (1/97) Installing libSvtAv1Enc (2.3.0-r0)
- ERROR: libSvtAv1Enc-2.3.0-r0: temporary error (try again later)
- (2/97) Installing aom-libs (3.12.1-r0)
- (3/97) Installing hwdata-pci (0.395-r0)
- (4/97) Installing libpciaccess (0.18.1-r0)
- (5/97) Installing libdrm (2.4.124-r0)
- (6/97) Installing libxext (1.3.6-r2)
- (7/97) Installing libxfixes (6.0.1-r4)
- (8/97) Installing wayland-libs-client (1.23.1-r3)
- (9/97) Installing libva (2.22.0-r1)
- (10/97) Installing libvdpau (1.5-r4)
- (11/97) Installing onevpl-libs (2023.3.1-r2)
- (12/97) Installing ffmpeg-libavutil (6.1.2-r2)
- (13/97) Installing libdav1d (1.5.1-r0)
- (14/97) Installing openexr-libiex (3.3.2-r0)
- (15/97) Installing openexr-libilmthread (3.3.2-r0)
- (16/97) Installing imath (3.1.12-r0)
- (17/97) Installing libdeflate (1.23-r0)
- (18/97) Installing openexr-libopenexrcore (3.3.2-r0)
- (19/97) Installing openexr-libopenexr (3.3.2-r0)
- (20/97) Installing giflib (5.2.2-r1)
- (21/97) Installing libhwy (1.0.7-r1)
- (22/97) Installing libjpeg-turbo (3.1.0-r0)
- (23/97) Installing lcms2 (2.16-r0)
- (24/97) Installing libpng (1.6.57-r0)
- (25/97) Installing libjxl (0.10.3-r2)
- (26/97) Installing lame-libs (3.100-r5)
- (27/97) Installing opus (1.5.2-r1)
- (28/97) Installing rav1e-libs (0.7.1-r2)
- (29/97) Installing soxr (0.1.3-r7)
- (30/97) Installing ffmpeg-libswresample (6.1.2-r2)
- (31/97) Installing libogg (1.3.5-r5)
- (32/97) Installing libtheora (1.1.1-r18)
- (33/97) Installing libvorbis (1.3.7-r2)
- (34/97) Installing libvpx (1.15.0-r0)
- (35/97) Installing libsharpyuv (1.5.0-r0)
- (36/97) Installing libwebp (1.5.0-r0)
- (37/97) Installing libwebpmux (1.5.0-r0)
- (38/97) Installing x264-libs (0.164.3108-r0)
- (39/97) Installing numactl (2.0.18-r0)
- (40/97) Installing x265-libs (3.6-r0)
- (41/97) Installing xvidcore (1.3.7-r2)
- (42/97) Installing ffmpeg-libavcodec (6.1.2-r2)
- (43/97) Installing sdl3 (3.2.16-r0)
- (44/97) Installing sdl2-compat (2.32.56-r0)
- (45/97) Installing alsa-lib (1.2.14-r0)
- (46/97) Installing freetype (2.13.3-r0)
- (47/97) Installing fontconfig (2.15.0-r3)
- (48/97) Installing fribidi (1.0.16-r1)
- (49/97) Installing libintl (0.24.1-r0)
- (50/97) Installing libeconf (0.6.3-r0)
- (51/97) Installing libblkid (2.41-r9)
- (52/97) Installing libmount (2.41-r9)
- (53/97) Installing glib (2.84.4-r0)
- (54/97) Installing graphite2 (1.3.14-r6)
- (55/97) Installing harfbuzz (11.2.1-r0)
- (56/97) Installing libunibreak (6.1-r0)
- (57/97) Installing libass (0.17.3-r0)
- (58/97) Installing libbluray (1.3.4-r1)
- (59/97) Installing mpg123-libs (1.32.10-r0)
- (60/97) Installing libopenmpt (0.7.15-r0)
- (61/97) Installing cjson (1.7.19-r0)
- (62/97) Installing mbedtls (3.6.6-r0)
- (63/97) Installing librist (0.2.10-r1)
- (64/97) Installing libsrt (1.5.3-r1)
- (65/97) Installing libssh (0.11.2-r0)
- (66/97) Installing libxml2 (2.13.9-r0)
- (67/97) Installing libsodium (1.0.20-r1)
- (68/97) Installing libzmq (4.3.5-r2)
- (69/97) Installing ffmpeg-libavformat (6.1.2-r2)
- (70/97) Installing serd-libs (0.32.4-r0)
- (71/97) Installing zix-libs (0.6.2-r0)
- (72/97) Installing sord-libs (0.16.18-r0)
- (73/97) Installing sratom (0.6.18-r0)
- (74/97) Installing lilv-libs (0.24.26-r0)
- (75/97) Installing libdovi (3.3.1-r1)
- (76/97) Installing spirv-tools (1.4.313.0-r0)
- (77/97) Installing glslang-libs (1.4.309.0-r0)
- (78/97) Installing shaderc (2024.4-r0)
- (79/97) Installing vulkan-loader (1.4.313.0-r0)
- (80/97) Installing libplacebo (6.338.2-r3)
- (81/97) Installing ffmpeg-libpostproc (6.1.2-r2)
- (82/97) Installing ffmpeg-libswscale (6.1.2-r2)
- (83/97) Installing vidstab (1.1.1-r0)
- (84/97) Installing zimg (3.0.5-r3)
- (85/97) Installing ffmpeg-libavfilter (6.1.2-r2)
- (86/97) Installing libasyncns (0.8-r4)
- (87/97) Installing dbus-libs (1.16.2-r1)
- (88/97) Installing libltdl (2.5.4-r1)
- (89/97) Installing orc (0.4.40-r1)
- (90/97) Installing libflac (1.4.3-r1)
- (91/97) Installing libsndfile (1.2.2-r2)
- (92/97) Installing speexdsp (1.2.1-r2)
- (93/97) Installing tdb-libs (1.4.12-r0)
- (94/97) Installing libpulse (17.0-r5)
- (95/97) Installing v4l-utils-libs (1.28.1-r1)
- (96/97) Installing ffmpeg-libavdevice (6.1.2-r2)
- (97/97) Installing ffmpeg-dev (6.1.2-r2)
- Executing busybox-1.37.0-r20.trigger
- Executing glib-2.84.4-r0.trigger
- 1 error; 416 MiB in 198 packages
[ERROR] System package install failed with exit code 1 at command:
sudo apk add ffmpeg-dev
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> installed conf-ffmpeg.1
-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)
-> retrieved ffmpeg-avutil.1.3.0 (cached)
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed dune-configurator.3.22.1
-> installed ffmpeg-avutil.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 16:01.27 ---> saved as "9957d904354215f5612097d3049637c53879efc782d7ac4e0def72cbc981e4bf"
Job succeeded
2026-04-13 16:01.34: Job succeeded