Organisationsocsigenlwt8da250 (ppx-type-wrong-1085)debian-13-5.4+flambda_opam-2.4

debian-13-5.4+flambda_opam-2.4

Link Copied
Code Copied

Logs

2025-12-30 15:25.47: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/ppx-type-wrong-1085 (8da250e8e9963a01fd0ee5d98593dddb5327e29c) (linux-x86_64:debian-13-5.4+flambda_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:9e2c25dcb9043eb2a5b7c21786ba70fdeb38c3e05b2a06da09d0aaec48ecfbc1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocsigen/lwt.git" -b "ppx-type-wrong-1085" && cd "lwt" && git reset --hard 8da250e8
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:9e2c25dcb9043eb2a5b7c21786ba70fdeb38c3e05b2a06da09d0aaec48ecfbc1
# debian-13-5.4+flambda_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.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.4 --depext-only -y lwt_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.dev lwt.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2025-12-30 15:25.47: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:9e2c25dcb9043eb2a5b7c21786ba70fdeb38c3e05b2a06da09d0aaec48ecfbc1-debian-13-5.4+flambda_opam-2.4-c9b4ae27d4ec0be7dc8a0465d6ece78c"
2025-12-30 15:25.47: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:9e2c25dcb9043eb2a5b7c21786ba70fdeb38c3e05b2a06da09d0aaec48ecfbc1)
(comment debian-13-5.4+flambda_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.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.4 --depext-only -y lwt_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.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 @install @check @runtest && rm -rf _build"))
)


2025-12-30 15:25.47: Waiting for resource in pool OCluster
2025-12-30 15:25.47: Waiting for worker…
2025-12-30 15:25.58: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 8da250e8e ppx: add test for #1085, add standalone ppx executable


