2026-03-31 14:32.02: New job: test dra27/ocaml-uring https://github.com/dra27/ocaml-uring.git#refs/heads/main (5f3a7e819bd2ed4bf152bba7391314ede5f960f3) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:378b80130a8565c501d060ebe277e1585177fb5caf23983614eeb4d30378ddeaOpam 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:ubuntu-24.04-ocaml-4.14@sha256:378b80130a8565c501d060ebe277e1585177fb5caf23983614eeb4d30378ddea# ubuntu-24.04-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 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 $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:ubuntu-24.04-ocaml-4.14@sha256:378b80130a8565c501d060ebe277e1585177fb5caf23983614eeb4d30378ddea-ubuntu-24.04-4.14_opam-2.5-ea70bf2a21a19f55e640d0f9bbedb4ba"2026-03-31 14:32.02: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:378b80130a8565c501d060ebe277e1585177fb5caf23983614eeb4d30378ddea)(comment ubuntu-24.04-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 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-03-31 14:32.02: Waiting for resource in pool OCluster2026-03-31 14:35.42: Waiting for worker…2026-03-31 14:40.11: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 5f3a7e8 Merge pull request #127 from talex5/fix-mkdir-test(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:378b80130a8565c501d060ebe277e1585177fb5caf23983614eeb4d30378ddea)2026-03-31 14:40.11 ---> using "ea8d72b3575eca98b89c48a4da7927bcdb82725502d2ac0615817875479dfe5d" from cache/: (comment ubuntu-24.04-4.14_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-31 14:40.11 ---> using "57fe826c4cda6eaa6b11381783c9525d7921b5e90796ab1d3423a3a40e1ee953" 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] Initialised2026-03-31 14:40.11 ---> using "55a2f6dfe7a6290730525b3a4346ce960918d715c2bdbaeb5a4b7e33780adb10" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.22.5.02026-03-31 14:40.11 ---> using "defa03e276e0c2b0cec70b115b3a595fb4615d03b5da0739dd2698dea1a3bf33" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-31 14:40.11 ---> using "4130f1cefdaf8d88e4eba48981cb16b1f82735c22f891280afafcafba369761a" 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_HEAD76bf2ed944..fdb5e370d7 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-03-31 14:40.11 ---> using "64c18d177dd4a2c89aad99da2a729a303f65f1f02c08cd360eccefd7f6e7ddad" from cache/src: (copy (src uring.opam) (dst ./))2026-03-31 14:40.11 ---> saved as "3ef34c72279b4468a09bf1b680ac17a0e2b9f33d3bf807eb1ebecfd3233d0cc9"/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-03-31 14:40.13 ---> saved as "684862017b96698fc5481bc652b9dff4a1296d06e21a7e7d93be0ab8898945a3"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-31 14:40.13 ---> saved as "4e30d7d6eb41ba2f6267867ee4a5f28b33ad060d8c2bba8e65f29ce1ed3d9570"/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.0 dune-configurator.3.22.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.1 mdx.2.5.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1504 kB]- Get:5 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1954 kB]- Get:6 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3429 kB]- Get:7 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [38.1 kB]- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2334 kB]- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3601 kB]- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2155 kB]- Get:12 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [36.1 kB]- Fetched 15.4 MB in 2s (9567 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).# To update the current shell environment, run: eval $(opam env)2026-03-31 14:40.24 ---> saved as "eb59e0de9ca7c9a6c78a9a44574e1267f092932a0780e5c86357443bc3309ddc"/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 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 cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.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 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.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.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-03-31 14:41.02 ---> saved as "17f359ad32b3681e6f41e67d64ef6a994fcc41773d2833d2ec11709059d61019"/src: (copy (src .) (dst /src))2026-03-31 14:41.02 ---> saved as "f8990ff683415fe80faded67300a90d6534e0d013b6d459288d7ab28b32397c7"/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/x86_64-linux-gnu/13/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.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: 12026-03-31 14:41.07 ---> saved as "709125f9e204a905b633bc8871698efa919fec3df817fc0f69fe44914471b99b"Job succeeded2026-03-31 14:41.07: Job succeeded