Organisationsocsigenlwta3cb5d ()opensuse-15.6-4.14_opam-2.5

opensuse-15.6-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-02-23 09:27.38: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-6-1-1 (a3cb5d9bd9af055e519f357791d3d82446d7af5b) (linux-x86_64:opensuse-15.6-4.14_opam-2.5)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocsigen/lwt.git" -b "release-6-1-1" && cd "lwt" && git reset --hard a3cb5d9b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7
# opensuse-15.6-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam ./
RUN opam pin add -yn lwt_runtime_events.dev './' && \
opam pin add -yn lwt_retry.dev './' && \
opam pin add -yn lwt_react.dev './' && \
opam pin add -yn lwt_ppx__ppx_let_tests.dev './' && \
opam pin add -yn lwt_ppx.dev './' && \
opam pin add -yn lwt_direct.dev './' && \
opam pin add -yn lwt.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-02-23 09:27.38: Using cache hint "ocsigen/lwt-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7-opensuse-15.6-4.14_opam-2.5-77eafbffe311615a42c55b94ea704bd1"
2026-02-23 09:27.38: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7)
(comment opensuse-15.6-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn lwt_runtime_events.dev './' && \
\nopam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx__ppx_let_tests.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt_direct.dev './' && \
\nopam pin add -yn lwt.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _build"))
)


2026-02-23 09:27.38: Waiting for resource in pool OCluster
2026-02-23 09:27.38: Waiting for worker…
2026-02-23 09:27.39: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at a3cb5d9bd UPDATE CHANGES


