2026-01-26 08:29.47: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/pull/967/head (39371322622d036bb82580a89938abf482f0d8ac) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" && cd "lwt" && git fetch origin "refs/pull/967/head" && git reset --hard 39371322 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed # debian-13-5.4_riscv64_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-26 08:29.47: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed-debian-13-5.4_riscv64_opam-2.5-75ab778214f47ae1c2af4a869bf7c608" 2026-01-26 08:29.47: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed) (comment debian-13-5.4_riscv64_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-26 08:29.47: Waiting for resource in pool OCluster 2026-01-26 08:29.48: Waiting for worker… 2026-01-26 08:29.48: Got resource from pool OCluster Building on riscv-bm-01.sw.ci.dev HEAD is now at 107e18c20 in CI: print test log (impossible to investigate otherwise) HEAD is now at 393713226 separate cloexec tests from the rest of unix tests (from ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed' locally docker.io/ocaml/opam@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed: Pulling from ocaml/opam aaf3ef12aa0c: Already exists a34acde99ba4: Pulling fs layer 4293ae448ba9: Pulling fs layer 72d1df5950c6: Pulling fs layer 22502c1a8adc: Pulling fs layer b2bf4abe4dd0: Pulling fs layer 8f17f09baf89: Pulling fs layer 6a4f174a3c4f: Pulling fs layer 1a0138d62f52: Pulling fs layer 76aa171569db: Pulling fs layer 5e607c57fa10: Pulling fs layer ff6fc947f462: Pulling fs layer aff935c2599f: Pulling fs layer 26f7966e40f3: Pulling fs layer 626fa36de9ad: Pulling fs layer 8735944aca80: Pulling fs layer a6abb4978a3d: Pulling fs layer 408672e1d804: Pulling fs layer 8cfa50ef517c: Pulling fs layer 8681f5d4967e: Pulling fs layer 8f286f90917f: Pulling fs layer 6c5ee43c4f55: Pulling fs layer 4f4fb700ef54: Pulling fs layer 57a911dc2123: Pulling fs layer 7a2b42fa2014: Pulling fs layer 2b0d233bf499: Pulling fs layer e252534f56b8: Pulling fs layer a73321b29080: Pulling fs layer 8b2af40b3f81: Pulling fs layer 3fa514be847f: Pulling fs layer 0e40e791ed5f: Pulling fs layer 1f05844481c1: Pulling fs layer 984de9c75519: Pulling fs layer 3bd5877a7c8d: Pulling fs layer b351fa832479: Pulling fs layer 76339ec42270: Pulling fs layer 4aef5176a1c1: Pulling fs layer 9c61627241b4: Pulling fs layer 1f42b8230038: Pulling fs layer f890ce5e02aa: Pulling fs layer d37dd929f794: Pulling fs layer 7c8b03539c3b: Pulling fs layer 71a411cfe0f8: Pulling fs layer 3d55c25a0882: Pulling fs layer bedaefcf3d63: Pulling fs layer d5b57655f943: Pulling fs layer 1514a87a5d59: Pulling fs layer f341a178edd4: Pulling fs layer 5e607c57fa10: Waiting 22502c1a8adc: Waiting b2bf4abe4dd0: Waiting aff935c2599f: Waiting 26f7966e40f3: Waiting 626fa36de9ad: Waiting 8735944aca80: Waiting a6abb4978a3d: Waiting 408672e1d804: Waiting 8cfa50ef517c: Waiting 8681f5d4967e: Waiting 8f286f90917f: Waiting ff6fc947f462: Waiting 0e40e791ed5f: Waiting 1f05844481c1: Waiting 984de9c75519: Waiting 3bd5877a7c8d: Waiting b351fa832479: Waiting 76339ec42270: Waiting 4aef5176a1c1: Waiting 6c5ee43c4f55: Waiting 9c61627241b4: Waiting 1f42b8230038: Waiting f890ce5e02aa: Waiting 4f4fb700ef54: Waiting d37dd929f794: Waiting 57a911dc2123: Waiting 7c8b03539c3b: Waiting 7a2b42fa2014: Waiting 71a411cfe0f8: Waiting 2b0d233bf499: Waiting 3d55c25a0882: Waiting e252534f56b8: Waiting bedaefcf3d63: Waiting a73321b29080: Waiting d5b57655f943: Waiting 8b2af40b3f81: Waiting 1514a87a5d59: Waiting 3fa514be847f: Waiting f341a178edd4: Waiting 8f17f09baf89: Waiting 6a4f174a3c4f: Waiting 76aa171569db: Waiting 1a0138d62f52: Waiting 4293ae448ba9: Verifying Checksum 4293ae448ba9: Download complete a34acde99ba4: Download complete a34acde99ba4: Pull complete 4293ae448ba9: Pull complete 22502c1a8adc: Verifying Checksum 22502c1a8adc: Download complete 72d1df5950c6: Verifying Checksum 72d1df5950c6: Download complete 72d1df5950c6: Pull complete 22502c1a8adc: Pull complete 8f17f09baf89: Verifying Checksum 8f17f09baf89: Download complete 6a4f174a3c4f: Verifying Checksum 6a4f174a3c4f: Download complete 1a0138d62f52: Verifying Checksum 1a0138d62f52: Download complete 76aa171569db: Verifying Checksum 76aa171569db: Download complete ff6fc947f462: Verifying Checksum ff6fc947f462: Download complete 5e607c57fa10: Verifying Checksum 5e607c57fa10: Download complete aff935c2599f: Verifying Checksum aff935c2599f: Download complete 26f7966e40f3: Verifying Checksum 26f7966e40f3: Download complete 626fa36de9ad: Verifying Checksum 626fa36de9ad: Download complete a6abb4978a3d: Verifying Checksum a6abb4978a3d: Download complete 8735944aca80: Verifying Checksum 8735944aca80: Download complete 8cfa50ef517c: Verifying Checksum 8cfa50ef517c: Download complete 408672e1d804: Verifying Checksum 408672e1d804: Download complete 8681f5d4967e: Verifying Checksum 8681f5d4967e: Download complete 8f286f90917f: Verifying Checksum 8f286f90917f: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 6c5ee43c4f55: Download complete 7a2b42fa2014: Verifying Checksum 7a2b42fa2014: Download complete 57a911dc2123: Verifying Checksum 57a911dc2123: Download complete 2b0d233bf499: Verifying Checksum 2b0d233bf499: Download complete e252534f56b8: Verifying Checksum e252534f56b8: Download complete a73321b29080: Verifying Checksum a73321b29080: Download complete 8b2af40b3f81: Verifying Checksum 8b2af40b3f81: Download complete 3fa514be847f: Download complete b2bf4abe4dd0: Verifying Checksum b2bf4abe4dd0: Download complete 1f05844481c1: Download complete 3bd5877a7c8d: Verifying Checksum 3bd5877a7c8d: Download complete 0e40e791ed5f: Verifying Checksum 0e40e791ed5f: Download complete 984de9c75519: Verifying Checksum 984de9c75519: Download complete b351fa832479: Verifying Checksum b351fa832479: Download complete 4aef5176a1c1: Verifying Checksum 4aef5176a1c1: Download complete 1f42b8230038: Verifying Checksum 1f42b8230038: Download complete f890ce5e02aa: Verifying Checksum f890ce5e02aa: Download complete d37dd929f794: Download complete 7c8b03539c3b: Verifying Checksum 7c8b03539c3b: Download complete 71a411cfe0f8: Verifying Checksum 71a411cfe0f8: Download complete 3d55c25a0882: Verifying Checksum 3d55c25a0882: Download complete 76339ec42270: Verifying Checksum 76339ec42270: Download complete d5b57655f943: Verifying Checksum d5b57655f943: Download complete 1514a87a5d59: Download complete f341a178edd4: Download complete 9c61627241b4: Verifying Checksum 9c61627241b4: Download complete bedaefcf3d63: Verifying Checksum bedaefcf3d63: Download complete b2bf4abe4dd0: Pull complete 8f17f09baf89: Pull complete 6a4f174a3c4f: Pull complete 1a0138d62f52: Pull complete 76aa171569db: Pull complete 5e607c57fa10: Pull complete ff6fc947f462: Pull complete aff935c2599f: Pull complete 26f7966e40f3: Pull complete 626fa36de9ad: Pull complete 8735944aca80: Pull complete a6abb4978a3d: Pull complete 408672e1d804: Pull complete 8cfa50ef517c: Pull complete 8681f5d4967e: Pull complete 8f286f90917f: Pull complete 6c5ee43c4f55: Pull complete 4f4fb700ef54: Pull complete 57a911dc2123: Pull complete 7a2b42fa2014: Pull complete 2b0d233bf499: Pull complete e252534f56b8: Pull complete a73321b29080: Pull complete 8b2af40b3f81: Pull complete 3fa514be847f: Pull complete 0e40e791ed5f: Pull complete 1f05844481c1: Pull complete 984de9c75519: Pull complete 3bd5877a7c8d: Pull complete b351fa832479: Pull complete 76339ec42270: Pull complete 4aef5176a1c1: Pull complete 9c61627241b4: Pull complete 1f42b8230038: Pull complete f890ce5e02aa: Pull complete d37dd929f794: Pull complete 7c8b03539c3b: Pull complete 71a411cfe0f8: Pull complete 3d55c25a0882: Pull complete bedaefcf3d63: Pull complete d5b57655f943: Pull complete 1514a87a5d59: Pull complete f341a178edd4: Pull complete Digest: sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed Status: Downloaded newer image for ocaml/opam@sha256:6082f9b8a06961c7f76bc19fb1c8f26d2236d8d4d3fc8bee22908374b54b5fed 2026-01-26 08:29.50 ---> using "14a3aafbd053f90f80456868928e361883d2c7f606038c39984bee02944df3c5" from cache /: (comment debian-13-5.4_riscv64_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-26 08:29.50 ---> using "1069d6d00ae181c67648d4359800b423774ffc2670961d6a9657135373dd2300" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-01-26 08:29.50 ---> using "4d1ec418290fd875e93a91b34e099cba10e49134936226ada46bab1c825bcce8" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.10.113-scw1 The OCaml toplevel, version 5.4.0 2.5.0 2026-01-26 08:29.50 ---> using "241b65d4b95f11d4d2c19cb104bbad73e9444306dd2a7ff3e60fb4b19eabe6b1" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-26 08:29.50 ---> using "a44e6d4f266c7a67e8afe18f31e2098a8039a70ab804709f07c75e6ac33bcd3e" 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..5bcf75c1ac 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-26 08:29.50 ---> using "814301570a263910f70a56efc278bb25dd1612f2cf48655d7c81cb70ddce28a7" 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-26 08:29.50 ---> saved as "3299ccec2e3e35a7f9b2463667e877c44294f85c5f2aed12011a2060f0df5b10" /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-26 08:30.36 ---> saved as "c87b5af8a963ecde97fc1266fc71b2440724a4a7ac779eab7a86a3ca7a7c6442" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-26 08:30.36 ---> saved as "e662e9a5f6282a23b0340c5badf7ecc6a37e97b4ba3cb79bc91f720f063ce004" /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://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 riscv64 Packages [90.3 kB] - Fetched 181 kB in 0s (383 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-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-26 08:31.22 ---> saved as "a7ac68783a23c69430ad8af021dc96063650ed08c6dc192ac8367f7667e6057f" /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). 2026-01-26 08:31.51: Cancelling: Auto-cancelling job because it is no longer needed Job cancelled