(for PR #27798)
2025-11-10 11:01.07: New job: build conf-magick-core7.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/27798/head (a42564e5e1564b7351bcc8fa077725a8fa704e3e)
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/27798/head" && git reset --hard a42564e5
git fetch origin master
git merge --no-edit 21f97b2e6d7c617fc0a79cc8e59b2e10690960e1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:860defeea187ce48264ac16fac7365e8d887ca66e1eb4922a5d996566a59f43d
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 conf-magick-core7.1 1
RUN opam reinstall conf-magick-core7.1; \
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" != 'conf-magick-core7.1' && 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-11-10 11:01.07: Using cache hint "ocaml/opam:fedora-43-ocaml-4.14@sha256:860defeea187ce48264ac16fac7365e8d887ca66e1eb4922a5d996566a59f43d-conf-magick-core7.1-a42564e5e1564b7351bcc8fa077725a8fa704e3e"
2025-11-10 11:01.07: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:860defeea187ce48264ac16fac7365e8d887ca66e1eb4922a5d996566a59f43d)
(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 conf-magick-core7.1 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-magick-core7.1;\
\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\" != 'conf-magick-core7.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-10 11:01.07: Waiting for resource in pool OCluster
2025-11-10 11:51.50: Waiting for worker…
2025-11-10 11:54.19: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 21f97b2e6d Merge pull request #28836 from dbuenzli/b0-publish-bytesrw.0.3.0
Merge made by the 'ort' strategy.
packages/conf-magick-core6/conf-magick-core6.1/opam | 20 ++++++++++++++++++++
packages/conf-magick-core7/conf-magick-core7.1/opam | 20 ++++++++++++++++++++
2 files changed, 40 insertions(+)
create mode 100644 packages/conf-magick-core6/conf-magick-core6.1/opam
create mode 100644 packages/conf-magick-core7/conf-magick-core7.1/opam
(from ocaml/opam:fedora-43-ocaml-4.14@sha256:860defeea187ce48264ac16fac7365e8d887ca66e1eb4922a5d996566a59f43d)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:860defeea187ce48264ac16fac7365e8d887ca66e1eb4922a5d996566a59f43d' locally
docker.io/ocaml/opam@sha256:860defeea187ce48264ac16fac7365e8d887ca66e1eb4922a5d996566a59f43d: Pulling from ocaml/opam
3a6ccf50917d: Pulling fs layer
698b8d1610af: Pulling fs layer
7e5b745a56a4: Pulling fs layer
e8859609bfb8: Pulling fs layer
51242d36b3fd: Pulling fs layer
3a6ccf50917d: Waiting
61958fadfb74: Pulling fs layer
698b8d1610af: Waiting
04578677ff3f: Pulling fs layer
01b19b859bd1: Pulling fs layer
e8859609bfb8: Waiting
47b008c442e7: Pulling fs layer
51242d36b3fd: Waiting
434ff16e8a1b: Pulling fs layer
04578677ff3f: Waiting
61958fadfb74: Waiting
e2e8d2ec1110: Pulling fs layer
01b19b859bd1: Waiting
434ff16e8a1b: Waiting
47b008c442e7: Waiting
bb8f1dbb2acd: Pulling fs layer
c914fb01d9b0: Pulling fs layer
bb8f1dbb2acd: Waiting
acbc7d112060: Pulling fs layer
7b0ca93f3f54: Pulling fs layer
c914fb01d9b0: Waiting
5a223856338a: Pulling fs layer
acbc7d112060: Waiting
ace6a731f305: Pulling fs layer
a6230b7fafa0: Pulling fs layer
917f9b8155b5: Pulling fs layer
8f7a3b7d908f: Pulling fs layer
4f4fb700ef54: Pulling fs layer
a6230b7fafa0: Waiting
917f9b8155b5: Waiting
7af8a72dec52: Pulling fs layer
9565a36b4e3a: Pulling fs layer
8f7a3b7d908f: Waiting
a1ba7d9452a1: Pulling fs layer
7af8a72dec52: Waiting
24a9095bda75: Pulling fs layer
4f4fb700ef54: Waiting
9565a36b4e3a: Waiting
a1ba7d9452a1: Waiting
16c026bd2ca7: Pulling fs layer
6b821f07d597: Pulling fs layer
afd0175f27f4: Pulling fs layer
24a9095bda75: Waiting
88ab18f654c7: Pulling fs layer
be69a91a3ef7: Pulling fs layer
ce8a4e53f5e3: Pulling fs layer
be69a91a3ef7: Waiting
3e2bdc6df5e4: Pulling fs layer
ce8a4e53f5e3: Waiting
ff986d64677f: Pulling fs layer
ce1f69fb599b: Pulling fs layer
3e2bdc6df5e4: Waiting
59a77ea6a510: Pulling fs layer
4147e4bd49ec: Pulling fs layer
9f926286552b: Pulling fs layer
ce1f69fb599b: Waiting
ff986d64677f: Waiting
780a6a37e1ca: Pulling fs layer
59749b976bf7: Pulling fs layer
f41d7b64ff67: Pulling fs layer
52a602df2df7: Pulling fs layer
780a6a37e1ca: Waiting
ab9bbd19d5b0: Pulling fs layer
4c336379fd6a: Pulling fs layer
f41d7b64ff67: Waiting
52a602df2df7: Waiting
ab9bbd19d5b0: Waiting
4c336379fd6a: Waiting
698b8d1610af: Download complete
3a6ccf50917d: Verifying Checksum
3a6ccf50917d: Download complete
7e5b745a56a4: Verifying Checksum
7e5b745a56a4: Download complete
51242d36b3fd: Verifying Checksum
51242d36b3fd: Download complete
61958fadfb74: Download complete
3a6ccf50917d: Pull complete
698b8d1610af: Pull complete
7e5b745a56a4: Pull complete
04578677ff3f: Verifying Checksum
04578677ff3f: Download complete
01b19b859bd1: Verifying Checksum
01b19b859bd1: Download complete
47b008c442e7: Verifying Checksum
47b008c442e7: Download complete
e2e8d2ec1110: Verifying Checksum
e2e8d2ec1110: Download complete
bb8f1dbb2acd: Verifying Checksum
bb8f1dbb2acd: Download complete
434ff16e8a1b: Verifying Checksum
434ff16e8a1b: Download complete
c914fb01d9b0: Download complete
acbc7d112060: Verifying Checksum
acbc7d112060: Download complete
5a223856338a: Verifying Checksum
5a223856338a: Download complete
7b0ca93f3f54: Verifying Checksum
7b0ca93f3f54: Download complete
ace6a731f305: Download complete
a6230b7fafa0: Verifying Checksum
a6230b7fafa0: Download complete
917f9b8155b5: Verifying Checksum
917f9b8155b5: Download complete
8f7a3b7d908f: Verifying Checksum
8f7a3b7d908f: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
7af8a72dec52: Verifying Checksum
7af8a72dec52: Download complete
a1ba7d9452a1: Verifying Checksum
a1ba7d9452a1: Download complete
9565a36b4e3a: Verifying Checksum
9565a36b4e3a: Download complete
24a9095bda75: Download complete
6b821f07d597: Verifying Checksum
6b821f07d597: Download complete
16c026bd2ca7: Verifying Checksum
16c026bd2ca7: Download complete
afd0175f27f4: Download complete
88ab18f654c7: Download complete
be69a91a3ef7: Verifying Checksum
be69a91a3ef7: Download complete
ce8a4e53f5e3: Verifying Checksum
ce8a4e53f5e3: Download complete
3e2bdc6df5e4: Verifying Checksum
3e2bdc6df5e4: Download complete
ff986d64677f: Verifying Checksum
ff986d64677f: Download complete
59a77ea6a510: Verifying Checksum
59a77ea6a510: Download complete
4147e4bd49ec: Verifying Checksum
4147e4bd49ec: Download complete
ce1f69fb599b: Verifying Checksum
ce1f69fb599b: Download complete
9f926286552b: Verifying Checksum
9f926286552b: Download complete
780a6a37e1ca: Verifying Checksum
780a6a37e1ca: Download complete
59749b976bf7: Download complete
52a602df2df7: Verifying Checksum
52a602df2df7: Download complete
ab9bbd19d5b0: Verifying Checksum
ab9bbd19d5b0: Download complete
4c336379fd6a: Verifying Checksum
4c336379fd6a: Download complete
e8859609bfb8: Verifying Checksum
e8859609bfb8: Download complete
e8859609bfb8: Pull complete
51242d36b3fd: Pull complete
61958fadfb74: Pull complete
04578677ff3f: Pull complete
01b19b859bd1: Pull complete
47b008c442e7: Pull complete
434ff16e8a1b: Pull complete
e2e8d2ec1110: Pull complete
bb8f1dbb2acd: Pull complete
c914fb01d9b0: Pull complete
acbc7d112060: Pull complete
7b0ca93f3f54: Pull complete
5a223856338a: Pull complete
ace6a731f305: Pull complete
a6230b7fafa0: Pull complete
917f9b8155b5: Pull complete
8f7a3b7d908f: Pull complete
4f4fb700ef54: Pull complete
7af8a72dec52: Pull complete
9565a36b4e3a: Pull complete
a1ba7d9452a1: Pull complete
24a9095bda75: Pull complete
16c026bd2ca7: Pull complete
6b821f07d597: Pull complete
afd0175f27f4: Pull complete
88ab18f654c7: Pull complete
be69a91a3ef7: Pull complete
ce8a4e53f5e3: Pull complete
3e2bdc6df5e4: Pull complete
ff986d64677f: Pull complete
ce1f69fb599b: Pull complete
59a77ea6a510: Pull complete
4147e4bd49ec: Pull complete
9f926286552b: Pull complete
780a6a37e1ca: Pull complete
59749b976bf7: Pull complete
f41d7b64ff67: Verifying Checksum
f41d7b64ff67: Download complete
f41d7b64ff67: Pull complete
52a602df2df7: Pull complete
ab9bbd19d5b0: Pull complete
4c336379fd6a: Pull complete
Digest: sha256:860defeea187ce48264ac16fac7365e8d887ca66e1eb4922a5d996566a59f43d
Status: Downloaded newer image for ocaml/opam@sha256:860defeea187ce48264ac16fac7365e8d887ca66e1eb4922a5d996566a59f43d
2025-11-10 11:54.31 ---> using "9e77896d9fe078c34d344bdea926ec4977d8cc82cf3431e1db6d6f872f24af74" 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-11-10 11:54.31 ---> using "aaa991ad89b398eefaf43e6ce581f35930c9f32c57e9bde9fc032d1fd587f3e4" 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
2025-11-10 11:54.31 ---> using "3c596d85372d3d922e389134a1acb6eee4d41bb98299038914e94c84db852fe4" 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 255
# 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-11-10 11:54.31 ---> using "d0819976c6e7b9f5b58c02cb370d433c7853fb648bb57d8a795d208769222044" 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-11-10 11:54.31 ---> using "19d0ea1cb48e322fac5261e96eb10f819a44981c815f6056d28065e30337c361" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 11:54.39 ---> saved as "739f29393b4f792a1c52d91114243e473ba47b4b596d9ecc72c9f1e5143fccdf"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 11:54.57 ---> saved as "e51848844802f36b848d1f4f8c4b80a0a624877e4fd4fbb348f77688a834ad80"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 - x86_64 100% | 62.3 KiB/s | 18.4 KiB | 00m00s
- Fedora 43 - x86_64 - Updates 100% | 43.1 KiB/s | 7.9 KiB | 00m00s
- Fedora 43 openh264 (From Cisco) - x86_ 100% | 10.6 KiB/s | 986.0 B | 00m00s
- Repositories loaded.
- Metadata cache created.
2025-11-10 11:55.04 ---> saved as "f2f335d96c61371e1d0f191566d5b78aa4a8536673e5aa6a9be3231f4cf36db8"
/home/opam: (run (shell "opam pin add -k version -yn conf-magick-core7.1 1"))
conf-magick-core7 is now pinned to version 1
2025-11-10 11:55.05 ---> saved as "767e321bacfc4f452c4bef49f9da694416444c1d6517ab1f1c718fa7332dbfe7"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-magick-core7.1;\
\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\" != 'conf-magick-core7.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-magick-core7.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install conf-magick-core7 1 (pinned)
- install conf-pkg-config 4 [required by conf-magick-core7]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
[ERROR] The compilation of conf-magick-core7.1 failed at "sh -c pkg-config --exists MagickCore && pkg-config --modversion MagickCore | awk -F. '{ if ($1 == 7) exit 0; else exit 1; }'".
#=== ERROR while compiling conf-magick-core7.1 ================================#
# context 2.5.0~alpha1 | linux/x86_64 | ocaml-base-compiler.4.14.2 | pinned
# path ~/.opam/4.14/.opam-switch/build/conf-magick-core7.1
# command ~/.opam/opam-init/hooks/sandbox.sh build sh -c pkg-config --exists MagickCore && pkg-config --modversion MagickCore | awk -F. '{ if ($1 == 7) exit 0; else exit 1; }'
# exit-code 1
# env-file ~/.opam/log/conf-magick-core7-7-649a28.env
# output-file ~/.opam/log/conf-magick-core7-7-649a28.out
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build conf-magick-core7 1
+-
+- The following changes have been performed
| - install conf-pkg-config 4
+-
# 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/4.14/.opam-switch/backup/state-20251110115506.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.
"/usr/bin/env" "bash" "-c" "opam reinstall conf-magick-core7.1;
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" != 'conf-magick-core7.1' && 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
2025-11-10 11:55.19: Job failed: Failed: Build failed
2025-11-10 11:55.19: Log analysis:
2025-11-10 11:55.19: >>>
[ERROR] The compilation of conf-magick-core7.1 failed at "sh -c pkg-config --exists MagickCore && pkg-config --modversion MagickCore | awk -F. '{ if ($1 == 7) exit 0; else exit 1; }'".
(score = 20)
2025-11-10 11:55.19: The compilation of conf-magick-core7.1 failed at "sh -c pkg-config --exists MagickCore && pkg-config --modversion MagickCore | awk -F. '{ if ($1 == 7) exit 0; else exit 1; }'".