- github
- ocaml
- opam-repository
- d2c2fd
- distributions,alpine-3.22-ocaml-4.14,ffmpeg-avcodec.1.3.0
(not at the head of any monitored branch or PR)
2026-04-10 14:44.28: New job: build ffmpeg-avcodec.1.3.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (d2c2fde7ed0f03ab1c97ec11eae2846e1c000577)
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 d2c2fde7
git fetch origin master
git merge --no-edit 812fb968341c1eec82e23a29dcf794db8f990936
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-avcodec.1.3.0 1.3.0
RUN opam reinstall ffmpeg-avcodec.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-avcodec.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-10 14:44.28: Using cache hint "ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216-ffmpeg-avcodec.1.3.0-d2c2fde7ed0f03ab1c97ec11eae2846e1c000577"
2026-04-10 14:44.28: 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-avcodec.1.3.0 1.3.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ffmpeg-avcodec.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-avcodec.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-10 14:44.28: Waiting for resource in pool OCluster
2026-04-10 14:53.51: Waiting for worker…
2026-04-10 14:58.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:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)
2026-04-10 14:58.12 ---> 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-10 14:58.12 ---> 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.
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-10 14:58.12 ---> 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 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-04-10 14:58.12 ---> 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-10 14:58.12 ---> using "be1c70f0be6391803fdc2f3adb75bd0fc31dd6c9a80328fabfc5d1e074dcb1ff" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 14:58.13 ---> using "be0ca5addab21100e87ae11224376295e26c45889a78e3557091de645b7d2d3e" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-10 14:58.17 ---> saved as "d3ddfac2510836932b4ca51979aca5104247a2d5acabcb27855e6e7a19d7e01c"
/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-117-gdc69103eba9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.3-117-gdc69103eba9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v20260127-7363-gbc5f7688afb [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-7357-g41c1b19208a [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-7356-geefd052e6b8 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 61285 distinct packages available
2026-04-10 14:58.21 ---> saved as "3005e44bc661fcb123360f9760a834d94c3b84daafb70394b2d585dbc75778bd"
/home/opam: (run (shell "opam pin add -k version -yn ffmpeg-avcodec.1.3.0 1.3.0"))
ffmpeg-avcodec is now pinned to version 1.3.0
2026-04-10 14:58.21 ---> saved as "be08717f1fb89575fdaa4fcd32d634a42cd2c5afc407305069f35846f09c4277"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ffmpeg-avcodec.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-avcodec.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-avcodec.1.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
- install conf-ffmpeg 1 [required by ffmpeg-avcodec]
- install conf-pkg-config 4 [required by ffmpeg-avcodec]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.22.1 [required by ffmpeg-avcodec]
- install dune-configurator 3.22.1 [required by ffmpeg-avcodec]
- install ffmpeg-avcodec 1.3.0 (pinned)
- install ffmpeg-avutil 1.3.0 [required by ffmpeg-avcodec]
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)
- (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.56-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
- OK: 423 MiB in 199 packages
<><> 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-avcodec.1.3.0, 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
-> installed ffmpeg-avcodec.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-10 14:59.30 ---> saved as "19680bbb65f69155aea0b2d97bfc05e0fde94d6aad983991e3b3bf3bdf0c2eb1"
Job succeeded
2026-04-10 14:59.36: Job succeeded