2025-09-28 08:49.03: New job: test ocaml-multicore/ocaml-uring https://github.com/ocaml-multicore/ocaml-uring.git#refs/pull/127/head (720b36080281f096f1f75ac30b0019889d09d2c0) (linux-arm64:debian-13-4.14_arm64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:15e81da9616c8fdbf5c757696471c062ff8d7a4a91033208620b89ca50c35b79Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/ocaml-uring.git" && cd "ocaml-uring" && git fetch origin "refs/pull/127/head" && git reset --hard 720b3608cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:15e81da9616c8fdbf5c757696471c062ff8d7a4a91033208620b89ca50c35b79# debian-13-4.14_arm64_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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mdx.2.5.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.4.0.1 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.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y uring.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-09-28 08:49.03: Using cache hint "ocaml-multicore/ocaml-uring-ocaml/opam:debian-13-ocaml-4.14@sha256:15e81da9616c8fdbf5c757696471c062ff8d7a4a91033208620b89ca50c35b79-debian-13-4.14_arm64_opam-2.4-51ff8b6bb399f48bfe85bf72146e7d27"2025-09-28 08:49.03: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:15e81da9616c8fdbf5c757696471c062ff8d7a4a91033208620b89ca50c35b79)(comment debian-13-4.14_arm64_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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && 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 (network host)(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.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mdx.2.5.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.4.0.1 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.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.4 --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")))2025-09-28 08:49.03: Waiting for resource in pool OCluster2025-09-28 08:49.03: Waiting for worker…2025-09-28 08:49.03: Got resource from pool OClusterBuilding on molpadia.caelum.ci.devHEAD is now at cbd959c Merge pull request #126 from avsm/prep-27HEAD is now at 720b360 Fix mkdir test(from ocaml/opam:debian-13-ocaml-4.14@sha256:15e81da9616c8fdbf5c757696471c062ff8d7a4a91033208620b89ca50c35b79)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:15e81da9616c8fdbf5c757696471c062ff8d7a4a91033208620b89ca50c35b79' locallydocker.io/ocaml/opam@sha256:15e81da9616c8fdbf5c757696471c062ff8d7a4a91033208620b89ca50c35b79: Pulling from ocaml/opam1cc1037c35e1: Pulling fs layer1cc1037c35e1: Verifying Checksum1cc1037c35e1: Download complete1cc1037c35e1: Pull completeDigest: sha256:15e81da9616c8fdbf5c757696471c062ff8d7a4a91033208620b89ca50c35b79Status: Downloaded newer image for ocaml/opam@sha256:15e81da9616c8fdbf5c757696471c062ff8d7a4a91033208620b89ca50c35b792025-09-28 08:49.04 ---> using "f0dd87facdf2204b87e3bb1b5f3d72113c01ee3a4c2061c8ddf612f163b6f38e" from cache/: (comment debian-13-4.14_arm64_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-09-28 08:49.04 ---> using "8505052b5524b5c815c9e167774688d420c58409cf696df5372c6c21904f7cab" 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] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-28 08:49.04 ---> using "c34a0e52e02fb3121c7a74fb77d548cde1096b5bfd6e5a66cb08b7d546d2734a" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.4.12025-09-28 08:49.04 ---> using "4b328e7a387433769935b71aed7871466e9f663a35a29fc8b576b38edc6989c2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-28 08:49.04 ---> using "eb552b1068fd10d42a0cdcef1e84d0ded0c9f6b886cfacf8f10b1e7adda74b83" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..3f21ebe342 master -> origin/master3f21ebe342 Merge pull request #28544 from vouillon/opam-publish-re.1.14.0<><> 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.3.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-09-28 08:49.04 ---> using "6af926a09f62feca3ae3fbf3f386fc67871b4f90ccd90efe2c73116e1a4a5fc0" from cache/src: (copy (src uring.opam) (dst ./))2025-09-28 08:49.04 ---> using "23d9564752e9fe419daf681f8c8923a3601cc3b41de96ffa3717066c17cd17b2" from cache/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)2025-09-28 08:49.04 ---> using "55571c82a8fdf4949635c421a97ac5abc3efadb49a45e949e940606ee45298b4" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-28 08:49.04 ---> using "b4d9b75033305f76c4b11199d39f0b72a5885d135254e04d56dd8ff688edbe17" from cache/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.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mdx.2.5.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.4.0.1 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.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.4 --depext-only -y uring.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 arm64 Packages [46.4 kB]- Fetched 137 kB in 0s (831 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.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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).2025-09-28 08:49.04 ---> using "05c7749c3f6e554bbdf9dc9528c9d1c78ba4de4a233e0b007229ad047f66e070" from cache/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.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 1.3.0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install dune 3.20.2- install dune-configurator 3.20.2- install fmt 0.11.0- install logs 0.9.0- install lwt 5.9.2- install mdx 2.5.0- install ocaml-version 4.0.1- 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.0<><> 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 cmdliner.1.3.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved mdx.2.5.0 (cached)-> retrieved ocaml-version.4.0.1 (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 result.1.5 (cached)-> retrieved re.1.14.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.1.3.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed csexp.1.5.2-> installed bechamel.0.5.0-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed ocaml-version.4.0.1-> installed optint.0.3.0-> installed re.1.14.0-> installed result.1.5-> installed ocplib-endian.1.2-> installed dune-configurator.3.20.2-> installed lwt.5.9.2-> installed logs.0.9.0-> installed mdx.2.5.0Done.# To update the current shell environment, run: eval $(opam env)2025-09-28 08:49.04 ---> using "144fcbd44ff99f909253f3604556aecff203a0888f972f9e042caa289b647f50" from cache/src: (copy (src .) (dst /src))2025-09-28 08:49.06 ---> saved as "eafc9b00e6d1f97e1e5dd3c808358fc820d23b501842209793cd35c8bc7a018f"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/vendor/liburing && ./configure)prefix /usrincludedir /usr/includelibdir /usr/liblibdevdir /usr/librelativelibdirmandir /usr/mandatadir /usr/sharelibgcc_link_flag /usr/lib/gcc/aarch64-linux-gnu/14/libgcc.astringop_overflow yesarray_bounds yes__kernel_rwf_t yes__kernel_timespec yesopen_how yesstatx yesglibc_statx yesC++ yeshas_ucontext yesNVMe uring command support yesfutex waitv support yeshas_idtype_t yesnolibc yeshas_fanotify yesCC gccCXX g++(cd _build/default/vendor/liburing && /usr/bin/make -j -C src)make: Entering directory '/src/_build/default/vendor/liburing/src'CC setup.olCC queue.olCC register.olCC syscall.olCC version.olCC nolibc.olCC ffi.olCC setup.osCC queue.osCC register.osCC syscall.osCC version.osCC nolibc.osCC ffi.osAR liburing.aCC liburing.so.2.7RANLIB liburing.aAR liburing-ffi.aCC liburing-ffi.so.2.7RANLIB liburing-ffi.amake: Leaving directory '/src/_build/default/vendor/liburing/src'ar: creating liburing.aar: creating liburing-ffi.a(cd _build/default/tests && ./poll_add.exe)submitted 1poll_add: 12025-09-28 08:49.13 ---> saved as "f3cccb09056c8050052b33f79ec81c482e5543d845fcc338db5c7d54571a1b1d"Job succeeded2025-09-28 08:49.13: Job succeeded