2026-04-03 11:35.26: New job: test ocaml-multicore/ocaml-uring https://github.com/ocaml-multicore/ocaml-uring.git#refs/heads/main (5f3a7e819bd2ed4bf152bba7391314ede5f960f3) (linux-x86_64:debian-13-4.13_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/ocaml-uring.git" -b "main" && cd "ocaml-uring" && git reset --hard 5f3a7e81 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b # debian-13-4.13_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 uring.opam ./ RUN opam pin add -yn uring.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mdx.2.5.2 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 re.1.14.0 result.1.5 topkg.1.1.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y uring.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-04-03 11:35.26: Using cache hint "ocaml-multicore/ocaml-uring-ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b-debian-13-4.13_opam-2.5-f51d12de6f8697a72ed1a2708d5f59a8" 2026-04-03 11:35.26: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b) (comment debian-13-4.13_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src uring.opam) (dst ./)) (run (network host) (shell "opam pin add -yn uring.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mdx.2.5.2 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 re.1.14.0 result.1.5 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 uring.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-04-03 11:35.26: Waiting for resource in pool OCluster 2026-04-03 11:35.26: Waiting for worker… 2026-04-03 11:35.28: Got resource from pool OCluster Building on phoebe.caelum.ci.dev All commits already cached HEAD is now at 5f3a7e8 Merge pull request #127 from talex5/fix-mkdir-test (from ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b) Unable to find image 'ocaml/opam:debian-13-ocaml-4.13@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b' locally docker.io/ocaml/opam@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b: Pulling from ocaml/opam 866771c43bf5: Already exists 1e49bea09367: Already exists e793768537e6: Already exists ed323d3d481a: Already exists 7df34a5cd5f1: Already exists fd712d3eb935: Already exists 4b9fb8c99118: Already exists 9d9a01948b94: Already exists 0f1514f90b32: Already exists e1ec5a753447: Already exists 03cc323e2f71: Already exists c09c08ea9749: Already exists b36b619f8e6b: Already exists 195344ca5274: Already exists 228ee78582a6: Already exists 504bde1c25b3: Already exists 9d8b1356c89f: Already exists 9d8b1356c89f: Already exists 568fb6dda155: Already exists c499c9198aea: Already exists 048e5e358118: Already exists 871ca48eb45d: Already exists 4f4fb700ef54: Already exists a5a2568b9df9: Already exists 068cf3106ac8: Already exists 559f54ec9b29: Already exists 798ffd96fde5: Already exists e9a891bf80d7: Already exists d720cfe12674: Already exists c81c932f4a91: Already exists 79f24fa3bb11: Already exists 8c1debcd8c20: Already exists 1bb2cfea7250: Already exists 2b3d3ca75e4c: Already exists 557cacaf263c: Already exists d10483022eef: Already exists 7b62a90d8223: Already exists 28ce8ea66e72: Already exists d975909ea717: Already exists 5c215c69c247: Already exists e7c082452a54: Already exists 02179668df59: Already exists 3ddcf2b4aec4: Already exists 64e0ed7d0df6: Already exists db00dd76251e: Already exists Digest: sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b Status: Downloaded newer image for ocaml/opam@sha256:d8e3b8b0849171c0332a08c9b6e0c29a16d9e6e6e62b2cd69f89fc3c33d9439b 2026-04-03 11:36.19 ---> saved as "46163b6cfcf170c850d3ba02ec5e8d7eb76bdebcc8b9a1c3d181893b5729379c" /: (comment debian-13-4.13_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-04-03 11:36.19 ---> saved as "10c30f153dd485f2552b4ae9233df34930e58e596f1083c99d7047c7335e7266" /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-04-03 11:36.51 ---> saved as "e1688a5d48f67d6048d98e199ae7fe1b812efb24768d0f81d4b830848476a127" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-106-generic The OCaml toplevel, version 4.13.1 2.5.0 2026-04-03 11:36.51 ---> saved as "2928534573bd039050713cc2ef839b004e37bcc1fc0bb3edb89eef7196b27d9b" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-03 11:36.52 ---> saved as "b84a4b65b5a87e7252a9ce61b27c385f539f1f5e59fd721bb37cff785555f50e" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ffb54b9bdd..d06cfb1853 master -> origin/master d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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-04-03 11:37.18 ---> saved as "b1abb6762c61701fca70d6f0be8dbf447c01c097550190dff6aa22abe1e99c21" /src: (copy (src uring.opam) (dst ./)) 2026-04-03 11:37.18 ---> saved as "fdac5d26fa3b573526d06fea302cae4cd313a3ee98c382982e89742470932a58" /src: (run (network host) (shell "opam pin add -yn uring.dev './'")) [uring.dev] synchronised (file:///src) uring is now pinned to file:///src (version dev) 2026-04-03 11:37.21 ---> saved as "8e563d0fdebd6fdf7a38bbb248f7b1739ae620605b5c1a1295d90854573d4bf2" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-03 11:37.21 ---> saved as "46caf5e2f9c849cee1256e7cbc12d35125fc3562594a4549c182198d8f4460bb" /src: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mdx.2.5.2 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.4.0.4 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 re.1.14.0 result.1.5 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 uring.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - 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 trixie/main amd64 Packages [9671 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [119 kB] - Fetched 10.0 MB in 1min 9s (145 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [uring.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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1). [NOTE] Package ocaml is already installed (current version is 4.13.1). [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-bigarray is already installed (current version is base). # To update the current shell environment, run: eval $(opam env) 2026-04-03 11:38.52 ---> saved as "cc00ff314162d68d0d6872f05933bca37a2f59bd0f0d198e78237cca9d7bd9c3" /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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1). [NOTE] Package ocaml is already installed (current version is 4.13.1). [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-bigarray is already installed (current version is base). The following actions will be performed: === install 22 packages - install astring 0.8.5 - install base-bytes base - install bechamel 0.5.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 dune 3.22.1 - install dune-configurator 3.22.1 - install fmt 0.11.0 - install logs 0.8.0 - install lwt 5.9.2 - install mdx 2.5.2 - 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 re 1.14.0 - install result 1.5 - install topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved bechamel.0.5.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cmdliner.2.1.0 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved lwt.5.9.2 (cached) -> retrieved ocaml-version.4.0.4 (cached) -> retrieved mdx.2.5.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved result.1.5 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.1 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.22.1 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed bechamel.0.5.0 -> installed cppo.1.8.0 -> installed cstruct.6.2.0 -> installed ocaml-version.4.0.4 -> installed optint.0.3.0 -> installed re.1.14.0 -> installed result.1.5 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.22.1 -> installed lwt.5.9.2 -> installed logs.0.8.0 -> installed mdx.2.5.2 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-03 11:42.10 ---> saved as "4cf2599a0e422f635f4c237f43c962b0ba1027a91143781f5284ee3f995493f8" /src: (copy (src .) (dst /src)) 2026-04-03 11:42.11 ---> saved as "c93d5d97e525e314ff3580e68ddf70e693d1b47095024e006276a7b2cdd01c87" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/vendor/liburing && ./configure) prefix /usr includedir /usr/include libdir /usr/lib libdevdir /usr/lib relativelibdir mandir /usr/man datadir /usr/share libgcc_link_flag /usr/lib/gcc/x86_64-linux-gnu/14/libgcc.a stringop_overflow yes array_bounds yes __kernel_rwf_t yes __kernel_timespec yes open_how yes statx yes glibc_statx yes C++ yes has_ucontext yes NVMe uring command support yes futex waitv support yes has_idtype_t yes nolibc yes has_fanotify yes CC gcc CXX g++ (cd _build/default/vendor/liburing && /usr/bin/make -j -C src) make: Entering directory '/src/_build/default/vendor/liburing/src' CC setup.ol CC queue.ol CC register.ol CC syscall.ol CC version.ol CC nolibc.ol CC ffi.ol CC setup.os CC queue.os CC register.os CC syscall.os CC version.os CC nolibc.os CC ffi.os AR liburing.a RANLIB liburing.a CC liburing.so.2.7 AR liburing-ffi.a RANLIB liburing-ffi.a CC liburing-ffi.so.2.7 make: Leaving directory '/src/_build/default/vendor/liburing/src' ar: creating liburing.a ar: creating liburing-ffi.a (cd _build/default/tests && ./poll_add.exe) submitted 1 poll_add: 1 2026-04-03 11:42.24 ---> saved as "289088a4ded518f36280b0f2ee9bb661e6e5efe51bf82e6f88b36b0f3f710008" Job succeeded 2026-04-03 11:42.34: Job succeeded