(not at the head of any monitored branch or PR)
2026-04-10 14:44.28: New job: build ffmpeg-swresample.1.3.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (d2c2fde7ed0f03ab1c97ec11eae2846e1c000577)
                              on opensuse-15.6-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-15.6-ocaml-5.4@sha256:d725298a4b96fb46218ddd68c45986951d80b6594abb98b207ae5b0e895209bb
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-swresample.1.3.0 1.3.0
RUN opam reinstall ffmpeg-swresample.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-15.6\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ffmpeg-swresample.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-15.6-ocaml-5.4@sha256:d725298a4b96fb46218ddd68c45986951d80b6594abb98b207ae5b0e895209bb-ffmpeg-swresample.1.3.0-d2c2fde7ed0f03ab1c97ec11eae2846e1c000577"
2026-04-10 14:44.28: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:d725298a4b96fb46218ddd68c45986951d80b6594abb98b207ae5b0e895209bb)
 (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-swresample.1.3.0 1.3.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ffmpeg-swresample.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-15.6\\\"\"; 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-swresample.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.59: Waiting for worker…
2026-04-10 14:48.28: Got resource from pool OCluster
Building on odawa.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-15.6-ocaml-5.4@sha256:d725298a4b96fb46218ddd68c45986951d80b6594abb98b207ae5b0e895209bb)
2026-04-10 14:48.33 ---> using "e5f7bd54418cd733f8644dd5b78577149f4edf6cbacee1a86f632dd73a4c540f" 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:48.33 ---> using "302482736696096d759cdd94179cb4d5a06fbcfdd9d7d6bd0450dbfa24a66092" 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:48.33 ---> using "650406d693308ca11b8bd81c8418fcdd9a0bc4e153229ac14b5c1211a6d4ddb4" 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-leap os-version=15.6
# 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:48.33 ---> using "7d117b3f808eb029a46568eba433a8d025334f4a19d55c8c63389ad2bd28d84c" 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:48.33 ---> using "f4ff71795392eafa02bc9d12d13756b78a0ea9f64f53b5a88ea9b30e04e4c36d" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 14:48.38 ---> saved as "6866def9c8e8890171ea71c5d73b48e8e18d416411852a0fe8fcef07104b9346"

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'Update repository of openSUSE Backports' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.
- .
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .......
- ....
- ....
- ....
- ..........
- ......
- ....
- ....
- ....
- ....
- .....
- ........
- .........
- ....
- ......
- ....
- .....
- ........
- ........
- ........
- ......
- ........
- ......
- ........
- ......
- .......
- ........
- ........
- .......
- .......
- ........
- ........
- .........
- ......
- .........
- ..........
- ........
- .......
- .........
- ......
- ........
- ........
- .......
- .......
- ........
- ........
- ..........
- ........
- ........
- .........
- .......
- ........
- ........
- ........
- .......
- .......
- ........
- .......
- ......
- ........
- ......
- .......
- .......
- ........
- .........
- ......
- ........
- .......
- .......
- .......
- ........
- .......
- .......
- .......
- ........
- ........
- .......
- ........
- .......
- ........
- .......
- ........
- .......
- ......
- .......
- .........
- ........
- ........
- .......
- .......
- .......
- .......
- ......
- .........
- ........
- ........
- ........
- ........
- ........
- ........
- .......
- .......
- ........
- ........
- ......
- ........
- ........
- .......
- .......
- .......
- ........
- ........
- .......
- .......
- .......
- .........
- ......
- .......
- ........
- .........
- .......
- .......
- ........
- .......
- ........
- .......
- .......
- ......
- ......
- .......
- ........
- .........
- ........
- .........
- ........
- ........
- .........
- .........
- .......
- .........
- ........
- .........
- .........
- ........
- ........
- .......
- .......
- ........
- ........
- .........
- .........
- ........
- .........
- ........
- ........
- .........
- .........
- ........
- .........
- ........
- ........
- .........
- ........
- .........
- .........
- ........
- .........
- .........
- ........
- .........
- .........
- ........
- ..........
- ........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- ........
- .........
- ........
- .........
- .........
- .........
- ........
- ........
- .........
- .........
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- ........
- .........
- .........
- ........
- ........
- ........
- ........
- ........
- ........
- .........
- .......
- ........
- .........
- .....
- .......
- ........
- ........
- ........
- .........
- .........
- .........
- .........
- ........
- .......
- ..........
- ........
- ..........
- ........
- .........
- ........
- .........
- ........
- .........
- .........
- ........
- .........
- .....
- .
- ....
- ......
- ......
- .......
- ......
- .....
- .....
- .........
- ........
- .........
- .........
- .........
- ........
- ........
- ......
- .......
- .........
- ........
- .........
- ........
- ..........
- ........
- .........
- .......
- .......
- ........
- .........
- .........
- .........
- ........
- .........
- ........
- .........
- ......
- .......
- ......
- ......
- .....
- ....
- ...
- ....
- ..
- .......
- .....
- .
- ......
- ...
- .....
- .....
- ....
- ......
- .....
- .......
- ..
- ........
- .......
- ........
- ........
- ........
- .........
- .......
- ........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- ........
- .........
- ........
- ........
- .......
- ........
- .......
- .........
- ......
- ......
- .......
- .......
- ......
- ......
- .....
- ......
- .
- .......
- .....
- ......
- .......
- ....
- ........
- .......
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- ........
- .........
- .........
- ..
- ........
- ......
- .........
- .........
- ........
- .......
- ......
- ........
- .....
- ........
- ........
- .......
- ..
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- ........
- .........
- ........
- ........
- ........
- ........
- .........
- .........
- .........
- ........
- .......
- .........
- ........
- ........
- .........
- .........
- .........
- ........
- .........
- .........
- ..........
- .........
- .........
- .........
- ........
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- .........
- ........
- .........
- ........
- .........
- ........
- ........
- ........
- .........
- ........
- .........
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- .........
- ........
- .........
- ........
- .........
- .........
- .......
- .........
- .........
- .........
- ........
- .........
- .........
- .........
- ........
- .........
- .........
- ........
- ........
- ........
- .........
- .........
- ........
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- ........
- .........
- .........
- ........
- ........
- ........
- .........
- .........
- ........
- ........
- .......
- .........
- .........
- ........
- ........
- ........
- .........
- ........
- ........
- ........
- ........
- ........
- .........
- ........
- ........
- ........
- ........
- .........
- ........
- .........
- ........
- ........
- ........
- .........
- ........
- ........
- ........
- ........
- ........
- ........
- ........
- ........
- ........
- .........
- ........
- ........
- ........
- .........
- .........
- ........
- .........
- ........
- ........
- ........
- ........
- ........
- ........
- .........
- .........
- ........
- ........
- ........
- .........
- ........
- .........
- ........
- .........
- ........
- .........
- ........
- .........
- ........
- .........
- .........
- .........
- .........
- ........
- .........
- .........
- ........
- ........
- .........
- ........
- .........
- ..........
- ........
- ........
- .........
- .........
- .........
- ........
- ........
- ........
- .........
- ........
- ........
- .........
- ........
- ........
- .........
- .........
- ........
- .........
- .........
- .........
- ........
- .........
- ......
- ....
- ....
- ....
- ....
- ....
- .....
- ............
- ...........
- .........
- ........
- .........
- ........
- .......
- .........
- ........
- ........
- ........
- ........
- .......
- ........
- .........
- .......
- .........
- .........
- .......
- .........
- ........
- ........
- .........
- ....done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-04-10 14:59.17 ---> saved as "a2024a3d400b4eda690e58c4ef5aefb1b2cd9e42197cff491c035a9022b63629"

