Organisationsocsigenlwt5f62a5 (deferred-wakeup)ubuntu-24.04-5.4_opam-2.5

ubuntu-24.04-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-01-27 13:54.14: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/deferred-wakeup (5f62a55618ae06b93ba7e53026f10d9d7075c5a5) (linux-x86_64:ubuntu-24.04-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocsigen/lwt.git" -b "deferred-wakeup" && cd "lwt" && git reset --hard 5f62a556
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b
# ubuntu-24.04-5.4_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.21.0 dune-configurator.3.21.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 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.5 --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


2026-01-27 13:54.14: Using cache hint "ocsigen/lwt-ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b-ubuntu-24.04-5.4_opam-2.5-75ab778214f47ae1c2af4a869bf7c608"
2026-01-27 13:54.14: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b)
(comment ubuntu-24.04-5.4_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.21.0 dune-configurator.3.21.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 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.5 --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"))
)


2026-01-27 13:54.14: Waiting for resource in pool OCluster
2026-01-27 13:54.14: Waiting for worker…
2026-01-27 13:54.14: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 5f62a5561 fix mistranslation of original wakeup


(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b' locally
docker.io/ocaml/opam@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b: Pulling from ocaml/opam
20043066d3d5: Pulling fs layer
5467265bd921: Pulling fs layer
edb31a422705: Pulling fs layer
5871740a5551: Pulling fs layer
38bc7caf8f9c: Pulling fs layer
c625f3473964: Pulling fs layer
1a34bb0dada4: Pulling fs layer
1a5a443cf2a3: Pulling fs layer
5871740a5551: Waiting
38bc7caf8f9c: Waiting
b5749e9114e3: Pulling fs layer
c79eee4ce657: Pulling fs layer
e294f5c94f43: Pulling fs layer
519065222b0e: Pulling fs layer
53e225602c61: Pulling fs layer
f27179a77cc9: Pulling fs layer
fc8d5c40eea5: Pulling fs layer
0c46c8b70095: Pulling fs layer
670e7b7fa473: Pulling fs layer
c79eee4ce657: Waiting
bc96aeddd4f1: Pulling fs layer
c625f3473964: Waiting
b5749e9114e3: Waiting
1a34bb0dada4: Waiting
f27179a77cc9: Waiting
fc8d5c40eea5: Waiting
0c46c8b70095: Waiting
1a5a443cf2a3: Waiting
670e7b7fa473: Waiting
e294f5c94f43: Waiting
519065222b0e: Waiting
666bbc820ee2: Pulling fs layer
53e225602c61: Waiting
bc96aeddd4f1: Waiting
e5a0630151ad: Pulling fs layer
666bbc820ee2: Waiting
8d0a5f8f8d36: Pulling fs layer
4f4fb700ef54: Pulling fs layer
8c4ef5fdf98f: Pulling fs layer
8d0a5f8f8d36: Waiting
e5a0630151ad: Waiting
4f4fb700ef54: Waiting
a0482b015367: Pulling fs layer
8c4ef5fdf98f: Waiting
69a3c76acc65: Pulling fs layer
a0482b015367: Waiting
e674de8e3648: Pulling fs layer
dde76a4b1455: Pulling fs layer
e674de8e3648: Waiting
5e296eb395ff: Pulling fs layer
d4b4b831ca9f: Pulling fs layer
4b0fa928094e: Pulling fs layer
5e296eb395ff: Waiting
d4b4b831ca9f: Waiting
53ec83378c53: Pulling fs layer
c3f66a41494d: Pulling fs layer
53ec83378c53: Waiting
49b09e63ded4: Pulling fs layer
4b0fa928094e: Waiting
b73b30ff67cc: Pulling fs layer
49b09e63ded4: Waiting
4e112c6e0a8d: Pulling fs layer
c3f66a41494d: Waiting
60dc853ed7b2: Pulling fs layer
b73b30ff67cc: Waiting
4e112c6e0a8d: Waiting
884ff7dd46f5: Pulling fs layer
63cf2740d5f9: Pulling fs layer
884ff7dd46f5: Waiting
60dc853ed7b2: Waiting
8901dbd586e6: Pulling fs layer
cd5e0ad57e67: Pulling fs layer
63cf2740d5f9: Waiting
03524d0af6ce: Pulling fs layer
8901dbd586e6: Waiting
cd5e0ad57e67: Waiting
556bdb4974d9: Pulling fs layer
e5cd43e64240: Pulling fs layer
6afbdf9f6cba: Pulling fs layer
556bdb4974d9: Waiting
30044ab5c757: Pulling fs layer
e5cd43e64240: Waiting
4f1c547c77c4: Pulling fs layer
6afbdf9f6cba: Waiting
30044ab5c757: Waiting
95170e728423: Pulling fs layer
4f1c547c77c4: Waiting
95170e728423: Waiting
5467265bd921: Download complete
edb31a422705: Download complete
20043066d3d5: Verifying Checksum
20043066d3d5: Download complete
38bc7caf8f9c: Verifying Checksum
38bc7caf8f9c: Download complete
5871740a5551: Verifying Checksum
5871740a5551: Download complete
1a34bb0dada4: Verifying Checksum
1a34bb0dada4: Download complete
20043066d3d5: Pull complete
5467265bd921: Pull complete
1a5a443cf2a3: Verifying Checksum
1a5a443cf2a3: Download complete
edb31a422705: Pull complete
5871740a5551: Pull complete
b5749e9114e3: Verifying Checksum
b5749e9114e3: Download complete
38bc7caf8f9c: Pull complete
c79eee4ce657: Verifying Checksum
c79eee4ce657: Download complete
c625f3473964: Verifying Checksum
c625f3473964: Download complete
519065222b0e: Verifying Checksum
519065222b0e: Download complete
e294f5c94f43: Verifying Checksum
e294f5c94f43: Download complete
53e225602c61: Verifying Checksum
53e225602c61: Download complete
fc8d5c40eea5: Download complete
f27179a77cc9: Verifying Checksum
f27179a77cc9: Download complete
0c46c8b70095: Verifying Checksum
0c46c8b70095: Download complete
670e7b7fa473: Verifying Checksum
670e7b7fa473: Download complete
bc96aeddd4f1: Verifying Checksum
bc96aeddd4f1: Download complete
666bbc820ee2: Download complete
e5a0630151ad: Verifying Checksum
e5a0630151ad: Download complete
8d0a5f8f8d36: Verifying Checksum
8d0a5f8f8d36: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
8c4ef5fdf98f: Verifying Checksum
8c4ef5fdf98f: Download complete
a0482b015367: Verifying Checksum
a0482b015367: Download complete
69a3c76acc65: Verifying Checksum
69a3c76acc65: Download complete
e674de8e3648: Download complete
dde76a4b1455: Verifying Checksum
dde76a4b1455: Download complete
5e296eb395ff: Verifying Checksum
5e296eb395ff: Download complete
d4b4b831ca9f: Verifying Checksum
d4b4b831ca9f: Download complete
4b0fa928094e: Download complete
53ec83378c53: Verifying Checksum
53ec83378c53: Download complete
c3f66a41494d: Download complete
c625f3473964: Pull complete
49b09e63ded4: Verifying Checksum
49b09e63ded4: Download complete
1a34bb0dada4: Pull complete
b73b30ff67cc: Verifying Checksum
b73b30ff67cc: Download complete
1a5a443cf2a3: Pull complete
b5749e9114e3: Pull complete
c79eee4ce657: Pull complete
e294f5c94f43: Pull complete
60dc853ed7b2: Download complete
519065222b0e: Pull complete
53e225602c61: Pull complete
f27179a77cc9: Pull complete
fc8d5c40eea5: Pull complete
0c46c8b70095: Pull complete
670e7b7fa473: Pull complete
63cf2740d5f9: Verifying Checksum
63cf2740d5f9: Download complete
bc96aeddd4f1: Pull complete
666bbc820ee2: Pull complete
e5a0630151ad: Pull complete
8d0a5f8f8d36: Pull complete
4f4fb700ef54: Pull complete
8901dbd586e6: Verifying Checksum
8901dbd586e6: Download complete
8c4ef5fdf98f: Pull complete
a0482b015367: Pull complete
69a3c76acc65: Pull complete
e674de8e3648: Pull complete
dde76a4b1455: Pull complete
5e296eb395ff: Pull complete
d4b4b831ca9f: Pull complete
4b0fa928094e: Pull complete
53ec83378c53: Pull complete
c3f66a41494d: Pull complete
49b09e63ded4: Pull complete
b73b30ff67cc: Pull complete
cd5e0ad57e67: Verifying Checksum
cd5e0ad57e67: Download complete
03524d0af6ce: Download complete
556bdb4974d9: Verifying Checksum
556bdb4974d9: Download complete
e5cd43e64240: Download complete
884ff7dd46f5: Verifying Checksum
884ff7dd46f5: Download complete
4e112c6e0a8d: Verifying Checksum
4e112c6e0a8d: Download complete
30044ab5c757: Download complete
4f1c547c77c4: Verifying Checksum
4f1c547c77c4: Download complete
95170e728423: Verifying Checksum
95170e728423: Download complete
6afbdf9f6cba: Verifying Checksum
6afbdf9f6cba: Download complete
4e112c6e0a8d: Pull complete
60dc853ed7b2: Pull complete
884ff7dd46f5: Pull complete
63cf2740d5f9: Pull complete
8901dbd586e6: Pull complete
cd5e0ad57e67: Pull complete
03524d0af6ce: Pull complete
556bdb4974d9: Pull complete
e5cd43e64240: Pull complete
6afbdf9f6cba: Pull complete
30044ab5c757: Pull complete
4f1c547c77c4: Pull complete
95170e728423: Pull complete
Digest: sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b
Status: Downloaded newer image for ocaml/opam@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b
2026-01-27 13:54.15 ---> using "ee7775e2a289b73b66d139e9a7c7338ead1dd548303e89413e28034c19dc69ea" from cache


/: (comment ubuntu-24.04-5.4_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-01-27 13:54.15 ---> using "588651255bc78700474afdcb3bed437cbda0f330fd691ff5f516540a69695b58" 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 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-27 13:54.15 ---> using "1b5f378f5260608cc191434e666316b9cfb30ba121e0b3c43d1ad090e10f0eaa" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-27 13:54.15 ---> using "6cfed1fb52181599ebdf843e21a6cc46abafca92a09134b978ef5ed2d50cbe96" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-27 13:54.15 ---> using "641e76bb402b69d8d97f78c4fcbb7cfab73aa93dab311a40ce73544655a6699f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..e4bc1b0e55  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0


<><> 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)
2026-01-27 13:54.15 ---> using "2dad8539a67cb42e617149d659721889210c6a08071e5032355ac49f9882a94a" 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-01-27 13:54.15 ---> saved as "76fcdb7a2eee27cab2dee5151aa0e2a0e1fa74b2a699c7e73fed64afaa68fbde"


/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-01-27 13:54.25 ---> saved as "c3f3edd247d27b99c864d4e6090d88aefd8f1569cd9d48e91f552afd01b13daa"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-27 13:54.26 ---> saved as "fb1f9560a958da174a4b0c0f80c511492cbb8b9b5166516b1888adf5657b8351"


/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.21.0 dune-configurator.3.21.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 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.5 --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://archive.ubuntu.com/ubuntu noble InRelease
- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:5 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2919 kB]
- Get:6 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1194 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [37.6 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1966 kB]
- Get:9 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1776 kB]
- Get:10 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [33.8 kB]
- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3182 kB]
- Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2150 kB]
- Fetched 13.6 MB in 1s (20.5 MB/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-options-vanilla is already installed (current version is 1).
[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-base-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).
# To update the current shell environment, run: eval $(opam env)
2026-01-27 13:54.34 ---> saved as "81e94c4f8740d70a59f07d4f91a825829e04ecbeea355997871524c0f7bd1bcb"


/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-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.21.0
- install dune-configurator       3.21.0
- 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.21.0, dune-configurator.3.21.0  (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.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.0
-> 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)
2026-01-27 13:55.19 ---> saved as "b203e43bc9e26fc040e6db2bc790a525bd2cd116add8c1ab6c395ef40dc0f37a"


/src: (copy (src .) (dst /src))
2026-01-27 13:55.19 ---> saved as "47dcb0e2bac2c028bd41153f2d75b0f7f393d2961456c2d7ec182eece4bb98b6"


/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/ppx && ./main.exe)
Testing library 'ppx'...
...................
Ok. 19 tests ran, 0 tests skipped in 1.20 seconds
File "test/react/dune", line 2, characters 7-11:
2 |  (name main)
^^^^
(cd _build/default/test/react && ./main.exe)
Testing library 'react'...
F.......
Failures in test suite 'lwt_event':
Test 'to_stream' produced 'false'
(cd _build/default/test/unix && ./main.exe)
Testing library 'unix'...
..................................SSSSS..............................................................................................................SSSS...................................................................................
Ok. 227 tests ran, 9 tests skipped in 6.29 seconds
2026-01-27 14:54.14: Cancelling: Timeout (60.0 minutes)
Job cancelled
2026-01-27 14:54.15: Timeout (60.0 minutes)