(not at the head of any monitored branch or PR)
2025-10-31 15:27.09: New job: build ffmpeg-av.1.2.7, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28810/head (1ad1c6b061983bdeb27a2757dca4d07fcd0c892a)
                              on alpine-3.22-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/28810/head" && git reset --hard 1ad1c6b0
git fetch origin master
git merge --no-edit 8a528d6bb48e4be260fb670a1754df39a1192147
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-5.4@sha256:cead6964859c0373a008430f7d1b0901ec20f02e84abd12964ccc7a6b27c7dba
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-av.1.2.7 1.2.7
RUN opam reinstall ffmpeg-av.1.2.7; \
    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-av.1.2.7' && 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 .

2025-10-31 15:27.09: Using cache hint "ocaml/opam:alpine-3.22-ocaml-5.4@sha256:cead6964859c0373a008430f7d1b0901ec20f02e84abd12964ccc7a6b27c7dba-ffmpeg-av.1.2.7-1ad1c6b061983bdeb27a2757dca4d07fcd0c892a"
2025-10-31 15:27.09: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:cead6964859c0373a008430f7d1b0901ec20f02e84abd12964ccc7a6b27c7dba)
 (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-av.1.2.7 1.2.7"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ffmpeg-av.1.2.7;\
             \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-av.1.2.7' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-10-31 15:27.09: Waiting for resource in pool OCluster
2025-10-31 19:07.08: Waiting for worker…
2025-10-31 19:17.55: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
Updating files:  82% (15360/18674)
Updating files:  83% (15500/18674)
Updating files:  84% (15687/18674)
Updating files:  85% (15873/18674)
Updating files:  86% (16060/18674)
Updating files:  87% (16247/18674)
Updating files:  88% (16434/18674)
Updating files:  89% (16620/18674)
Updating files:  90% (16807/18674)
Updating files:  91% (16994/18674)
Updating files:  92% (17181/18674)
Updating files:  93% (17367/18674)
Updating files:  94% (17554/18674)
Updating files:  95% (17741/18674)
Updating files:  96% (17928/18674)
Updating files:  97% (18114/18674)
Updating files:  98% (18301/18674)
Updating files:  99% (18488/18674)
Updating files: 100% (18674/18674)
Updating files: 100% (18674/18674), done.
HEAD is now at 8a528d6bb4 Merge pull request #28792 from dbuenzli/odig
Updating 8a528d6bb4..1ad1c6b061
Fast-forward
 packages/ffmpeg-av/ffmpeg-av.1.2.7/opam            | 51 ++++++++++++++++++++++
 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.2.7/opam  | 50 +++++++++++++++++++++
 .../ffmpeg-avdevice/ffmpeg-avdevice.1.2.7/opam     | 50 +++++++++++++++++++++
 .../ffmpeg-avfilter/ffmpeg-avfilter.1.2.7/opam     | 50 +++++++++++++++++++++
 packages/ffmpeg-avutil/ffmpeg-avutil.1.2.7/opam    | 50 +++++++++++++++++++++
 .../ffmpeg-swresample/ffmpeg-swresample.1.2.7/opam | 51 ++++++++++++++++++++++
 packages/ffmpeg-swscale/ffmpeg-swscale.1.2.7/opam  | 50 +++++++++++++++++++++
 packages/ffmpeg/ffmpeg.1.2.7/opam                  | 43 ++++++++++++++++++
 8 files changed, 395 insertions(+)
 create mode 100644 packages/ffmpeg-av/ffmpeg-av.1.2.7/opam
 create mode 100644 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.2.7/opam
 create mode 100644 packages/ffmpeg-avdevice/ffmpeg-avdevice.1.2.7/opam
 create mode 100644 packages/ffmpeg-avfilter/ffmpeg-avfilter.1.2.7/opam
 create mode 100644 packages/ffmpeg-avutil/ffmpeg-avutil.1.2.7/opam
 create mode 100644 packages/ffmpeg-swresample/ffmpeg-swresample.1.2.7/opam
 create mode 100644 packages/ffmpeg-swscale/ffmpeg-swscale.1.2.7/opam
 create mode 100644 packages/ffmpeg/ffmpeg.1.2.7/opam

(from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:cead6964859c0373a008430f7d1b0901ec20f02e84abd12964ccc7a6b27c7dba)
Unable to find image 'ocaml/opam:alpine-3.22-ocaml-5.4@sha256:cead6964859c0373a008430f7d1b0901ec20f02e84abd12964ccc7a6b27c7dba' locally
docker.io/ocaml/opam@sha256:cead6964859c0373a008430f7d1b0901ec20f02e84abd12964ccc7a6b27c7dba: Pulling from ocaml/opam
2d35ebdb57d9: Already exists
4eef589852a3: Already exists
9bcbf19aa70e: Already exists
c27157cc8c0d: Already exists
8eb40fc9ec7b: Already exists
cf28fbda269d: Already exists
bdb05ad1bb03: Already exists
14b089059d7b: Already exists
8fba92877dbb: Already exists
b46b8c2b2e76: Already exists
6e22a71fa64d: Already exists
57375934bb96: Already exists
b4f6bb5c0f20: Already exists
b2fc62cd8fbc: Already exists
7a0f13ad78e0: Already exists
7a0f13ad78e0: Already exists
ff2cbba2e04f: Already exists
4f4fb700ef54: Already exists
0ebb92083690: Already exists
fce6f0ff7338: Already exists
05b5b4c2e992: Already exists
4bdc1b431f87: Already exists
d992157dc4b1: Already exists
757b1efd9306: Already exists
798bf595c8e6: Already exists
0d5cf3fc10ce: Already exists
de5ea13284c8: Already exists
86403a7e4992: Already exists
edbc11dab9a6: Already exists
bf5b16d78e83: Already exists
9f0f42f247a1: Already exists
f0e12171732e: Already exists
99210116940b: Already exists
5ea788f47c98: Already exists
5722023b7876: Already exists
f2bc8a7e29e1: Already exists
2071170cb80a: Pulling fs layer
8c1ec06b11a5: Pulling fs layer
51057c7cd848: Pulling fs layer
db0ae021e9b6: Pulling fs layer
fd10f6820808: Pulling fs layer
9ec10a2cfd49: Pulling fs layer
db0ae021e9b6: Waiting
fd10f6820808: Waiting
9ec10a2cfd49: Waiting
8c1ec06b11a5: Verifying Checksum
8c1ec06b11a5: Download complete
2071170cb80a: Verifying Checksum
2071170cb80a: Download complete
db0ae021e9b6: Verifying Checksum
db0ae021e9b6: Download complete
fd10f6820808: Verifying Checksum
fd10f6820808: Download complete
9ec10a2cfd49: Verifying Checksum
9ec10a2cfd49: Download complete
2071170cb80a: Pull complete
8c1ec06b11a5: Pull complete
51057c7cd848: Verifying Checksum
51057c7cd848: Download complete
51057c7cd848: Pull complete
db0ae021e9b6: Pull complete
fd10f6820808: Pull complete
9ec10a2cfd49: Pull complete
Digest: sha256:cead6964859c0373a008430f7d1b0901ec20f02e84abd12964ccc7a6b27c7dba
Status: Downloaded newer image for ocaml/opam@sha256:cead6964859c0373a008430f7d1b0901ec20f02e84abd12964ccc7a6b27c7dba
2025-10-31 19:18.30 ---> saved as "4a44d01e43c817a9c11d60c43046daca8897036d27e3c57fb40679493f986a03"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-10-31 19:18.34 ---> saved as "5f87fe7276ee683229209193e7bc19f21147d6c8cd1afaa31dd5968499c11993"

/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
[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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-31 19:19.10 ---> saved as "a60f22fcd0c51eb5b13ccbf903e46ecb02be7701c10134dc21fc15549fe27a36"

/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~alpha1
# 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       5.4
# invariant            ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2025-10-31 19:19.14 ---> saved as "dac7ba4226316757255b114f64cf8da9522c0944870b3161dd535382d36ea60d"

/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/"))
2025-10-31 19:19.30 ---> saved as "4cad8036b6d2af85539173891df762fafcf4da7ac1d87d56d020e79f67aa441e"

/home/opam: (copy (src .) (dst opam-repository/))
2025-10-31 19:19.59 ---> saved as "59a34d651f13f3e2ccfa636591c1882e2b4c0de8c6eeefb50caff37c4702fa13"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-10-31 19:20.27 ---> saved as "3b34b3b28fe5150e86e9ef02da002891a17ab8ddf221e5f1cdaf98b44f9610ce"

/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.2-114-g3bc4c29c93b [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.2-114-g3bc4c29c93b [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v20251016-1266-g047b564ce73 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20251016-1268-g9d61fc9b72d [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20251016-1270-g7a1d6d5409c [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 59816 distinct packages available
2025-10-31 19:20.32 ---> saved as "62fd7732cd007a408def74db492f227c80f4bf001c3fa39acabe5dfffc2f2afd"

/home/opam: (run (shell "opam pin add -k version -yn ffmpeg-av.1.2.7 1.2.7"))
ffmpeg-av is now pinned to version 1.2.7
2025-10-31 19:20.39 ---> saved as "21cfe371f839f5690603baedb31d1afdc4afe6c08868635248098d6bc4dbc3d3"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ffmpeg-av.1.2.7;\
                        \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-av.1.2.7' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ffmpeg-av.1.2.7 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
  - install conf-ffmpeg       1              [required by ffmpeg-av]
  - install conf-pkg-config   4              [required by ffmpeg-av]
  - install csexp             1.5.2          [required by dune-configurator]
  - install dune              3.20.2         [required by ffmpeg-av]
  - install dune-configurator 3.20.2         [required by ffmpeg-av]
  - install ffmpeg-av         1.2.7 (pinned)
  - install ffmpeg-avcodec    1.2.7          [required by ffmpeg-av]
  - install ffmpeg-avutil     1.2.7          [required by ffmpeg-av]

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.47-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.5-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-r0)
- (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-r19.trigger
- Executing glib-2.84.4-r0.trigger
- OK: 424 MiB in 200 packages

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-ffmpeg.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved ffmpeg-av.1.2.7, ffmpeg-avcodec.1.2.7, ffmpeg-avutil.1.2.7  (cached)
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed dune-configurator.3.20.2
-> installed ffmpeg-avutil.1.2.7
-> installed ffmpeg-avcodec.1.2.7
-> installed ffmpeg-av.1.2.7
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-31 19:21.51 ---> saved as "4957b6042d52b25e7f23d9d98741f7a89b526f8f18f587f98d924f1a9162fa2e"
Job succeeded
2025-10-31 19:22.37: Job succeeded