2025-09-05 08:42.47: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/lwt-6 (ab079654844c38d645c3fb42964b1fec72e33e2e) (linux-x86_64:ubuntu-24.10-4.14_opam-2.4)
Base: ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:a96c91e19ea657f568ca7a7269062cf2f542504eef8ee663eefe4ab1425b7021
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocsigen/lwt.git" -b "lwt-6" && cd "lwt" && git reset --hard ab079654
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:a96c91e19ea657f568ca7a7269062cf2f542504eef8ee663eefe4ab1425b7021
# ubuntu-24.10-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt_direct.opam lwt.opam ./
RUN opam pin add -yn lwt_retry.dev './' && \
opam pin add -yn lwt_react.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.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain_shims.0.1.0 dune.3.20.1 dune-configurator.3.20.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 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --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
2025-09-05 08:42.47: Using cache hint "ocsigen/lwt-ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:a96c91e19ea657f568ca7a7269062cf2f542504eef8ee663eefe4ab1425b7021-ubuntu-24.10-4.14_opam-2.4-a9e660b7c1f5cfe161e7abcb80c65359"
2025-09-05 08:42.47: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:a96c91e19ea657f568ca7a7269062cf2f542504eef8ee663eefe4ab1425b7021)
(comment ubuntu-24.10-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt_direct.opam lwt.opam)
(dst ./))
(run (network host)
(shell "opam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.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.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain_shims.0.1.0 dune.3.20.1 dune-configurator.3.20.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 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0")
(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.4 --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"))
)
2025-09-05 08:42.47: Waiting for resource in pool OCluster
2025-09-05 08:42.48: Waiting for worker…
2025-09-05 08:54.08: Got resource from pool OCluster
Building on eumache
HEAD is now at 7fe46b8fe prepare for 6alpha01
HEAD is now at ab0796548 additional test for multidomain: pipe communications
(from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:a96c91e19ea657f568ca7a7269062cf2f542504eef8ee663eefe4ab1425b7021)
Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:a96c91e19ea657f568ca7a7269062cf2f542504eef8ee663eefe4ab1425b7021' locally
docker.io/ocaml/opam@sha256:a96c91e19ea657f568ca7a7269062cf2f542504eef8ee663eefe4ab1425b7021: Pulling from ocaml/opam
0da077d1bd8d: Already exists
Digest: sha256:a96c91e19ea657f568ca7a7269062cf2f542504eef8ee663eefe4ab1425b7021
Status: Downloaded newer image for ocaml/opam@sha256:a96c91e19ea657f568ca7a7269062cf2f542504eef8ee663eefe4ab1425b7021
2025-09-05 08:55.15 ---> saved as "8e5f1bfa9ecbb24c84d2566b046729b7731a547229f6cd6deff026effd060f30"
/: (comment ubuntu-24.10-4.14_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-09-05 08:55.15 ---> saved as "a6e1c158e73afe3cdffb021eaf105a53d54ecb5810fdb4692adb8145c6e2c9a6"
/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.
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.
[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
2025-09-05 08:55.44 ---> saved as "64b8b243b40ce3df92b46635e624c5abda0122dd9fa3482a6caddd3d830681fc"
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-05 08:55.44 ---> saved as "6dd2321648b8f596a68107699eec2a434e76c93e5283858d120df01bf2a6b06e"
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-09-05 08:55.46 ---> saved as "e085a6ff92b838ea9f78cce9e0db76b88e01b5c57307821215f9e800f9574ecb"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
ee24528071..400345aafc master -> origin/master
4c972ba0fc Merge pull request #28397 from maiste/release-dune-3.20.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.3.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)
2025-09-05 08:56.14 ---> saved as "bd96d742824996885d13c769411e9501f452b5b447dbe26a787e5b8c3c0b8238"
/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt_direct.opam lwt.opam)
(dst ./))
2025-09-05 08:56.15 ---> saved as "b525f882bb9efbba982dc093a1a08e380d6852f9f1c1439655ca44d4aae9c36e"
/src: (run (network host)
(shell "opam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt_direct.dev './' && \
\nopam pin add -yn lwt.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)
[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)
2025-09-05 08:56.25 ---> saved as "d93c25bc62994477e103a7452e9010b18c0722e2ee3727f7240bd6f797f3301f"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-05 08:56.25 ---> saved as "55b1792538bfc252d394a20a10e9c594d0052b6cea9eefc8a45e7b96705bbe34"
/src: (env DEPS "base.v0.16.4 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 domain_shims.0.1.0 dune.3.20.1 dune-configurator.3.20.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 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0")
/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.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Ign:1 http://security.ubuntu.com/ubuntu oracular-security InRelease
- Ign:2 http://archive.ubuntu.com/ubuntu oracular InRelease
- Ign:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease
- Ign:4 http://archive.ubuntu.com/ubuntu oracular-backports InRelease
- Ign:1 http://security.ubuntu.com/ubuntu oracular-security InRelease
- Ign:2 http://archive.ubuntu.com/ubuntu oracular InRelease
- Ign:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease
- Ign:4 http://archive.ubuntu.com/ubuntu oracular-backports InRelease
- Ign:1 http://security.ubuntu.com/ubuntu oracular-security InRelease
- Ign:2 http://archive.ubuntu.com/ubuntu oracular InRelease
- Ign:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease
- Ign:4 http://archive.ubuntu.com/ubuntu oracular-backports InRelease
- Ign:1 http://security.ubuntu.com/ubuntu oracular-security InRelease
- Ign:2 http://archive.ubuntu.com/ubuntu oracular InRelease
- Ign:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease
- Ign:4 http://archive.ubuntu.com/ubuntu oracular-backports InRelease
- Ign:1 http://security.ubuntu.com/ubuntu oracular-security InRelease
- Ign:2 http://archive.ubuntu.com/ubuntu oracular InRelease
- Ign:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease
- Ign:4 http://archive.ubuntu.com/ubuntu oracular-backports InRelease
- Err:1 http://security.ubuntu.com/ubuntu oracular-security InRelease
- Could not connect to security.ubuntu.com:80 (2620:2d:4000:1::102). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (185.125.190.36). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (2620:2d:4000:1::103). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (2620:2d:4002:1::102). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (2620:2d:4000:1::101). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (185.125.190.39). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (2620:2d:4000:1::19). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (2620:2d:4002:1::101). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (2620:2d:4000:1::16). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (2620:2d:4002:1::103). - connect (111: Connection refused)
- Err:2 http://archive.ubuntu.com/ubuntu oracular InRelease
- Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::19). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (185.125.190.36). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::16). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (185.125.190.39). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (111: Connection refused)
- Err:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease
- Unable to connect to archive.ubuntu.com:http:
- Err:4 http://archive.ubuntu.com/ubuntu oracular-backports InRelease
- Unable to connect to archive.ubuntu.com:http:
- Reading package lists...
-
- W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/oracular/InRelease Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::19). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::102). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (185.125.190.36). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::103). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::101). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::16). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (2620:2d:4002:1::101). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (185.125.190.39). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (2620:2d:4002:1::102). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Could not connect to archive.ubuntu.com:80 (2620:2d:4002:1::103). - connect (111: Connection refused)
- W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/oracular-updates/InRelease Unable to connect to archive.ubuntu.com:http:
- W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/oracular-backports/InRelease Unable to connect to archive.ubuntu.com:http:
- W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/oracular-security/InRelease Could not connect to security.ubuntu.com:80 (2620:2d:4000:1::102). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (185.125.190.36). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (2620:2d:4000:1::103). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (91.189.91.83). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (185.125.190.83). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (2620:2d:4002:1::102). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (91.189.91.81). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (91.189.91.82). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (2620:2d:4000:1::101). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (185.125.190.39). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (2620:2d:4000:1::19). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (185.125.190.81). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (2620:2d:4002:1::101). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (2620:2d:4000:1::16). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (185.125.190.82). - connect (111: Connection refused) Could not connect to security.ubuntu.com:80 (2620:2d:4002:1::103). - connect (111: Connection refused)
- W: Some index files failed to download. They have been ignored, or old ones used instead.
<><> 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).
2025-09-05 08:57.32 ---> saved as "1521ee509b3a133691d192481581105f99a0a54bf976c41df3c4c0f261df79f4"
/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 21 packages
- install base v0.16.4
- install base-bytes base
- install bisect_ppx 2.8.3
- install cmdliner 1.3.0
- install cppo 1.8.0
- install csexp 1.5.2
- install domain_shims 0.1.0
- install dune 3.20.1
- install dune-configurator 3.20.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 ppx_here v0.16.0
- install ppx_let v0.16.0
- install ppxlib 0.35.0
- install react 1.2.2
- install sexplib0 v0.16.0
- install stdlib-shims 0.3.0
- install topkg 1.1.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.4 (cached)
-> retrieved bisect_ppx.2.8.3 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain_shims.0.1.0 (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 ppx_here.v0.16.0 (cached)
-> retrieved ppx_let.v0.16.0 (cached)
-> retrieved react.1.2.2 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved dune.3.20.1, dune-configurator.3.20.1 (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.0
-> installed react.1.2.2
-> installed dune.3.20.1
-> installed ppx_derivers.1.2.1
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.1
-> installed base.v0.16.4
-> installed ppxlib.0.35.0
-> installed ppx_here.v0.16.0
-> installed bisect_ppx.2.8.3
-> installed ppx_let.v0.16.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-05 08:58.58 ---> saved as "258fc2b7d2b5192e1611a2a6d2be2fe0442cdf25bbe128c0f3ef3a1eed4c524a"
/src: (copy (src .) (dst /src))
2025-09-05 08:58.59 ---> saved as "adecf5df53d7dd859e82889d9224676b95c234e8ce1184d4c2a7cbd514c2e892"
/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/multidomain && ./unixpipe.exe)
unixpipe: ✓
(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/multidomain && ./movingpromises.exe)
moving-promises: ✓
(cd _build/default/test/multidomain && ./basic.exe)
basic: ✓
(cd _build/default/test/multidomain && ./domainworkers.exe)
domain-workers: ✓
(cd _build/default/test/core && ./main.exe)
Testing library 'core'...
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................
Ok. 697 tests ran, 23 tests skipped in 0.46 seconds
(cd _build/default/test/ppx && ./main.exe)
Testing library 'ppx'...
................
Ok. 16 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'...
.............................................................................SSSS..........................................
Ok. 119 tests ran, 4 tests skipped in 6.01 seconds
2025-09-05 08:59.11 ---> saved as "8faec871790406c4a1574cc5d452f0faef05b5c1739a51d64719532b4bc5fd10"
Job succeeded
2025-09-05 08:59.11: Job succeeded