- github
- ocaml
- opam-repository
- db50ce
- distributions,fedora-41-ocaml-4.14,lwt_direct.6.0.0~beta00
(not at the head of any monitored branch or PR)
2025-11-10 11:00.33: New job: build lwt_direct.6.0.0~beta00, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28558/head (db50ce02bd0238ef1431a20de40a98e9f360a8c0)
on fedora-41-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/28558/head" && git reset --hard db50ce02
git fetch origin master
git merge --no-edit 21f97b2e6d7c617fc0a79cc8e59b2e10690960e1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e
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 lwt_direct.6.0.0~beta00 6.0.0~beta00
RUN opam reinstall lwt_direct.6.0.0~beta00; \
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-41\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'lwt_direct.6.0.0~beta00' && 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:00.33: Using cache hint "ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e-lwt_direct.6.0.0~beta00-db50ce02bd0238ef1431a20de40a98e9f360a8c0"
2025-11-10 11:00.33: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e)
(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 lwt_direct.6.0.0~beta00 6.0.0~beta00"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt_direct.6.0.0~beta00;\
\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-41\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'lwt_direct.6.0.0~beta00' && 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:00.33: Waiting for resource in pool OCluster
2025-11-10 11:26.32: Waiting for worker…
2025-11-10 11:32.09: Got resource from pool OCluster
Building on doris.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/lwt/lwt.6.0.0~beta00/opam | 67 ++++++++++++++++++++++++
packages/lwt_direct/lwt_direct.6.0.0~beta00/opam | 42 +++++++++++++++
2 files changed, 109 insertions(+)
create mode 100644 packages/lwt/lwt.6.0.0~beta00/opam
create mode 100644 packages/lwt_direct/lwt_direct.6.0.0~beta00/opam
(from ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e)
Unable to find image 'ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e' locally
docker.io/ocaml/opam@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e: Pulling from ocaml/opam
2a6ce1026c21: Pulling fs layer
81e955ab474f: Pulling fs layer
bdc9f00cdd7d: Pulling fs layer
b8ceb070e220: Pulling fs layer
b03ef4d609a0: Pulling fs layer
0879ccc7c76e: Pulling fs layer
372bf19219c3: Pulling fs layer
2a6ce1026c21: Waiting
30427552bda5: Pulling fs layer
70edfffdad43: Pulling fs layer
81e955ab474f: Waiting
bdc9f00cdd7d: Waiting
b03ef4d609a0: Waiting
953cac792735: Pulling fs layer
372bf19219c3: Waiting
0879ccc7c76e: Waiting
2eed8c4fcfb4: Pulling fs layer
272cede7bf6d: Pulling fs layer
e26a6fa1b705: Pulling fs layer
69a4314ae3e4: Pulling fs layer
70edfffdad43: Waiting
30427552bda5: Waiting
db76edee2c90: Pulling fs layer
272cede7bf6d: Waiting
953cac792735: Waiting
ad6135b2c3b7: Pulling fs layer
a654b827062f: Pulling fs layer
d4bc38153162: Pulling fs layer
e5d8ce3655aa: Pulling fs layer
e26a6fa1b705: Waiting
69a4314ae3e4: Waiting
4f4fb700ef54: Pulling fs layer
3acb04d7d4e9: Pulling fs layer
db76edee2c90: Waiting
b17e82172a56: Pulling fs layer
27f70b208ee6: Pulling fs layer
2301af5f8e9d: Pulling fs layer
a654b827062f: Waiting
1a9d6e926b36: Pulling fs layer
040a8d698d0e: Pulling fs layer
ad6135b2c3b7: Waiting
d4bc38153162: Waiting
8aa87505f692: Pulling fs layer
8d3c0bae4c59: Pulling fs layer
27f70b208ee6: Waiting
2301af5f8e9d: Waiting
c4b9c82c8489: Pulling fs layer
2e39e6141464: Pulling fs layer
4b927b79097e: Pulling fs layer
28944b21beef: Pulling fs layer
4f4fb700ef54: Waiting
8d3c0bae4c59: Waiting
3bb3a342f965: Pulling fs layer
1a9d6e926b36: Waiting
010ed22bef99: Pulling fs layer
cec0db82794f: Pulling fs layer
4b927b79097e: Waiting
cca73af42153: Pulling fs layer
2e39e6141464: Waiting
b1d91f6b0d95: Pulling fs layer
28944b21beef: Waiting
499a1d5b6f3f: Pulling fs layer
3bb3a342f965: Waiting
010ed22bef99: Waiting
42cb9f09ce9d: Pulling fs layer
cca73af42153: Waiting
cec0db82794f: Waiting
b1d91f6b0d95: Waiting
499a1d5b6f3f: Waiting
f9460ae981c2: Pulling fs layer
20f3d98a5f13: Pulling fs layer
040a8d698d0e: Waiting
c4b9c82c8489: Waiting
badf53d8dafe: Pulling fs layer
badf53d8dafe: Waiting
f9460ae981c2: Waiting
42cb9f09ce9d: Waiting
20f3d98a5f13: Waiting
2a6ce1026c21: Verifying Checksum
2a6ce1026c21: Download complete
81e955ab474f: Verifying Checksum
81e955ab474f: Download complete
2a6ce1026c21: Pull complete
81e955ab474f: Pull complete
b8ceb070e220: Verifying Checksum
b8ceb070e220: Download complete
0879ccc7c76e: Verifying Checksum
0879ccc7c76e: Download complete
b03ef4d609a0: Verifying Checksum
b03ef4d609a0: Download complete
372bf19219c3: Verifying Checksum
372bf19219c3: Download complete
30427552bda5: Verifying Checksum
30427552bda5: Download complete
70edfffdad43: Verifying Checksum
70edfffdad43: Download complete
953cac792735: Verifying Checksum
953cac792735: Download complete
2eed8c4fcfb4: Verifying Checksum
2eed8c4fcfb4: Download complete
bdc9f00cdd7d: Verifying Checksum
bdc9f00cdd7d: Download complete
272cede7bf6d: Verifying Checksum
272cede7bf6d: Download complete
e26a6fa1b705: Download complete
69a4314ae3e4: Download complete
db76edee2c90: Verifying Checksum
db76edee2c90: Download complete
a654b827062f: Verifying Checksum
a654b827062f: Download complete
ad6135b2c3b7: Verifying Checksum
ad6135b2c3b7: Download complete
d4bc38153162: Verifying Checksum
d4bc38153162: Download complete
e5d8ce3655aa: Verifying Checksum
e5d8ce3655aa: Download complete
4f4fb700ef54: Download complete
b17e82172a56: Verifying Checksum
b17e82172a56: Download complete
3acb04d7d4e9: Download complete
27f70b208ee6: Verifying Checksum
27f70b208ee6: Download complete
2301af5f8e9d: Download complete
040a8d698d0e: Verifying Checksum
040a8d698d0e: Download complete
1a9d6e926b36: Verifying Checksum
1a9d6e926b36: Download complete
8aa87505f692: Verifying Checksum
8aa87505f692: Download complete
bdc9f00cdd7d: Pull complete
8d3c0bae4c59: Download complete
c4b9c82c8489: Verifying Checksum
c4b9c82c8489: Download complete
2e39e6141464: Download complete
4b927b79097e: Verifying Checksum
4b927b79097e: Download complete
28944b21beef: Download complete
010ed22bef99: Download complete
cca73af42153: Verifying Checksum
cca73af42153: Download complete
b1d91f6b0d95: Verifying Checksum
b1d91f6b0d95: Download complete
499a1d5b6f3f: Verifying Checksum
499a1d5b6f3f: Download complete
3bb3a342f965: Verifying Checksum
3bb3a342f965: Download complete
f9460ae981c2: Verifying Checksum
f9460ae981c2: Download complete
20f3d98a5f13: Download complete
badf53d8dafe: Verifying Checksum
badf53d8dafe: Download complete
b8ceb070e220: Pull complete
b03ef4d609a0: Pull complete
42cb9f09ce9d: Verifying Checksum
42cb9f09ce9d: Download complete
0879ccc7c76e: Pull complete
372bf19219c3: Pull complete
30427552bda5: Pull complete
70edfffdad43: Pull complete
953cac792735: Pull complete
2eed8c4fcfb4: Pull complete
272cede7bf6d: Pull complete
e26a6fa1b705: Pull complete
69a4314ae3e4: Pull complete
db76edee2c90: Pull complete
ad6135b2c3b7: Pull complete
a654b827062f: Pull complete
d4bc38153162: Pull complete
e5d8ce3655aa: Pull complete
4f4fb700ef54: Pull complete
3acb04d7d4e9: Pull complete
b17e82172a56: Pull complete
27f70b208ee6: Pull complete
2301af5f8e9d: Pull complete
1a9d6e926b36: Pull complete
040a8d698d0e: Pull complete
8aa87505f692: Pull complete
8d3c0bae4c59: Pull complete
c4b9c82c8489: Pull complete
2e39e6141464: Pull complete
4b927b79097e: Pull complete
28944b21beef: Pull complete
3bb3a342f965: Pull complete
010ed22bef99: Pull complete
cec0db82794f: Download complete
cec0db82794f: Pull complete
cca73af42153: Pull complete
b1d91f6b0d95: Pull complete
499a1d5b6f3f: Pull complete
42cb9f09ce9d: Pull complete
f9460ae981c2: Pull complete
20f3d98a5f13: Pull complete
badf53d8dafe: Pull complete
Digest: sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e
Status: Downloaded newer image for ocaml/opam@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e
2025-11-10 11:50.40 ---> using "414be81a566d8701f912af060720eceb3bef35ebb4d23525ec9fe41e9ddaae36" 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:50.40 ---> using "302a7448ab27c0edc4427a3b0881ad07e8bd3b548666c1e88f5b1cbf0f8fb96f" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-10 11:50.40 ---> using "492e3aceadfa72bb10e6c039df68bb2a60845d610c61df93f5167e84e1ce93f4" 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.4.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=fedora os-version=41
# 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:50.40 ---> using "c26b324c1293276f438033bb4541d0e586ab530f8e9bd282551c5e317e4cc7da" 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:50.40 ---> using "a08361f9972b0ce2092ce7221dc6bb0957d78a72c50dc3a57bf5c715684a9603" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 11:50.53 ---> saved as "f254c4988a2ff53657584b62af9a3a233df528123a4d42da8190fda889d990c5"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 11:51.12 ---> saved as "b56f981afc982e612f5ccb396550d3269095ca52ed9ef1b23054fb59607d51ce"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 41 - x86_64 - Updates 100% | 29.7 KiB/s | 19.7 KiB | 00m01s
- Fedora 41 - x86_64 100% | 54.4 KiB/s | 24.6 KiB | 00m00s
- Fedora 41 openh264 (From Cisco) - x86_ 100% | 5.3 KiB/s | 986.0 B | 00m00s
- Repositories loaded.
- Metadata cache created.
2025-11-10 11:51.17 ---> saved as "d2f7acdb1f5f891839d36f3506f81cf7bd20c49ca1a7a0badfa055fe2216a369"
/home/opam: (run (shell "opam pin add -k version -yn lwt_direct.6.0.0~beta00 6.0.0~beta00"))
lwt_direct is now pinned to version 6.0.0~beta00
2025-11-10 11:51.19 ---> saved as "246a2cb1a3f61b4688b58580a1dae0a05a89b73123c7c4385ae9078bf41b3c12"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt_direct.6.0.0~beta00;\
\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-41\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'lwt_direct.6.0.0~beta00' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
lwt_direct.6.0.0~beta00 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.2
- lwt_direct >= 6.0.0~beta00 -> ocaml >= 5.0 -> ocaml-variants < 5.5.1~
You can temporarily relax the switch invariant with `--update-invariant'
* Missing dependency:
- lwt_direct >= 6.0.0~beta00 -> ocaml >= 5.0 -> ocaml-variants < 5.0.1~ -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- lwt_direct >= 6.0.0~beta00 -> ocaml >= 5.0 -> ocaml-variants < 5.2.1~ -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall lwt_direct.6.0.0~beta00;
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-41\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'lwt_direct.6.0.0~beta00' && 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
2025-11-10 11:51.38: Job failed: Failed: Build failed
2025-11-10 11:51.38: Log analysis:
2025-11-10 11:51.38: >>>
No solution found, exiting
(score = 100)
2025-11-10 11:51.38: [SKIP] Package not available