- github
- ocaml
- opam-repository
- 3ff349
- distributions,fedora-42-ocaml-4.14,stdcompat.17
(not at the head of any monitored branch or PR)
2026-04-08 03:59.26: New job: build stdcompat.17, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29667/head (3ff349ae2cd8702ef7a5124f6b5cdbaaf3350d51)
on fedora-42-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/29667/head" && git reset --hard 3ff349ae
git fetch origin master
git merge --no-edit 67472cd54293d750a62d6d4423024d55f77268b0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:5e287c95364d1530c917730ec5881f9e31373f502e1b771e8b555ad092ecd9ee
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 stdcompat.17 17
RUN opam reinstall stdcompat.17; \
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-42\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'stdcompat.17' && 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-08 03:59.26: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:5e287c95364d1530c917730ec5881f9e31373f502e1b771e8b555ad092ecd9ee-stdcompat.17-3ff349ae2cd8702ef7a5124f6b5cdbaaf3350d51"
2026-04-08 03:59.26: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:5e287c95364d1530c917730ec5881f9e31373f502e1b771e8b555ad092ecd9ee)
(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 stdcompat.17 17"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall stdcompat.17;\
\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-42\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'stdcompat.17' && 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-08 03:59.26: Waiting for resource in pool OCluster
2026-04-08 04:14.55: Waiting for worker…
2026-04-08 04:16.21: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 67472cd542 Merge pull request #29652 from RyanGibb/master
Updating 67472cd542..3ff349ae2c
Fast-forward
packages/stdcompat/stdcompat.0/opam | 2 +-
packages/stdcompat/stdcompat.1/opam | 2 +-
packages/stdcompat/stdcompat.15/opam | 2 +-
packages/stdcompat/stdcompat.16/opam | 2 +-
packages/stdcompat/stdcompat.17/opam | 2 +-
packages/stdcompat/stdcompat.18/opam | 2 +-
packages/stdcompat/stdcompat.19/opam | 2 +-
packages/stdcompat/stdcompat.20.0/opam | 2 +-
packages/stdcompat/stdcompat.20.1/opam | 2 +-
packages/stdcompat/stdcompat.21.0/opam | 2 +-
packages/stdcompat/stdcompat.21.1/opam | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
(from ocaml/opam:fedora-42-ocaml-4.14@sha256:5e287c95364d1530c917730ec5881f9e31373f502e1b771e8b555ad092ecd9ee)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:5e287c95364d1530c917730ec5881f9e31373f502e1b771e8b555ad092ecd9ee' locally
docker.io/ocaml/opam@sha256:5e287c95364d1530c917730ec5881f9e31373f502e1b771e8b555ad092ecd9ee: Pulling from ocaml/opam
bcbfb8588268: Pulling fs layer
7c86f07d981d: Pulling fs layer
e523f6cbdc73: Pulling fs layer
e196c832855a: Pulling fs layer
c24dcc89d23e: Pulling fs layer
7c86f07d981d: Waiting
bcbfb8588268: Waiting
e523f6cbdc73: Waiting
e196c832855a: Waiting
cd9def049d81: Pulling fs layer
e360f9824a3f: Pulling fs layer
fbeadbd8287f: Pulling fs layer
cd9def049d81: Waiting
c24dcc89d23e: Waiting
b5be9212d8a5: Pulling fs layer
e360f9824a3f: Waiting
58850ac9f02f: Pulling fs layer
94de074660d5: Pulling fs layer
fbeadbd8287f: Waiting
c6d785172de9: Pulling fs layer
b5be9212d8a5: Waiting
5642a0bc3a02: Pulling fs layer
677ac3b3af73: Pulling fs layer
94de074660d5: Waiting
58850ac9f02f: Waiting
97f4a46fa01c: Pulling fs layer
5642a0bc3a02: Waiting
c6d785172de9: Waiting
677ac3b3af73: Waiting
887c8b3bd767: Pulling fs layer
8572bae05e44: Pulling fs layer
97f4a46fa01c: Waiting
887c8b3bd767: Waiting
a801ab04175f: Pulling fs layer
8572bae05e44: Waiting
8eb7359ab813: Pulling fs layer
a801ab04175f: Waiting
ea7dd170751f: Pulling fs layer
4f4fb700ef54: Pulling fs layer
4eeb3f6c741a: Pulling fs layer
d8096e11e5a7: Pulling fs layer
ea7dd170751f: Waiting
b45c71862e05: Pulling fs layer
3d3025681a79: Pulling fs layer
4eeb3f6c741a: Waiting
4f4fb700ef54: Waiting
3619e9f4de7b: Pulling fs layer
d8096e11e5a7: Waiting
8eb7359ab813: Waiting
b45c71862e05: Waiting
e1d8131f324a: Pulling fs layer
3d3025681a79: Waiting
3619e9f4de7b: Waiting
98ffe2fff5c0: Pulling fs layer
ecf008026c3e: Pulling fs layer
e1d8131f324a: Waiting
b7768b04427d: Pulling fs layer
98ffe2fff5c0: Waiting
ecf008026c3e: Waiting
aad28dcc458f: Pulling fs layer
2972bd6e2f3d: Pulling fs layer
ca68011eb393: Pulling fs layer
9b422c636e47: Pulling fs layer
aad28dcc458f: Waiting
b7768b04427d: Waiting
63cf593f7c6c: Pulling fs layer
8f3a2bf8a3f5: Pulling fs layer
fd59c3ff8fe9: Pulling fs layer
9b422c636e47: Waiting
ca68011eb393: Waiting
2972bd6e2f3d: Waiting
c19e7369255b: Pulling fs layer
63cf593f7c6c: Waiting
8f3a2bf8a3f5: Waiting
379fcd94e8be: Pulling fs layer
fd59c3ff8fe9: Waiting
a6d493e82689: Pulling fs layer
54448eb60ccb: Pulling fs layer
a6d493e82689: Waiting
c19e7369255b: Waiting
379fcd94e8be: Waiting
7c22fb383d40: Pulling fs layer
70a5d155d0d9: Pulling fs layer
176eb640fd8c: Pulling fs layer
54448eb60ccb: Waiting
70a5d155d0d9: Waiting
7c86f07d981d: Verifying Checksum
7c86f07d981d: Download complete
bcbfb8588268: Download complete
e523f6cbdc73: Verifying Checksum
e523f6cbdc73: Download complete
c24dcc89d23e: Verifying Checksum
c24dcc89d23e: Download complete
cd9def049d81: Verifying Checksum
cd9def049d81: Download complete
e360f9824a3f: Verifying Checksum
e360f9824a3f: Download complete
b5be9212d8a5: Verifying Checksum
b5be9212d8a5: Download complete
58850ac9f02f: Download complete
fbeadbd8287f: Verifying Checksum
fbeadbd8287f: Download complete
94de074660d5: Verifying Checksum
94de074660d5: Download complete
c6d785172de9: Verifying Checksum
c6d785172de9: Download complete
bcbfb8588268: Pull complete
677ac3b3af73: Verifying Checksum
677ac3b3af73: Download complete
7c86f07d981d: Pull complete
5642a0bc3a02: Verifying Checksum
5642a0bc3a02: Download complete
887c8b3bd767: Verifying Checksum
887c8b3bd767: Download complete
97f4a46fa01c: Download complete
8572bae05e44: Download complete
a801ab04175f: Verifying Checksum
a801ab04175f: Download complete
8eb7359ab813: Download complete
ea7dd170751f: Verifying Checksum
ea7dd170751f: Download complete
4f4fb700ef54: Download complete
d8096e11e5a7: Download complete
4eeb3f6c741a: Download complete
b45c71862e05: Verifying Checksum
b45c71862e05: Download complete
3d3025681a79: Verifying Checksum
3d3025681a79: Download complete
3619e9f4de7b: Verifying Checksum
3619e9f4de7b: Download complete
e1d8131f324a: Download complete
98ffe2fff5c0: Download complete
ecf008026c3e: Verifying Checksum
ecf008026c3e: Download complete
b7768b04427d: Verifying Checksum
b7768b04427d: Download complete
aad28dcc458f: Verifying Checksum
aad28dcc458f: Download complete
2972bd6e2f3d: Download complete
ca68011eb393: Verifying Checksum
ca68011eb393: Download complete
63cf593f7c6c: Download complete
e523f6cbdc73: Pull complete
9b422c636e47: Verifying Checksum
9b422c636e47: Download complete
fd59c3ff8fe9: Download complete
8f3a2bf8a3f5: Verifying Checksum
8f3a2bf8a3f5: Download complete
c19e7369255b: Download complete
379fcd94e8be: Verifying Checksum
379fcd94e8be: Download complete
e196c832855a: Verifying Checksum
e196c832855a: Download complete
e196c832855a: Pull complete
c24dcc89d23e: Pull complete
cd9def049d81: Pull complete
e360f9824a3f: Pull complete
fbeadbd8287f: Pull complete
b5be9212d8a5: Pull complete
58850ac9f02f: Pull complete
94de074660d5: Pull complete
c6d785172de9: Pull complete
5642a0bc3a02: Pull complete
677ac3b3af73: Pull complete
97f4a46fa01c: Pull complete
887c8b3bd767: Pull complete
8572bae05e44: Pull complete
a801ab04175f: Pull complete
8eb7359ab813: Pull complete
ea7dd170751f: Pull complete
4f4fb700ef54: Pull complete
4eeb3f6c741a: Pull complete
d8096e11e5a7: Pull complete
b45c71862e05: Pull complete
3d3025681a79: Pull complete
3619e9f4de7b: Pull complete
e1d8131f324a: Pull complete
98ffe2fff5c0: Pull complete
ecf008026c3e: Pull complete
b7768b04427d: Pull complete
aad28dcc458f: Pull complete
2972bd6e2f3d: Pull complete
ca68011eb393: Pull complete
9b422c636e47: Pull complete
63cf593f7c6c: Pull complete
8f3a2bf8a3f5: Pull complete
fd59c3ff8fe9: Pull complete
c19e7369255b: Pull complete
379fcd94e8be: Pull complete
54448eb60ccb: Download complete
7c22fb383d40: Verifying Checksum
7c22fb383d40: Download complete
70a5d155d0d9: Verifying Checksum
70a5d155d0d9: Download complete
176eb640fd8c: Download complete
a6d493e82689: Verifying Checksum
a6d493e82689: Download complete
a6d493e82689: Pull complete
54448eb60ccb: Pull complete
7c22fb383d40: Pull complete
70a5d155d0d9: Pull complete
176eb640fd8c: Pull complete
Digest: sha256:5e287c95364d1530c917730ec5881f9e31373f502e1b771e8b555ad092ecd9ee
Status: Downloaded newer image for ocaml/opam@sha256:5e287c95364d1530c917730ec5881f9e31373f502e1b771e8b555ad092ecd9ee
2026-04-08 04:16.36 ---> using "0e6a0fd9dad4c79c0b65eb7e20fbdba28e805fd98ee018c592cef06816e2667c" 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-08 04:16.36 ---> using "0adb94aa7cb933f261cdf6dcd183094ddc822b492581279aceae89fbc2e99b71" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-08 04:16.36 ---> using "7c40ce97dac2ea7684ea24007d31cf88b095b91e695fe7bd7d5e38187905c57f" 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=fedora os-version=42
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-04-08 04:16.36 ---> using "c76af97fadb7c95b851ca5f61747a71da964ca258ee945a1afd7d55143664ae8" 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-08 04:16.36 ---> using "f2f02de700489617896e7a2d3433e2ae99cb92710ccbb11cba211b3912eccd72" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-08 04:17.22 ---> saved as "93eff224eafd8a46250c96b092c3ef9771d7ff3feab6f348c3bc9af296c05d30"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-08 04:17.40 ---> saved as "08b090d2ae1a1455fcb4900625adcd4586735f4708ee1141c21b09a6d691fff9"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 42 - x86_64 - Updates 100% | 33.2 KiB/s | 5.7 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-04-08 04:17.45 ---> saved as "067fe37d36d42230f52b6514e19c20bb95753df59c658bc1a028ff09f7471add"
/home/opam: (run (shell "opam pin add -k version -yn stdcompat.17 17"))
stdcompat is now pinned to version 17
2026-04-08 04:17.47 ---> saved as "9e750e7c8b237fabf67cab71bb7e3570499c5e94fd1fc766179fcf6273998b94"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall stdcompat.17;\
\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-42\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'stdcompat.17' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
stdcompat.17 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml:
- (invariant) -> ocaml-base-compiler = 4.14.3 -> ocaml = 4.14.3
- stdcompat = 17 -> ocaml != 4.14.3
You can temporarily relax the switch invariant with `--update-invariant'
* Missing dependency:
- stdcompat = 17 -> ocaml != 4.14.3 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~
not available because the package is pinned to version 4.14.3
unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.1" & (os != "win32" | sys-ocaml-libc = "msvc")'
no matching version
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall stdcompat.17;
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-42\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'stdcompat.17' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2026-04-08 04:18.47: Job failed: Failed: Build failed
2026-04-08 04:18.47: Log analysis:
2026-04-08 04:18.47: >>>
No solution found, exiting
(score = 100)
2026-04-08 04:18.47: [SKIP] Package not available