2026-01-27 18:53.02: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-5.9.3 (c6cdcf34e0f5c16a0c65c4d5a63992afe5bdbeef) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:256ee90ca6270ef7e44931992e85d66b20c94b1f2e3fe70ad42e97ed1d5cca08Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "release-5.9.3" && cd "lwt" && git reset --hard c6cdcf34cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:256ee90ca6270ef7e44931992e85d66b20c94b1f2e3fe70ad42e97ed1d5cca08# ubuntu-22.04-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --chown=1000:1000 lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam ./RUN 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.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-bytes.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 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_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-27 18:53.02: Using cache hint "ocsigen/lwt-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:256ee90ca6270ef7e44931992e85d66b20c94b1f2e3fe70ad42e97ed1d5cca08-ubuntu-22.04-4.14_opam-2.5-f80664a0fc43791440912ae83095cdb3"2026-01-27 18:53.02: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:256ee90ca6270ef7e44931992e85d66b20c94b1f2e3fe70ad42e97ed1d5cca08)(comment ubuntu-22.04-4.14_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_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam)(dst ./))(run (network host)(shell "opam pin add -yn lwt_retry.dev './' && \\nopam pin add -yn lwt_react.dev './' && \\nopam pin add -yn lwt_ppx__ppx_let_tests.dev './' && \\nopam pin add -yn lwt_ppx.dev './' && \\nopam pin add -yn lwt.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-bytes.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 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_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _build")))2026-01-27 18:53.02: Waiting for resource in pool OCluster2026-01-27 18:53.03: Waiting for worker…2026-01-27 18:56.28: Got resource from pool OClusterBuilding on cleteHEAD is now at 661646e40 CHANGESHEAD is now at c6cdcf34e also support type annotations at top-level(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:256ee90ca6270ef7e44931992e85d66b20c94b1f2e3fe70ad42e97ed1d5cca08)2026-01-27 18:56.29 ---> using "82c50a0cbf04f29b81010c51cd3ec548d69ed37c97c76d03cc86a5cf2c47a5d5" from cache/: (comment ubuntu-22.04-4.14_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 18:56.29 ---> using "d8d96c87b6227f5242abf545502bad6a75c73eae7d79b373871ad3a7d8c45228" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-27 18:56.29 ---> using "d811c351465aee87f56e66bdf4ea1af2b8288714d1ea59d69c4f2cd442eda9e1" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-01-27 18:56.29 ---> using "635afcb073603434110c0b39c7baaa419ac6a3035cc12f4d7f2f0d922391170a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-27 18:56.29 ---> using "e5b890cff0e1c742768a821ee6181eea03a625ad0cfd3ba68cc397ded410473e" 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"))873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-01-27 18:56.47: Cancelling: Auto-cancelling job because it is no longer neededJob cancelled