2026-03-31 14:32.02: New job: test dra27/ocaml-uring https://github.com/dra27/ocaml-uring.git#refs/heads/main (5f3a7e819bd2ed4bf152bba7391314ede5f960f3) (linux-riscv64:debian-13-5.4_riscv64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/dra27/ocaml-uring.git" -b "main" && cd "ocaml-uring" && git reset --hard 5f3a7e81cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb# debian-13-5.4_riscv64_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 fa13386c66935e14b279e9af8d7c721a841edf96 || git fetch origin master) && git reset -q --hard fa13386c66935e14b279e9af8d7c721a841edf96 && 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-domains.base base-effects.base base-nnp.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.0 dune-configurator.3.22.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.1 mdx.2.5.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 $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-31 14:32.02: Using cache hint "dra27/ocaml-uring-ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb-debian-13-5.4_riscv64_opam-2.5-9204bf41213016c6ad24f5005da63d0e"2026-03-31 14:32.02: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb)(comment debian-13-5.4_riscv64_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 fa13386c66935e14b279e9af8d7c721a841edf96 || git fetch origin master) && git reset -q --hard fa13386c66935e14b279e9af8d7c721a841edf96 && 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-domains.base base-effects.base base-nnp.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.0 dune-configurator.3.22.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.1 mdx.2.5.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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-03-31 14:32.02: Waiting for resource in pool OCluster2026-03-31 14:32.03: Waiting for worker…2026-04-01 00:26.29: Got resource from pool OClusterBuilding on riscv-bm-02.sw.ci.devAll commits already cachedHEAD is now at 5f3a7e8 Merge pull request #127 from talex5/fix-mkdir-test(from ocaml/opam:debian-13-ocaml-5.4@sha256:46f82aeb1bb69765da189ace46ec4a9674dd052a61a6858094bb41f7b19bb2fb)2026-04-01 00:26.30 ---> using "e0905cb4ea77c127c2496da0afb75340dc772dd47ed162b86bc55e06e6af136a" from cache/: (comment debian-13-5.4_riscv64_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-01 00:26.30 ---> using "678184416a598483bd3e16c53def6d123ed7dc6797cbe0ea3c6b0a3dbcdc7bd5" 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-04-01 00:26.30 ---> using "ad7ed4390d364d59a28a0fd9fbdf3b2736407d154db8cc6883b591d30340507d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 5.4.02.5.02026-04-01 00:26.30 ---> using "045609221492a2388bb503a2166fe9e945abd6f25f13d0ab21aa83754ab14aed" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-01 00:26.30 ---> using "4f94c0140991a32313ae5fd6ef2a17627880235ae274410ce5cec7b38666b910" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e fa13386c66935e14b279e9af8d7c721a841edf96 || git fetch origin master) && git reset -q --hard fa13386c66935e14b279e9af8d7c721a841edf96 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..4b07b3403c master -> origin/masterfa13386c66 Merge pull request #29586 from Julow/release-mdx-2.5.2<><> 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-04-01 00:26.30 ---> using "d65f7079f00fc8ed8cc4d8b2075ae5cd758104d455f7b10543a2cf99326a2d99" from cache/src: (copy (src uring.opam) (dst ./))2026-04-01 00:26.30 ---> saved as "6906648779bcbbb5d06f9577d2c22261919435ca137f4a2a7006e220dda6d44d"/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-01 00:26.38 ---> saved as "a402f090818e34ddce7e515d8f7d6a9612ab5548a50909352690e7b281609d98"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-01 00:26.39 ---> saved as "725635b9ac5e36a2832e2db784f90c93ac78adcfec6290e56b1aa9fccfc359cf"/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 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.0 dune-configurator.3.22.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.1 mdx.2.5.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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 riscv64 Packages [9380 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [108 kB]- Fetched 9719 kB in 5s (1916 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-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-04-01 00:27.30 ---> saved as "aa673405848d0cd20966b626953dd9052515c5fc64ae4dddbe7a6ff49331376b"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-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 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.0- install dune-configurator 3.22.0- install fmt 0.11.0- install logs 0.10.0- install lwt 6.1.1- 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 cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.6.1.1 (cached)-> retrieved mdx.2.5.2 (cached)-> retrieved ocaml-version.4.0.4 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (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.1 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.0 (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.0-> 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 ocplib-endian.1.2-> installed optint.0.3.0-> installed result.1.5-> installed dune-configurator.3.22.0-> installed re.1.14.0-> installed lwt.6.1.1-> installed logs.0.10.0-> installed mdx.2.5.2Done.# To update the current shell environment, run: eval $(opam env)2026-04-01 00:35.02 ---> saved as "da06431fbb56d4f23f1f427b7d7398836124bf32b861dc305821a7c7784ed33c"/src: (copy (src .) (dst /src))2026-04-01 00:35.03 ---> saved as "669b7de028590befcce1484b0f215184f6c4619ccd24a4fea76a45bb2bcc2a2f"/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/riscv64-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.aRANLIB liburing.aCC liburing.so.2.7AR liburing-ffi.aRANLIB liburing-ffi.aCC liburing-ffi.so.2.7make: 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: 412026-04-01 01:26.29: Cancelling: Timeout (60.0 minutes)Job cancelled2026-04-01 01:26.29: Timeout (60.0 minutes)