- github
- ocaml
- opam-repository
- 547bbc
- distributions,opensuse-tumbleweed-ocaml-5.4,lwt_runtime_events.6.0.0-beta01
(not at the head of any monitored branch or PR)
2025-12-04 13:34.01: New job: build lwt_runtime_events.6.0.0-beta01, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28894/head (547bbce588bc6d9231ad2bd9c8b2b3930b2d061a)
on opensuse-tumbleweed-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/28894/head" && git reset --hard 547bbce5
git fetch origin master
git merge --no-edit 3e41859015888fe8240e84dfc5f31bfa12a557e8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:586a1f94b05f7da1c42cfc243e0c5562890e7cf2942d0d5d102f3a51cf1f5b94
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-beta01 6.0.0-beta01
RUN opam reinstall lwt_runtime_events.6.0.0-beta01; \
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 "\"opensuse-tumbleweed\""; 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-beta01' && 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-04 13:34.01: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:586a1f94b05f7da1c42cfc243e0c5562890e7cf2942d0d5d102f3a51cf1f5b94-lwt_runtime_events.6.0.0-beta01-547bbce588bc6d9231ad2bd9c8b2b3930b2d061a"
2025-12-04 13:34.01: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:586a1f94b05f7da1c42cfc243e0c5562890e7cf2942d0d5d102f3a51cf1f5b94)
(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-beta01 6.0.0-beta01"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt_runtime_events.6.0.0-beta01;\
\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 \"\\\"opensuse-tumbleweed\\\"\"; 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-beta01' && 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-04 13:34.01: Waiting for resource in pool OCluster
2025-12-04 13:42.48: Waiting for worker…
2025-12-04 13:44.21: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 3e41859015 Merge pull request #28903 from jim-portegies/opam-publish-coq-waterproof.3.1.0-9.1
Merge made by the 'ort' strategy.
packages/lwt/lwt.6.0.0-beta01/opam | 66 ++++++++++++++++++++++
packages/lwt_direct/lwt_direct.6.0.0-beta01/opam | 42 ++++++++++++++
packages/lwt_ppx/lwt_ppx.1.0.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.0.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.1.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.2/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.3/opam | 2 +-
packages/lwt_ppx/lwt_ppx.1.2.4/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.2/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.0.3/opam | 2 +-
packages/lwt_ppx/lwt_ppx.2.1.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.8.0/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.9.1/opam | 2 +-
packages/lwt_ppx/lwt_ppx.5.9.2/opam | 2 +-
packages/lwt_ppx/lwt_ppx.6.0.0-beta01/opam | 43 ++++++++++++++
.../lwt_runtime_events.6.0.0-beta01/opam | 40 +++++++++++++
packages/moonpool-lwt/moonpool-lwt.0.10/opam | 2 +-
packages/moonpool-lwt/moonpool-lwt.0.9/opam | 2 +-
packages/tezt/tezt.2.0.0/opam | 2 +-
packages/tezt/tezt.3.0.0/opam | 2 +-
packages/tezt/tezt.4.3.0/opam | 2 +-
25 files changed, 212 insertions(+), 21 deletions(-)
create mode 100644 packages/lwt/lwt.6.0.0-beta01/opam
create mode 100644 packages/lwt_direct/lwt_direct.6.0.0-beta01/opam
create mode 100644 packages/lwt_ppx/lwt_ppx.6.0.0-beta01/opam
create mode 100644 packages/lwt_runtime_events/lwt_runtime_events.6.0.0-beta01/opam
(from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:586a1f94b05f7da1c42cfc243e0c5562890e7cf2942d0d5d102f3a51cf1f5b94)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:586a1f94b05f7da1c42cfc243e0c5562890e7cf2942d0d5d102f3a51cf1f5b94' locally
docker.io/ocaml/opam@sha256:586a1f94b05f7da1c42cfc243e0c5562890e7cf2942d0d5d102f3a51cf1f5b94: Pulling from ocaml/opam
5b679e7725dd: Pulling fs layer
de4d784ff42b: Pulling fs layer
d348d8a9b193: Pulling fs layer
d7fb99a00111: Pulling fs layer
f98b3671dadb: Pulling fs layer
37606fca7f05: Pulling fs layer
94f1a16d49d3: Pulling fs layer
eda8dd4a72f6: Pulling fs layer
d7fb99a00111: Waiting
37606fca7f05: Waiting
f98b3671dadb: Waiting
eda8dd4a72f6: Waiting
94f1a16d49d3: Waiting
de4d784ff42b: Download complete
d348d8a9b193: Verifying Checksum
d348d8a9b193: Download complete
d7fb99a00111: Verifying Checksum
d7fb99a00111: Download complete
37606fca7f05: Verifying Checksum
37606fca7f05: Download complete
94f1a16d49d3: Verifying Checksum
94f1a16d49d3: Download complete
eda8dd4a72f6: Download complete
f98b3671dadb: Verifying Checksum
f98b3671dadb: Download complete
5b679e7725dd: Verifying Checksum
5b679e7725dd: Download complete
5b679e7725dd: Pull complete
de4d784ff42b: Pull complete
d348d8a9b193: Pull complete
d7fb99a00111: Pull complete
f98b3671dadb: Pull complete
37606fca7f05: Pull complete
94f1a16d49d3: Pull complete
eda8dd4a72f6: Pull complete
Digest: sha256:586a1f94b05f7da1c42cfc243e0c5562890e7cf2942d0d5d102f3a51cf1f5b94
Status: Downloaded newer image for ocaml/opam@sha256:586a1f94b05f7da1c42cfc243e0c5562890e7cf2942d0d5d102f3a51cf1f5b94
2025-12-04 13:45.50 ---> using "aac7496fb920417239c9ac9d6d918540379c621101d0d191ccb39adfce5f5723" 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-04 13:45.50 ---> using "78f59229d99acec51e77f6d0d47f771a78dcd5c72d74ec4cfa87b50d44262624" 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-12-04 13:45.50 ---> using "76d71cb950895f266b489033b81d50ab165da07236f691e397b041c1b611db3b" 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=opensuse-tumbleweed os-version=20251127
# 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-04 13:45.50 ---> using "2e23b65bcdc31ff088915c847ae9995fdee512d0b521ca8e30f661071ae1ccde" 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-04 13:45.50 ---> using "66c9b5384acf84aaf1e87fc7de826211b1f831f40a38aab66caf97301a97eaf1" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-04 13:46.02 ---> saved as "d6293995ea94f7ec78d0cef2ce87fa6b8292bb396262161dfe00b65ff7fd8695"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-04 13:46.21 ---> saved as "0c1b9c89a19eb50d94241599cf4750dc7abc41067a9aa2de3472a9d9fcb742dd"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Repository 'openSUSE-Tumbleweed-Non-Oss' is up to date.
- Repository 'openSUSE-Tumbleweed-Oss' is up to date.
- All repositories have been refreshed.
2025-12-04 13:46.23 ---> saved as "62f6d1d52cac332c98c25b2d2b26cb7bdeec6e13730c91f78b8b50005c8a049a"
/home/opam: (run (shell "opam pin add -k version -yn lwt_runtime_events.6.0.0-beta01 6.0.0-beta01"))
lwt_runtime_events is now pinned to version 6.0.0-beta01
2025-12-04 13:46.24 ---> saved as "a39610d45c77f7da703ec991a6c27dd34d108274f80561a3d99f0b0f2a5c00b7"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lwt_runtime_events.6.0.0-beta01;\
\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 \"\\\"opensuse-tumbleweed\\\"\"; 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-beta01' && 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-beta01 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-beta01 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.20.2 (cached)
-> retrieved lwt_runtime_events.6.0.0-beta01 (cached)
-> installed dune.3.20.2
-> installed lwt_runtime_events.6.0.0-beta01
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-04 13:46.50 ---> saved as "a920b93a4a31a72b0fa8bda2c8ca3a036411e2ec662b618a299db60aa440a18e"
Job succeeded
2025-12-04 13:47.01: Job succeeded