/home/opam: (run (shell "opam pin add -k version -yn ffmpeg-swresample.1.3.0 1.3.0"))
ffmpeg-swresample is now pinned to version 1.3.0
2026-04-10 14:59.18 ---> saved as "46863c50758e00fd458e331a097322b99df5146f32b29f35f5c8cf71416a04c7"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ffmpeg-swresample.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-15.6\\\"\"; 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-swresample.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-swresample.1.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
  - install conf-ffmpeg       1              [required by ffmpeg-swresample]
  - install conf-pkg-config   4              [required by ffmpeg-swresample]
  - install csexp             1.5.2          [required by dune-configurator]
  - install dune              3.22.1         [required by ffmpeg-swresample]
  - install dune-configurator 3.22.1         [required by ffmpeg-swresample]
  - install ffmpeg-avcodec    1.3.0          [required by ffmpeg-swresample]
  - install ffmpeg-avutil     1.3.0          [required by ffmpeg-swresample]
  - install ffmpeg-swresample 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.
- Resolving package dependencies...
- 
- The following 72 NEW packages are going to be installed:
-   ffmpeg-4-libavcodec-devel ffmpeg-4-libavdevice-devel ffmpeg-4-libavfilter-devel ffmpeg-4-libavformat-devel ffmpeg-4-libavresample-devel ffmpeg-4-libavutil-devel ffmpeg-4-libpostproc-devel ffmpeg-4-libswresample-devel ffmpeg-4-libswscale-devel fontconfig libFLAC8 libSDL2-2_0-0 libXext6 libasound2 libass9 libavcodec58_134 libavdevice58_13 libavfilter7_110 libavformat58_76 libavresample4_0 libavutil56_70 libbluray2 libbs2b0 libcdio16 libcdio_cdda2 libcdio_paranoia2 libdav1d7 libdc1394-22 libdrm2 libfontconfig1 libfreetype6 libfribidi0 libgnutls30 libgraphite2-3 libgsm1 libharfbuzz0 libhogweed6 libjack0 libjpeg8 libmp3lame0 libmpg123-0 libnettle8 libogg0 libopenjp2-7 libopenmpt0 libopus0 libpng16-16 libpostproc55_9 libpulse0 libraw1394-11 libsndfile1 libspeex1 libswresample3_9 libswscale5_9 libtheoradec1 libtheoraenc1 libtwolame0 libv4l libv4l1-0 libv4l2-0 libv4lconvert0 libva-drm2 libva2 libvdpau1 libvorbis0 libvorbisenc2 libvorbisfile3 libvpx7 libwebp7 libwebpmux3 libzimg2 libzvbi0
- 
- 72 new packages to install.
- 
- Package download size:    16.8 MiB
- 
- Package install size change:
-               |      42.1 MiB  required by packages that will be installed
-     42.1 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (1/72),  33.2 KiB    
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [...
- ....
- ....
- ....
- ....
- ....
- .....
- .done (4.0 KiB/s)]
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64 (Main Repository) (2/72), 449.6 KiB    
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64.rpm [.........
- ..done (413.9 KiB/s)]
- Retrieving: libbs2b0-3.1.0-150400.3.2.1.x86_64 (Main Repository) (3/72),  17.3 KiB    
- Retrieving: libbs2b0-3.1.0-150400.3.2.1.x86_64.rpm [..done (14.4 KiB/s)]
- Retrieving: libcdio16-0.94-150000.6.13.1.x86_64 (Main Repository) (4/72),  65.0 KiB    
- Retrieving: libcdio16-0.94-150000.6.13.1.x86_64.rpm [..done (42.5 KiB/s)]
- Retrieving: libdav1d7-1.4.0-150600.1.2.x86_64 (Main Repository) (5/72), 538.3 KiB    
- Retrieving: libdav1d7-1.4.0-150600.1.2.x86_64.rpm [...
- ........
- .........
- done (167.8 KiB/s)]
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64 (Main Repository) (6/72),  77.1 KiB    
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64.rpm [...done (57.2 KiB/s)]
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64 (Main Repository) (7/72),  39.1 KiB    
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64.rpm [..done (27.8 KiB/s)]
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64 (Main Repository) (8/72),  73.8 KiB    
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64.rpm [....
- ..done (65.2 KiB/s)]
- Retrieving: libgsm1-1.0.14-150000.3.6.1.x86_64 (Main Repository) (9/72),  28.2 KiB    
- Retrieving: libgsm1-1.0.14-150000.3.6.1.x86_64.rpm [..done (27.8 KiB/s)]
- Retrieving: libjack0-1.9.12-150000.3.3.1.x86_64 (Main Repository) (10/72),  94.7 KiB    
- Retrieving: libjack0-1.9.12-150000.3.3.1.x86_64.rpm [.....done (86.6 KiB/s)]
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64 (Main Repository) (11/72), 180.8 KiB    
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64.rpm [.
- ......done (165.4 KiB/s)]
- Retrieving: libmp3lame0-3.100-150000.3.5.1.x86_64 (Main Repository) (12/72), 145.4 KiB    
- Retrieving: libmp3lame0-3.100-150000.3.5.1.x86_64.rpm [..
- ..done (125.3 KiB/s)]
- Retrieving: libmpg123-0-1.26.4-1.15.x86_64 (Main Repository) (13/72), 154.7 KiB    
- Retrieving: libmpg123-0-1.26.4-1.15.x86_64.rpm [....done (128.0 KiB/s)]
- Retrieving: libogg0-1.3.2-150000.3.4.1.x86_64 (Main Repository) (14/72),  23.6 KiB    
- Retrieving: libogg0-1.3.2-150000.3.4.1.x86_64.rpm [.done]
- Retrieving: libopus0-1.3.1-150000.3.8.1.x86_64 (Main Repository) (15/72), 204.7 KiB    
- Retrieving: libopus0-1.3.1-150000.3.8.1.x86_64.rpm [...
- ...done (181.4 KiB/s)]
- Retrieving: libraw1394-11-2.1.2-150600.1.3.x86_64 (Main Repository) (16/72),  30.6 KiB    
- Retrieving: libraw1394-11-2.1.2-150600.1.3.x86_64.rpm [..done (15.8 KiB/s)]
- Retrieving: libspeex1-1.2-150000.3.5.2.x86_64 (Main Repository) (17/72),  57.6 KiB    
- Retrieving: libspeex1-1.2-150000.3.5.2.x86_64.rpm [..done (29.1 KiB/s)]
- Retrieving: libtheoradec1-1.1.1-150000.3.3.1.x86_64 (Main Repository) (18/72),  54.0 KiB    
- Retrieving: libtheoradec1-1.1.1-150000.3.3.1.x86_64.rpm [..done (17.1 KiB/s)]
- Retrieving: libtwolame0-0.3.13-150000.3.2.2.x86_64 (Main Repository) (19/72),  51.6 KiB    
- Retrieving: libtwolame0-0.3.13-150000.3.2.2.x86_64.rpm [..
- done (14.4 KiB/s)]
- Retrieving: libva2-2.20.0-150600.1.3.x86_64 (Main Repository) (20/72),  87.7 KiB    
- Retrieving: libva2-2.20.0-150600.1.3.x86_64.rpm [...done (81.2 KiB/s)]
- Retrieving: libzimg2-3.0.3-150400.1.7.x86_64 (Main Repository) (21/72), 195.6 KiB    
- Retrieving: libzimg2-3.0.3-150400.1.7.x86_64.rpm [.....done (168.1 KiB/s)]
- Retrieving: libSDL2-2_0-0-2.28.5-150600.1.4.x86_64 (Main Repository) (22/72), 610.9 KiB    
- Retrieving: libSDL2-2_0-0-2.28.5-150600.1.4.x86_64.rpm [..
- ..........
- ...done (305.5 KiB/s)]
- Retrieving: libcdio_cdda2-10.2+0.93+1-150000.3.4.1.x86_64 (Main Repository) (23/72),  22.4 KiB    
- Retrieving: libcdio_cdda2-10.2+0.93+1-150000.3.4.1.x86_64.rpm [..done (14.4 KiB/s)]
- Retrieving: libv4l-1.14.1-150000.3.3.1.x86_64 (Main Repository) (24/72),  78.7 KiB    
- Retrieving: libv4l-1.14.1-150000.3.3.1.x86_64.rpm [...done (58.5 KiB/s)]
- Retrieving: libv4lconvert0-1.14.1-150000.3.3.1.x86_64 (Main Repository) (25/72),  69.4 KiB    
- Retrieving: libv4lconvert0-1.14.1-150000.3.3.1.x86_64.rpm [.
- .done (27.8 KiB/s)]
- Retrieving: libv4l2-0-1.14.1-150000.3.3.1.x86_64 (Main Repository) (26/72),  27.0 KiB    
- Retrieving: libv4l2-0-1.14.1-150000.3.3.1.x86_64.rpm [..done (14.4 KiB/s)]
- Retrieving: libvorbis0-1.3.6-150000.4.5.2.x86_64 (Main Repository) (27/72),  91.5 KiB    
- Retrieving: libvorbis0-1.3.6-150000.4.5.2.x86_64.rpm [....done (87.9 KiB/s)]
- Retrieving: libtheoraenc1-1.1.1-150000.3.3.1.x86_64 (Main Repository) (28/72), 122.7 KiB    
- Retrieving: libtheoraenc1-1.1.1-150000.3.3.1.x86_64.rpm [....
- done (99.9 KiB/s)]
- Retrieving: libFLAC8-1.3.2-150000.3.14.1.x86_64 (Main Repository) (29/72), 103.3 KiB    
- Retrieving: libFLAC8-1.3.2-150000.3.14.1.x86_64.rpm [...done (79.9 KiB/s)]
- Retrieving: libdc1394-22-2.2.5-150000.3.4.1.x86_64 (Main Repository) (30/72),  85.0 KiB    
- Retrieving: libdc1394-22-2.2.5-150000.3.4.1.x86_64.rpm [.....done (83.9 KiB/s)]
- Retrieving: libva-drm2-2.20.0-150600.1.3.x86_64 (Main Repository) (31/72),  37.5 KiB    
- Retrieving: libva-drm2-2.20.0-150600.1.3.x86_64.rpm [..
- done (21.1 KiB/s)]
- Retrieving: libcdio_paranoia2-10.2+0.93+1-150000.3.4.1.x86_64 (Main Repository) (32/72),  22.2 KiB    
- Retrieving: libcdio_paranoia2-10.2+0.93+1-150000.3.4.1.x86_64.rpm [.done]
- Retrieving: libv4l1-0-1.14.1-150000.3.3.1.x86_64 (Main Repository) (33/72),  19.8 KiB    
- Retrieving: libv4l1-0-1.14.1-150000.3.3.1.x86_64.rpm [..done (14.4 KiB/s)]
- Retrieving: libvorbisfile3-1.3.6-150000.4.5.2.x86_64 (Main Repository) (34/72),  24.0 KiB    
- Retrieving: libvorbisfile3-1.3.6-150000.4.5.2.x86_64.rpm [.done]
- Retrieving: libvorbisenc2-1.3.6-150000.4.5.2.x86_64 (Main Repository) (35/72),  77.9 KiB    
- Retrieving: libvorbisenc2-1.3.6-150000.4.5.2.x86_64.rpm [..done (27.8 KiB/s)]
- Retrieving: libopenmpt0-0.3.28-150000.2.15.1.x86_64 (Main Repository) (36/72), 552.9 KiB    
- Retrieving: libopenmpt0-0.3.28-150000.2.15.1.x86_64.rpm [....
- ........done (271.1 KiB/s)]
- Retrieving: libsndfile1-1.0.28-150000.5.20.1.x86_64 (Main Repository) (37/72), 176.7 KiB    
- Retrieving: libsndfile1-1.0.28-150000.5.20.1.x86_64.rpm [.
- .....done (168.1 KiB/s)]
- Retrieving: libpulse0-17.0-150600.2.3.x86_64 (Main Repository) (38/72), 303.4 KiB    
- Retrieving: libpulse0-17.0-150600.2.3.x86_64.rpm [.
- .....
- ....done (151.7 KiB/s)]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (39/72), 171.1 KiB    
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [....
- ....
- ....
- ....
- ....
- ....
- ....not found]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.
- .done (102.9 KiB/s)]
- Retrieving: libopenjp2-7-2.3.0-150000.3.24.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (40/72), 135.0 KiB    
- Retrieving: libopenjp2-7-2.3.0-150000.3.24.1.x86_64.rpm [.
- .not found]
- Retrieving: libopenjp2-7-2.3.0-150000.3.24.1.x86_64.rpm [.not found]
- Retrieving: libopenjp2-7-2.3.0-150000.3.24.1.x86_64.rpm [..done (72.3 KiB/s)]
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (41/72), 140.0 KiB    
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64.rpm [.
- .not found]
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64.rpm [..done (93.2 KiB/s)]
- Retrieving: libvpx7-1.11.0-150400.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (42/72), 819.0 KiB    
- Retrieving: libvpx7-1.11.0-150400.3.7.1.x86_64.rpm [...
- .........
- .....done (408.7 KiB/s)]
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (43/72), 198.3 KiB    
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64.rpm [...done (98.8 KiB/s)]
- Retrieving: libvdpau1-1.1.1-150000.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (44/72),  24.7 KiB    
- Retrieving: libvdpau1-1.1.1-150000.3.6.1.x86_64.rpm [.not found]
- Retrieving: libvdpau1-1.1.1-150000.3.6.1.x86_64.rpm [.
- not found]
- Retrieving: libvdpau1-1.1.1-150000.3.6.1.x86_64.rpm [.done]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (45/72), 226.0 KiB    
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [..done (87.6 KiB/s)]
- Retrieving: libzvbi0-0.2.35-150000.4.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (46/72), 213.0 KiB    
- Retrieving: libzvbi0-0.2.35-150000.4.3.1.x86_64.rpm [.not found]
- Retrieving: libzvbi0-0.2.35-150000.4.3.1.x86_64.rpm [.not found]
- Retrieving: libzvbi0-0.2.35-150000.4.3.1.x86_64.rpm [...done (164.3 KiB/s)]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (47/72), 454.8 KiB    
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.
- .
- not found]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [....done (406.9 KiB/s)]
- Retrieving: libwebpmux3-1.0.3-150200.3.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (48/72),  30.6 KiB    
- Retrieving: libwebpmux3-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebpmux3-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebpmux3-1.0.3-150200.3.14.1.x86_64.rpm [.done]
- Retrieving: libavutil56_70-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (49/72), 284.7 KiB    
- Retrieving: libavutil56_70-4.4.6-150600.13.38.1.x86_64.rpm [.
- .not found]
- Retrieving: libavutil56_70-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavutil56_70-4.4.6-150600.13.38.1.x86_64.rpm [..done (228.4 KiB/s)]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (50/72), 916.2 KiB    
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [.
- not found]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [........done (874.1 KiB/s)]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (51/72), 587.0 KiB    
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.
- ......done (546.4 KiB/s)]
- Retrieving: libswscale5_9-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (52/72), 217.0 KiB    
- Retrieving: libswscale5_9-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libswscale5_9-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libswscale5_9-4.4.6-150600.13.38.1.x86_64.rpm [...done (204.7 KiB/s)]
- Retrieving: libswresample3_9-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (53/72), 120.0 KiB    
- Retrieving: libswresample3_9-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libswresample3_9-4.4.6-150600.13.38.1.x86_64.rpm [..not found]
- Retrieving: libswresample3_9-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: libpostproc55_9-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (54/72), 114.0 KiB    
- Retrieving: libpostproc55_9-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libpostproc55_9-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libpostproc55_9-4.4.6-150600.13.38.1.x86_64.rpm [..done (109.9 KiB/s)]
- Retrieving: libavresample4_0-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (55/72), 119.3 KiB    
- Retrieving: libavresample4_0-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavresample4_0-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavresample4_0-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: ffmpeg-4-libavutil-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (56/72), 189.5 KiB    
- Retrieving: ffmpeg-4-libavutil-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavutil-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavutil-devel-4.4.6-150600.13.38.1.x86_64.rpm [.
- .done (144.8 KiB/s)]
- Retrieving: libavcodec58_134-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (57/72),   3.6 MiB    
- Retrieving: libavcodec58_134-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavcodec58_134-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavcodec58_134-4.4.6-150600.13.38.1.x86_64.rpm [........
- ..........
- .........
- .....done (1.2 MiB/s)]
- Retrieving: ffmpeg-4-libswscale-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (58/72),  81.0 KiB    
- Retrieving: ffmpeg-4-libswscale-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libswscale-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libswscale-devel-4.4.6-150600.13.38.1.x86_64.rpm [..done (69.5 KiB/s)]
- Retrieving: ffmpeg-4-libswresample-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (59/72),  83.6 KiB    
- Retrieving: ffmpeg-4-libswresample-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libswresample-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libswresample-devel-4.4.6-150600.13.38.1.x86_64.rpm [.
- .done (83.6 KiB/s)]
- Retrieving: ffmpeg-4-libpostproc-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (60/72),  76.0 KiB    
- Retrieving: ffmpeg-4-libpostproc-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libpostproc-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libpostproc-devel-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: ffmpeg-4-libavresample-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (61/72),  79.8 KiB    
- Retrieving: ffmpeg-4-libavresample-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavresample-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavresample-devel-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: ffmpeg-4-libavcodec-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (62/72), 137.3 KiB    
- Retrieving: ffmpeg-4-libavcodec-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavcodec-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavcodec-devel-4.4.6-150600.13.38.1.x86_64.rpm [..done (96.0 KiB/s)]
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (63/72),  81.4 KiB    
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64.rpm [.
- ..done (69.2 KiB/s)]
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (64/72), 126.4 KiB    
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [....done (122.6 KiB/s)]
- Retrieving: libbluray2-1.3.0-150300.10.9.1.x86_64 (Main Repository) (65/72), 165.3 KiB    
- Retrieving: libbluray2-1.3.0-150300.10.9.1.x86_64.rpm [...
- ....done (157.4 KiB/s)]
- Retrieving: libass9-0.14.0-150000.3.13.1.x86_64 (Main Repository) (66/72),  97.8 KiB    
- Retrieving: libass9-0.14.0-150000.3.13.1.x86_64.rpm [.
- ...done (73.2 KiB/s)]
- Retrieving: libavformat58_76-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (67/72), 1009.9 KiB    
- Retrieving: libavformat58_76-4.4.6-150600.13.38.1.x86_64.rpm [..not found]
- Retrieving: libavformat58_76-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavformat58_76-4.4.6-150600.13.38.1.x86_64.rpm [...
- ........
- ......done (485.9 KiB/s)]
- Retrieving: libavfilter7_110-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (68/72),   1.2 MiB    
- Retrieving: libavfilter7_110-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavfilter7_110-4.4.6-150600.13.38.1.x86_64.rpm [.
- .not found]
- Retrieving: libavfilter7_110-4.4.6-150600.13.38.1.x86_64.rpm [....
- ..
- .......done (545.1 KiB/s)]
- Retrieving: ffmpeg-4-libavformat-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (69/72), 111.8 KiB    
- Retrieving: ffmpeg-4-libavformat-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavformat-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavformat-devel-4.4.6-150600.13.38.1.x86_64.rpm [.
- done]
- Retrieving: libavdevice58_13-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (70/72), 129.1 KiB    
- Retrieving: libavdevice58_13-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavdevice58_13-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavdevice58_13-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: ffmpeg-4-libavfilter-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (71/72),  91.4 KiB    
- Retrieving: ffmpeg-4-libavfilter-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavfilter-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavfilter-devel-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: ffmpeg-4-libavdevice-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (72/72),  82.8 KiB    
- Retrieving: ffmpeg-4-libavdevice-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavdevice-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavdevice-devel-4.4.6-150600.13.38.1.x86_64.rpm [..done (75.0 KiB/s)]
- 
- Checking for file conflicts: [..done]
- ( 1/72) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- ( 2/72) Installing: libasound2-1.2.10-150600.2.3.x86_64 [..done]
- ( 3/72) Installing: libbs2b0-3.1.0-150400.3.2.1.x86_64 [..done]
- ( 4/72) Installing: libcdio16-0.94-150000.6.13.1.x86_64 [..done]
- ( 5/72) Installing: libdav1d7-1.4.0-150600.1.2.x86_64 [.
- .done]
- ( 6/72) Installing: libdrm2-2.4.118-150600.1.4.x86_64 [..done]
- ( 7/72) Installing: libfribidi0-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 8/72) Installing: libgraphite2-3-1.3.14-150600.1.5.x86_64 [..done]
- ( 9/72) Installing: libgsm1-1.0.14-150000.3.6.1.x86_64 [..done]
- (10/72) Installing: libjack0-1.9.12-150000.3.3.1.x86_64 [..done]
- (11/72) Installing: libjpeg8-8.2.2-150600.22.5.x86_64 [..done]
- (12/72) Installing: libmp3lame0-3.100-150000.3.5.1.x86_64 [..done]
- (13/72) Installing: libmpg123-0-1.26.4-1.15.x86_64 [..done]
- (14/72) Installing: libogg0-1.3.2-150000.3.4.1.x86_64 [..done]
- (15/72) Installing: libopus0-1.3.1-150000.3.8.1.x86_64 [..done]
- (16/72) Installing: libraw1394-11-2.1.2-150600.1.3.x86_64 [..done]
- (17/72) Installing: libspeex1-1.2-150000.3.5.2.x86_64 [..done]
- (18/72) Installing: libtheoradec1-1.1.1-150000.3.3.1.x86_64 [..done]
- (19/72) Installing: libtwolame0-0.3.13-150000.3.2.2.x86_64 [..done]
- (20/72) Installing: libva2-2.20.0-150600.1.3.x86_64 [..done]
- (21/72) Installing: libzimg2-3.0.3-150400.1.7.x86_64 [..done]
- (22/72) Installing: libSDL2-2_0-0-2.28.5-150600.1.4.x86_64 [..done]
- (23/72) Installing: libcdio_cdda2-10.2+0.93+1-150000.3.4.1.x86_64 [..done]
- (24/72) Installing: libv4l-1.14.1-150000.3.3.1.x86_64 [..done]
- (25/72) Installing: libv4lconvert0-1.14.1-150000.3.3.1.x86_64 [..done]
- (26/72) Installing: libv4l2-0-1.14.1-150000.3.3.1.x86_64 [..done]
- (27/72) Installing: libvorbis0-1.3.6-150000.4.5.2.x86_64 [..done]
- (28/72) Installing: libtheoraenc1-1.1.1-150000.3.3.1.x86_64 [..done]
- (29/72) Installing: libFLAC8-1.3.2-150000.3.14.1.x86_64 [.
- .done]
- (30/72) Installing: libdc1394-22-2.2.5-150000.3.4.1.x86_64 [..done]
- (31/72) Installing: libva-drm2-2.20.0-150600.1.3.x86_64 [..done]
- (32/72) Installing: libcdio_paranoia2-10.2+0.93+1-150000.3.4.1.x86_64 [..done]
- (33/72) Installing: libv4l1-0-1.14.1-150000.3.3.1.x86_64 [..done]
- (34/72) Installing: libvorbisfile3-1.3.6-150000.4.5.2.x86_64 [..done]
- (35/72) Installing: libvorbisenc2-1.3.6-150000.4.5.2.x86_64 [..done]
- (36/72) Installing: libopenmpt0-0.3.28-150000.2.15.1.x86_64 [..done]
- (37/72) Installing: libsndfile1-1.0.28-150000.5.20.1.x86_64 [..done]
- (38/72) Installing: libpulse0-17.0-150600.2.3.x86_64 [..done]
- (39/72) Installing: libnettle8-3.9.1-150600.3.2.1.x86_64 [..done]
- (40/72) Installing: libopenjp2-7-2.3.0-150000.3.24.1.x86_64 [..done]
- (41/72) Installing: libpng16-16-1.6.40-150600.3.12.1.x86_64 [..done]
- (42/72) Installing: libvpx7-1.11.0-150400.3.7.1.x86_64 [..done]
- (43/72) Installing: libwebp7-1.0.3-150200.3.14.1.x86_64 [..done]
- (44/72) Installing: libvdpau1-1.1.1-150000.3.6.1.x86_64 [..done]
- (45/72) Installing: libhogweed6-3.9.1-150600.3.2.1.x86_64 [..done]
- (46/72) Installing: libzvbi0-0.2.35-150000.4.3.1.x86_64 [..done]
- (47/72) Installing: libfreetype6-2.10.4-150000.4.25.1.x86_64 [..done]
- (48/72) Installing: libwebpmux3-1.0.3-150200.3.14.1.x86_64 [..done]
- (49/72) Installing: libavutil56_70-4.4.6-150600.13.38.1.x86_64 [..done]
- (50/72) Installing: libgnutls30-3.8.3-150600.4.17.1.x86_64 [..
- done]
- (51/72) Installing: libharfbuzz0-8.3.0-150600.3.3.1.x86_64 [..done]
- (52/72) Installing: libswscale5_9-4.4.6-150600.13.38.1.x86_64 [..done]
- (53/72) Installing: libswresample3_9-4.4.6-150600.13.38.1.x86_64 [..done]
- (54/72) Installing: libpostproc55_9-4.4.6-150600.13.38.1.x86_64 [..done]
- (55/72) Installing: libavresample4_0-4.4.6-150600.13.38.1.x86_64 [..done]
- (56/72) Installing: ffmpeg-4-libavutil-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (57/72) Installing: libavcodec58_134-4.4.6-150600.13.38.1.x86_64 [....done]
- (58/72) Installing: ffmpeg-4-libswscale-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (59/72) Installing: ffmpeg-4-libswresample-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (60/72) Installing: ffmpeg-4-libpostproc-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (61/72) Installing: ffmpeg-4-libavresample-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (62/72) Installing: ffmpeg-4-libavcodec-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (63/72) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done]
- (64/72) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done]
- (65/72) Installing: libbluray2-1.3.0-150300.10.9.1.x86_64 [..done]
- (66/72) Installing: libass9-0.14.0-150000.3.13.1.x86_64 [..done]
- (67/72) Installing: libavformat58_76-4.4.6-150600.13.38.1.x86_64 [..
- done]
- (68/72) Installing: libavfilter7_110-4.4.6-150600.13.38.1.x86_64 [..done]
- (69/72) Installing: ffmpeg-4-libavformat-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (70/72) Installing: libavdevice58_13-4.4.6-150600.13.38.1.x86_64 [..done]
- (71/72) Installing: ffmpeg-4-libavfilter-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (72/72) Installing: ffmpeg-4-libavdevice-devel-4.4.6-150600.13.38.1.x86_64 [..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, ffmpeg-swresample.1.3.0  (cached)
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed dune-configurator.3.22.1
[ERROR] The compilation of ffmpeg-avutil.1.3.0 failed at "dune build -p ffmpeg-avutil -j 255 @install".

#=== ERROR while compiling ffmpeg-avutil.1.3.0 ================================#
# context              2.5.0 | linux/x86_64 | ocaml-base-compiler.5.4.1 | file:///home/opam/opam-repository
# path                 ~/.opam/5.4/.opam-switch/build/ffmpeg-avutil.1.3.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p ffmpeg-avutil -j 255 @install
# exit-code            1
# env-file             ~/.opam/log/ffmpeg-avutil-7-16cf30.env
# output-file          ~/.opam/log/ffmpeg-avutil-7-16cf30.out
### output ###
# File "avutil/dune", line 7, characters 9-21:
# 7 |   (names avutil_stubs)
#              ^^^^^^^^^^^^
# (cd _build/default/avutil && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I/usr/include/ffmpeg -g -I /home/opam/.opam/5.4/lib/ocaml -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -o avutil_stubs.o -c avutil_stubs.c)
# In file included from avutil_stubs.c:24:0:
# avutil_stubs.h:70:46: error: unknown type name 'AVChannelLayout'
#  void value_of_channel_layout(value *v, const AVChannelLayout *);
#                                               ^~~~~~~~~~~~~~~
# avutil_stubs.c: In function 'finalize_channel_layout':
# avutil_stubs.c:350:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
#    AVChannelLayout *channel_layout = AVChannelLayout_val(v);
#    ^~~~~~~~~~~~~~~
#    AVChannelLayout_val
# In file included from avutil_stubs.c:24:0:
# avutil_stubs.h:69:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
#  #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
#                                 ^
# avutil_stubs.c:350:37: note: in expansion of macro 'AVChannelLayout_val'
#    AVChannelLayout *channel_layout = AVChannelLayout_val(v);
#                                      ^~~~~~~~~~~~~~~~~~~
# avutil_stubs.c:351:3: warning: implicit declaration of function 'av_channel_layout_uninit'; did you mean 'av_get_channel_layout_string'? [-Wimplicit-function-declaration]
#    av_channel_layout_uninit(channel_layout);
#    ^~~~~~~~~~~~~~~~~~~~~~~~
#    av_get_channel_layout_string
# avutil_stubs.c: At top level:
# avutil_stubs.c:361:36: error: unknown type name 'AVChannelLayout'
#                               const AVChannelLayout *channel_layout) {
#                                     ^~~~~~~~~~~~~~~
# avutil_stubs.c: In function 'value_of_channel_layout':
# avutil_stubs.c:362:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
#    AVChannelLayout *ch_layout = av_mallocz(sizeof(AVChannelLayout));
#    ^~~~~~~~~~~~~~~
#    AVChannelLayout_val
# avutil_stubs.c:362:50: error: 'AVChannelLayout' undeclared (first use in this function); did you mean 'Val_ChannelLayout'?
#    AVChannelLayout *ch_layout = av_mallocz(sizeof(AVChannelLayout));
#                                                   ^~~~~~~~~~~~~~~
#                                                   Val_ChannelLayout
# avutil_stubs.c:362:50: note: each undeclared identifier is reported only once for each function it appears in
# avutil_stubs.c:368:9: warning: implicit declaration of function 'av_channel_layout_copy'; did you mean 'av_get_channel_layout'? [-Wimplicit-function-declaration]
#    err = av_channel_layout_copy(ch_layout, channel_layout);
#          ^~~~~~~~~~~~~~~~~~~~~~
#          av_get_channel_layout
# avutil_stubs.c:376:70: error: expected expression before ')' token
#        caml_alloc_custom(&channel_layout_ops, sizeof(AVChannelLayout *), 0, 1);
#                                                                       ^
# avutil_stubs.c:377:29: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
#    AVChannelLayout_val(*ret) = ch_layout;
#                              ^
# avutil_stubs.c: In function 'ocaml_avutil_get_standard':
# avutil_stubs.c:413:9: error: unknown type name 'AVChannelLayout'
#    const AVChannelLayout *channel_layout = av_channel_layout_standard(opaque);
#          ^~~~~~~~~~~~~~~
# avutil_stubs.c:413:43: warning: implicit declaration of function 'av_channel_layout_standard'; did you mean 'av_get_channel_layout_string'? [-Wimplicit-function-declaration]
#    const AVChannelLayout *channel_layout = av_channel_layout_standard(opaque);
#                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~
#                                            av_get_channel_layout_string
# avutil_stubs.c:413:43: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
# avutil_stubs.c: In function 'ocaml_avutil_compare_channel_layout':
# avutil_stubs.c:430:13: warning: implicit declaration of function 'av_channel_layout_compare'; did you mean 'av_get_channel_layout_string'? [-Wimplicit-function-declaration]
#    int ret = av_channel_layout_compare(AVChannelLayout_val(_layout1),
#              ^~~~~~~~~~~~~~~~~~~~~~~~~
#              av_get_channel_layout_string
# avutil_stubs.c: In function 'ocaml_avutil_get_channel_mask':
# avutil_stubs.c:443:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
#    AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#    ^~~~~~~~~~~~~~~
#    AVChannelLayout_val
# In file included from avutil_stubs.c:24:0:
# avutil_stubs.h:69:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
#  #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
#                                 ^
# avutil_stubs.c:443:37: note: in expansion of macro 'AVChannelLayout_val'
#    AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#                                      ^~~~~~~~~~~~~~~~~~~
# avutil_stubs.c:445:21: error: request for member 'order' in something not a structure or union
#    if (channel_layout->order != AV_CHANNEL_ORDER_NATIVE)
#                      ^~
# avutil_stubs.c:445:32: error: 'AV_CHANNEL_ORDER_NATIVE' undeclared (first use in this function); did you mean 'AV_CH_LAYOUT_NATIVE'?
#    if (channel_layout->order != AV_CHANNEL_ORDER_NATIVE)
#                                 ^~~~~~~~~~~~~~~~~~~~~~~
#                                 AV_CH_LAYOUT_NATIVE
# In file included from /home/opam/.opam/5.4/lib/ocaml/caml/callback.h:22:0,
#                  from avutil_stubs.c:10:
# avutil_stubs.c:449:53: error: request for member 'u' in something not a structure or union
#    Store_field(ans, 0, caml_copy_int64(channel_layout->u.mask));
#                                                      ^
# /home/opam/.opam/5.4/lib/ocaml/caml/memory.h:470:27: note: in definition of macro 'Store_field'
#    value caml__temp_val = (val); \
#                            ^~~
# avutil_stubs.c: In function 'ocaml_avutil_get_channel_layout_description':
# avutil_stubs.c:457:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
#    AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#    ^~~~~~~~~~~~~~~
#    AVChannelLayout_val
# In file included from avutil_stubs.c:24:0:
# avutil_stubs.h:69:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
#  #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
#                                 ^
# avutil_stubs.c:457:37: note: in expansion of macro 'AVChannelLayout_val'
#    AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#                                      ^~~~~~~~~~~~~~~~~~~
# avutil_stubs.c:458:13: warning: implicit declaration of function 'av_channel_layout_describe'; did you mean 'av_get_channel_layout_string'? [-Wimplicit-function-declaration]
#    int err = av_channel_layout_describe(channel_layout, buf, sizeof(buf));
#              ^~~~~~~~~~~~~~~~~~~~~~~~~~
#              av_get_channel_layout_string
# avutil_stubs.c: In function 'ocaml_avutil_get_channel_layout_nb_channels':
# avutil_stubs.c:469:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
#    AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#    ^~~~~~~~~~~~~~~
#    AVChannelLayout_val
# In file included from avutil_stubs.c:24:0:
# avutil_stubs.h:69:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
#  #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
#                                 ^
# avutil_stubs.c:469:37: note: in expansion of macro 'AVChannelLayout_val'
#    AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#                                      ^~~~~~~~~~~~~~~~~~~
# In file included from /home/opam/.opam/5.4/lib/ocaml/caml/callback.h:22:0,
#                  from avutil_stubs.c:10:
# avutil_stubs.c:470:36: error: request for member 'nb_channels' in something not a structure or union
#    CAMLreturn(Val_int(channel_layout->nb_channels));
#                                     ^
# /home/opam/.opam/5.4/lib/ocaml/caml/memory.h:457:29: note: in definition of macro 'CAMLreturnT'
#    type caml__temp_result = (result); \
#                              ^~~~~~
# avutil_stubs.c:470:3: note: in expansion of macro 'CAMLreturn'
#    CAMLreturn(Val_int(channel_layout->nb_channels));
#    ^~~~~~~~~~
# /home/opam/.opam/5.4/lib/ocaml/caml/mlvalues.h:83:20: note: in expansion of macro 'Val_long'
#  #define Val_int(x) Val_long(x)
#                     ^~~~~~~~
# avutil_stubs.c:470:14: note: in expansion of macro 'Val_int'
#    CAMLreturn(Val_int(channel_layout->nb_channels));
#               ^~~~~~~
# avutil_stubs.c: In function 'ocaml_avutil_get_default_channel_layout':
# avutil_stubs.c:476:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
#    AVChannelLayout channel_layout;
#    ^~~~~~~~~~~~~~~
#    AVChannelLayout_val
# avutil_stubs.c:478:3: warning: implicit declaration of function 'av_channel_layout_default'; did you mean 'ChannelLayout_val'? [-Wimplicit-function-declaration]
#    av_channel_layout_default(&channel_layout, Int_val(_nb_channels));
#    ^~~~~~~~~~~~~~~~~~~~~~~~~
#    ChannelLayout_val
# avutil_stubs.c: In function 'ocaml_avutil_get_channel_layout':
# avutil_stubs.c:488:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
#    AVChannelLayout channel_layout;
#    ^~~~~~~~~~~~~~~
#    AVChannelLayout_val
# avutil_stubs.c:490:13: warning: implicit declaration of function 'av_channel_layout_from_string'; did you mean 'av_get_channel_layout_string'? [-Wimplicit-function-declaration]
#    int err = av_channel_layout_from_string(&channel_layout, String_val(_name));
#              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#              av_get_channel_layout_string
# avutil_stubs.c: In function 'ocaml_avutil_audio_create_frame':
# avutil_stubs.c:1008:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
#    AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#    ^~~~~~~~~~~~~~~
#    AVChannelLayout_val
# In file included from avutil_stubs.c:24:0:
# avutil_stubs.h:69:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
#  #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
#                                 ^
# avutil_stubs.c:1008:37: note: in expansion of macro 'AVChannelLayout_val'
#    AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#                                      ^~~~~~~~~~~~~~~~~~~
# avutil_stubs.c:1020:40: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
#    ret = av_channel_layout_copy(&frame->ch_layout, channel_layout);
#                                         ^~~~~~~~~
#                                         channel_layout
# In file included from /home/opam/.opam/5.4/lib/ocaml/caml/callback.h:22:0,
#                  from avutil_stubs.c:10:
# avutil_stubs.c: In function 'ocaml_avutil_audio_frame_get_channels':
# avutil_stubs.c:1059:29: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
#    CAMLreturn(Val_int(frame->ch_layout.nb_channels));
#                              ^
# /home/opam/.opam/5.4/lib/ocaml/caml/memory.h:457:29: note: in definition of macro 'CAMLreturnT'
#    type caml__temp_result = (result); \
#                              ^~~~~~
# avutil_stubs.c:1059:3: note: in expansion of macro 'CAMLreturn'
#    CAMLreturn(Val_int(frame->ch_layout.nb_channels));
#    ^~~~~~~~~~
# /home/opam/.opam/5.4/lib/ocaml/caml/mlvalues.h:83:20: note: in expansion of macro 'Val_long'
#  #define Val_int(x) Val_long(x)
#                     ^~~~~~~~
# avutil_stubs.c:1059:14: note: in expansion of macro 'Val_int'
#    CAMLreturn(Val_int(frame->ch_layout.nb_channels));
#               ^~~~~~~
# avutil_stubs.c: In function 'ocaml_avutil_audio_frame_get_channel_layout':
# avutil_stubs.c:1067:48: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
#    value_of_channel_layout(&_ch_layout, &frame->ch_layout);
#                                                 ^~~~~~~~~
#                                                 channel_layout
# avutil_stubs.c: In function 'ocaml_avutil_audio_frame_copy_samples':
# avutil_stubs.c:1091:23: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
#    int channels = dst->ch_layout.nb_channels;
#                        ^~~~~~~~~
#                        channel_layout
# avutil_stubs.c:1096:39: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
#        av_channel_layout_compare(&dst->ch_layout, &src->ch_layout))
#                                        ^~~~~~~~~
#                                        channel_layout
# avutil_stubs.c:1096:56: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
#        av_channel_layout_compare(&dst->ch_layout, &src->ch_layout))
#                                                         ^~~~~~~~~
#                                                         channel_layout
# avutil_stubs.c: In function 'ocaml_avutil_get_opt':
# avutil_stubs.c:1503:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
#    AVChannelLayout channel_layout;
#    ^~~~~~~~~~~~~~~
#    AVChannelLayout_val
# avutil_stubs.c:1607:11: warning: implicit declaration of function 'av_opt_get_chlayout'; did you mean 'av_opt_get_channel_layout'? [-Wimplicit-function-declaration]
#      err = av_opt_get_chlayout((void *)obj, (const char *)String_val(name),
#            ^~~~~~~~~~~~~~~~~~~
#            av_opt_get_channel_layout
# avutil_stubs.c: In function 'type_of_av_opt_type':
# avutil_stubs.c:1707:8: error: 'AV_OPT_TYPE_CHLAYOUT' undeclared (first use in this function); did you mean 'AV_OPT_TYPE_COLOR'?
#    case AV_OPT_TYPE_CHLAYOUT:
#         ^~~~~~~~~~~~~~~~~~~~
#         AV_OPT_TYPE_COLOR
# avutil_stubs.c: In function 'ocaml_avutil_av_opt_iter':
# avutil_stubs.c:1719:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
#    AVChannelLayout channel_layout;
#    ^~~~~~~~~~~~~~~
#    AVChannelLayout_val
# avutil_stubs.c:1806:8: error: 'AV_OPT_TYPE_CHLAYOUT' undeclared (first use in this function); did you mean 'AV_OPT_TYPE_COLOR'?
#    case AV_OPT_TYPE_CHLAYOUT:
#         ^~~~~~~~~~~~~~~~~~~~
#         AV_OPT_TYPE_COLOR



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ffmpeg-avutil 1.3.0
+- 
+- The following changes have been performed (the rest was aborted)
| - install conf-ffmpeg       1
| - install conf-pkg-config   4
| - install csexp             1.5.2
| - install dune              3.22.1
| - install dune-configurator 3.22.1
+- 

<><> ffmpeg-avutil.1.3.0 troubleshooting ><><><><><><><><><><><><><><><><><><><>
=> We're sorry that your install failed. Make sure to check the README.md file
   to check what minimal version of FFmpeg this package requires.
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260410145918.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
opam-repo-ci detected dependencies failing:  ffmpeg-avutil.1.3.0
"/usr/bin/env" "bash" "-c" "opam reinstall ffmpeg-swresample.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-15.6\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'ffmpeg-swresample.1.3.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-04-10 15:01.01: Job failed: Failed: Build failed
2026-04-10 15:01.01: Log analysis:
2026-04-10 15:01.01: >>> 
[ERROR] The compilation of ffmpeg-avutil.1.3.0 failed at "dune build -p ffmpeg-avutil -j 255 @install".
 (score = 20)
2026-04-10 15:01.01: >>> 
# avutil_stubs.h:70:46: error: unknown type name 'AVChannelLayout'
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:350:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:361:36: error: unknown type name 'AVChannelLayout'
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:362:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:362:50: error: 'AVChannelLayout' undeclared (first use in this function); did you mean 'Val_ChannelLayout'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:376:70: error: expected expression before ')' token
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:413:9: error: unknown type name 'AVChannelLayout'
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:443:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:445:21: error: request for member 'order' in something not a structure or union
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:445:32: error: 'AV_CHANNEL_ORDER_NATIVE' undeclared (first use in this function); did you mean 'AV_CH_LAYOUT_NATIVE'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:449:53: error: request for member 'u' in something not a structure or union
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:457:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:469:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:470:36: error: request for member 'nb_channels' in something not a structure or union
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:476:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:488:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:1008:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:1020:40: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:1059:29: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:1067:48: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:1091:23: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:1096:39: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:1096:56: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:1503:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:1707:8: error: 'AV_OPT_TYPE_CHLAYOUT' undeclared (first use in this function); did you mean 'AV_OPT_TYPE_COLOR'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:1719:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 15:01.01: >>> 
# avutil_stubs.c:1806:8: error: 'AV_OPT_TYPE_CHLAYOUT' undeclared (first use in this function); did you mean 'AV_OPT_TYPE_COLOR'?
 (score = 30)
2026-04-10 15:01.01: >>> 
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
 (score = 100)
2026-04-10 15:01.01: [SKIP] Failure ignored