(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-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29703/head" && git reset --hard d2c2fde7
git fetch origin master
git merge --no-edit 812fb968341c1eec82e23a29dcf794db8f990936
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:a1473b0111bfe5a7cab509a3a79fd984bcb2be7d31258afb995cc624302c7152
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-5.4@sha256:a1473b0111bfe5a7cab509a3a79fd984bcb2be7d31258afb995cc624302c7152-ffmpeg-avcodec.1.3.0-d2c2fde7ed0f03ab1c97ec11eae2846e1c000577"
2026-04-10 14:44.28: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:a1473b0111bfe5a7cab509a3a79fd984bcb2be7d31258afb995cc624302c7152)
 (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:44.54: Waiting for worker…
2026-04-10 14:47.41: Got resource from pool OCluster
Building on asteria.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-5.4@sha256:a1473b0111bfe5a7cab509a3a79fd984bcb2be7d31258afb995cc624302c7152)
2026-04-10 14:53.18 ---> using "483ea8f1b1c518774399862bd7857d5ce77ad7efcca089ccc697196765a23c85" 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.18 ---> using "6367c941e2031989ebde9f6f5544176d2d2a9c71ed73c9f45f88add6c38ca463" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-10 14:53.18 ---> using "f74f359edb02d6da4a967c2d913b467956140b22d46f45df342e01246bb202d8" 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                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-10 14:53.18 ---> using "4f996f509496b8fe56ec2b33e3b2334e53fc67f1b3648b4089af04ca6cd812a0" 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.18 ---> using "a16474320c2615c6887cc5b54f78b3993572bc679d00bcae97dc0116baf7e27e" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 14:53.19 ---> using "216e6ac915e089a19ed3620bb890da5f7d0d03e7f0ae3b8730246c2455c29a6a" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-10 14:53.19 ---> using "3fd0b9f815b335074dac32fb9a4e6af6efbed9c0adab8f94c23b4427f7c6448d" from cache

/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:53.19 ---> using "c8903e1ff35975178333879f122ef161075ca68d7630d65c9a93229d4de80d89" from cache

/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:53.19 ---> using "d4d86360cfa78609e8ffdb2fe1cd2ae8032e1dba35088a97c523ff9b2878b33a" from cache

