(not at the head of any monitored branch or PR)
2025-11-10 11:00.33: New job: build lwt.6.0.0~beta00, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28558/head (db50ce02bd0238ef1431a20de40a98e9f360a8c0)
                              on centos-9-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:centos-9-ocaml-4.14@sha256:df239cf501a436b58c13dea53dae5b381edd0d24cba69a7b18877b15e8042ba2
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.6.0.0~beta00 6.0.0~beta00
RUN opam reinstall lwt.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 "\"centos-9\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'lwt.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:centos-9-ocaml-4.14@sha256:df239cf501a436b58c13dea53dae5b381edd0d24cba69a7b18877b15e8042ba2-lwt.6.0.0~beta00-db50ce02bd0238ef1431a20de40a98e9f360a8c0"
2025-11-10 11:00.33: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:df239cf501a436b58c13dea53dae5b381edd0d24cba69a7b18877b15e8042ba2)
 (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.6.0.0~beta00 6.0.0~beta00"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall lwt.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 \"\\\"centos-9\\\"\"; 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.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:27.04: Waiting for worker…
2025-11-10 11:32.33: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files:  98% (18334/18704)
Updating files:  99% (18517/18704)
Updating files: 100% (18704/18704)
Updating files: 100% (18704/18704), done.
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:centos-9-ocaml-4.14@sha256:df239cf501a436b58c13dea53dae5b381edd0d24cba69a7b18877b15e8042ba2)
Unable to find image 'ocaml/opam:centos-9-ocaml-4.14@sha256:df239cf501a436b58c13dea53dae5b381edd0d24cba69a7b18877b15e8042ba2' locally
docker.io/ocaml/opam@sha256:df239cf501a436b58c13dea53dae5b381edd0d24cba69a7b18877b15e8042ba2: Pulling from ocaml/opam
57b9d01e960d: Pulling fs layer
da52121e5e0b: Pulling fs layer
c05df575a06c: Pulling fs layer
8cfc90e460aa: Pulling fs layer
c60a1e8f5888: Pulling fs layer
57b9d01e960d: Waiting
ca0e671ea73e: Pulling fs layer
da52121e5e0b: Waiting
c05df575a06c: Waiting
c60a1e8f5888: Waiting
e54b92dc9e35: Pulling fs layer
ca0e671ea73e: Waiting
7d4d3d6e6c4a: Pulling fs layer
8cfc90e460aa: Waiting
e54b92dc9e35: Waiting
9cd615a5705c: Pulling fs layer
7d4d3d6e6c4a: Waiting
217e727fdb67: Pulling fs layer
9cd615a5705c: Waiting
c616fd6f9fe5: Pulling fs layer
217e727fdb67: Waiting
749e4a8d7aa8: Pulling fs layer
c616fd6f9fe5: Waiting
887d75ac7460: Pulling fs layer
749e4a8d7aa8: Waiting
c21eab48b10c: Pulling fs layer
887d75ac7460: Waiting
cfa8b743b537: Pulling fs layer
c21eab48b10c: Waiting
a8b55ebe1144: Pulling fs layer
6277abf0fa65: Pulling fs layer
cfa8b743b537: Waiting
a8b55ebe1144: Waiting
fed75d1b612a: Pulling fs layer
6277abf0fa65: Waiting
837723d4ad87: Pulling fs layer
fed75d1b612a: Waiting
7bcd03e2514d: Pulling fs layer
a69850e6646e: Pulling fs layer
7bcd03e2514d: Waiting
4f4fb700ef54: Pulling fs layer
a69850e6646e: Waiting
efccd7c97283: Pulling fs layer
4f4fb700ef54: Waiting
31f216d9d3b3: Pulling fs layer
efccd7c97283: Waiting
c4573d4bbe34: Pulling fs layer
31f216d9d3b3: Waiting
e06c70a4f3ef: Pulling fs layer
c4573d4bbe34: Waiting
460db5e656f6: Pulling fs layer
e06c70a4f3ef: Waiting
a83f006fe519: Pulling fs layer
460db5e656f6: Waiting
e1a027d5760a: Pulling fs layer
a83f006fe519: Waiting
c38907b9f7dc: Pulling fs layer
e1a027d5760a: Waiting
7cdc0adb205c: Pulling fs layer
c38907b9f7dc: Waiting
a7902f56f5a2: Pulling fs layer
7cdc0adb205c: Waiting
e5d4a6f522db: Pulling fs layer
a7902f56f5a2: Waiting
3474abb8d0a9: Pulling fs layer
e5d4a6f522db: Waiting
b29181a67751: Pulling fs layer
3474abb8d0a9: Waiting
db07ca603c12: Pulling fs layer
b29181a67751: Waiting
e49d51456537: Pulling fs layer
db07ca603c12: Waiting
dad0df8ee568: Pulling fs layer
e49d51456537: Waiting
ebb259a4580a: Pulling fs layer
dad0df8ee568: Waiting
96b1f5e97da2: Pulling fs layer
ebb259a4580a: Waiting
40708957bafc: Pulling fs layer
96b1f5e97da2: Waiting
7404c9c2a2e3: Pulling fs layer
40708957bafc: Waiting
15865dbb3fc8: Pulling fs layer
7404c9c2a2e3: Waiting
6208f4c0676b: Pulling fs layer
15865dbb3fc8: Waiting
6208f4c0676b: Waiting
57b9d01e960d: Verifying Checksum
57b9d01e960d: Download complete
da52121e5e0b: Verifying Checksum
da52121e5e0b: Download complete
c05df575a06c: Verifying Checksum
c05df575a06c: Download complete
57b9d01e960d: Pull complete
da52121e5e0b: Pull complete
c05df575a06c: Pull complete
8cfc90e460aa: Verifying Checksum
8cfc90e460aa: Download complete
ca0e671ea73e: Verifying Checksum
ca0e671ea73e: Download complete
c60a1e8f5888: Verifying Checksum
c60a1e8f5888: Download complete
e54b92dc9e35: Verifying Checksum
e54b92dc9e35: Download complete
7d4d3d6e6c4a: Verifying Checksum
7d4d3d6e6c4a: Download complete
9cd615a5705c: Verifying Checksum
9cd615a5705c: Download complete
217e727fdb67: Verifying Checksum
217e727fdb67: Download complete
c616fd6f9fe5: Verifying Checksum
c616fd6f9fe5: Download complete
887d75ac7460: Download complete
749e4a8d7aa8: Verifying Checksum
749e4a8d7aa8: Download complete
cfa8b743b537: Verifying Checksum
cfa8b743b537: Download complete
a8b55ebe1144: Download complete
6277abf0fa65: Download complete
fed75d1b612a: Verifying Checksum
fed75d1b612a: Download complete
837723d4ad87: Download complete
7bcd03e2514d: Verifying Checksum
7bcd03e2514d: Download complete
a69850e6646e: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
efccd7c97283: Verifying Checksum
efccd7c97283: Download complete
31f216d9d3b3: Download complete
c4573d4bbe34: Verifying Checksum
c4573d4bbe34: Download complete
c21eab48b10c: Verifying Checksum
c21eab48b10c: Download complete
e06c70a4f3ef: Verifying Checksum
e06c70a4f3ef: Download complete
460db5e656f6: Verifying Checksum
460db5e656f6: Download complete
a83f006fe519: Verifying Checksum
a83f006fe519: Download complete
e1a027d5760a: Verifying Checksum
e1a027d5760a: Download complete
c38907b9f7dc: Verifying Checksum
7cdc0adb205c: Verifying Checksum
7cdc0adb205c: Download complete
a7902f56f5a2: Verifying Checksum
a7902f56f5a2: Download complete
e5d4a6f522db: Download complete
3474abb8d0a9: Verifying Checksum
3474abb8d0a9: Download complete
db07ca603c12: Download complete
e49d51456537: Verifying Checksum
e49d51456537: Download complete
dad0df8ee568: Verifying Checksum
dad0df8ee568: Download complete
ebb259a4580a: Verifying Checksum
ebb259a4580a: Download complete
96b1f5e97da2: Download complete
7404c9c2a2e3: Download complete
15865dbb3fc8: Download complete
6208f4c0676b: Download complete
8cfc90e460aa: Pull complete
c60a1e8f5888: Pull complete
ca0e671ea73e: Pull complete
e54b92dc9e35: Pull complete
7d4d3d6e6c4a: Pull complete
9cd615a5705c: Pull complete
217e727fdb67: Pull complete
c616fd6f9fe5: Pull complete
749e4a8d7aa8: Pull complete
887d75ac7460: Pull complete
c21eab48b10c: Pull complete
cfa8b743b537: Pull complete
a8b55ebe1144: Pull complete
6277abf0fa65: Pull complete
fed75d1b612a: Pull complete
837723d4ad87: Pull complete
7bcd03e2514d: Pull complete
a69850e6646e: Pull complete
4f4fb700ef54: Pull complete
efccd7c97283: Pull complete
31f216d9d3b3: Pull complete
c4573d4bbe34: Pull complete
e06c70a4f3ef: Pull complete
460db5e656f6: Pull complete
a83f006fe519: Pull complete
e1a027d5760a: Pull complete
c38907b9f7dc: Pull complete
7cdc0adb205c: Pull complete
a7902f56f5a2: Pull complete
e5d4a6f522db: Pull complete
3474abb8d0a9: Pull complete
40708957bafc: Verifying Checksum
40708957bafc: Download complete
b29181a67751: Verifying Checksum
b29181a67751: Download complete
b29181a67751: Pull complete
db07ca603c12: Pull complete
e49d51456537: Pull complete
dad0df8ee568: Pull complete
ebb259a4580a: Pull complete
96b1f5e97da2: Pull complete
40708957bafc: Pull complete
7404c9c2a2e3: Pull complete
15865dbb3fc8: Pull complete
6208f4c0676b: Pull complete
Digest: sha256:df239cf501a436b58c13dea53dae5b381edd0d24cba69a7b18877b15e8042ba2
Status: Downloaded newer image for ocaml/opam@sha256:df239cf501a436b58c13dea53dae5b381edd0d24cba69a7b18877b15e8042ba2
2025-11-10 11:32.36 ---> using "a61290d9305af924156940aede364fc050ca1c9cd3822fa26dd3573c88b69bf8" 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:32.36 ---> using "c3eb43ea4e34354e10a9ecffe056142a5bd621b1695cc56266726966a51e09e5" 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:32.36 ---> using "2044d4e1e99b0f2a6f91fae600bafb74352034dcb18b60d2e603db99ff932b74" 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~alpha1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=centos os-version=9
# 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-11-10 11:32.36 ---> using "7be05fd2741d66962183a1a4330fd04a1d750ad8e2d10384e5410a8018c86178" 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:32.36 ---> using "0ffd4a3d875e715dca42b0c8d18691025ed7ac5cd6f7249827a77da5e04b193f" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 11:32.44 ---> saved as "2c8d93589682ab05d1e67daa9cf0cff33ee6574fc918d24ae16ef3d02ba3c672"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 11:33.05 ---> saved as "2d6ea26b39e5b05ff678fe2a2612c1f37ba07848be5ade487c665b6e1a1064a8"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                         31 kB/s |  15 kB     00:00    
- CentOS Stream 9 - AppStream                      19 kB/s |  15 kB     00:00    
- CentOS Stream 9 - CRB                            83 kB/s |  14 kB     00:00    
- CentOS Stream 9 - Extras packages                89 kB/s |  16 kB     00:00    
- Metadata cache created.
2025-11-10 11:33.08 ---> saved as "09e251fe0db190c68e41e08752cee7f7886222ce31c518dd91985e4dc0dbccd1"

