(not at the head of any monitored branch or PR)
2025-12-04 13:34.01: New job: test lwt_runtime_events.6.0.0-beta01, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28894/head (547bbce588bc6d9231ad2bd9c8b2b3930b2d061a)
                              on debian-13-ocaml-5.1/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:debian-13-ocaml-5.1@sha256:699a026349c2179663bcd0a0e1e4d9d2a6a0c8393fc36d7cc37adec0e53f3e8d
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 "\"debian-13\""; 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
RUN (opam reinstall --with-test lwt_runtime_events.6.0.0-beta01) || true
RUN opam reinstall --with-test --verbose 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 "\"debian-13\""; 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:debian-13-ocaml-5.1@sha256:699a026349c2179663bcd0a0e1e4d9d2a6a0c8393fc36d7cc37adec0e53f3e8d-lwt_runtime_events.6.0.0-beta01-547bbce588bc6d9231ad2bd9c8b2b3930b2d061a"
2025-12-04 13:34.01: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.1@sha256:699a026349c2179663bcd0a0e1e4d9d2a6a0c8393fc36d7cc37adec0e53f3e8d)
 (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 \"\\\"debian-13\\\"\"; 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"))
 (run (network host)
      (shell "(opam reinstall --with-test lwt_runtime_events.6.0.0-beta01) || true"))
 (run (shell  "opam reinstall --with-test --verbose 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 \"\\\"debian-13\\\"\"; 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:37.36: Waiting for worker…
2025-12-04 13:39.39: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  94% (17930/18983)
Updating files:  95% (18034/18983)
Updating files:  96% (18224/18983)
Updating files:  97% (18414/18983)
Updating files:  98% (18604/18983)
Updating files:  99% (18794/18983)
Updating files: 100% (18983/18983)
Updating files: 100% (18983/18983), done.
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:debian-13-ocaml-5.1@sha256:699a026349c2179663bcd0a0e1e4d9d2a6a0c8393fc36d7cc37adec0e53f3e8d)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.1@sha256:699a026349c2179663bcd0a0e1e4d9d2a6a0c8393fc36d7cc37adec0e53f3e8d' locally
docker.io/ocaml/opam@sha256:699a026349c2179663bcd0a0e1e4d9d2a6a0c8393fc36d7cc37adec0e53f3e8d: Pulling from ocaml/opam
53c88f1dfeb7: Already exists
f40653bbd569: Already exists
7810c66e401b: Already exists
d941667067ac: Already exists
6e099de50dbd: Already exists
45940f4cdce1: Already exists
cbbdea3b6efd: Already exists
4c34326b882a: Already exists
d8a1b7be7128: Already exists
b30719ba72c1: Already exists
eb031d51ba4a: Already exists
a59529ec7b26: Already exists
1049e4f3b9e4: Already exists
e2ab32c77566: Already exists
f6ef7bc31988: Already exists
28c3b5beaa3f: Already exists
83ebb7ec29e3: Already exists
186714418599: Already exists
5045c0de4fc9: Already exists
3312ff3bfd69: Already exists
335847f13b00: Already exists
4f4fb700ef54: Already exists
b7958021acdb: Already exists
d92ce1afae3a: Already exists
7842835bd039: Already exists
3a60e5befc90: Already exists
7efeca794a8f: Already exists
efc7f994cef1: Already exists
ba91afca1a0a: Already exists
8216b6db35fa: Already exists
229184d6690a: Already exists
40e4db8e45e7: Already exists
12fb3f269d42: Already exists
c0196b69a0ef: Already exists
b731bd241e4b: Already exists
53512a47261a: Already exists
b1be3290ddde: Already exists
fe5803a9f63d: Already exists
5cf61ec03f01: Already exists
d44c5e23965f: Already exists
53dfff7b55e7: Already exists
226ac640e811: Already exists
e36350d7ae89: Already exists
ca583195b503: Pulling fs layer
9bbecf8e8c7f: Pulling fs layer
05656b46835f: Pulling fs layer
23a39016ddb3: Pulling fs layer
23a39016ddb3: Waiting
05656b46835f: Download complete
9bbecf8e8c7f: Download complete
23a39016ddb3: Download complete
ca583195b503: Verifying Checksum
ca583195b503: Download complete
ca583195b503: Pull complete
9bbecf8e8c7f: Pull complete
05656b46835f: Pull complete
23a39016ddb3: Pull complete
Digest: sha256:699a026349c2179663bcd0a0e1e4d9d2a6a0c8393fc36d7cc37adec0e53f3e8d
Status: Downloaded newer image for ocaml/opam@sha256:699a026349c2179663bcd0a0e1e4d9d2a6a0c8393fc36d7cc37adec0e53f3e8d
2025-12-04 13:39.58 ---> saved as "2ad2c35ac6ed28c67f55cfe719dc041bdf388c6e490ee023554155cb1e9a1b79"

/: (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:39.58 ---> saved as "92117cfd55f27542e30d6cc354f1897a14d44c06b84dfb39dff7b35242ff8542"

/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-04 13:40.24 ---> saved as "49a61d02aab7c00c05f286f451a032472f3ff2e65439dcbd641480eef69f178d"

/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=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.1
# invariant            ["ocaml-base-compiler" {= "5.1.1"}]
# compiler-packages    ocaml-base-compiler.5.1.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.1/lib/ocaml/stublibs:/home/opam/.opam/5.1/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.1.1
2025-12-04 13:40.25 ---> saved as "cba90175078a0c9de3d251f52a2921b9dccde72f53d03085e8c31174671a6aec"

/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:40.41 ---> saved as "8e32049e17e48d08751b1715f7f9371614cfb1274b9439cfaf7b37f51b393691"

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-04 13:40.49 ---> saved as "2cedf48cbbd04897bd35103f89df43c41c27b6d7496088f63960aa2483aa8a21"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-04 13:41.06 ---> saved as "441596beedbfe7014ebecf62eadb3a763554bfb8cea03d2391197d80ecd2787d"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [80.9 kB]
- Fetched 172 kB in 0s (1917 kB/s)
- Reading package lists...
2025-12-04 13:41.07 ---> saved as "14581b4c622e02c4e0d768ac8ed07371d0b48676eea7e9b784359df9d27089cf"

/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:41.08 ---> saved as "de7e1697966877ec996d6b4ff382438aca99bf389c4ea97f38bbb216b35ab756"

/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 \"\\\"debian-13\\\"\"; 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:41.40 ---> saved as "49ebcfad782ec26b9e7ef8d41c7f60c7d0323742952d26a3ae2ad3fdd6fe7161"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test lwt_runtime_events.6.0.0-beta01) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile lwt_runtime_events 6.0.0-beta01 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   lwt_runtime_events.6.0.0-beta01
-> installed lwt_runtime_events.6.0.0-beta01
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-04 13:41.47 ---> saved as "e78f9d61eaa2275f34c86a63dfae94482fe31733aba5da5f595bef4a47f34bd1"

/home/opam: (run (shell  "opam reinstall --with-test --verbose 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 \"\\\"debian-13\\\"\"; 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"))
The following actions will be performed:
=== recompile 1 package
  - recompile lwt_runtime_events 6.0.0-beta01 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [lwt_runtime_events: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "lwt_runtime_events" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.1/.opam-switch/build/lwt_runtime_events.6.0.0-beta01)
-> compiled  lwt_runtime_events.6.0.0-beta01
-> removed   lwt_runtime_events.6.0.0-beta01
-> installed lwt_runtime_events.6.0.0-beta01
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-04 13:41.51 ---> saved as "663ac5a7673f7d11c9354d5de5b3060bf3dea22f1f37c355866631eb3da281b9"
Job succeeded
2025-12-04 13:41.58: Job succeeded