/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: libcdio_paranoia2-10.2+2.0.1-1.15.x86_64.rpm [done]
- .
- Preloading: libshaderc_shared1-2026.1-1.2.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: libvorbisfile3-1.3.7-5.4.x86_64.rpm [done]
- ..
- Preloading: libvorbisenc2-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: libwebp7-1.6.0-1.3.x86_64.rpm [done]
- .
- Preloading: libiec61883-0-1.2.0-9.2.x86_64.rpm [done]
- ..
- Preloading: libavc1394-0-0.5.4-20.5.x86_64.rpm [done]
- ..
- 
- Preloading: libzvbi0-0.2.44-1.3.x86_64.rpm [done]
- ...
- Preloading: libtheoraenc2-1.2.0-2.2.x86_64.rpm [done]
- .
- 
- Preloading: libvorbis0-1.3.7-5.4.x86_64.rpm [done]
- .
- Preloading: libharfbuzz0-12.3.2-1.2.x86_64.rpm [done]
- ...
- Preloading: libFLAC14-1.5.0-1.3.x86_64.rpm [done]
- .
- 
- Preloading: librubberband3-4.0.0-1.2.x86_64.rpm [done]
- ...
- ..
- 
- Preloading: libfreetype6-2.14.2-2.2.x86_64.rpm [done]
- .
- Preloading: libvdpau1-1.5-5.2.x86_64.rpm [done]
- ..
- Preloading: libaom3-3.13.1-2.2.x86_64.rpm [done]
- .
- Preloading: libjxl0_11-0.11.2-1.2.x86_64.rpm [done]
- .
- Preloading: libzix-0-0-0.8.0-1.2.x86_64.rpm [done]
- .
- Preloading: libzimg2-3.0.6+20250919.gdf9c147-1.2.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libavdevice-devel-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libavfilter-devel-8.1-2.1.x86_64.rpm [done]
- ..
- Preloading: ffmpeg-8-libavutil-devel-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: ffmpeg-8-libavformat-devel-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: libavdevice62-8.1-2.1.x86_64.rpm [done]
- .
- 
- Preloading: ffmpeg-8-libavcodec-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: ffmpeg-8-libswscale-devel-8.1-2.1.x86_64.rpm [done]
- ..
- Preloading: libavfilter11-8.1-2.1.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: 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: 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: libglslang16-16.2.0-1.3.x86_64.rpm [done]
- .
- Preloading: liblilv-0-0-0.26.2-1.2.x86_64.rpm [done]
- ..
- Preloading: libopenmpt0-0.8.6-1.1.x86_64.rpm [done]
- .
- Preloading: libxvidcore4-1.3.7-4.2.x86_64.rpm [done]
- ..
- Preloading: libavutil60-8.1-2.1.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: libplacebo360-7.360.1-1.2.x86_64.rpm [done]
- .
- Preloading: libopencore-amrwb0-0.1.6-1.8.x86_64.rpm [done]
- .
- Preloading: libsratom-0-0-0.6.20-1.2.x86_64.rpm [done]
- .
- Preloading: libwebpmux3-1.6.0-1.3.x86_64.rpm [done]
- .
- Preloading: libogg0-1.3.6-1.2.x86_64.rpm [done]
- ...
- .
- Preloading: libmysofa1-1.3.3-1.2.x86_64.rpm [done]
- .
- Preloading: libmpg123-0-1.33.4-1.2.x86_64.rpm [done]
- ..
- 
- Preloading: libavcodec62-8.1-2.1.x86_64.rpm [done]
- .
- Preloading: libmp3lame0-3.100-5.13.x86_64.rpm [done]
- .
- Preloading: liblcms2-2-2.17-1.2.x86_64.rpm [done]
- .
- Preloading: libjack0-1.9.22-5.2.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: libdrm2-2.4.131-1.3.x86_64.rpm [done]
- .
- Preloading: libhwy1-1.3.0-3.2.x86_64.rpm [done]
- .
- Preloading: libgsm1-1.0.24-1.1.x86_64.rpm [done]
- ..
- 
- Preloading: libdbus-1-3-1.14.10-5.3.x86_64.rpm [done]
- .
- Preloading: libdovi3-3.3.2-1.3.x86_64.rpm [done]
- .
- Preloading: libfftw3-3-3.3.10-6.2.x86_64.rpm [done]
- ..
- Preloading: libcdio19-2.2.0-1.3.x86_64.rpm [done]
- .
- Preloading: libbs2b0-3.1.0-14.6.x86_64.rpm [done]
- .
- Preloading: libdav1d7-1.5.3-1.2.x86_64.rpm [done]
- .
- Preloading: libcpuinfo-suse0-0~git1739936485.b73ae6c-2.2.x86_64.rpm [done]
- ..
- Preloading: libbrotlienc1-1.2.0-2.1.x86_64.rpm [done]
- .
- Preloading: libXext6-1.3.7-1.2.x86_64.rpm [done]
- .
- 
- Preloading: libcodec2-1_2-1.2.0-2.4.x86_64.rpm [done]
- ..
- Preloading: libasound2-1.2.15.3-1.2.x86_64.rpm [done]
- .
- Preloading: libXfixes3-6.0.2-2.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: libvo-amrwbenc0-0.1.3+5-1.7.x86_64.rpm [done]
- .
- Preloading: libvmaf3-3.0.0-4.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: libunibreak6-6.1-1.2.x86_64.rpm [done]
- .
- Preloading: libunwind8-1.8.3-1.2.x86_64.rpm [done]
- .
- Preloading: libudfread3-1.2.0-1.2.x86_64.rpm [done]
- .
- Preloading: libtheoradec2-1.2.0-2.2.x86_64.rpm [done]
- .
- Preloading: libtwolame0-0.4.0-1.22.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: libsodium26-1.0.21-2.2.x86_64.rpm [done]
- .
- Preloading: libsharpyuv0-1.6.0-1.3.x86_64.rpm [done]
- .
- Preloading: libserd-0-0-0.32.6-1.3.x86_64.rpm [done]
- .
- Preloading: libvpx12-1.16.0-1.1.x86_64.rpm [done]
- .
- Preloading: librist4-0.2.11-2.1.x86_64.rpm [done]
- .
- Preloading: libvpl2-2.16.0-2.1.x86_64.rpm [done]
- .
- Preloading: libraw1394-11-2.1.2-2.5.x86_64.rpm [done]
- ..
- Preloading: libpgm-5_3-0-5.3.128-3.2.x86_64.rpm [done]
- .
- 
- Preloading: libpng16-16-1.6.56-1.1.x86_64.rpm [done]
- ..
- Preloading: libopus0-1.6.1-1.2.x86_64.rpm [done]
- .
- Preloading: librav1e0_8-0.8.1-1.3.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: libopencore-amrnb0-0.1.6-1.8.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:54.03 ---> saved as "a838d093db19fda62870317066abdfa4d9749b1907aba8df7777ecf39e14a546"

/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:54.09 ---> saved as "93abbba834dfd21b2371a22d3f40a9bfcbabb554e3da6c8f1611af7f616cfff0"

/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/5.4/.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" "255" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.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:54.15 ---> saved as "90b9b8c199be17d778defd8b8052ac174642dec4cbdcf0c16a82a44ac9a49c45"
Job succeeded
2026-04-10 14:54.22: Job succeeded