(not at the head of any monitored branch or PR)
2026-04-10 14:44.28: New job: test ffmpeg-avcodec.1.3.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (d2c2fde7ed0f03ab1c97ec11eae2846e1c000577)
                              on opensuse-tumbleweed-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:opensuse-tumbleweed-ocaml-4.14@sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb
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 "\"opensuse-tumbleweed\""; 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
RUN (opam reinstall --with-test ffmpeg-avcodec.1.3.0) || true
RUN opam reinstall --with-test --verbose 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 "\"opensuse-tumbleweed\""; 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:opensuse-tumbleweed-ocaml-4.14@sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb-ffmpeg-avcodec.1.3.0-d2c2fde7ed0f03ab1c97ec11eae2846e1c000577"
2026-04-10 14:44.28: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb)
 (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 \"\\\"opensuse-tumbleweed\\\"\"; 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"))
 (run (network host)
      (shell "(opam reinstall --with-test ffmpeg-avcodec.1.3.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose 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 \"\\\"opensuse-tumbleweed\\\"\"; 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:50.29: Waiting for worker…
2026-04-10 14:53.33: 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:opensuse-tumbleweed-ocaml-4.14@sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb' locally
docker.io/ocaml/opam@sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb: Pulling from ocaml/opam
fc41f21d9906: Pulling fs layer
74de7de26973: Pulling fs layer
fc41f21d9906: Waiting
977b8fd43424: Pulling fs layer
74de7de26973: Waiting
bc011f5660da: Pulling fs layer
977b8fd43424: Waiting
989d1d52bdfe: Pulling fs layer
bc011f5660da: Waiting
c49432b29c7c: Pulling fs layer
989d1d52bdfe: Waiting
cc8b0058c550: Pulling fs layer
c49432b29c7c: Waiting
7758e8760c3d: Pulling fs layer
cc8b0058c550: Waiting
c3ea3e5f9002: Pulling fs layer
7758e8760c3d: Waiting
6a64e353b00e: Pulling fs layer
c3ea3e5f9002: Waiting
e1e5592b3d8c: Pulling fs layer
6a64e353b00e: Waiting
9366564a7496: Pulling fs layer
e1e5592b3d8c: Waiting
c595dcc6f1d2: Pulling fs layer
9366564a7496: Waiting
0d192c393bff: Pulling fs layer
c595dcc6f1d2: Waiting
efd2cea8d065: Pulling fs layer
0d192c393bff: Waiting
2a109816798d: Pulling fs layer
efd2cea8d065: Waiting
96623a7e963e: Pulling fs layer
2a109816798d: Waiting
ab4d40d5391e: Pulling fs layer
5a414b3f012b: Pulling fs layer
4f4fb700ef54: Pulling fs layer
96623a7e963e: Waiting
545e23963384: Pulling fs layer
146fa4d20101: Pulling fs layer
4f4fb700ef54: Waiting
5a414b3f012b: Waiting
ac834633b098: Pulling fs layer
146fa4d20101: Waiting
9528085c2427: Pulling fs layer
545e23963384: Waiting
ac834633b098: Waiting
eb68834eee94: Pulling fs layer
26ea7dcb5b98: Pulling fs layer
9528085c2427: Waiting
4be9510061a6: Pulling fs layer
26ea7dcb5b98: Waiting
1fc62853af7e: Pulling fs layer
eb68834eee94: Waiting
4be9510061a6: Waiting
b53f3f25a434: Pulling fs layer
1fc62853af7e: Waiting
cf5781c0982e: Pulling fs layer
6319330d9589: Pulling fs layer
b53f3f25a434: Waiting
cf5781c0982e: Waiting
0f65324d0260: Pulling fs layer
6319330d9589: Waiting
f9552d10f83c: Pulling fs layer
0f65324d0260: Waiting
8897e16c467c: Pulling fs layer
f9552d10f83c: Waiting
e08ec817c55c: Pulling fs layer
8897e16c467c: Waiting
98c97997c7d8: Pulling fs layer
897d050e8e26: Pulling fs layer
11a0532aa6d8: Pulling fs layer
1c246fb3ae0b: Pulling fs layer
98c97997c7d8: Waiting
0d41b4577b54: Pulling fs layer
11a0532aa6d8: Waiting
897d050e8e26: Waiting
2520c58720b6: Pulling fs layer
599a4d467d45: Pulling fs layer
0d41b4577b54: Waiting
5e63d2f217b5: Pulling fs layer
2520c58720b6: Waiting
599a4d467d45: Waiting
74de7de26973: Verifying Checksum
74de7de26973: Download complete
fc41f21d9906: Download complete
977b8fd43424: Verifying Checksum
977b8fd43424: Download complete
989d1d52bdfe: Download complete
c49432b29c7c: Verifying Checksum
c49432b29c7c: Download complete
cc8b0058c550: Verifying Checksum
cc8b0058c550: Download complete
7758e8760c3d: Verifying Checksum
7758e8760c3d: Download complete
fc41f21d9906: Pull complete
74de7de26973: Pull complete
977b8fd43424: Pull complete
c3ea3e5f9002: Verifying Checksum
c3ea3e5f9002: Download complete
6a64e353b00e: Verifying Checksum
6a64e353b00e: Download complete
e1e5592b3d8c: Verifying Checksum
e1e5592b3d8c: Download complete
9366564a7496: Verifying Checksum
9366564a7496: Download complete
c595dcc6f1d2: Verifying Checksum
c595dcc6f1d2: Download complete
0d192c393bff: Verifying Checksum
0d192c393bff: Download complete
efd2cea8d065: Verifying Checksum
efd2cea8d065: Download complete
2a109816798d: Download complete
96623a7e963e: Verifying Checksum
96623a7e963e: Download complete
ab4d40d5391e: Verifying Checksum
ab4d40d5391e: Download complete
5a414b3f012b: Verifying Checksum
5a414b3f012b: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
545e23963384: Verifying Checksum
545e23963384: Download complete
146fa4d20101: Verifying Checksum
146fa4d20101: Download complete
ac834633b098: Verifying Checksum
ac834633b098: Download complete
9528085c2427: Verifying Checksum
9528085c2427: Download complete
eb68834eee94: Verifying Checksum
eb68834eee94: Download complete
26ea7dcb5b98: Download complete
4be9510061a6: Download complete
1fc62853af7e: Verifying Checksum
1fc62853af7e: Download complete
b53f3f25a434: Verifying Checksum
b53f3f25a434: Download complete
cf5781c0982e: Verifying Checksum
cf5781c0982e: Download complete
6319330d9589: Verifying Checksum
6319330d9589: Download complete
0f65324d0260: Verifying Checksum
0f65324d0260: Download complete
f9552d10f83c: Verifying Checksum
f9552d10f83c: Download complete
8897e16c467c: Verifying Checksum
8897e16c467c: Download complete
bc011f5660da: Verifying Checksum
bc011f5660da: Download complete
98c97997c7d8: Download complete
897d050e8e26: Download complete
11a0532aa6d8: Download complete
1c246fb3ae0b: Verifying Checksum
1c246fb3ae0b: Download complete
0d41b4577b54: Verifying Checksum
0d41b4577b54: Download complete
2520c58720b6: Verifying Checksum
2520c58720b6: Download complete
599a4d467d45: Verifying Checksum
599a4d467d45: Download complete
5e63d2f217b5: Verifying Checksum
5e63d2f217b5: Download complete
bc011f5660da: Pull complete
989d1d52bdfe: Pull complete
c49432b29c7c: Pull complete
e08ec817c55c: Download complete
cc8b0058c550: Pull complete
7758e8760c3d: Pull complete
c3ea3e5f9002: Pull complete
6a64e353b00e: Pull complete
e1e5592b3d8c: Pull complete
9366564a7496: Pull complete
c595dcc6f1d2: Pull complete
0d192c393bff: Pull complete
efd2cea8d065: Pull complete
2a109816798d: Pull complete
96623a7e963e: Pull complete
ab4d40d5391e: Pull complete
5a414b3f012b: Pull complete
4f4fb700ef54: Pull complete
545e23963384: Pull complete
146fa4d20101: Pull complete
ac834633b098: Pull complete
9528085c2427: Pull complete
eb68834eee94: Pull complete
26ea7dcb5b98: Pull complete
4be9510061a6: Pull complete
1fc62853af7e: Pull complete
b53f3f25a434: Pull complete
cf5781c0982e: Pull complete
6319330d9589: Pull complete
0f65324d0260: Pull complete
f9552d10f83c: Pull complete
8897e16c467c: Pull complete
e08ec817c55c: Pull complete
98c97997c7d8: Pull complete
897d050e8e26: Pull complete
11a0532aa6d8: Pull complete
1c246fb3ae0b: Pull complete
0d41b4577b54: Pull complete
2520c58720b6: Pull complete
599a4d467d45: Pull complete
5e63d2f217b5: Pull complete
Digest: sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb
Status: Downloaded newer image for ocaml/opam@sha256:94d29e6f6c8f9abd391f1907d7e0f9bc245a8cba6e72f9919f147a5e3e5c2bdb
2026-04-10 14:53.35 ---> using "a472725830a8d9d64a54db751a4cccb006035dde2281fda46e152bcf69b0f0e6" 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:53.35 ---> using "9e5dadc4152b98c71763a00f6585fb54a2ba90bc0b339d0574260967f5a9ac94" 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.

Continue? [Y/n] y
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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-10 14:53.35 ---> using "56591135542c6387b081e2548cd671a16964b112a9cfbff7543d2011a6c6be67" 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=opensuse-tumbleweed os-version=20260331
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         2 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, 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.3
2026-04-10 14:53.35 ---> using "381a6c919b5892c77b30baf0a08ba342779aaf21f351d20fe0d11c5ef7bc71f5" 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:53.35 ---> using "6cdc168a83deb1f65e8b44a5db1b0d9132c5db1dcd39b006f2d33c7ff3b02648" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 14:53.36 ---> using "538cae40dd8323a831bf69413ad2ca3da165afecaa0e23208bde09d173dd1fe2" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-10 14:53.52 ---> saved as "953c0cfc4261858413b89386fbf49f7e4de7d545ae9702c9aa1fd5b24b67cfb6"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [.
- ..
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- .
- ....
- ..
- ...done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [.
- ...
- 
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- ....
- .
- .....
- ........
- .......
- .......
- .......
- .........
- .........
- .........
- ........
- .........
- .........
- .......
- ........
- .......
- .........
- .........
- .......
- .........
- .......
- ........
- ........
- .........
- .........
- .......
- ........
- ........
- ........
- ........
- .........
- ....done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-04-10 14:54.57 ---> saved as "8c223961c218c60878c187dd3f9a73105e6e924c210023a0368965f2373734af"

/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:54.58 ---> saved as "68b04f9cac3bf76e3204024825aa237b9377cc717095d6ab94e4988ec1a5573b"

/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 \"\\\"opensuse-tumbleweed\\\"\"; 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-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "ffmpeg-devel"
- Loading repository data...
- Reading installed packages...
- 'ffmpeg-devel' not found in package names. Trying capabilities.
- Resolving package dependencies...
- 
- The following 105 NEW packages are going to be installed:
-   ffmpeg-8-libavcodec-devel ffmpeg-8-libavdevice-devel ffmpeg-8-libavfilter-devel ffmpeg-8-libavformat-devel ffmpeg-8-libavutil-devel ffmpeg-8-libswresample-devel ffmpeg-8-libswscale-devel fontconfig libFLAC14 libSPIRV-Tools-2026_1 libSvtAv1Enc3 libXext6 libXfixes3 libaom3 libasound2 libass9 libavc1394-0 libavcodec62 libavdevice62 libavfilter11 libavformat62 libavutil60 libbluray3 libbrotlienc1 libbs2b0 libcdio19 libcdio_cdda2 libcdio_paranoia2 libcodec2-1_2 libcpuinfo-suse0 libdav1d7 libdbus-1-3 libdc1394-26 libdovi3 libdrm2 libfftw3-3 libfontconfig1 libfreetype6 libfribidi0 libglslang16 libgraphite2-3 libgsm1 libharfbuzz0 libhwy1 libiec61883-0 libjack0 libjxl0_11 liblcms2-2 liblilv-0-0 libmp3lame0 libmpg123-0 libmysofa1 libogg0 libopencore-amrnb0 libopencore-amrwb0 libopenh264-8 libopenjp2-7 libopenmpt0 libopus0 libpgm-5_3-0 libplacebo360 libpng16-16 libpulse0 librav1e0_8 libraw1394-11 librist4 librubberband3 libserd-0-0 libshaderc_shared1 libsharpyuv0 libsndfile1 libsodium26 libsord-0-0 libsoxr0 libspeex1 libsratom-0-0 libsrt1_5 libswresample6 libswscale9 libtheoradec2 libtheoraenc2 libtwolame0 libudfread3 libunibreak6 libunwind8 libva-drm2 libva-x11-2 libva2 libvdpau1 libvidstab1_2 libvmaf3 libvo-amrwbenc0 libvorbis0 libvorbisenc2 libvorbisfile3 libvpl2 libvpx12 libvulkan1 libwebp7 libwebpmux3 libxvidcore4 libzimg2 libzix-0-0 libzmq5 libzvbi0
- 
- 105 new packages to install.
- 
- Package download size:    32.1 MiB
- 
- Package install size change:
-               |      88.0 MiB  required by packages that will be installed
-     88.0 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: libshaderc_shared1-2026.1-1.2.x86_64.rpm [done]
- .
- Preloading: libcdio_paranoia2-10.2+2.0.1-1.15.x86_64.rpm [done]
- .
- Preloading: libsord-0-0-0.16.20-1.2.x86_64.rpm [done]
- .
- Preloading: libva-drm2-2.23.0-1.3.x86_64.rpm [done]
- .
- Preloading: libva-x11-2-2.23.0-1.3.x86_64.rpm [done]
- .
- .
- Preloading: libvorbisenc2-1.3.7-5.4.x86_64.rpm [done]
- .
- Preloading: libfreetype6-2.14.2-2.2.x86_64.rpm [done]
- .
- Preloading: libavc1394-0-0.5.4-20.5.x86_64.rpm [done]
- ..
- Preloading: libvorbisfile3-1.3.7-5.4.x86_64.rpm [done]
- .
- Preloading: libzmq5-4.3.5-1.8.x86_64.rpm [done]
- .
- Preloading: libdc1394-26-2.2.7-2.5.x86_64.rpm [done]
- .
- Preloading: libiec61883-0-1.2.0-9.2.x86_64.rpm [done]
- .
- .
- Preloading: libFLAC14-1.5.0-1.3.x86_64.rpm [done]
- .
- Preloading: libharfbuzz0-12.3.2-1.2.x86_64.rpm [done]
- .
- Preloading: libzvbi0-0.2.44-1.3.x86_64.rpm [done]
- .
- Preloading: libwebp7-1.6.0-1.3.x86_64.rpm [done]
- .
- Preloading: libtheoraenc2-1.2.0-2.2.x86_64.rpm [done]
- .
- Preloading: librubberband3-4.0.0-1.2.x86_64.rpm [done]
- .
- Preloading: libSvtAv1Enc3-3.0.1-1.2.x86_64.rpm [done]
- .
- Preloading: libcdio_cdda2-10.2+2.0.1-1.15.x86_64.rpm [done]
- ..
- Preloading: libvorbis0-1.3.7-5.4.x86_64.rpm [done]
- .
- Preloading: libzix-0-0-0.8.0-1.2.x86_64.rpm [done]
- .
- Preloading: libglslang16-16.2.0-1.3.x86_64.rpm [done]
- .
- Preloading: libvdpau1-1.5-5.2.x86_64.rpm [done]
- .
- .
- Preloading: libjxl0_11-0.11.2-1.2.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libavfilter-devel-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: libavdevice62-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libavformat-devel-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: libzimg2-3.0.6+20250919.gdf9c147-1.2.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libavutil-devel-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libavdevice-devel-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libavcodec-devel-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libswscale-devel-8.1-2.1.x86_64.rpm [done]
- ..
- Preloading: libavformat62-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libswresample-devel-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: libavfilter11-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: liblilv-0-0-0.26.2-1.2.x86_64.rpm [done]
- .
- Preloading: libpulse0-17.0-6.3.x86_64.rpm [done]
- .
- Preloading: libswresample6-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: libswscale9-8.1-2.1.x86_64.rpm [done]
- .
- 
- Preloading: libaom3-3.13.1-2.2.x86_64.rpm [done]
- ..
- Preloading: libxvidcore4-1.3.7-4.2.x86_64.rpm [done]
- .
- Preloading: libass9-0.17.4-1.4.x86_64.rpm [done]
- .
- Preloading: libbluray3-1.4.0-1.2.x86_64.rpm [done]
- .
- Preloading: libsndfile1-1.2.2-4.2.x86_64.rpm [done]
- .
- Preloading: libplacebo360-7.360.1-1.2.x86_64.rpm [done]
- .
- Preloading: libsratom-0-0-0.6.20-1.2.x86_64.rpm [done]
- ..
- Preloading: libopenmpt0-0.8.6-1.1.x86_64.rpm [done]
- .
- Preloading: libwebpmux3-1.6.0-1.3.x86_64.rpm [done]
- .
- Preloading: fontconfig-2.17.1-1.1.x86_64.rpm [done]
- .
- Preloading: libfontconfig1-2.17.1-1.1.x86_64.rpm [done]
- .
- .
- Preloading: libavutil60-8.1-2.1.x86_64.rpm [done]
- ..
- Preloading: libogg0-1.3.6-1.2.x86_64.rpm [done]
- .
- .
- Preloading: libfftw3-3-3.3.10-6.2.x86_64.rpm [done]
- .
- Preloading: libopencore-amrnb0-0.1.6-1.8.x86_64.rpm [done]
- .
- Preloading: libopencore-amrwb0-0.1.6-1.8.x86_64.rpm [done]
- .
- Preloading: libmpg123-0-1.33.4-1.2.x86_64.rpm [done]
- ..
- Preloading: liblcms2-2-2.17-1.2.x86_64.rpm [done]
- .
- Preloading: libmp3lame0-3.100-5.13.x86_64.rpm [done]
- .
- Preloading: libgsm1-1.0.24-1.1.x86_64.rpm [done]
- .
- Preloading: libgraphite2-3-1.3.14-6.2.x86_64.rpm [done]
- .
- Preloading: libfribidi0-1.0.16-1.1.x86_64.rpm [done]
- .
- Preloading: libopenh264-8-2.6.0~noopenh264-1.2.x86_64.rpm [done]
- .
- Preloading: libjack0-1.9.22-5.2.x86_64.rpm [done]
- .
- .
- Preloading: libdrm2-2.4.131-1.3.x86_64.rpm [done]
- .
- Preloading: libdovi3-3.3.2-1.3.x86_64.rpm [done]
- .
- Preloading: libhwy1-1.3.0-3.2.x86_64.rpm [done]
- ..
- Preloading: libdav1d7-1.5.3-1.2.x86_64.rpm [done]
- .
- 
- Preloading: libdbus-1-3-1.14.10-5.3.x86_64.rpm [done]
- ..
- Preloading: libcpuinfo-suse0-0~git1739936485.b73ae6c-2.2.x86_64.rpm [done]
- .
- Preloading: libcdio19-2.2.0-1.3.x86_64.rpm [done]
- .
- Preloading: libmysofa1-1.3.3-1.2.x86_64.rpm [done]
- .
- Preloading: libcodec2-1_2-1.2.0-2.4.x86_64.rpm [done]
- ..
- Preloading: libbs2b0-3.1.0-14.6.x86_64.rpm [done]
- .
- Preloading: libbrotlienc1-1.2.0-2.1.x86_64.rpm [done]
- .
- Preloading: libXfixes3-6.0.2-2.2.x86_64.rpm [done]
- .
- 
- Preloading: libXext6-1.3.7-1.2.x86_64.rpm [done]
- ..
- Preloading: libsrt1_5-1.5.4-2.2.x86_64.rpm [done]
- .
- Preloading: libvulkan1-1.4.341-1.2.x86_64.rpm [done]
- .
- Preloading: libavcodec62-8.1-2.1.x86_64.rpm [done]
- ..
- Preloading: libvmaf3-3.0.0-4.2.x86_64.rpm [done]
- .
- Preloading: libasound2-1.2.15.3-1.2.x86_64.rpm [done]
- .
- Preloading: libvidstab1_2-1.1.1-2.2.x86_64.rpm [done]
- .
- Preloading: libva2-2.23.0-1.3.x86_64.rpm [done]
- .
- Preloading: libunwind8-1.8.3-1.2.x86_64.rpm [done]
- .
- Preloading: libunibreak6-6.1-1.2.x86_64.rpm [done]
- .
- Preloading: libudfread3-1.2.0-1.2.x86_64.rpm [done]
- .
- 
- Preloading: libtwolame0-0.4.0-1.22.x86_64.rpm [done]
- .
- Preloading: libtheoradec2-1.2.0-2.2.x86_64.rpm [done]
- ..
- Preloading: libspeex1-1.2.1-2.5.x86_64.rpm [done]
- .
- Preloading: libsoxr0-0.1.3-3.2.x86_64.rpm [done]
- .
- Preloading: libvpx12-1.16.0-1.1.x86_64.rpm [done]
- .
- Preloading: libvpl2-2.16.0-2.1.x86_64.rpm [done]
- .
- Preloading: libserd-0-0-0.32.6-1.3.x86_64.rpm [done]
- .
- Preloading: libvo-amrwbenc0-0.1.3+5-1.7.x86_64.rpm [done]
- ..
- Preloading: libsodium26-1.0.21-2.2.x86_64.rpm [done]
- .
- Preloading: librist4-0.2.11-2.1.x86_64.rpm [done]
- .
- Preloading: libraw1394-11-2.1.2-2.5.x86_64.rpm [done]
- .
- Preloading: libsharpyuv0-1.6.0-1.3.x86_64.rpm [done]
- .
- 
- Preloading: libpgm-5_3-0-5.3.128-3.2.x86_64.rpm [done]
- ..
- Preloading: libopus0-1.6.1-1.2.x86_64.rpm [done]
- .
- Preloading: libopenjp2-7-2.5.4-2.3.x86_64.rpm [done]
- ..
- .
- Preloading: libSPIRV-Tools-2026_1-2026.1-1.2.x86_64.rpm [done]
- ..
- Preloading: librav1e0_8-0.8.1-1.3.x86_64.rpm [done]
- .
- .
- Preloading: libpng16-16-1.6.56-1.1.x86_64.rpm [done]
- .done]
- Retrieving: libSPIRV-Tools-2026_1-2026.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (1/105),   1.7 MiB    
- Retrieving: libXext6-1.3.7-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (2/105),  35.9 KiB    
- Retrieving: libXfixes3-6.0.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (3/105),  18.7 KiB    
- Retrieving: libasound2-1.2.15.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (4/105), 437.9 KiB    
- Retrieving: libbrotlienc1-1.2.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (5/105), 271.9 KiB    
- Retrieving: libbs2b0-3.1.0-14.6.x86_64 (openSUSE-Tumbleweed-Oss) (6/105),  18.7 KiB    
- Retrieving: libcdio19-2.2.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (7/105),  69.6 KiB    
- Retrieving: libcodec2-1_2-1.2.0-2.4.x86_64 (openSUSE-Tumbleweed-Oss) (8/105), 657.8 KiB    
- Retrieving: libcpuinfo-suse0-0~git1739936485.b73ae6c-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (9/105),  25.2 KiB    
- Retrieving: libdav1d7-1.5.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (10/105), 624.3 KiB    
- Retrieving: libdbus-1-3-1.14.10-5.3.x86_64 (openSUSE-Tumbleweed-Oss) (11/105), 141.5 KiB    
- Retrieving: libdovi3-3.3.2-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (12/105), 278.4 KiB    
- Retrieving: libdrm2-2.4.131-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (13/105),  52.4 KiB    
- Retrieving: libfftw3-3-3.3.10-6.2.x86_64 (openSUSE-Tumbleweed-Oss) (14/105),   1.4 MiB    
- Retrieving: libfribidi0-1.0.16-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (15/105),  40.2 KiB    
- Retrieving: libgraphite2-3-1.3.14-6.2.x86_64 (openSUSE-Tumbleweed-Oss) (16/105),  68.5 KiB    
- Retrieving: libgsm1-1.0.24-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (17/105),  30.8 KiB    
- Retrieving: libhwy1-1.3.0-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (18/105), 457.9 KiB    
- Retrieving: libjack0-1.9.22-5.2.x86_64 (openSUSE-Tumbleweed-Oss) (19/105), 109.8 KiB    
- Retrieving: liblcms2-2-2.17-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (20/105), 171.8 KiB    
- Retrieving: libmp3lame0-3.100-5.13.x86_64 (openSUSE-Tumbleweed-Oss) (21/105), 156.4 KiB    
- Retrieving: libmpg123-0-1.33.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (22/105), 198.5 KiB    
- Retrieving: libmysofa1-1.3.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (23/105),   1.1 MiB    
- Retrieving: libogg0-1.3.6-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (24/105),  31.9 KiB    
- Retrieving: libopencore-amrnb0-0.1.6-1.8.x86_64 (openSUSE-Tumbleweed-Oss) (25/105), 104.0 KiB    
- Retrieving: libopencore-amrwb0-0.1.6-1.8.x86_64 (openSUSE-Tumbleweed-Oss) (26/105),  58.7 KiB    
- Retrieving: libopenh264-8-2.6.0~noopenh264-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (27/105),  19.5 KiB    
- Retrieving: libopenjp2-7-2.5.4-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (28/105), 177.9 KiB    
- Retrieving: libopus0-1.6.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (29/105), 250.6 KiB    
- Retrieving: libpgm-5_3-0-5.3.128-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (30/105), 179.2 KiB    
- Retrieving: libpng16-16-1.6.56-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (31/105), 148.9 KiB    
- Retrieving: librav1e0_8-0.8.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (32/105),   1.0 MiB    
- Retrieving: libraw1394-11-2.1.2-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (33/105),  31.2 KiB    
- Retrieving: librist4-0.2.11-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (34/105), 111.8 KiB    
- Retrieving: libserd-0-0-0.32.6-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (35/105),  57.9 KiB    
- Retrieving: libsharpyuv0-1.6.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (36/105),  20.3 KiB    
- Retrieving: libsodium26-1.0.21-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (37/105), 199.2 KiB    
- Retrieving: libsoxr0-0.1.3-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (38/105),  97.0 KiB    
- Retrieving: libspeex1-1.2.1-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (39/105),  66.4 KiB    
- Retrieving: libsrt1_5-1.5.4-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (40/105), 345.4 KiB    
- Retrieving: libtheoradec2-1.2.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (41/105),  54.2 KiB    
- Retrieving: libtwolame0-0.4.0-1.22.x86_64 (openSUSE-Tumbleweed-Oss) (42/105),  59.0 KiB    
- Retrieving: libudfread3-1.2.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (43/105),  29.9 KiB    
- Retrieving: libunibreak6-6.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (44/105),  30.1 KiB    
- Retrieving: libunwind8-1.8.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (45/105),  65.1 KiB    
- Retrieving: libva2-2.23.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (46/105),  84.5 KiB    
- Retrieving: libvidstab1_2-1.1.1-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (47/105),  42.9 KiB    
- Retrieving: libvmaf3-3.0.0-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (48/105), 209.0 KiB    
- Retrieving: libvo-amrwbenc0-0.1.3+5-1.7.x86_64 (openSUSE-Tumbleweed-Oss) (49/105),  80.2 KiB    
- Retrieving: libvpl2-2.16.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (50/105), 145.0 KiB    
- Retrieving: libvpx12-1.16.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (51/105), 861.2 KiB    
- Retrieving: libvulkan1-1.4.341-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (52/105), 150.3 KiB    
- Retrieving: libxvidcore4-1.3.7-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (53/105), 225.8 KiB    
- Retrieving: libzimg2-3.0.6+20250919.gdf9c147-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (54/105), 221.2 KiB    
- Retrieving: libzix-0-0-0.8.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (55/105),  31.9 KiB    
- Retrieving: libglslang16-16.2.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (56/105),   1.0 MiB    
- Retrieving: libvdpau1-1.5-5.2.x86_64 (openSUSE-Tumbleweed-Oss) (57/105),  21.8 KiB    
- Retrieving: libcdio_cdda2-10.2+2.0.1-1.15.x86_64 (openSUSE-Tumbleweed-Oss) (58/105),  22.5 KiB    
- Retrieving: libSvtAv1Enc3-3.0.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (59/105),   2.0 MiB    
- Retrieving: librubberband3-4.0.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (60/105), 175.4 KiB    
- Retrieving: libjxl0_11-0.11.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (61/105), 998.0 KiB    
- Retrieving: libvorbis0-1.3.7-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (62/105), 105.3 KiB    
- Retrieving: libtheoraenc2-1.2.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (63/105), 109.9 KiB    
- Retrieving: libFLAC14-1.5.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (64/105), 259.1 KiB    
- Retrieving: libzvbi0-0.2.44-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (65/105), 236.8 KiB    
- Retrieving: libfreetype6-2.14.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (66/105), 540.0 KiB    
- Retrieving: libiec61883-0-1.2.0-9.2.x86_64 (openSUSE-Tumbleweed-Oss) (67/105),  39.6 KiB    
- Retrieving: libdc1394-26-2.2.7-2.5.x86_64 (openSUSE-Tumbleweed-Oss) (68/105),  95.5 KiB    
- Retrieving: libavc1394-0-0.5.4-20.5.x86_64 (openSUSE-Tumbleweed-Oss) (69/105),  20.4 KiB    
- Retrieving: libwebp7-1.6.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (70/105), 246.9 KiB    
- Retrieving: libzmq5-4.3.5-1.8.x86_64 (openSUSE-Tumbleweed-Oss) (71/105), 236.0 KiB    
- Retrieving: libva-x11-2-2.23.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (72/105),  22.9 KiB    
- Retrieving: libva-drm2-2.23.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (73/105),  17.6 KiB    
- Retrieving: libaom3-3.13.1-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (74/105),   1.9 MiB    
- Retrieving: libsord-0-0-0.16.20-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (75/105),  24.8 KiB    
- Retrieving: libshaderc_shared1-2026.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (76/105),  47.3 KiB    
- Retrieving: libcdio_paranoia2-10.2+2.0.1-1.15.x86_64 (openSUSE-Tumbleweed-Oss) (77/105),  23.6 KiB    
- Retrieving: libvorbisfile3-1.3.7-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (78/105),  24.6 KiB    
- Retrieving: libvorbisenc2-1.3.7-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (79/105),  85.5 KiB    
- Retrieving: libharfbuzz0-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (80/105), 563.7 KiB    
- Retrieving: libfontconfig1-2.17.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (81/105), 150.2 KiB    
- Retrieving: fontconfig-2.17.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (82/105),  63.4 KiB    
- Retrieving: libwebpmux3-1.6.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (83/105),  29.1 KiB    
- Retrieving: libavutil60-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (84/105), 359.4 KiB    
- Retrieving: libsratom-0-0-0.6.20-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (85/105),  24.9 KiB    
- Retrieving: libplacebo360-7.360.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (86/105), 433.7 KiB    
- Retrieving: libopenmpt0-0.8.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (87/105), 761.0 KiB    
- Retrieving: libsndfile1-1.2.2-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (88/105), 209.8 KiB    
- Retrieving: libbluray3-1.4.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (89/105), 137.3 KiB    
- Retrieving: libass9-0.17.4-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (90/105), 123.4 KiB    
- Retrieving: libswscale9-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (91/105), 308.8 KiB    
- Retrieving: libswresample6-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (92/105),  62.9 KiB    
- Retrieving: ffmpeg-8-libavutil-devel-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (93/105), 157.8 KiB    
- Retrieving: liblilv-0-0-0.26.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (94/105),  51.8 KiB    
- Retrieving: libpulse0-17.0-6.3.x86_64 (openSUSE-Tumbleweed-Oss) (95/105), 295.5 KiB    
- Retrieving: libavcodec62-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (96/105),   4.3 MiB    
- Retrieving: ffmpeg-8-libswscale-devel-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (97/105),  19.4 KiB    
- Retrieving: ffmpeg-8-libswresample-devel-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (98/105),  18.6 KiB    
- Retrieving: libavformat62-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (99/105),   1.2 MiB    
- Retrieving: ffmpeg-8-libavcodec-devel-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (100/105),  71.7 KiB    
- Retrieving: libavfilter11-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (101/105),   1.5 MiB    
- Retrieving: ffmpeg-8-libavformat-devel-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (102/105),  46.7 KiB    
- Retrieving: libavdevice62-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (103/105),  69.1 KiB    
- Retrieving: ffmpeg-8-libavfilter-devel-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (104/105),  26.5 KiB    
- Retrieving: ffmpeg-8-libavdevice-devel-8.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (105/105),  16.3 KiB    
- 
- Checking for file conflicts: [...done]
- (  1/105) Installing: libSPIRV-Tools-2026_1-2026.1-1.2.x86_64 [..
- done]
- (  2/105) Installing: libXext6-1.3.7-1.2.x86_64 [..done]
- (  3/105) Installing: libXfixes3-6.0.2-2.2.x86_64 [..done]
- (  4/105) Installing: libasound2-1.2.15.3-1.2.x86_64 [..done]
- (  5/105) Installing: libbrotlienc1-1.2.0-2.1.x86_64 [..done]
- (  6/105) Installing: libbs2b0-3.1.0-14.6.x86_64 [..done]
- (  7/105) Installing: libcdio19-2.2.0-1.3.x86_64 [..done]
- (  8/105) Installing: libcodec2-1_2-1.2.0-2.4.x86_64 [..done]
- (  9/105) Installing: libcpuinfo-suse0-0~git1739936485.b73ae6c-2.2.x86_64 [..done]
- ( 10/105) Installing: libdav1d7-1.5.3-1.2.x86_64 [..done]
- ( 11/105) Installing: libdbus-1-3-1.14.10-5.3.x86_64 [..done]
- ( 12/105) Installing: libdovi3-3.3.2-1.3.x86_64 [..done]
- ( 13/105) Installing: libdrm2-2.4.131-1.3.x86_64 [..done]
- ( 14/105) Installing: libfftw3-3-3.3.10-6.2.x86_64 [..done]
- ( 15/105) Installing: libfribidi0-1.0.16-1.1.x86_64 [..done]
- ( 16/105) Installing: libgraphite2-3-1.3.14-6.2.x86_64 [..done]
- ( 17/105) Installing: libgsm1-1.0.24-1.1.x86_64 [..done]
- ( 18/105) Installing: libhwy1-1.3.0-3.2.x86_64 [..done]
- ( 19/105) Installing: libjack0-1.9.22-5.2.x86_64 [..done]
- ( 20/105) Installing: liblcms2-2-2.17-1.2.x86_64 [..done]
- ( 21/105) Installing: libmp3lame0-3.100-5.13.x86_64 [..done]
- ( 22/105) Installing: libmpg123-0-1.33.4-1.2.x86_64 [..done]
- ( 23/105) Installing: libmysofa1-1.3.3-1.2.x86_64 [..
- done]
- ( 24/105) Installing: libogg0-1.3.6-1.2.x86_64 [..done]
- ( 25/105) Installing: libopencore-amrnb0-0.1.6-1.8.x86_64 [..done]
- ( 26/105) Installing: libopencore-amrwb0-0.1.6-1.8.x86_64 [..done]
- ( 27/105) Installing: libopenh264-8-2.6.0~noopenh264-1.2.x86_64 [..done]
- ( 28/105) Installing: libopenjp2-7-2.5.4-2.3.x86_64 [..done]
- ( 29/105) Installing: libopus0-1.6.1-1.2.x86_64 [..done]
- ( 30/105) Installing: libpgm-5_3-0-5.3.128-3.2.x86_64 [..done]
- ( 31/105) Installing: libpng16-16-1.6.56-1.1.x86_64 [..done]
- ( 32/105) Installing: librav1e0_8-0.8.1-1.3.x86_64 [..done]
- ( 33/105) Installing: libraw1394-11-2.1.2-2.5.x86_64 [..done]
- ( 34/105) Installing: librist4-0.2.11-2.1.x86_64 [..done]
- ( 35/105) Installing: libserd-0-0-0.32.6-1.3.x86_64 [..done]
- ( 36/105) Installing: libsharpyuv0-1.6.0-1.3.x86_64 [..done]
- ( 37/105) Installing: libsodium26-1.0.21-2.2.x86_64 [..done]
- ( 38/105) Installing: libsoxr0-0.1.3-3.2.x86_64 [..done]
- ( 39/105) Installing: libspeex1-1.2.1-2.5.x86_64 [..done]
- ( 40/105) Installing: libsrt1_5-1.5.4-2.2.x86_64 [..done]
- ( 41/105) Installing: libtheoradec2-1.2.0-2.2.x86_64 [..done]
- ( 42/105) Installing: libtwolame0-0.4.0-1.22.x86_64 [..done]
- ( 43/105) Installing: libudfread3-1.2.0-1.2.x86_64 [..done]
- ( 44/105) Installing: libunibreak6-6.1-1.2.x86_64 [..done]
- ( 45/105) Installing: libunwind8-1.8.3-1.2.x86_64 [..done]
- ( 46/105) Installing: libva2-2.23.0-1.3.x86_64 [..done]
- ( 47/105) Installing: libvidstab1_2-1.1.1-2.2.x86_64 [..done]
- ( 48/105) Installing: libvmaf3-3.0.0-4.2.x86_64 [..done]
- ( 49/105) Installing: libvo-amrwbenc0-0.1.3+5-1.7.x86_64 [..
- done]
- ( 50/105) Installing: libvpl2-2.16.0-2.1.x86_64 [..done]
- ( 51/105) Installing: libvpx12-1.16.0-1.1.x86_64 [..done]
- ( 52/105) Installing: libvulkan1-1.4.341-1.2.x86_64 [..done]
- ( 53/105) Installing: libxvidcore4-1.3.7-4.2.x86_64 [..done]
- ( 54/105) Installing: libzimg2-3.0.6+20250919.gdf9c147-1.2.x86_64 [..done]
- ( 55/105) Installing: libzix-0-0-0.8.0-1.2.x86_64 [..done]
- ( 56/105) Installing: libglslang16-16.2.0-1.3.x86_64 [..done]
- ( 57/105) Installing: libvdpau1-1.5-5.2.x86_64 [..done]
- ( 58/105) Installing: libcdio_cdda2-10.2+2.0.1-1.15.x86_64 [..done]
- ( 59/105) Installing: libSvtAv1Enc3-3.0.1-1.2.x86_64 [..done]
- ( 60/105) Installing: librubberband3-4.0.0-1.2.x86_64 [..done]
- ( 61/105) Installing: libjxl0_11-0.11.2-1.2.x86_64 [..done]
- ( 62/105) Installing: libvorbis0-1.3.7-5.4.x86_64 [..done]
- ( 63/105) Installing: libtheoraenc2-1.2.0-2.2.x86_64 [..done]
- ( 64/105) Installing: libFLAC14-1.5.0-1.3.x86_64 [..done]
- ( 65/105) Installing: libzvbi0-0.2.44-1.3.x86_64 [..done]
- ( 66/105) Installing: libfreetype6-2.14.2-2.2.x86_64 [..done]
- ( 67/105) Installing: libiec61883-0-1.2.0-9.2.x86_64 [..done]
- ( 68/105) Installing: libdc1394-26-2.2.7-2.5.x86_64 [..done]
- ( 69/105) Installing: libavc1394-0-0.5.4-20.5.x86_64 [..done]
- ( 70/105) Installing: libwebp7-1.6.0-1.3.x86_64 [..done]
- ( 71/105) Installing: libzmq5-4.3.5-1.8.x86_64 [..
- done]
- ( 72/105) Installing: libva-x11-2-2.23.0-1.3.x86_64 [..done]
- ( 73/105) Installing: libva-drm2-2.23.0-1.3.x86_64 [..done]
- ( 74/105) Installing: libaom3-3.13.1-2.2.x86_64 [..done]
- ( 75/105) Installing: libsord-0-0-0.16.20-1.2.x86_64 [..done]
- ( 76/105) Installing: libshaderc_shared1-2026.1-1.2.x86_64 [..done]
- ( 77/105) Installing: libcdio_paranoia2-10.2+2.0.1-1.15.x86_64 [..done]
- ( 78/105) Installing: libvorbisfile3-1.3.7-5.4.x86_64 [..done]
- ( 79/105) Installing: libvorbisenc2-1.3.7-5.4.x86_64 [..done]
- ( 80/105) Installing: libharfbuzz0-12.3.2-1.2.x86_64 [..done]
- ( 81/105) Installing: libfontconfig1-2.17.1-1.1.x86_64 [..done]
- ( 82/105) Installing: fontconfig-2.17.1-1.1.x86_64 [..done]
- ( 83/105) Installing: libwebpmux3-1.6.0-1.3.x86_64 [..done]
- ( 84/105) Installing: libavutil60-8.1-2.1.x86_64 [..done]
- ( 85/105) Installing: libsratom-0-0-0.6.20-1.2.x86_64 [..done]
- ( 86/105) Installing: libplacebo360-7.360.1-1.2.x86_64 [..done]
- ( 87/105) Installing: libopenmpt0-0.8.6-1.1.x86_64 [..done]
- ( 88/105) Installing: libsndfile1-1.2.2-4.2.x86_64 [..done]
- ( 89/105) Installing: libbluray3-1.4.0-1.2.x86_64 [..done]
- ( 90/105) Installing: libass9-0.17.4-1.4.x86_64 [..done]
- ( 91/105) Installing: libswscale9-8.1-2.1.x86_64 [..done]
- ( 92/105) Installing: libswresample6-8.1-2.1.x86_64 [..done]
- ( 93/105) Installing: ffmpeg-8-libavutil-devel-8.1-2.1.x86_64 [..done]
- ( 94/105) Installing: liblilv-0-0-0.26.2-1.2.x86_64 [..done]
- ( 95/105) Installing: libpulse0-17.0-6.3.x86_64 [..
- done]
- ( 96/105) Installing: libavcodec62-8.1-2.1.x86_64 [...done]
- ( 97/105) Installing: ffmpeg-8-libswscale-devel-8.1-2.1.x86_64 [..done]
- ( 98/105) Installing: ffmpeg-8-libswresample-devel-8.1-2.1.x86_64 [..done]
- ( 99/105) Installing: libavformat62-8.1-2.1.x86_64 [..done]
- (100/105) Installing: ffmpeg-8-libavcodec-devel-8.1-2.1.x86_64 [..done]
- (101/105) Installing: libavfilter11-8.1-2.1.x86_64 [..done]
- (102/105) Installing: ffmpeg-8-libavformat-devel-8.1-2.1.x86_64 [..done]
- (103/105) Installing: libavdevice62-8.1-2.1.x86_64 [..done]
- (104/105) Installing: ffmpeg-8-libavfilter-devel-8.1-2.1.x86_64 [..done]
- (105/105) Installing: ffmpeg-8-libavdevice-devel-8.1-2.1.x86_64 [..done]
- Running post-transaction scripts [...done]

<><> 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:56.02 ---> saved as "9fd726444a76bfffe516a1d4563d061da8c4b20436b323cfa048ac847a17a35c"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test ffmpeg-avcodec.1.3.0) || true"))
[WARNING] Opam package conf-ffmpeg.1 depends on the following system package that can no longer be found: ffmpeg-devel
The following actions will be performed:
=== recompile 2 packages
  - recompile conf-ffmpeg    1              [upstream or system changes]
  - recompile ffmpeg-avcodec 1.3.0 (pinned)

The following system packages will first need to be installed:
    ffmpeg-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "ffmpeg-devel"
- Loading repository data...
- Reading installed packages...
- 'ffmpeg-devel' not found in package names. Trying capabilities.
- 'ffmpeg-8-libavdevice-devel' providing 'ffmpeg-devel' is already installed.
- Resolving package dependencies...
- Nothing to do.

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   ffmpeg-avcodec.1.3.0
-> removed   conf-ffmpeg.1
-> installed conf-ffmpeg.1
-> installed ffmpeg-avcodec.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-10 14:56.10 ---> saved as "5425ea507a522952e7b4455004e754771c29b43437364c46ac410d28b29a2420"

/home/opam: (run (shell  "opam reinstall --with-test --verbose 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 \"\\\"opensuse-tumbleweed\\\"\"; 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"))
[WARNING] Opam package conf-ffmpeg.1 depends on the following system package that can no longer be found: ffmpeg-devel
The following actions will be performed:
=== recompile 2 packages
  - recompile conf-ffmpeg    1              [upstream or system changes]
  - recompile ffmpeg-avcodec 1.3.0 (pinned)

The following system packages will first need to be installed:
    ffmpeg-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "ffmpeg-devel"
- Loading repository data...
- Reading installed packages...
- 'ffmpeg-devel' not found in package names. Trying capabilities.
- 'ffmpeg-8-libavdevice-devel' providing 'ffmpeg-devel' is already installed.
- Resolving package dependencies...
- Nothing to do.

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  3/8: [conf-ffmpeg: pkg-config libavutil]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--exists" "libavutil" "libavformat" "libavcodec" "libavdevice" "libavfilter" "libswresample" "libswscale" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-ffmpeg.1)
-> compiled  conf-ffmpeg.1
-> removed   ffmpeg-avcodec.1.3.0
-> removed   conf-ffmpeg.1
-> installed conf-ffmpeg.1
Processing  7/8: [ffmpeg-avcodec: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ffmpeg-avcodec" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ffmpeg-avcodec.1.3.0)
-> compiled  ffmpeg-avcodec.1.3.0
-> installed ffmpeg-avcodec.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-10 14:56.18 ---> saved as "3b760ae6198afdf2d7927e8f9e5f7614323503085041fa407c236c7afd082784"
Job succeeded
2026-04-10 14:56.23: Job succeeded