2026-03-23 09:27.23: New job: test ocaml-multicore/lwt_eio https://github.com/ocaml-multicore/lwt_eio.git#refs/pull/31/head (60bd688ec0d0d25bccbdb4428677205b3f91805c) (linux-x86_64:debian-13-5.4+flambda_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/lwt_eio.git" && cd "lwt_eio" && git fetch origin "refs/pull/31/head" && git reset --hard 60bd688ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d# debian-13-5.4+flambda_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 b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 lwt_eio.opam ./RUN opam pin add -yn lwt_eio.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 mdx.2.5.1 mtime.2.1.0 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 re.1.14.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lwt_eio.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-23 09:27.23: Using cache hint "ocaml-multicore/lwt_eio-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d-debian-13-5.4+flambda_opam-2.5-e75b95fe7db66700e11663eb8545c20c"2026-03-23 09:27.23: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d)(comment debian-13-5.4+flambda_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 b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src lwt_eio.opam) (dst ./))(run (network host)(shell "opam pin add -yn lwt_eio.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 mdx.2.5.1 mtime.2.1.0 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 re.1.14.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.0")(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_eio.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-03-23 09:27.23: Waiting for resource in pool OCluster2026-03-23 11:19.50: Waiting for worker…2026-03-23 11:24.52: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 60bd688 update scheduling test(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7c0891fd8beae10290a2658a0474b5895aff790d4909224a497eb8e69cd96c1d)2026-03-23 11:24.53 ---> using "b55e6c75cd3e8053866e4459977add5a75875074668e87228d5137df1d1d0c8a" from cache/: (comment debian-13-5.4+flambda_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-03-23 11:24.53 ---> using "d4c2c0c8461e9c3383d6285052d701a8ab317fe832e447cd3dd38626dcc154c7" 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.Continue? [Y/n] yFormat upgrade done.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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-23 11:24.53 ---> using "113b7a0e8fbdf6ff2f463b8b2751bb4deb393bbe44ccb78164b217477640f8d9" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-03-23 11:24.53 ---> using "2af332d58f4ecb4fc68528d5f48a466b8d805917068b0e2ad5cfdaa7cad2dff5" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-23 11:24.53 ---> using "ca628454b2b87260f34828cc9b7f413c5d250a6fc95415f734a90060ce2d5bbe" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e b479391466e5245dda12ec6a6de5f4b13b6d603f || git fetch origin master) && git reset -q --hard b479391466e5245dda12ec6a6de5f4b13b6d603f && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD4f056bfedf..63b7ba71be master -> origin/masterb479391466 Merge pull request #29567 from mtelvers/opam-publish-ocaml-version.4.0.4<><> 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.5.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)2026-03-23 11:24.53 ---> using "ff47b84a661972c24473a8377d8c1e83530a566be95449ceb1556c69f2d71aea" from cache/src: (copy (src lwt_eio.opam) (dst ./))2026-03-23 11:24.53 ---> saved as "7aebbba42a62793e9505208da2da0b54797cbb663255d6a359a1538892e4f96b"/src: (run (network host)(shell "opam pin add -yn lwt_eio.dev './'"))[lwt_eio.dev] synchronised (file:///src)lwt_eio is now pinned to file:///src (version dev)2026-03-23 11:24.57 ---> saved as "173006168d55977d25caab2c2fe2ac21b34d2aea3226b4f797a1311f10f30d3a"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-23 11:24.57 ---> saved as "1cf8ea6cf349822a4af1ca512e10b6adca085bc45e451dd5ee9f81b0f149de3f"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.4 logs.0.10.0 lwt.6.1.1 lwt-dllist.1.1.0 mdx.2.5.1 mtime.2.1.0 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 re.1.14.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.0")/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_eio.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 amd64 Packages [114 kB]- Fetched 205 kB in 0s (1022 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lwt_eio.dev] synchronised (file:///src)[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).[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 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-03-23 11:25.19 ---> saved as "81d30ecc5434ad30489fa9310de972a0ad23e88141f50fbdb3b440f40534fb2e"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).[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 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 35 packages- install astring 0.8.5- install base-bytes base- install bigstringaf 0.10.0- install camlp-streams 5.0.1- install cmdliner 2.1.0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install domain-local-await 1.0.1- install dune 3.22.0- install dune-configurator 3.22.0- install eio 1.3- install eio_linux 1.3- install eio_main 1.3- install eio_posix 1.3- install fmt 0.11.0- install hmap 0.8.1- install iomux 0.4- install logs 0.10.0- install lwt 6.1.1- install lwt-dllist 1.1.0- install mdx 2.5.1- install mtime 2.1.0- install ocaml-version 4.0.4- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install optint 0.3.0- install psq 0.2.1- install re 1.14.0- install result 1.5- install seq base- install thread-table 1.0.0- install topkg 1.1.1- install uring 2.7.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved iomux.0.4 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-version.4.0.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved mdx.2.5.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.14.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uring.2.7.0 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)-> installed cmdliner.2.1.0-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed hmap.0.8.1-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.22.0-> installed lwt-dllist.1.1.0-> installed thread-table.1.0.0-> installed result.1.5-> installed csexp.1.5.2-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed ocaml-version.4.0.4-> installed optint.0.3.0-> installed psq.0.2.1-> installed domain-local-await.1.0.1-> installed re.1.14.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.22.0-> installed bigstringaf.0.10.0-> installed iomux.0.4-> installed uring.2.7.0-> installed eio.1.3-> installed lwt.6.1.1-> installed eio_linux.1.3-> installed eio_posix.1.3-> installed logs.0.10.0-> installed eio_main.1.3-> installed mdx.2.5.1Done.# To update the current shell environment, run: eval $(opam env)2026-03-23 11:28.47 ---> saved as "d44e5777a69bfb6400c8fa2e5c2d2d3486ed7d1b6bdbc966791dfe91c4893dd2"/src: (copy (src .) (dst /src))2026-03-23 11:28.47 ---> saved as "a9636c9afaaeacbad36f74da11a943af0b24208f7a635cdc78290e7cfd1844f2"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-03-23 11:28.58 ---> saved as "11b3635fb07bee39980def3177ccd09f19f9c054737fd6b281b5cf8ca0ed24ca"Job succeeded2026-03-23 11:28.59: Job succeeded