(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7' locally
docker.io/ocaml/opam@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7: Pulling from ocaml/opam
625c79e3ae60: Pulling fs layer
ca6439633d2f: Pulling fs layer
3e61b5a3343d: Pulling fs layer
572d4bcd324d: Pulling fs layer
3994ff15a7b0: Pulling fs layer
1d676486d940: Pulling fs layer
ca6439633d2f: Waiting
1805f8e47dca: Pulling fs layer
3e61b5a3343d: Waiting
3582d9a1382c: Pulling fs layer
625c79e3ae60: Waiting
ac0b974faa58: Pulling fs layer
67d656ab5910: Pulling fs layer
572d4bcd324d: Waiting
3994ff15a7b0: Waiting
1d676486d940: Waiting
839cdf272e6c: Pulling fs layer
1805f8e47dca: Waiting
3582d9a1382c: Waiting
8689175d709f: Pulling fs layer
e40b27547779: Pulling fs layer
88cb140bc0e8: Pulling fs layer
8689175d709f: Waiting
ab3a4a69e4f4: Pulling fs layer
ac0b974faa58: Waiting
e40b27547779: Waiting
e4fd7a94954f: Pulling fs layer
67d656ab5910: Waiting
ab3a4a69e4f4: Waiting
92f036b4edea: Pulling fs layer
88cb140bc0e8: Waiting
396a718de0b7: Pulling fs layer
e4fd7a94954f: Waiting
4f4fb700ef54: Pulling fs layer
0420ccc16eca: Pulling fs layer
cc2c69f374ef: Pulling fs layer
22899c47761b: Pulling fs layer
8faa077d3a79: Pulling fs layer
cc2c69f374ef: Waiting
b972aa889009: Pulling fs layer
c6b297e7480d: Pulling fs layer
8faa077d3a79: Waiting
4f4fb700ef54: Waiting
3bcaed3c075b: Pulling fs layer
b972aa889009: Waiting
e04276e867bb: Pulling fs layer
1abd543659d3: Pulling fs layer
cdfeed99d27a: Pulling fs layer
31a3fe0454c7: Pulling fs layer
27bd77ac4143: Pulling fs layer
1abd543659d3: Waiting
83ee7dcdeec7: Pulling fs layer
e04276e867bb: Waiting
31a3fe0454c7: Waiting
1619bb7b4db1: Pulling fs layer
27bd77ac4143: Waiting
22f6e36aa5fa: Pulling fs layer
f64ad179410d: Pulling fs layer
cdfeed99d27a: Waiting
8794b54faffb: Pulling fs layer
bb981eaa95e1: Pulling fs layer
a0128ffaf5eb: Pulling fs layer
22f6e36aa5fa: Waiting
5a412c9f106b: Pulling fs layer
f64ad179410d: Waiting
1619bb7b4db1: Waiting
80db8971c211: Pulling fs layer
6a2ee1c75511: Pulling fs layer
a0128ffaf5eb: Waiting
bb981eaa95e1: Waiting
6a2ee1c75511: Waiting
80db8971c211: Waiting
8794b54faffb: Waiting
ca6439633d2f: Download complete
625c79e3ae60: Verifying Checksum
625c79e3ae60: Download complete
625c79e3ae60: Pull complete
ca6439633d2f: Pull complete
572d4bcd324d: Verifying Checksum
572d4bcd324d: Download complete
3994ff15a7b0: Verifying Checksum
3994ff15a7b0: Download complete
3e61b5a3343d: Verifying Checksum
3e61b5a3343d: Download complete
1d676486d940: Verifying Checksum
1d676486d940: Download complete
1805f8e47dca: Verifying Checksum
1805f8e47dca: Download complete
3582d9a1382c: Verifying Checksum
3582d9a1382c: Download complete
67d656ab5910: Verifying Checksum
67d656ab5910: Download complete
ac0b974faa58: Verifying Checksum
ac0b974faa58: Download complete
839cdf272e6c: Verifying Checksum
839cdf272e6c: Download complete
e40b27547779: Verifying Checksum
e40b27547779: Download complete
8689175d709f: Verifying Checksum
8689175d709f: Download complete
88cb140bc0e8: Verifying Checksum
88cb140bc0e8: Download complete
ab3a4a69e4f4: Verifying Checksum
ab3a4a69e4f4: Download complete
92f036b4edea: Verifying Checksum
92f036b4edea: Download complete
e4fd7a94954f: Verifying Checksum
e4fd7a94954f: Download complete
396a718de0b7: Download complete
3e61b5a3343d: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
0420ccc16eca: Verifying Checksum
0420ccc16eca: Download complete
cc2c69f374ef: Verifying Checksum
cc2c69f374ef: Download complete
8faa077d3a79: Download complete
22899c47761b: Download complete
c6b297e7480d: Download complete
b972aa889009: Verifying Checksum
b972aa889009: Download complete
3bcaed3c075b: Download complete
e04276e867bb: Verifying Checksum
e04276e867bb: Download complete
1abd543659d3: Verifying Checksum
1abd543659d3: Download complete
27bd77ac4143: Verifying Checksum
27bd77ac4143: Download complete
31a3fe0454c7: Download complete
1619bb7b4db1: Download complete
572d4bcd324d: Pull complete
3994ff15a7b0: Pull complete
1d676486d940: Pull complete
22f6e36aa5fa: Verifying Checksum
22f6e36aa5fa: Download complete
f64ad179410d: Download complete
8794b54faffb: Verifying Checksum
8794b54faffb: Download complete
bb981eaa95e1: Verifying Checksum
bb981eaa95e1: Download complete
1805f8e47dca: Pull complete
3582d9a1382c: Pull complete
ac0b974faa58: Pull complete
83ee7dcdeec7: Verifying Checksum
83ee7dcdeec7: Download complete
67d656ab5910: Pull complete
5a412c9f106b: Download complete
839cdf272e6c: Pull complete
80db8971c211: Download complete
8689175d709f: Pull complete
e40b27547779: Pull complete
6a2ee1c75511: Download complete
88cb140bc0e8: Pull complete
ab3a4a69e4f4: Pull complete
e4fd7a94954f: Pull complete
92f036b4edea: Pull complete
396a718de0b7: Pull complete
a0128ffaf5eb: Verifying Checksum
a0128ffaf5eb: Download complete
4f4fb700ef54: Pull complete
0420ccc16eca: Pull complete
cc2c69f374ef: Pull complete
22899c47761b: Pull complete
8faa077d3a79: Pull complete
b972aa889009: Pull complete
c6b297e7480d: Pull complete
3bcaed3c075b: Pull complete
e04276e867bb: Pull complete
1abd543659d3: Pull complete
cdfeed99d27a: Pull complete
31a3fe0454c7: Pull complete
27bd77ac4143: Pull complete
83ee7dcdeec7: Pull complete
1619bb7b4db1: Pull complete
22f6e36aa5fa: Pull complete
f64ad179410d: Pull complete
8794b54faffb: Pull complete
bb981eaa95e1: Pull complete
a0128ffaf5eb: Pull complete
5a412c9f106b: Pull complete
80db8971c211: Pull complete
6a2ee1c75511: Pull complete
Digest: sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7
Status: Downloaded newer image for ocaml/opam@sha256:06017813d28497e89c59cf3d506db67c96f556fc1ec8d5031826d12721c9a0f7
2026-02-23 09:27.41 ---> using "52e816f0aa85450cfc16d266041d2887ffe3489dbdcd0251f1fe96de79154cb7" from cache


/: (comment opensuse-15.6-4.14_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-23 09:27.41 ---> using "8650481d781dc9d0d26de5f6a96edc122ddbd937f45050431815622602800d6f" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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 255 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=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-23 09:27.41 ---> using "a639c37e4752436ea63c6b5c9003994a92c182efd195e74310c07ebbd376ee98" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-02-23 09:27.41 ---> using "30e93a1d8eec7e3649eb26c2f3bbb48b8dc12ffbfe81099d2373f40888537920" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-23 09:27.41 ---> using "725df111b3eaf2178920dcb3b270894ce79a00a527e6f87689cad4be88f17e77" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
8e1b9a49e8..fc740cd2f3  master     -> origin/master
302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-02-23 09:27.41 ---> using "4a20659d7ced7bdc4981e142895a4088a57a0c151ba98006870f60af50895590" from cache


/src: (copy (src lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam)
(dst ./))
2026-02-23 09:27.41 ---> using "c3a2b708df3575dc9abbbf85694d2c26da846c2a5f227e0c54558038e6506d38" from cache


/src: (run (network host)
(shell  "opam pin add -yn lwt_runtime_events.dev './' && \
\nopam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx__ppx_let_tests.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt_direct.dev './' && \
\nopam pin add -yn lwt.dev './'"))
[lwt_runtime_events.dev] synchronised (file:///src)
lwt_runtime_events is now pinned to file:///src (version dev)
[lwt_retry.dev] synchronised (file:///src)
lwt_retry is now pinned to file:///src (version dev)
[lwt_react.dev] synchronised (file:///src)
lwt_react is now pinned to file:///src (version dev)
[NOTE] Package lwt_ppx__ppx_let_tests does not exist in opam repositories registered in the current switch.
[lwt_ppx__ppx_let_tests.dev] synchronised (file:///src)
[WARNING] Failed checks on lwt_ppx__ppx_let_tests package definition from source at file:///src:
warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "NOTFORRELEASE"
lwt_ppx__ppx_let_tests is now pinned to file:///src (version dev)
[lwt_ppx.dev] synchronised (file:///src)
lwt_ppx is now pinned to file:///src (version dev)
[lwt_direct.dev] synchronised (file:///src)
lwt_direct is now pinned to file:///src (version dev)
[lwt.dev] synchronised (file:///src)
lwt is now pinned to file:///src (version dev)
2026-02-23 09:27.41 ---> using "3d1a655c57a01c1375a5a1107ff166972fd8ef987500ec7fa65cc46c496235f7" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-23 09:27.41 ---> using "ed5c14630223a470923f886888ccae0f8d54c53cdbcc046472b7e65298f02873" from cache


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))
+ /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]
- Retrieving repository 'Main Update Repository' metadata [..
- Looking for gpg keys in repository Main Update Repository.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- ....
- ....
- ....
- .......
- .......done]
- Building repository 'Main Update Repository' cache [....done]
- Retrieving repository 'Update Repository (Non-Oss)' metadata [..
- Looking for gpg keys in repository Update Repository (Non-Oss).
-   gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key
- ..
- .....
- ....
- ....
- ....
- ..........done]
- Building repository 'Update Repository (Non-Oss)' cache [....done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lwt.dev] synchronised (file:///src)
[lwt_ppx.dev] synchronised (file:///src)
[lwt_react.dev] synchronised (file:///src)
[lwt_retry.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
# To update the current shell environment, run: eval $(opam env)
2026-02-23 09:27.41 ---> using "93c5b7b4d8d735b3cc3ca47adcb74fce45eee981a12188cc67461b94e5a3c6d6" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 15 packages
- install base-bytes          base
- install cppo                1.8.0
- install csexp               1.5.2
- install dune                3.21.1
- install dune-configurator   3.21.1
- install ocaml-compiler-libs v0.12.4
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install ocplib-endian       1.2
- install ppx_derivers        1.2.1
- install ppxlib              0.37.0
- install react               1.2.2
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0
- install topkg               1.1.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed react.1.2.2
-> installed dune.3.21.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.1
-> installed ppxlib.0.37.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-23 09:27.41 ---> using "c650ec5d71755db5d274b93983947b4999cd5197c34b0402e82c40a6f2da39b5" from cache


/src: (copy (src .) (dst /src))
2026-02-23 09:27.41 ---> saved as "be0af234126fe76faf4b26e4bcae33d386b2ad5cf1210920ba4efc0b1f855a82"


/src: (run (shell "opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _build"))
(cd _build/default/test/retry && ./main.exe)
Testing library 'retry'...
..............
Ok. 14 tests ran, 0 tests skipped in 0.01 seconds
(cd _build/default/test/core && ./main.exe)
Testing library 'core'...
...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................
Ok. 705 tests ran, 23 tests skipped in 0.25 seconds
(cd _build/default/test/ppx && ./main.exe)
Testing library 'ppx'...
...................
Ok. 19 tests ran, 0 tests skipped in 1.20 seconds
(cd _build/default/test/react && ./main.exe)
Testing library 'react'...
...........
Ok. 11 tests ran, 0 tests skipped in 4.50 seconds
(cd _build/default/test/unix && ./main.exe)
Testing library 'unix'...
..................................SSSSS..............................................................................................................SSSS...................................................................................
Ok. 227 tests ran, 9 tests skipped in 6.34 seconds
2026-02-23 09:27.53 ---> saved as "4fe1ba6816a7ff4ce4bdca6434758cf0a1cddb2919ada724409b81360bc3de79"
Job succeeded
2026-02-23 09:27.53: Job succeeded