/home/opam: (run (shell "opam pin add -k version -yn lwt.6.0.0~beta00 6.0.0~beta00"))
lwt is now pinned to version 6.0.0~beta00
2025-11-10 11:33.09 ---> saved as "00eb67fc2a694ff8897635eed76211ebef4182da1eae9e3fd2a5372c6f6c4fa8"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall lwt.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 \"\\\"centos-9\\\"\"; 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.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.6.0.0~beta00 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 9 packages
  - install base-bytes        base                  [required by ocplib-endian]
  - install cppo              1.8.0                 [required by lwt]
  - install csexp             1.5.2                 [required by dune-configurator]
  - install domain_shims      0.1.0                 [required by lwt]
  - install dune              3.20.2                [required by lwt]
  - install dune-configurator 3.20.2                [required by lwt]
  - install lwt               6.0.0~beta00 (pinned)
  - install ocamlfind         1.9.8                 [required by base-bytes]
  - install ocplib-endian     1.2                   [required by lwt]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved lwt.6.0.0~beta00  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.20.2
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.2
-> installed lwt.6.0.0~beta00
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 11:33.46 ---> saved as "52e3b5f85d83d6ab8b1d310a61118c1b4e9d6823548df07ea1487329134e020d"
Job succeeded
2025-11-10 11:33.58: Job succeeded