Organisationsocsigenlwt9cc057 ()ubuntu-22.04-5.4_opam-2.4

ubuntu-22.04-5.4_opam-2.4

Logs

Show full logs
2026-01-05 07:30.29: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/prepare-lwt6-release (9cc057e438b77b060a2878fa8f7897c1ab57cfce) (linux-x86_64:ubuntu-22.04-5.4_opam-2.4)
Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocsigen/lwt.git" -b "prepare-lwt6-release" && cd "lwt" && git reset --hard 9cc057e4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b
# ubuntu-22.04-5.4_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-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.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

2026-01-05 07:30.29: Using cache hint "ocsigen/lwt-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b-ubuntu-22.04-5.4_opam-2.4-e1b69c445173ce854016c694311f718b"
2026-01-05 07:30.29: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b)
 (comment ubuntu-22.04-5.4_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-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.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"))
)

2026-01-05 07:30.29: Waiting for resource in pool OCluster
2026-01-05 07:30.30: Waiting for worker…
2026-01-05 07:30.30: Got resource from pool OCluster
Building on clete
HEAD is now at b47e73432 Merge pull request #1092 from ocsigen/more-optional-sockopt
HEAD is now at 9cc057e43 Merge branch 'master' into prepare-lwt6-release

(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b' locally
docker.io/ocaml/opam@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b: Pulling from ocaml/opam
7e49dc6156b0: Already exists
277489037e33: Pulling fs layer
5536f9b95256: Pulling fs layer
2c6e079b8a8a: Pulling fs layer
16d46a509c90: Pulling fs layer
18d81e642e16: Pulling fs layer
ee1d4656e61f: Pulling fs layer
8f0f8941159e: Pulling fs layer
3f2ff2430a7f: Pulling fs layer
337d7dec713d: Pulling fs layer
e733f12b410c: Pulling fs layer
617bf2ecaf35: Pulling fs layer
16d46a509c90: Waiting
b8326fc41276: Pulling fs layer
18d81e642e16: Waiting
ef20ef18c9d1: Pulling fs layer
ee1d4656e61f: Waiting
586c22805e9c: Pulling fs layer
5bba78ae83f0: Pulling fs layer
58f27f7d4b76: Pulling fs layer
8f0f8941159e: Waiting
3f2ff2430a7f: Waiting
4f4fb700ef54: Pulling fs layer
337d7dec713d: Waiting
15d203cc0fcf: Pulling fs layer
15787f62e7bc: Pulling fs layer
e733f12b410c: Waiting
7bde8086daf3: Pulling fs layer
ef20ef18c9d1: Waiting
c8795f0be74f: Pulling fs layer
5bba78ae83f0: Waiting
b8326fc41276: Waiting
586c22805e9c: Waiting
617bf2ecaf35: Waiting
bf1686ddcf2f: Pulling fs layer
6190e5884020: Pulling fs layer
58f27f7d4b76: Waiting
d3ef051d940f: Pulling fs layer
4f4fb700ef54: Waiting
74516cbf13d5: Pulling fs layer
15787f62e7bc: Waiting
c8795f0be74f: Waiting
15d203cc0fcf: Waiting
7bde8086daf3: Waiting
6daf3235d47b: Pulling fs layer
828602f5a7e1: Pulling fs layer
bf1686ddcf2f: Waiting
d3ef051d940f: Waiting
74516cbf13d5: Waiting
1c2200cbac34: Pulling fs layer
6190e5884020: Waiting
ddcac09cadd2: Pulling fs layer
6daf3235d47b: Waiting
828602f5a7e1: Waiting
1c2200cbac34: Waiting
96becae306e0: Pulling fs layer
ddcac09cadd2: Waiting
e391052d0a0a: Pulling fs layer
96becae306e0: Waiting
092f96d7da41: Pulling fs layer
e391052d0a0a: Waiting
624752d22710: Pulling fs layer
092f96d7da41: Waiting
26503a58709c: Pulling fs layer
624752d22710: Waiting
5164467c0bfc: Pulling fs layer
26503a58709c: Waiting
7f9d35f4e99c: Pulling fs layer
5164467c0bfc: Waiting
3147a6c41603: Pulling fs layer
7f9d35f4e99c: Waiting
872643ed9c97: Pulling fs layer
3147a6c41603: Waiting
e758a0505734: Pulling fs layer
6a9372ca22fd: Pulling fs layer
872643ed9c97: Waiting
37e65f83e45a: Pulling fs layer
e758a0505734: Waiting
d2cf42473256: Pulling fs layer
37e65f83e45a: Waiting
e799ed481193: Pulling fs layer
d2cf42473256: Waiting
946bbc7fcb10: Pulling fs layer
e1776c4acb7c: Pulling fs layer
e799ed481193: Waiting
946bbc7fcb10: Waiting
e1776c4acb7c: Waiting
277489037e33: Verifying Checksum
277489037e33: Download complete
277489037e33: Pull complete
5536f9b95256: Download complete
5536f9b95256: Pull complete
16d46a509c90: Verifying Checksum
16d46a509c90: Download complete
2c6e079b8a8a: Verifying Checksum
2c6e079b8a8a: Download complete
ee1d4656e61f: Verifying Checksum
ee1d4656e61f: Download complete
3f2ff2430a7f: Verifying Checksum
3f2ff2430a7f: Download complete
337d7dec713d: Verifying Checksum
337d7dec713d: Download complete
2c6e079b8a8a: Pull complete
16d46a509c90: Pull complete
e733f12b410c: Verifying Checksum
e733f12b410c: Download complete
617bf2ecaf35: Verifying Checksum
617bf2ecaf35: Download complete
8f0f8941159e: Verifying Checksum
8f0f8941159e: Download complete
18d81e642e16: Verifying Checksum
18d81e642e16: Download complete
ef20ef18c9d1: Verifying Checksum
ef20ef18c9d1: Download complete
b8326fc41276: Verifying Checksum
b8326fc41276: Download complete
586c22805e9c: Verifying Checksum
586c22805e9c: Download complete
58f27f7d4b76: Verifying Checksum
58f27f7d4b76: Download complete
5bba78ae83f0: Verifying Checksum
5bba78ae83f0: Download complete
4f4fb700ef54: Download complete
15787f62e7bc: Verifying Checksum
15787f62e7bc: Download complete
15d203cc0fcf: Download complete
7bde8086daf3: Verifying Checksum
7bde8086daf3: Download complete
c8795f0be74f: Verifying Checksum
c8795f0be74f: Download complete
bf1686ddcf2f: Verifying Checksum
bf1686ddcf2f: Download complete
6190e5884020: Download complete
d3ef051d940f: Verifying Checksum
d3ef051d940f: Download complete
74516cbf13d5: Verifying Checksum
74516cbf13d5: Download complete
6daf3235d47b: Verifying Checksum
6daf3235d47b: Download complete
828602f5a7e1: Verifying Checksum
828602f5a7e1: Download complete
96becae306e0: Verifying Checksum
96becae306e0: Download complete
ddcac09cadd2: Verifying Checksum
ddcac09cadd2: Download complete
1c2200cbac34: Verifying Checksum
1c2200cbac34: Download complete
092f96d7da41: Download complete
e391052d0a0a: Verifying Checksum
e391052d0a0a: Download complete
26503a58709c: Verifying Checksum
26503a58709c: Download complete
7f9d35f4e99c: Verifying Checksum
7f9d35f4e99c: Download complete
3147a6c41603: Verifying Checksum
3147a6c41603: Download complete
e758a0505734: Verifying Checksum
e758a0505734: Download complete
6a9372ca22fd: Download complete
37e65f83e45a: Verifying Checksum
37e65f83e45a: Download complete
18d81e642e16: Pull complete
624752d22710: Verifying Checksum
624752d22710: Download complete
ee1d4656e61f: Pull complete
5164467c0bfc: Verifying Checksum
5164467c0bfc: Download complete
8f0f8941159e: Pull complete
946bbc7fcb10: Verifying Checksum
946bbc7fcb10: Download complete
3f2ff2430a7f: Pull complete
e1776c4acb7c: Verifying Checksum
e1776c4acb7c: Download complete
e799ed481193: Download complete
337d7dec713d: Pull complete
d2cf42473256: Verifying Checksum
d2cf42473256: Download complete
e733f12b410c: Pull complete
617bf2ecaf35: Pull complete
b8326fc41276: Pull complete
ef20ef18c9d1: Pull complete
586c22805e9c: Pull complete
5bba78ae83f0: Pull complete
58f27f7d4b76: Pull complete
4f4fb700ef54: Pull complete
15d203cc0fcf: Pull complete
15787f62e7bc: Pull complete
7bde8086daf3: Pull complete
c8795f0be74f: Pull complete
bf1686ddcf2f: Pull complete
6190e5884020: Pull complete
d3ef051d940f: Pull complete
74516cbf13d5: Pull complete
6daf3235d47b: Pull complete
828602f5a7e1: Pull complete
1c2200cbac34: Pull complete
ddcac09cadd2: Pull complete
96becae306e0: Pull complete
e391052d0a0a: Pull complete
092f96d7da41: Pull complete
624752d22710: Pull complete
26503a58709c: Pull complete
5164467c0bfc: Pull complete
7f9d35f4e99c: Pull complete
3147a6c41603: Pull complete
872643ed9c97: Pull complete
e758a0505734: Pull complete
6a9372ca22fd: Pull complete
37e65f83e45a: Pull complete
d2cf42473256: Pull complete
e799ed481193: Pull complete
946bbc7fcb10: Pull complete
e1776c4acb7c: Pull complete
Digest: sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b
Status: Downloaded newer image for ocaml/opam@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b
2026-01-05 07:32.27 ---> saved as "7f91e2bb83d6d357ae6dfb3920265348795501d90daa6df00769b7d07a85dd88"

/: (comment ubuntu-22.04-5.4_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"))
2026-01-05 07:32.27 ---> saved as "b10baba17702824ce3397886586a74a86b43df56e830340d91504f8930049b89"

/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
2026-01-05 07:32.54 ---> saved as "38cd054f629c2ff65a759fcc3d2903d8d15e320c75afff53a053aa42a098b1c3"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.4.0
2.4.1
2026-01-05 07:32.54 ---> saved as "699d03d14ea2f9b02d41e070a8808a882e511d19afee5b2765468c809dcb1a1a"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-01-05 07:32.54 ---> saved as "74cfbcc9a295d0845e9bd1e64f215006dd5eac3329883f731cc3cadb6f8b0a21"

/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..71325ac6ed  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)
2026-01-05 07:33.19 ---> saved as "741fab8f8b4870ddd5052c4bcabd8380bb2782bdc085c9dfa53ca3ebcba6e261"

/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-05 07:33.19 ---> saved as "27d29830a66ec34a6144c62669ef6c2e36338fe502ac4c298b02b9495574da79"

/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-05 07:33.34 ---> saved as "5f60e90c9bf8a445961848bb53ce3ad1dd230a52a407b33eadcc9274743d5b5c"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-05 07:33.34 ---> saved as "db648575cafdc2a8a4d7f036b39943e53d56e55e9bf30a84db52ba2024d6b5ce"

/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-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.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://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.2 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3966 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1598 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6411 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.9 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [37.2 kB]
- Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6205 kB]
- Get:12 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3633 kB]
- Fetched 22.4 MB in 2s (13.1 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).
2026-01-05 07:33.47 ---> saved as "250444883b9d2113ed313d38cc348fb139476d50465749eb077ae17d1c893197"

/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.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 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.20.2
-> 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.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)
2026-01-05 07:34.44 ---> saved as "9d45811660173be2e5203837e329fafcdcb073016b0f89221f801751850f17a6"

/src: (copy (src .) (dst /src))
2026-01-05 07:34.44 ---> saved as "a700aa7c76b58a48d0a2099ac242982dd541400cb4d93eca9a7ded6d5135cb04"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(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/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.23 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.51 seconds
(cd _build/default/test/unix && ./main.exe)
Testing library 'unix'...
.................................SSSSS..............................................................................................................SSSS...................................................................................
Ok. 226 tests ran, 9 tests skipped in 6.31 seconds
2026-01-05 07:34.54 ---> saved as "8d3c5c6c3060a363afc722db22964468bf2d0e0e56979627c34804688d328fee"
Job succeeded
2026-01-05 07:34.54: Job succeeded