(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:9e2c25dcb9043eb2a5b7c21786ba70fdeb38c3e05b2a06da09d0aaec48ecfbc1)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:9e2c25dcb9043eb2a5b7c21786ba70fdeb38c3e05b2a06da09d0aaec48ecfbc1' locally
docker.io/ocaml/opam@sha256:9e2c25dcb9043eb2a5b7c21786ba70fdeb38c3e05b2a06da09d0aaec48ecfbc1: Pulling from ocaml/opam
2981f7e8980b: Already exists
9c63e1c4ba84: Pulling fs layer
02578b9c9f1b: Pulling fs layer
3801cb7ba5e6: Pulling fs layer
1c4cdedd39f1: Pulling fs layer
40f6006c5f5a: Pulling fs layer
c451a17216ec: Pulling fs layer
3801cb7ba5e6: Waiting
e4104b8f72ee: Pulling fs layer
7c7dbc5e7919: Pulling fs layer
9c63e1c4ba84: Waiting
aa82be714e7c: Pulling fs layer
02578b9c9f1b: Waiting
1c4cdedd39f1: Waiting
922520f12384: Pulling fs layer
9bfea042cef8: Pulling fs layer
1244979f7c21: Pulling fs layer
c451a17216ec: Waiting
40f6006c5f5a: Waiting
e4104b8f72ee: Waiting
7583a0e34f94: Pulling fs layer
7c7dbc5e7919: Waiting
14bef3f2665a: Pulling fs layer
aa82be714e7c: Waiting
3a4b42ce6cb5: Pulling fs layer
922520f12384: Waiting
b0a08a900877: Pulling fs layer
16ac87e68d60: Pulling fs layer
7583a0e34f94: Waiting
74ac6e8c9b82: Pulling fs layer
9bfea042cef8: Waiting
b41290a57dc5: Pulling fs layer
592e5bcb7159: Pulling fs layer
1244979f7c21: Waiting
4f4fb700ef54: Pulling fs layer
14bef3f2665a: Waiting
1db0705661a3: Pulling fs layer
b0a08a900877: Waiting
76bb8e35b9cc: Pulling fs layer
3a4b42ce6cb5: Waiting
3bc9d98c3b49: Pulling fs layer
7096ef42e6c0: Pulling fs layer
cd0e70de8125: Pulling fs layer
23ffab57f98e: Pulling fs layer
592e5bcb7159: Waiting
4f4fb700ef54: Waiting
b974353d8023: Pulling fs layer
c74fba566723: Pulling fs layer
b41290a57dc5: Waiting
1db0705661a3: Waiting
74ac6e8c9b82: Waiting
16ac87e68d60: Waiting
76bb8e35b9cc: Waiting
5ad399846f45: Pulling fs layer
3bc9d98c3b49: Waiting
7096ef42e6c0: Waiting
23ffab57f98e: Waiting
3e7203fa3980: Pulling fs layer
c74fba566723: Waiting
5ad399846f45: Waiting
0b8915d2a92b: Pulling fs layer
cd0e70de8125: Waiting
3e7203fa3980: Waiting
e68c7a56c438: Pulling fs layer
0b8915d2a92b: Waiting
9024d680a167: Pulling fs layer
e68c7a56c438: Waiting
3c7c73421b6e: Pulling fs layer
9024d680a167: Waiting
7134fa9b4278: Pulling fs layer
3c7c73421b6e: Waiting
9d94fb523099: Pulling fs layer
20d06dbdae7e: Pulling fs layer
b9a45e537661: Pulling fs layer
9d94fb523099: Waiting
20d06dbdae7e: Waiting
a08a9a974983: Pulling fs layer
b9a45e537661: Waiting
8924679c4512: Pulling fs layer
a08a9a974983: Waiting
768c99fc4263: Pulling fs layer
8924679c4512: Waiting
0f40d78cf64e: Pulling fs layer
4d889f9307ab: Pulling fs layer
abae0700fc9e: Pulling fs layer
8c98eadb13b0: Pulling fs layer
4d889f9307ab: Waiting
8c98eadb13b0: Waiting
abae0700fc9e: Waiting
9c63e1c4ba84: Download complete
9c63e1c4ba84: Pull complete
02578b9c9f1b: Download complete
02578b9c9f1b: Pull complete
1c4cdedd39f1: Verifying Checksum
1c4cdedd39f1: Download complete
3801cb7ba5e6: Download complete
3801cb7ba5e6: Pull complete
1c4cdedd39f1: Pull complete
c451a17216ec: Download complete
e4104b8f72ee: Download complete
7c7dbc5e7919: Verifying Checksum
7c7dbc5e7919: Download complete
40f6006c5f5a: Verifying Checksum
40f6006c5f5a: Download complete
aa82be714e7c: Download complete
922520f12384: Verifying Checksum
922520f12384: Download complete
9bfea042cef8: Download complete
1244979f7c21: Verifying Checksum
1244979f7c21: Download complete
7583a0e34f94: Verifying Checksum
7583a0e34f94: Download complete
14bef3f2665a: Verifying Checksum
14bef3f2665a: Download complete
3a4b42ce6cb5: Download complete
b0a08a900877: Verifying Checksum
b0a08a900877: Download complete
16ac87e68d60: Verifying Checksum
16ac87e68d60: Download complete
74ac6e8c9b82: Download complete
b41290a57dc5: Verifying Checksum
b41290a57dc5: Download complete
592e5bcb7159: Verifying Checksum
592e5bcb7159: Download complete
4f4fb700ef54: Download complete
1db0705661a3: Verifying Checksum
1db0705661a3: Download complete
76bb8e35b9cc: Download complete
3bc9d98c3b49: Download complete
7096ef42e6c0: Download complete
cd0e70de8125: Download complete
23ffab57f98e: Verifying Checksum
23ffab57f98e: Download complete
b974353d8023: Download complete
c74fba566723: Verifying Checksum
c74fba566723: Download complete
5ad399846f45: Verifying Checksum
5ad399846f45: Download complete
0b8915d2a92b: Download complete
3e7203fa3980: Verifying Checksum
3e7203fa3980: Download complete
e68c7a56c438: Verifying Checksum
e68c7a56c438: Download complete
3c7c73421b6e: Verifying Checksum
3c7c73421b6e: Download complete
7134fa9b4278: Verifying Checksum
7134fa9b4278: Download complete
9d94fb523099: Download complete
20d06dbdae7e: Verifying Checksum
20d06dbdae7e: Download complete
b9a45e537661: Download complete
a08a9a974983: Verifying Checksum
a08a9a974983: Download complete
8924679c4512: Verifying Checksum
8924679c4512: Download complete
9024d680a167: Verifying Checksum
9024d680a167: Download complete
768c99fc4263: Verifying Checksum
768c99fc4263: Download complete
4d889f9307ab: Verifying Checksum
4d889f9307ab: Download complete
abae0700fc9e: Verifying Checksum
abae0700fc9e: Download complete
40f6006c5f5a: Pull complete
8c98eadb13b0: Download complete
c451a17216ec: Pull complete
e4104b8f72ee: Pull complete
7c7dbc5e7919: Pull complete
aa82be714e7c: Pull complete
0f40d78cf64e: Verifying Checksum
0f40d78cf64e: Download complete
922520f12384: Pull complete
9bfea042cef8: Pull complete
1244979f7c21: Pull complete
7583a0e34f94: Pull complete
14bef3f2665a: Pull complete
3a4b42ce6cb5: Pull complete
b0a08a900877: Pull complete
16ac87e68d60: Pull complete
74ac6e8c9b82: Pull complete
b41290a57dc5: Pull complete
592e5bcb7159: Pull complete
4f4fb700ef54: Pull complete
1db0705661a3: Pull complete
76bb8e35b9cc: Pull complete
3bc9d98c3b49: Pull complete
7096ef42e6c0: Pull complete
cd0e70de8125: Pull complete
23ffab57f98e: Pull complete
b974353d8023: Pull complete
c74fba566723: Pull complete
5ad399846f45: Pull complete
3e7203fa3980: Pull complete
0b8915d2a92b: Pull complete
e68c7a56c438: Pull complete
9024d680a167: Pull complete
3c7c73421b6e: Pull complete
7134fa9b4278: Pull complete
9d94fb523099: Pull complete
20d06dbdae7e: Pull complete
b9a45e537661: Pull complete
a08a9a974983: Pull complete
8924679c4512: Pull complete
768c99fc4263: Pull complete
0f40d78cf64e: Pull complete
4d889f9307ab: Pull complete
abae0700fc9e: Pull complete
8c98eadb13b0: Pull complete
Digest: sha256:9e2c25dcb9043eb2a5b7c21786ba70fdeb38c3e05b2a06da09d0aaec48ecfbc1
Status: Downloaded newer image for ocaml/opam@sha256:9e2c25dcb9043eb2a5b7c21786ba70fdeb38c3e05b2a06da09d0aaec48ecfbc1
2025-12-30 15:28.36 ---> saved as "11d8c5cac923eb9677d0a437b3d28fb91fc56de22fe867faf5ddb2534285818a"


