- github
- ocaml
- opam-repository
- a9c2df
- distributions,centos-10-ocaml-5.4,lwt_runtime_events.6.0.0
(not at the head of any monitored branch or PR)
2025-12-30 15:41.48: New job: build lwt_runtime_events.6.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29147/head (a9c2dfa8be3eba34b7f4bd01fa139b8e6d829c91)
on centos-10-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/29147/head" && git reset --hard a9c2dfa8
git fetch origin master
git merge --no-edit f2d102f951a5dc2af6db218c6aef53c80186295a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:f852b38b1f871dc9eeeff859209900fc2966ef42bde35b52f51fdd2e2b540219
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_runtime_events.6.0.0 6.0.0
RUN opam reinstall lwt_runtime_events.6.0.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 "\"centos-10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'lwt_runtime_events.6.0.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 .
2025-12-30 15:41.48: Using cache hint "ocaml/opam:centos-10-ocaml-5.4@sha256:f852b38b1f871dc9eeeff859209900fc2966ef42bde35b52f51fdd2e2b540219-lwt_runtime_events.6.0.0-a9c2dfa8be3eba34b7f4bd01fa139b8e6d829c91"
2025-12-30 15:41.48: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:f852b38b1f871dc9eeeff859209900fc2966ef42bde35b52f51fdd2e2b540219)
(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_runtime_events.6.0.0 6.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt_runtime_events.6.0.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 \"\\\"centos-10\\\"\"; 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_runtime_events.6.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-30 15:41.48: Waiting for resource in pool OCluster
2025-12-30 15:41.49: Waiting for worker…
2025-12-30 15:43.56: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at f2d102f951 Merge pull request #29150 from raphael-proust/llvm-20-21-only-cosmetics
Merge made by the 'ort' strategy.
packages/lwt/lwt.6.0.0/opam | 64 ++++++++++++++++++++++
packages/lwt_direct/lwt_direct.6.0.0/opam | 41 ++++++++++++++
packages/lwt_ppx/lwt_ppx.6.0.0/opam | 46 ++++++++++++++++
.../lwt_runtime_events.6.0.0/opam | 39 +++++++++++++
4 files changed, 190 insertions(+)
create mode 100644 packages/lwt/lwt.6.0.0/opam
create mode 100644 packages/lwt_direct/lwt_direct.6.0.0/opam
create mode 100644 packages/lwt_ppx/lwt_ppx.6.0.0/opam
create mode 100644 packages/lwt_runtime_events/lwt_runtime_events.6.0.0/opam
(from ocaml/opam:centos-10-ocaml-5.4@sha256:f852b38b1f871dc9eeeff859209900fc2966ef42bde35b52f51fdd2e2b540219)
Unable to find image 'ocaml/opam:centos-10-ocaml-5.4@sha256:f852b38b1f871dc9eeeff859209900fc2966ef42bde35b52f51fdd2e2b540219' locally
docker.io/ocaml/opam@sha256:f852b38b1f871dc9eeeff859209900fc2966ef42bde35b52f51fdd2e2b540219: Pulling from ocaml/opam
17a26197ad8f: Already exists
9ea7ece1b831: Already exists
1b03b7b947fe: Already exists
01f5afc88486: Already exists
fef439373213: Already exists
6b906f25c34c: Already exists
37aa24f6a682: Already exists
31a0f8b2a8cb: Already exists
61650c3d8fc4: Already exists
a6c88236e2b4: Already exists
d14cdd335f42: Already exists
547b69b90212: Already exists
0bf03bca8ae2: Already exists
4f57a3c6fb77: Already exists
a8c9241caf6f: Already exists
9d47a05dc58d: Already exists
2838aa6cdd3d: Already exists
51f3af8cf0d9: Already exists
51f3af8cf0d9: Already exists
11bfde1f6884: Already exists
a6ba5fe028f8: Already exists
85d4e5e7e8ee: Already exists
75eb48a06272: Already exists
4f4fb700ef54: Already exists
dab8546d1117: Already exists
5251748ed820: Already exists
e318efffe4ed: Already exists
6a482ed61395: Already exists
8b69311596b4: Already exists
6a56dedadc2c: Already exists
69313fd62570: Already exists
1ec09ce4592c: Already exists
f77222158d4d: Already exists
9146448debba: Already exists
581ac7038b1c: Already exists
4a4184a5c4c3: Already exists
93b2436b1e22: Already exists
65ae19af25cc: Already exists
6a86ef837951: Already exists
569f5cd18613: Already exists
293d8fd45429: Already exists
88bbc009202e: Already exists
d4cdfaaca78d: Pulling fs layer
88aa50fea8fc: Pulling fs layer
d4cdfaaca78d: Waiting
88aa50fea8fc: Waiting
14f623655d22: Pulling fs layer
bdca634e84db: Pulling fs layer
14f623655d22: Waiting
c995f9f113f0: Pulling fs layer
bdca634e84db: Waiting
c995f9f113f0: Waiting
d4cdfaaca78d: Verifying Checksum
d4cdfaaca78d: Download complete
14f623655d22: Download complete
d4cdfaaca78d: Pull complete
bdca634e84db: Download complete
c995f9f113f0: Download complete
88aa50fea8fc: Verifying Checksum
88aa50fea8fc: Download complete
88aa50fea8fc: Pull complete
14f623655d22: Pull complete
bdca634e84db: Pull complete
c995f9f113f0: Pull complete
Digest: sha256:f852b38b1f871dc9eeeff859209900fc2966ef42bde35b52f51fdd2e2b540219
Status: Downloaded newer image for ocaml/opam@sha256:f852b38b1f871dc9eeeff859209900fc2966ef42bde35b52f51fdd2e2b540219
2025-12-30 15:51.03 ---> using "1780023c53da132ea25384adcc571fc2aa406a4d0df9ba1867389ae521e513e9" 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-12-30 15:51.03 ---> using "62749dd4c78f6a95c8d89fae0647e285faeaa30031e1a75124e8483370d71947" 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-12-30 15:51.03 ---> using "0448e5e86e404fa4bdbfc23ba43428d63aeefbe94ca48b6bf324a2c268913b81" 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=centos os-version=10
# 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.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, 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.0
2025-12-30 15:51.03 ---> using "7c4e6345c5cb6811bd2ac806637f5df761ee3022ba993c13e01aa3068ba71445" 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-12-30 15:51.03 ---> using "5e5a5c96879b7c6ded0b7394477552e15b21831a39c8a8db2b5e6a7039dc9573" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-30 15:51.04 ---> using "f7d7d2b319eb40ec8068ef08501c1579d8331aaf4582005e1eaefc8bb7e2ab9d" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-30 15:51.04 ---> using "b9232a4569bb45f670d7e507ef3386f71560364cf3bff30a6fcf3ba92dd328a8" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS 43 kB/s | 15 kB 00:00
- CentOS Stream 10 - AppStream 126 kB/s | 15 kB 00:00
- CentOS Stream 10 - CRB 121 kB/s | 15 kB 00:00
- CentOS Stream 10 - Extras packages 130 kB/s | 16 kB 00:00
- Metadata cache created.
2025-12-30 15:51.04 ---> using "6925d6c7a3ede7cc8b430e9cb7aa4086e673b813f92456116380b9db4d0adf69" from cache
/home/opam: (run (shell "opam pin add -k version -yn lwt_runtime_events.6.0.0 6.0.0"))
lwt_runtime_events is now pinned to version 6.0.0
2025-12-30 15:51.04 ---> using "8c6b9db8bdd4097f94f890e095a6142884e56782298c21375e3e28aa57fd6772" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt_runtime_events.6.0.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 \"\\\"centos-10\\\"\"; 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_runtime_events.6.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
lwt_runtime_events.6.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.20.2 [required by lwt_runtime_events]
- install lwt_runtime_events 6.0.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.20.2 (cached)
-> retrieved lwt_runtime_events.6.0.0 (cached)
-> installed dune.3.20.2
-> installed lwt_runtime_events.6.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-30 15:51.04 ---> using "ec943649854480e58c8a7fdfe4f14e3cdded1a0e25336ca5021cde758d492d18" from cache
Job succeeded
2025-12-30 15:51.20: Job succeeded