- github
- ocaml
- opam-repository
- 1ad1c6
- distributions,fedora-43-ocaml-4.14,ffmpeg-swresample.1.2.7
(not at the head of any monitored branch or PR)
2025-10-31 15:27.09: New job: build ffmpeg-swresample.1.2.7, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28810/head (1ad1c6b061983bdeb27a2757dca4d07fcd0c892a)
on fedora-43-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28810/head" && git reset --hard 1ad1c6b0
git fetch origin master
git merge --no-edit 8a528d6bb48e4be260fb670a1754df39a1192147
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:01a0e3d4d36391990a4e74b6aa10bfd733759623384f3f0e824ee94d8b9e986d
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.2.7 1.2.7
RUN opam reinstall ffmpeg-swresample.1.2.7; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"fedora-43\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ffmpeg-swresample.1.2.7' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-10-31 15:27.09: Using cache hint "ocaml/opam:fedora-43-ocaml-4.14@sha256:01a0e3d4d36391990a4e74b6aa10bfd733759623384f3f0e824ee94d8b9e986d-ffmpeg-swresample.1.2.7-1ad1c6b061983bdeb27a2757dca4d07fcd0c892a"
2025-10-31 15:27.09: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:01a0e3d4d36391990a4e74b6aa10bfd733759623384f3f0e824ee94d8b9e986d)
(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.2.7 1.2.7"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ffmpeg-swresample.1.2.7;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-43\\\"\"; 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.2.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-10-31 15:27.09: Waiting for resource in pool OCluster
2025-10-31 19:13.05: Waiting for worker…
2025-10-31 19:24.09: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 8a528d6bb4 Merge pull request #28792 from dbuenzli/odig
Updating 8a528d6bb4..1ad1c6b061
Fast-forward
packages/ffmpeg-av/ffmpeg-av.1.2.7/opam | 51 ++++++++++++++++++++++
packages/ffmpeg-avcodec/ffmpeg-avcodec.1.2.7/opam | 50 +++++++++++++++++++++
.../ffmpeg-avdevice/ffmpeg-avdevice.1.2.7/opam | 50 +++++++++++++++++++++
.../ffmpeg-avfilter/ffmpeg-avfilter.1.2.7/opam | 50 +++++++++++++++++++++
packages/ffmpeg-avutil/ffmpeg-avutil.1.2.7/opam | 50 +++++++++++++++++++++
.../ffmpeg-swresample/ffmpeg-swresample.1.2.7/opam | 51 ++++++++++++++++++++++
packages/ffmpeg-swscale/ffmpeg-swscale.1.2.7/opam | 50 +++++++++++++++++++++
packages/ffmpeg/ffmpeg.1.2.7/opam | 43 ++++++++++++++++++
8 files changed, 395 insertions(+)
create mode 100644 packages/ffmpeg-av/ffmpeg-av.1.2.7/opam
create mode 100644 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.2.7/opam
create mode 100644 packages/ffmpeg-avdevice/ffmpeg-avdevice.1.2.7/opam
create mode 100644 packages/ffmpeg-avfilter/ffmpeg-avfilter.1.2.7/opam
create mode 100644 packages/ffmpeg-avutil/ffmpeg-avutil.1.2.7/opam
create mode 100644 packages/ffmpeg-swresample/ffmpeg-swresample.1.2.7/opam
create mode 100644 packages/ffmpeg-swscale/ffmpeg-swscale.1.2.7/opam
create mode 100644 packages/ffmpeg/ffmpeg.1.2.7/opam
(from ocaml/opam:fedora-43-ocaml-4.14@sha256:01a0e3d4d36391990a4e74b6aa10bfd733759623384f3f0e824ee94d8b9e986d)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:01a0e3d4d36391990a4e74b6aa10bfd733759623384f3f0e824ee94d8b9e986d' locally
docker.io/ocaml/opam@sha256:01a0e3d4d36391990a4e74b6aa10bfd733759623384f3f0e824ee94d8b9e986d: Pulling from ocaml/opam
3a6ccf50917d: Already exists
698b8d1610af: Already exists
7e5b745a56a4: Already exists
e8859609bfb8: Already exists
51242d36b3fd: Already exists
61958fadfb74: Already exists
04578677ff3f: Already exists
01b19b859bd1: Already exists
47b008c442e7: Already exists
434ff16e8a1b: Already exists
e2e8d2ec1110: Already exists
bb8f1dbb2acd: Already exists
c914fb01d9b0: Already exists
acbc7d112060: Already exists
7b0ca93f3f54: Already exists
5a223856338a: Already exists
ace6a731f305: Already exists
a6230b7fafa0: Already exists
917f9b8155b5: Already exists
8f7a3b7d908f: Already exists
4f4fb700ef54: Already exists
7af8a72dec52: Already exists
9565a36b4e3a: Already exists
a1ba7d9452a1: Already exists
24a9095bda75: Already exists
16c026bd2ca7: Already exists
6b821f07d597: Already exists
afd0175f27f4: Already exists
88ab18f654c7: Already exists
be69a91a3ef7: Already exists
ce8a4e53f5e3: Already exists
3e2bdc6df5e4: Already exists
ff986d64677f: Already exists
f08ede439d28: Already exists
1899df492b5b: Already exists
49b0c9d15344: Already exists
3aa50ce9adaf: Already exists
5cc56e410652: Already exists
13f743889c55: Already exists
66f441856ac4: Pulling fs layer
3789b2cfd39a: Pulling fs layer
55ec8ec2ded0: Pulling fs layer
e0de3c795441: Pulling fs layer
e0de3c795441: Waiting
3789b2cfd39a: Verifying Checksum
3789b2cfd39a: Download complete
55ec8ec2ded0: Verifying Checksum
55ec8ec2ded0: Download complete
e0de3c795441: Verifying Checksum
e0de3c795441: Download complete
66f441856ac4: Verifying Checksum
66f441856ac4: Download complete
66f441856ac4: Pull complete
3789b2cfd39a: Pull complete
55ec8ec2ded0: Pull complete
e0de3c795441: Pull complete
Digest: sha256:01a0e3d4d36391990a4e74b6aa10bfd733759623384f3f0e824ee94d8b9e986d
Status: Downloaded newer image for ocaml/opam@sha256:01a0e3d4d36391990a4e74b6aa10bfd733759623384f3f0e824ee94d8b9e986d
2025-10-31 19:29.13 ---> using "1d3cfa13552193bd2375d13f2749e60082b4938ab00de06d40fcbea5783061fa" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-10-31 19:29.13 ---> using "81d12d0d42a7ecfe422ff9f40100bf61cb1d1b5b00257751b3ea8de1500b66f5" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-31 19:29.13 ---> using "8905535677db621d9d3de3d4bc7cf23d1f3add0d3f78e98d56dfe0ddb66005f4" 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~alpha1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=fedora os-version=43
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-10-31 19:29.13 ---> using "7be7b366529b3b18d7ddfdda5b72fc7411bc0f139ecaf1575d63afd82acd4222" 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/"))
2025-10-31 19:29.13 ---> using "ee8fa684c06487bb376c8af60578be054b23ecde5d07901cdca310e405271a21" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-10-31 19:29.14 ---> using "3f4f7d91514df1b1e4d1ca023205b33aafa8f322be5170efa80a076413bea350" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-10-31 19:29.14 ---> using "d7578798a9915002f89891f08e62cf06bc3ada80fc9331cd13356f0111819645" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 - x86_64 100% | 51.0 KiB/s | 16.1 KiB | 00m00s
- Fedora 43 openh264 (From Cisco) - x86_ 100% | 4.6 KiB/s | 986.0 B | 00m00s
- Fedora 43 - x86_64 - Updates 100% | 168.9 KiB/s | 19.4 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2025-10-31 19:29.14 ---> using "be839abc6978634c624e8159c61d4e8f386aa6c09afe2917f41b1e747b3f6fb6" from cache
/home/opam: (run (shell "opam pin add -k version -yn ffmpeg-swresample.1.2.7 1.2.7"))
ffmpeg-swresample is now pinned to version 1.2.7
2025-10-31 19:29.18 ---> saved as "5d54f76eb11508f9ca10a340906a9b8510e25ca241a5a78b4de03733adc6f321"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ffmpeg-swresample.1.2.7;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-43\\\"\"; 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.2.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ffmpeg-swresample.1.2.7 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install conf-ffmpeg 1 [required by ffmpeg-swresample]
- install conf-pkg-config 4 [required by ffmpeg-swresample]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by ffmpeg-swresample]
- install dune-configurator 3.20.2 [required by ffmpeg-swresample]
- install ffmpeg-avcodec 1.2.7 [required by ffmpeg-swresample]
- install ffmpeg-avutil 1.2.7 [required by ffmpeg-swresample]
- install ffmpeg-swresample 1.2.7 (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 yum to install them (may need root/sudo access)
2. Display the recommended yum 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/sbin/sudo "yum" "install" "-y" "ffmpeg-devel"
- Updating and loading repositories:
- Repositories loaded.
- Failed to resolve the transaction:
- No match for argument: ffmpeg-devel
- You can try to add to command line:
- --skip-unavailable to skip unavailable packages
[ERROR] System package install failed with exit code 1 at command:
sudo yum install -y ffmpeg-devel
[ERROR] These packages are still missing: ffmpeg-devel
[NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages.
"/usr/bin/env" "bash" "-c" "opam reinstall ffmpeg-swresample.1.2.7;
res=$?;
test "$res" != 31 && exit "$res";
export OPAMCLI=2.0;
build_dir=$(opam var prefix)/.opam-switch/build;
failed=$(ls "$build_dir");
partial_fails="";
for pkg in $failed; do
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"fedora-43\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'ffmpeg-swresample.1.2.7' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 10
2025-10-31 19:30.08: Job failed: Failed: Build failed
2025-10-31 19:30.08: Log analysis:
2025-10-31 19:30.08: >>>
[ERROR] System package install failed with exit code 1 at command:
(score = 20)
2025-10-31 19:30.08: >>>
[ERROR] These packages are still missing: ffmpeg-devel
(score = 20)
2025-10-31 19:30.08: System package install failed with exit code 1 at command: