(not at the head of any monitored branch or PR)
2025-11-10 11:00.33: New job: test lwt_direct.6.0.0~beta00, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28558/head (db50ce02bd0238ef1431a20de40a98e9f360a8c0)
                              on centos-9-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/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-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf
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_direct.6.0.0~beta00 6.0.0~beta00
RUN opam reinstall lwt_direct.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_direct.6.0.0~beta00' && 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_direct.6.0.0~beta00) || true
RUN opam reinstall --with-test --verbose lwt_direct.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_direct.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-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf-lwt_direct.6.0.0~beta00-db50ce02bd0238ef1431a20de40a98e9f360a8c0"
2025-11-10 11:00.33: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf)
 (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_direct.6.0.0~beta00 6.0.0~beta00"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall lwt_direct.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_direct.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"))
 (run (network host)
      (shell "(opam reinstall --with-test lwt_direct.6.0.0~beta00) || true"))
 (run (shell  "opam reinstall --with-test --verbose lwt_direct.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_direct.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:25.34: Waiting for worker…
2025-11-10 11:31.01: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  96% (18078/18704)
Updating files:  97% (18143/18704)
Updating files:  98% (18330/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-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf)
Unable to find image 'ocaml/opam:centos-9-ocaml-5.4@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf' locally
docker.io/ocaml/opam@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf: Pulling from ocaml/opam
57b9d01e960d: Pulling fs layer
da52121e5e0b: Pulling fs layer
c05df575a06c: Pulling fs layer
8cfc90e460aa: Pulling fs layer
c60a1e8f5888: Pulling fs layer
ca0e671ea73e: Pulling fs layer
e54b92dc9e35: Pulling fs layer
7d4d3d6e6c4a: Pulling fs layer
9cd615a5705c: Pulling fs layer
217e727fdb67: Pulling fs layer
c616fd6f9fe5: Pulling fs layer
da52121e5e0b: Waiting
749e4a8d7aa8: Pulling fs layer
887d75ac7460: Pulling fs layer
c21eab48b10c: Pulling fs layer
cfa8b743b537: Pulling fs layer
a8b55ebe1144: Pulling fs layer
6277abf0fa65: Pulling fs layer
c05df575a06c: Waiting
c60a1e8f5888: Waiting
8cfc90e460aa: Waiting
57b9d01e960d: Waiting
fed75d1b612a: Pulling fs layer
837723d4ad87: Pulling fs layer
ca0e671ea73e: Waiting
7bcd03e2514d: Pulling fs layer
c616fd6f9fe5: Waiting
a8b55ebe1144: Waiting
9cd615a5705c: Waiting
a69850e6646e: Pulling fs layer
7d4d3d6e6c4a: Waiting
217e727fdb67: Waiting
4f4fb700ef54: Pulling fs layer
6277abf0fa65: Waiting
efccd7c97283: Pulling fs layer
749e4a8d7aa8: Waiting
31f216d9d3b3: Pulling fs layer
c4573d4bbe34: Pulling fs layer
e06c70a4f3ef: Pulling fs layer
837723d4ad87: Waiting
7bcd03e2514d: Waiting
efccd7c97283: Waiting
460db5e656f6: Pulling fs layer
4f4fb700ef54: Waiting
e54b92dc9e35: Waiting
a83f006fe519: Pulling fs layer
e1a027d5760a: Pulling fs layer
c38907b9f7dc: Pulling fs layer
31f216d9d3b3: Waiting
7cdc0adb205c: Pulling fs layer
a7902f56f5a2: Pulling fs layer
460db5e656f6: Waiting
a83f006fe519: Waiting
e1a027d5760a: Waiting
e5d4a6f522db: Pulling fs layer
a69850e6646e: Waiting
7cdc0adb205c: Waiting
3474abb8d0a9: Pulling fs layer
b29181a67751: Pulling fs layer
a7902f56f5a2: Waiting
db07ca603c12: Pulling fs layer
e49d51456537: Pulling fs layer
dad0df8ee568: Pulling fs layer
cfa8b743b537: Waiting
ebb259a4580a: Pulling fs layer
96b1f5e97da2: Pulling fs layer
dad0df8ee568: Waiting
593ae4477d39: Pulling fs layer
ebb259a4580a: Waiting
b07f166692bd: Pulling fs layer
96b1f5e97da2: Waiting
b5e9777c5684: Pulling fs layer
9c55f0ef151e: Pulling fs layer
8e3861304469: Pulling fs layer
fed75d1b612a: Waiting
b29181a67751: Waiting
c4573d4bbe34: Waiting
b07f166692bd: Waiting
8e3861304469: Waiting
e06c70a4f3ef: 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
c60a1e8f5888: Verifying Checksum
c60a1e8f5888: Download complete
ca0e671ea73e: Verifying Checksum
ca0e671ea73e: 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
749e4a8d7aa8: Verifying Checksum
749e4a8d7aa8: Download complete
887d75ac7460: Download complete
c21eab48b10c: Verifying Checksum
c21eab48b10c: Download complete
cfa8b743b537: Download complete
6277abf0fa65: Download complete
fed75d1b612a: Download complete
837723d4ad87: Download complete
7bcd03e2514d: Download complete
a69850e6646e: Verifying Checksum
a69850e6646e: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
efccd7c97283: Verifying Checksum
efccd7c97283: Download complete
31f216d9d3b3: Download complete
c4573d4bbe34: Verifying Checksum
c4573d4bbe34: 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
c38907b9f7dc: Download complete
7cdc0adb205c: Download complete
a7902f56f5a2: Download complete
e5d4a6f522db: Verifying Checksum
e5d4a6f522db: Download complete
3474abb8d0a9: Verifying Checksum
3474abb8d0a9: Download complete
db07ca603c12: Download complete
e49d51456537: Verifying Checksum
e49d51456537: Download complete
dad0df8ee568: Download complete
b29181a67751: Verifying Checksum
b29181a67751: Download complete
ebb259a4580a: Verifying Checksum
ebb259a4580a: Download complete
96b1f5e97da2: Verifying Checksum
96b1f5e97da2: 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
b07f166692bd: Verifying Checksum
b07f166692bd: Download complete
b5e9777c5684: Download complete
749e4a8d7aa8: Pull complete
887d75ac7460: Pull complete
9c55f0ef151e: Verifying Checksum
9c55f0ef151e: Download complete
8e3861304469: Verifying Checksum
8e3861304469: Download 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
593ae4477d39: Verifying Checksum
593ae4477d39: Download complete
b29181a67751: Pull complete
db07ca603c12: Pull complete
e49d51456537: Pull complete
dad0df8ee568: Pull complete
ebb259a4580a: Pull complete
96b1f5e97da2: Pull complete
593ae4477d39: Pull complete
b07f166692bd: Pull complete
b5e9777c5684: Pull complete
9c55f0ef151e: Pull complete
8e3861304469: Pull complete
Digest: sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf
Status: Downloaded newer image for ocaml/opam@sha256:4ff6eaf91a3dc04a84bbe30f720632fd35a391fd7e1ad02090894c030fcdcbdf
2025-11-10 11:31.04 ---> using "eece0ee759113f9447becf3b30dd4249f4d7687d01c11c4512fbc8c86419779f" 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:31.04 ---> using "392c691f5646d6ef70bb47fd2905a73a7700f7ad2037d8c614d97b45549b91b1" 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-11-10 11:31.04 ---> using "371a15af04227da9a433565ef0ac02d0896bf811450f0047612e4f9e1dff7bdc" 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       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-11-10 11:31.04 ---> using "cd4807205ddc4da8666819a85a26b0634d63572d3d7b871e275755e9a2e267c9" 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:31.04 ---> using "bf9fa0dc961aebd1fdbdfb7186ef667308f4c39d03be264f475e3aec2364ad1a" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 11:31.07 ---> saved as "9e93fb0685252ebc40a2db527e46f03f91fe1f594db490e9b572c275a54fc2d0"

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                         36 kB/s |  15 kB     00:00    
- CentOS Stream 9 - AppStream                     5.3 kB/s |  15 kB     00:02    
- CentOS Stream 9 - CRB                            20 kB/s |  14 kB     00:00    
- CentOS Stream 9 - Extras packages                13 kB/s |  16 kB     00:01    
- Metadata cache created.
2025-11-10 11:31.36 ---> saved as "7ee18c3869ca3aec46ea6e5f953bcf1dc9b1f4b5034685b487892c8b4408be4b"

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

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall lwt_direct.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_direct.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_direct.6.0.0~beta00 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 10 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_direct]
  - install dune-configurator 3.20.2                [required by lwt]
  - install lwt               6.0.0~beta00          [required by lwt_direct]
  - install lwt_direct        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, lwt_direct.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
-> installed lwt_direct.6.0.0~beta00
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 11:32.21 ---> saved as "2e4c13cd1f2eae49c7c84b089530773569064cad4e5b13a2d080903a471ee81a"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   lwt_direct.6.0.0~beta00
-> installed lwt_direct.6.0.0~beta00
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 11:32.25 ---> saved as "34c4c77eeb4c3e88975fff0d55d7946f904afee39443ab9148e6b787ecfe79ec"

/home/opam: (run (shell  "opam reinstall --with-test --verbose lwt_direct.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_direct.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"))
The following actions will be performed:
=== recompile 1 package
  - recompile lwt_direct 6.0.0~beta00 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [lwt_direct: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "lwt_direct" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/lwt_direct.6.0.0~beta00)
- (cd _build/default/test/multidomain && ./unixpipe.exe)
- unixpipe: ✓
- (cd _build/default/test/multidomain && ./preempting.exe)
- preempting: ✓
- (cd _build/default/test/direct && ./main.exe)
- Testing library 'lwt_direct'...
- .............
- Ok. 13 tests ran, 0 tests skipped in 0.00 seconds
- (cd _build/default/test/multidomain && ./basic.exe)
- basic: ✓
- (cd _build/default/test/multidomain && ./movingpromises.exe)
- moving-promises: ✓
- (cd _build/default/test/multidomain && ./domainworkers.exe)
- domain-workers: ✓
-> compiled  lwt_direct.6.0.0~beta00
-> removed   lwt_direct.6.0.0~beta00
-> installed lwt_direct.6.0.0~beta00
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-10 11:32.31 ---> saved as "289419bb27e12e59113d48355c8cc4dae3185a490ca35027076dc9897aea241a"
Job succeeded
2025-11-10 11:32.38: Job succeeded