(not at the head of any monitored branch or PR)
2025-12-04 13:34.02: 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-15.6-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/28894/head" && git reset --hard 547bbce5
git fetch origin master
git merge --no-edit 3e41859015888fe8240e84dfc5f31bfa12a557e8
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b
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-15.6\""; 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.02: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b-lwt_runtime_events.6.0.0-beta01-547bbce588bc6d9231ad2bd9c8b2b3930b2d061a"
2025-12-04 13:34.02: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b)
 (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-15.6\\\"\"; 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.02: Waiting for resource in pool OCluster
2025-12-04 13:55.50: Waiting for worker…
2025-12-04 13:58.03: Got resource from pool OCluster
Building on toxis.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-15.6-ocaml-4.14@sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b' locally
docker.io/ocaml/opam@sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b: Pulling from ocaml/opam
50d1f7d5e8d1: Pulling fs layer
9122aab01e3e: Pulling fs layer
867080d62798: Pulling fs layer
4bf3a6472000: Pulling fs layer
c94e022498fc: Pulling fs layer
2dba36048998: Pulling fs layer
80a00f655a10: Pulling fs layer
3472d0b33326: Pulling fs layer
13d3c3c55034: Pulling fs layer
2cfe8d51b8a5: Pulling fs layer
4bf3a6472000: Waiting
9122aab01e3e: Waiting
c94e022498fc: Waiting
bde2b059fc42: Pulling fs layer
50d1f7d5e8d1: Waiting
6cb67336ce56: Pulling fs layer
13d3c3c55034: Waiting
2dba36048998: Waiting
867080d62798: Waiting
9291951eb907: Pulling fs layer
80a00f655a10: Waiting
3472d0b33326: Waiting
76a1c25eb881: Pulling fs layer
c0343da17126: Pulling fs layer
6cb67336ce56: Waiting
bde2b059fc42: Waiting
9291951eb907: Waiting
59ce5c0f06c6: Pulling fs layer
e08cb7e2e56b: Pulling fs layer
0a23d2551b7a: Pulling fs layer
76a1c25eb881: Waiting
4f4fb700ef54: Pulling fs layer
e86e0e3ad609: Pulling fs layer
24049aa3906b: Pulling fs layer
7b68d3cfa24e: Pulling fs layer
e86e0e3ad609: Waiting
bcef05f0a3b0: Pulling fs layer
7a8598f30072: Pulling fs layer
6682193011f4: Pulling fs layer
bcef05f0a3b0: Waiting
7a8598f30072: Waiting
ac4b1511ee1b: Pulling fs layer
715e40d9a01a: Pulling fs layer
ac4b1511ee1b: Waiting
6fd0dc777863: Pulling fs layer
b6a163576a16: Pulling fs layer
715e40d9a01a: Waiting
9411c7329873: Pulling fs layer
26b48ac36413: Pulling fs layer
008afd62606b: Pulling fs layer
9411c7329873: Waiting
acf50992b79f: Pulling fs layer
26b48ac36413: Waiting
12a06fc650bb: Pulling fs layer
008afd62606b: Waiting
acf50992b79f: Waiting
ad92493fc129: Pulling fs layer
70838b11626f: Pulling fs layer
f1c048f1bdde: Pulling fs layer
7f02473550b8: Pulling fs layer
12a06fc650bb: Waiting
f1f7cfd96241: Pulling fs layer
ad92493fc129: Waiting
7f02473550b8: Waiting
09285de3eff2: Pulling fs layer
01cc7892a470: Pulling fs layer
f1f7cfd96241: Waiting
09285de3eff2: Waiting
01cc7892a470: Waiting
9122aab01e3e: Download complete
50d1f7d5e8d1: Verifying Checksum
50d1f7d5e8d1: Download complete
50d1f7d5e8d1: Pull complete
9122aab01e3e: Pull complete
867080d62798: Verifying Checksum
867080d62798: Download complete
4bf3a6472000: Verifying Checksum
4bf3a6472000: Download complete
c94e022498fc: Download complete
2dba36048998: Verifying Checksum
2dba36048998: Download complete
3472d0b33326: Verifying Checksum
3472d0b33326: Download complete
13d3c3c55034: Verifying Checksum
13d3c3c55034: Download complete
80a00f655a10: Verifying Checksum
80a00f655a10: Download complete
2cfe8d51b8a5: Verifying Checksum
2cfe8d51b8a5: Download complete
bde2b059fc42: Verifying Checksum
bde2b059fc42: Download complete
6cb67336ce56: Verifying Checksum
6cb67336ce56: Download complete
9291951eb907: Verifying Checksum
9291951eb907: Download complete
76a1c25eb881: Verifying Checksum
76a1c25eb881: Download complete
c0343da17126: Verifying Checksum
c0343da17126: Download complete
59ce5c0f06c6: Verifying Checksum
59ce5c0f06c6: Download complete
e08cb7e2e56b: Verifying Checksum
e08cb7e2e56b: Download complete
0a23d2551b7a: Download complete
4f4fb700ef54: Download complete
e86e0e3ad609: Verifying Checksum
e86e0e3ad609: Download complete
7b68d3cfa24e: Verifying Checksum
7b68d3cfa24e: Download complete
24049aa3906b: Verifying Checksum
24049aa3906b: Download complete
bcef05f0a3b0: Verifying Checksum
bcef05f0a3b0: Download complete
6682193011f4: Verifying Checksum
6682193011f4: Download complete
ac4b1511ee1b: Verifying Checksum
ac4b1511ee1b: Download complete
715e40d9a01a: Download complete
7a8598f30072: Verifying Checksum
7a8598f30072: Download complete
6fd0dc777863: Download complete
867080d62798: Pull complete
b6a163576a16: Verifying Checksum
b6a163576a16: Download complete
9411c7329873: Verifying Checksum
9411c7329873: Download complete
26b48ac36413: Download complete
acf50992b79f: Download complete
ad92493fc129: Verifying Checksum
ad92493fc129: Download complete
70838b11626f: Download complete
f1c048f1bdde: Verifying Checksum
f1c048f1bdde: Download complete
12a06fc650bb: Verifying Checksum
12a06fc650bb: Download complete
f1f7cfd96241: Download complete
4bf3a6472000: Pull complete
c94e022498fc: Pull complete
09285de3eff2: Verifying Checksum
09285de3eff2: Download complete
2dba36048998: Pull complete
7f02473550b8: Verifying Checksum
7f02473550b8: Download complete
01cc7892a470: Verifying Checksum
01cc7892a470: Download complete
80a00f655a10: Pull complete
3472d0b33326: Pull complete
13d3c3c55034: Pull complete
2cfe8d51b8a5: Pull complete
bde2b059fc42: Pull complete
6cb67336ce56: Pull complete
9291951eb907: Pull complete
76a1c25eb881: Pull complete
c0343da17126: Pull complete
59ce5c0f06c6: Pull complete
e08cb7e2e56b: Pull complete
0a23d2551b7a: Pull complete
4f4fb700ef54: Pull complete
e86e0e3ad609: Pull complete
24049aa3906b: Pull complete
7b68d3cfa24e: Pull complete
bcef05f0a3b0: Pull complete
7a8598f30072: Pull complete
6682193011f4: Pull complete
ac4b1511ee1b: Pull complete
715e40d9a01a: Pull complete
6fd0dc777863: Pull complete
b6a163576a16: Pull complete
9411c7329873: Pull complete
26b48ac36413: Pull complete
008afd62606b: Verifying Checksum
008afd62606b: Download complete
008afd62606b: Pull complete
acf50992b79f: Pull complete
12a06fc650bb: Pull complete
ad92493fc129: Pull complete
70838b11626f: Pull complete
f1c048f1bdde: Pull complete
7f02473550b8: Pull complete
f1f7cfd96241: Pull complete
09285de3eff2: Pull complete
01cc7892a470: Pull complete
Digest: sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b
Status: Downloaded newer image for ocaml/opam@sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b
2025-12-04 13:59.12 ---> using "1fde4055456efee607266ab2cd4dcdacec610c54560abf57c05d5fbdf9548d97" 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:59.12 ---> using "fc27513219feb3f6494db7237c9bda4a0558b3c70ac62872ad7c9b6b93a96e61" 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.

Continue? [Y/n] y
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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-04 13:59.12 ---> using "54157b82a09ab2d135e7df41c023e46d76d79ed1b9cbafcb32c9323b42cba9a6" 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-leap os-version=15.6
# 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       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-12-04 13:59.12 ---> using "327c9c80b3a9b2fdd42729b88f49a054df74538932e28b4cf5f602f9324b3e77" 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:59.12 ---> using "9a995e657542cad68a9fc22ab572f88db20cf484db0d8c082b976d122266c8e8" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-04 13:59.13 ---> using "ca018eaea42d9e7a30dc0d8ed14dda0df9496a7eb55d5cc3c547f14ab3eac37b" from cache

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ...
- .....
- ....................
- ..........
- ................
- ...........
- ..done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ....
- ....
- ....
- .........
- ............
- .........
- ..........
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- ..........
- ..........
- ..........
- .......
- ............
- done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2025-12-04 14:00.05 ---> saved as "20740bf716d84fde928216bb6652a0478617491b02851a7b0cfc86450bee70ee"

/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 14:00.05 ---> saved as "a598a527dd939c56c790696785b3bc5efdbbad38d85c35440aa1190d43e5fcba"

/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-15.6\\\"\"; 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
  * No agreement on the version of ocaml:
    - (invariant) -> ocaml-base-compiler = 4.14.2 -> ocaml = 4.14.2
    - lwt_runtime_events -> ocaml >= 5.1
    You can temporarily relax the switch invariant with `--update-invariant'
  * Incompatible packages:
    - (invariant) -> ocaml-base-compiler = 4.14.2
    - lwt_runtime_events -> ocaml >= 5.1 -> ocaml-variants >= 5.5.0~

No solution found, exiting
"/usr/bin/env" "bash" "-c" "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-15.6\""; 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" failed with exit status 20
2025-12-04 14:00.15: Job failed: Failed: Build failed
2025-12-04 14:00.15: Log analysis:
2025-12-04 14:00.15: >>> 
No solution found, exiting
 (score = 100)
2025-12-04 14:00.15: [SKIP] Package not available