(not at the head of any monitored branch or PR)
2026-04-13 14:55.04: New job: build ffmpeg-avcodec.1.3.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (04bb6962c1b0506de5a277289b857c4093d55649)
                              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 04bb6962
git fetch origin master
git merge --no-edit ba4685aeec7b28fde6af30c7b83004704c68c86a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745
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-15.6\""; 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-13 14:55.04: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745-ffmpeg-avcodec.1.3.0-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.04: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745)
 (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-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-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-13 14:55.04: Waiting for resource in pool OCluster
2026-04-13 15:42.00: Waiting for worker…
2026-04-13 15:46.15: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at ba4685aeec Merge pull request #29653 from yakobowski/camlidl
Merge made by the 'ort' strategy.
 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:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745' locally
docker.io/ocaml/opam@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745: Pulling from ocaml/opam
2824220eb759: Already exists
d6e0f6bf3ee8: Already exists
98ea95f8982c: Already exists
66c4e2d11417: Already exists
178bf13c4542: Already exists
3363b6690622: Already exists
2f360ed5ed1c: Already exists
0157dc55738d: Already exists
adbd7b083662: Already exists
08da4b8ec306: Already exists
2d08af6962f0: Already exists
0eb7579d9e49: Already exists
a469e6a3633d: Already exists
82c744fdb18a: Already exists
36b9f578dfd0: Already exists
67e235ccb630: Already exists
054af01a93fc: Already exists
e8dd567f0fce: Already exists
e8dd567f0fce: Already exists
4f4fb700ef54: Already exists
95a8dc77b77e: Already exists
cc10f5cb66cf: Already exists
c6967ed40884: Already exists
86261b212eac: Already exists
c593fa27ed82: Already exists
327409bbc709: Already exists
68843b0965c1: Already exists
1dce24306ea4: Already exists
d41b89be77dc: Already exists
a847491754f8: Already exists
2ba6e682b334: Already exists
88783f87eac5: Already exists
94a228a5ee2b: Already exists
effccec7e4d4: Already exists
2f4d54523759: Already exists
c433d8fc16c8: Already exists
e8dea40a6ae6: Already exists
5be5b25f37bd: Already exists
8a320261bc75: Pulling fs layer
f36d6c98cb79: Pulling fs layer
48745103a26a: Pulling fs layer
2c60e853f538: Pulling fs layer
303d675deef6: Pulling fs layer
10d6d5991602: Pulling fs layer
49510a9bffbc: Pulling fs layer
303d675deef6: Waiting
49510a9bffbc: Waiting
2c60e853f538: Waiting
8a320261bc75: Verifying Checksum
8a320261bc75: Download complete
8a320261bc75: Pull complete
f36d6c98cb79: Download complete
f36d6c98cb79: Pull complete
48745103a26a: Verifying Checksum
48745103a26a: Download complete
48745103a26a: Pull complete
10d6d5991602: Download complete
303d675deef6: Download complete
49510a9bffbc: Verifying Checksum
49510a9bffbc: Download complete
2c60e853f538: Verifying Checksum
2c60e853f538: Download complete
2c60e853f538: Pull complete
303d675deef6: Pull complete
10d6d5991602: Pull complete
49510a9bffbc: Pull complete
Digest: sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745
Status: Downloaded newer image for ocaml/opam@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745
2026-04-13 15:46.25 ---> using "5a3680208c73beb3331771a2f7c7cfa44299220a0d1ff13e680cdae5b80bdaf8" 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-13 15:46.25 ---> using "ce250c8fbe3dc9cb0015d2566d58e5b09f790a3e3c1e97b2213fa4c5cd787243" 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-13 15:46.25 ---> using "3326fb9f18848ad9b28891e07ba04b7b0edfeb36bfd235bff817b1d519db73ce" 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-13 15:46.25 ---> using "dc08cc83cd1dc451428dea69e6cba6a62669a6c3c78d30d1321d1e80dfa525e5" 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-13 15:46.25 ---> using "d83eacbb5196cbc8c8d06b68ed0b2e0c4b9d653f03c2e466c0fcac4b1326b002" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 15:46.30 ---> saved as "fb232872bf9d0152e720e9bd2eacb381d387c0e7856e03beba00313d4787af66"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 15:46.48 ---> saved as "5321f8beb8e48c0c6d3bb3a6ea0bcbca5a3f9271f5b79a54268bd26cf2586f5c"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [.
- .
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ......
- ....
- ....
- ....
- ....
- ....
- .
- .............
- .........
- .........
- ........
- .......
- ........
- .......
- ...........
- ...done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- 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-13 15:59.02 ---> saved as "28fd5b7e683099bf5efae6baf58cc6be33f14169325006caa069a88910e40208"

/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-13 15:59.02 ---> saved as "05a838159b093d2c4cc3202fcba2429e9a306943d102256af816d4bed841c177"

/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-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-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 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]
- 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 (102.6 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]
- 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 (30.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 (519.4 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 (43.8 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 (25.1 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 (54.5 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 (22.4 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 (65.2 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 (126.6 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 (138.7 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 (117.3 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 (11.2 KiB/s)]
- 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 (190.8 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 (30.6 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 (22.4 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 (43.8 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 (51.6 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 (57.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 (152.0 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 (588.9 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]
- 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 (23.2 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 (62.5 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]
- 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 (63.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 (120.0 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 (89.2 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 (26.5 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 (29.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 (22.2 KiB/s)]
- 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]
- 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 (41.1 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 (508.7 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 (176.7 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 (266.9 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 (5.4 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 (24.8 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]
- 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 (270.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]
- 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]
- 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 (179.6 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 (338.6 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 (264.7 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 (916.2 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 (536.6 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 (129.4 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]
- 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 (119.3 KiB/s)]
- 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 (125.3 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]
- 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]
- 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 (2.5 KiB/s)]
- 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 (101.5 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 (34.5 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 (94.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 (91.9 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 (97.8 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 (499.1 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 (1.1 MiB/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 (129.1 KiB/s)]
- 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]
- 
- 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  (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-e11a72.env
# output-file          ~/.opam/log/ffmpeg-avutil-7-e11a72.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-20260413155903.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-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-15.6\""; 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" failed with exit status 1
2026-04-13 16:01.15: Job failed: Failed: Build failed
2026-04-13 16:01.15: Log analysis:
2026-04-13 16:01.15: >>> 
[ERROR] The compilation of ffmpeg-avutil.1.3.0 failed at "dune build -p ffmpeg-avutil -j 255 @install".
 (score = 20)
2026-04-13 16:01.15: >>> 
# avutil_stubs.h:70:46: error: unknown type name 'AVChannelLayout'
 (score = 30)
2026-04-13 16:01.15: >>> 
# avutil_stubs.c:350:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-13 16:01.15: >>> 
# avutil_stubs.c:361:36: error: unknown type name 'AVChannelLayout'
 (score = 30)
2026-04-13 16:01.15: >>> 
# avutil_stubs.c:362:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-13 16:01.15: >>> 
# avutil_stubs.c:362:50: error: 'AVChannelLayout' undeclared (first use in this function); did you mean 'Val_ChannelLayout'?
 (score = 30)
2026-04-13 16:01.15: >>> 
# avutil_stubs.c:376:70: error: expected expression before ')' token
 (score = 30)
2026-04-13 16:01.15: >>> 
# avutil_stubs.c:413:9: error: unknown type name 'AVChannelLayout'
 (score = 30)
2026-04-13 16:01.15: >>> 
# avutil_stubs.c:443:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-13 16:01.15: >>> 
# avutil_stubs.c:445:21: error: request for member 'order' in something not a structure or union
 (score = 30)
2026-04-13 16:01.15: >>> 
# 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-13 16:01.15: >>> 
# avutil_stubs.c:449:53: error: request for member 'u' in something not a structure or union
 (score = 30)
2026-04-13 16:01.15: >>> 
# avutil_stubs.c:457:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-13 16:01.15: >>> 
# avutil_stubs.c:469:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-13 16:01.15: >>> 
# avutil_stubs.c:470:36: error: request for member 'nb_channels' in something not a structure or union
 (score = 30)
2026-04-13 16:01.15: >>> 
# avutil_stubs.c:476:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-13 16:01.15: >>> 
# avutil_stubs.c:488:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-13 16:01.15: >>> 
# avutil_stubs.c:1008:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-13 16:01.15: >>> 
# 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-13 16:01.15: >>> 
# 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-13 16:01.15: >>> 
# 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-13 16:01.15: >>> 
# 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-13 16:01.15: >>> 
# 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-13 16:01.15: >>> 
# 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-13 16:01.15: >>> 
# avutil_stubs.c:1503:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-13 16:01.15: >>> 
# 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-13 16:01.15: >>> 
# avutil_stubs.c:1719:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-13 16:01.15: >>> 
# 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-13 16:01.15: >>> 
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
 (score = 100)
2026-04-13 16:01.15: [SKIP] Failure ignored