/: (comment debian-13-5.4+flambda_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-12-30 15:28.37 ---> saved as "fb04022221ab8c5476de217b2ebee59507f2c00ecb19ef9aa97a5bd1099de693"


/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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-30 15:29.07 ---> saved as "8354d3cd1845ef06ef2dc1e890c42a3cbf47a50ad45438e0646f6cd1d023b8b8"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-12-30 15:29.07 ---> saved as "d5ffe88175447a88dac72678435a1168eb9e2a1c780e6014e7a2386ec01b55ea"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-30 15:29.07 ---> saved as "097ff562fbdaf70e3a8cd2bf0dc4317edd5b9c3be97d8ba8d6d751619fe4bf01"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee48e882f0..f2d102f951  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-12-30 15:29.31 ---> saved as "8c165b4ce5684740c39a271054df01b7c431611692981aa3e8c2b8b953a5e97d"


/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 ./))
2025-12-30 15:29.31 ---> saved as "0b6c835b836bff6241bc3592389cfdc1651d89066630bb37e1bb74255dd8b544"


/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)
2025-12-30 15:29.43 ---> saved as "2221b0ea4731d376e05eb5af0334a17fe7011d9789c99b4ec625f4f22b09f841"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-30 15:29.43 ---> saved as "475f33ece4a0da282871e51c5005102f18ff1134fdaedc7aa0eeb031d8479860"


/src: (env DEPS "base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.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.4 --depext-only -y lwt_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.dev lwt.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [93.7 kB]
- Fetched 184 kB in 0s (770 kB/s)
- Reading package lists...
- 


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


[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-12-30 15:29.55 ---> saved as "9626f6bf083d75c28267227b22529e5ec17f98dbadb9f57a0e2fa8eb147660b7"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 19 packages
- install base                    v0.17.3
- install base-bytes              base
- install cppo                    1.8.0
- install csexp                   1.5.2
- install dune                    3.20.2
- install dune-configurator       3.20.2
- install ocaml-compiler-libs     v0.17.0
- install ocaml_intrinsics_kernel v0.17.1
- 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.17.0
- install ppx_let                 v0.17.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 base.v0.17.3  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (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.17.0  (cached)
-> retrieved ppx_let.v0.17.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.20.2, dune-configurator.3.20.2  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed react.1.2.2
-> installed dune.3.20.2
-> installed ppx_derivers.1.2.1
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed csexp.1.5.2
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.2
-> installed base.v0.17.3
-> installed ppxlib.0.37.0
-> installed ppx_here.v0.17.0
-> installed ppx_let.v0.17.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-30 15:31.18 ---> saved as "ed0bb0b0db63c9ad6360aefc8867b19893e4d2fcab21c7e0cfd8ae2a85fc3f2f"


/src: (copy (src .) (dst /src))
2025-12-30 15:31.18 ---> saved as "12c885add44e96dbf6b3f62bdd630f8500c8ca4592edc6f0679d556d7422d552"


/src: (run (shell "opam exec -- dune build @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/direct && ./main.exe)
Testing library 'lwt_direct'...
.............
Ok. 13 tests ran, 0 tests skipped in 0.00 seconds
(cd _build/default/test/core && ./main.exe)
Testing library 'core'...
...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................
Ok. 705 tests ran, 23 tests skipped in 0.20 seconds
(cd _build/default/test/ppx && ./main.exe)
Testing library 'ppx'...
.................
Ok. 17 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. 226 tests ran, 9 tests skipped in 6.30 seconds
2025-12-30 15:31.28 ---> saved as "6ea124152c8431a09a080e342c3381fb35b981cb5067fffb5e4ec32430c3f480"
Job succeeded
2025-12-30 15:31.29: Job succeeded