2025-11-21 08:53.26: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-5-9-2 (1375b8792a2a17b1bd77b8f52e823376d3a3b18e) (linux-x86_64:ubuntu-25.10-4.14_opam-2.4)Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33cOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "release-5-9-2" && cd "lwt" && git reset --hard 1375b879cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c# ubuntu-25.10-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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.20.2 dune-configurator.3.20.2 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.4 --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-BLOCK2025-11-21 08:53.26: Using cache hint "ocsigen/lwt-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c-ubuntu-25.10-4.14_opam-2.4-992b1d042607839f328486c8272ab184"2025-11-21 08:53.26: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c)(comment ubuntu-25.10-4.14_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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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.20.2 dune-configurator.3.20.2 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.4 --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")))2025-11-21 08:53.26: Waiting for resource in pool OCluster2025-11-21 10:36.45: Waiting for worker…2025-11-21 10:39.22: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 1375b8792 Update CHANGES2025-11-21 11:39.22: Cancelling: Timeout (60.0 minutes)(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c' locallydocker.io/ocaml/opam@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c: Pulling from ocaml/opam9b965cd35928: Already exists6c31bc6d66d3: Already exists27be051823bf: Already existsc5295dfd16e5: Already exists7c6e3b2643c5: Already existsdb5fc12c4b12: Already existsb7a8523d0575: Already exists21427cfce9d5: Already exists72bd9dbcf413: Already exists17e15645b078: Already existsdd011c665d24: Already existsf65f55bdd63e: Already exists7750d91c24d2: Already existsf793edf3ac50: Already existsea928b1638f9: Already exists84089d21fd1b: Already exists84089d21fd1b: Already exists12e4a134e9bd: Already exists66d915a9deb4: Already existsf5152eee31cf: Already exists73b5be887d12: Already exists4f4fb700ef54: Already existsaf6c5d047451: Already existse8d56734fe9f: Already exists95a8f02aed80: Already exists2fbb14590585: Already exists78b0de561201: Already exists6df73f10635d: Already exists5baa9b3ae410: Already existsd0779cc00790: Already exists7576666feee1: Already exists90e2f12ac078: Already existsb7afb6b42091: Already exists18abf9960b7f: Already exists5832f9f4ff65: Already exists4a54ac4d04bd: Already existsa2614a61f4a0: Already existsa11ce7714f98: Already existsc49ad178b5eb: Already existsd8925871c7c3: Already exists13f544cc4c42: Pulling fs layer98f02b69a6f5: Pulling fs layer58d5d99bbb8c: Pulling fs layer52963ccc41a6: Pulling fs layer52963ccc41a6: Waiting98f02b69a6f5: Verifying Checksum98f02b69a6f5: Download complete58d5d99bbb8c: Verifying Checksum58d5d99bbb8c: Download complete52963ccc41a6: Verifying Checksum13f544cc4c42: Verifying Checksum13f544cc4c42: Download complete13f544cc4c42: Pull complete98f02b69a6f5: Pull complete58d5d99bbb8c: Pull complete52963ccc41a6: Pull completeDigest: sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33cStatus: Downloaded newer image for ocaml/opam@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c2025-11-21 11:55.00 ---> using "b266a7dc679260fa8a4817f7250c1721c37d9e694f7fe06a676c0bc4230fb1a6" from cache/: (comment ubuntu-25.10-4.14_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-11-21 11:55.00 ---> using "53db812cb5271f3fb59e7f1230495f77497eaf292107407c3d1f4529f5d00339" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-21 11:55.00 ---> using "222962b8345bef25725f7bbb1b15f75b6e9fc27522ed220624f57c13593100c6" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.4.12025-11-21 11:55.00 ---> using "4c03ca8dfc973a5b5e5750e4c55b1cf85e4b2771a53878e0cc337672a8a95241" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-21 11:55.00 ---> using "e2586726a64d488670f7e0a05fc10b6c6bcaf54c789b59d86f6d77a38e8bb317" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD2ec6d6cc92..ee3428377a master -> origin/master1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-21 11:55.00 ---> using "2ab5f64e4cf1de6da7317e057a4c4db6bedd3f819e632277fa41534e4decc064" from cache/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam)(dst ./))Job cancelled2025-11-21 11:55.00: Timeout (60.0 minutes)