2026-04-14 08:12.53: New job: test dra27/ocaml-uring https://github.com/dra27/ocaml-uring.git#refs/heads/main (5f3a7e819bd2ed4bf152bba7391314ede5f960f3) (linux-x86_64:ubuntu-25.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115Opam 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-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115# ubuntu-25.04-5.4_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.2 dune-configurator.3.22.2 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-04-14 08:12.53: Using cache hint "dra27/ocaml-uring-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115-ubuntu-25.04-5.4_opam-2.5-d14c94b1feb25a080a6e9529ba4053d2"2026-04-14 08:12.53: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115)(comment ubuntu-25.04-5.4_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.2 dune-configurator.3.22.2 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-04-14 08:12.53: Waiting for resource in pool OCluster2026-04-14 10:42.40: Waiting for worker…2026-04-14 10:46.15: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 5f3a7e8 Merge pull request #127 from talex5/fix-mkdir-test(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115' locallydocker.io/ocaml/opam@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115: Pulling from ocaml/opamc62190a9ab61: Already exists9a2e0901dff5: Pulling fs layerb1f9cc70ae42: Pulling fs layerce0546b0dd1f: Pulling fs layer9a2e0901dff5: Waiting79301f00e8ba: Pulling fs layerce0546b0dd1f: Waiting9b295b25667c: Pulling fs layerb1f9cc70ae42: Waiting79301f00e8ba: Waitinga31f71beef5e: Pulling fs layer5f6f7ff1dd75: Pulling fs layera31f71beef5e: Waiting9b295b25667c: Waiting3326c804f772: Pulling fs layerdbc305c5cd35: Pulling fs layer5f6f7ff1dd75: Waitingc2cccf40b87f: Pulling fs layer45e66d8ca585: Pulling fs layerfcefa7241269: Pulling fs layer5bf160151561: Pulling fs layerc2cccf40b87f: Waitingdbc305c5cd35: Waiting874b2264723c: Pulling fs layerada98df8f669: Pulling fs layer5bf160151561: Waitingab8d0ea6e4f6: Pulling fs layer874b2264723c: Waitingada98df8f669: Waiting18a72a4bedd6: Pulling fs layerbfcd7ea0ace8: Pulling fs layer18a72a4bedd6: Waiting76a18c947be5: Pulling fs layer6fd9d51ce26c: Pulling fs layerbfcd7ea0ace8: Waiting76a18c947be5: Waiting4f4fb700ef54: Pulling fs layer77d410803a59: Pulling fs layer6fd9d51ce26c: Waiting4f4fb700ef54: Waiting44e2dad9dd55: Pulling fs layerb51e285283d3: Pulling fs layerdd8da5b96ca2: Pulling fs layer77d410803a59: Waitingb46c436fcec9: Pulling fs layerb51e285283d3: Waitingdd8da5b96ca2: Waitinga9e62b40a1cc: Pulling fs layerf5ab56558ad4: Pulling fs layera9e62b40a1cc: Waiting8f52d3d09866: Pulling fs layerb46c436fcec9: Waiting39ac1f9b485e: Pulling fs layerf5ab56558ad4: Waiting503fbe92c3b9: Pulling fs layer39ac1f9b485e: Waitingf3db52c04fc1: Pulling fs layer8f52d3d09866: Waiting503fbe92c3b9: Waiting3bb40995af78: Pulling fs layerc83fbf1c12e8: Pulling fs layerad31772f43a8: Pulling fs layerf3db52c04fc1: Waitingce60cf8100fe: Pulling fs layerc83fbf1c12e8: Waiting0205937477da: Pulling fs layer24ccf4b3cee6: Pulling fs layerce60cf8100fe: Waiting04a8b415dd1b: Pulling fs layer0205937477da: Waitinga0a04868c053: Pulling fs layer04a8b415dd1b: Waitingc2855634128b: Pulling fs layer45975b81f847: Pulling fs layerc2855634128b: Waitinga05a44f66e3d: Pulling fs layer45975b81f847: Waiting798eed38fd5f: Pulling fs layer45a2275c2287: Pulling fs layerbfa4a39a96d8: Pulling fs layer45a2275c2287: Waiting798eed38fd5f: Waiting9a2e0901dff5: Download complete9a2e0901dff5: Pull completeb1f9cc70ae42: Download completeb1f9cc70ae42: Pull completece0546b0dd1f: Verifying Checksumce0546b0dd1f: Download complete79301f00e8ba: Verifying Checksum79301f00e8ba: Download completece0546b0dd1f: Pull complete79301f00e8ba: Pull completea31f71beef5e: Verifying Checksuma31f71beef5e: Download complete5f6f7ff1dd75: Verifying Checksum5f6f7ff1dd75: Download complete9b295b25667c: Verifying Checksum9b295b25667c: Download complete3326c804f772: Verifying Checksum3326c804f772: Download completedbc305c5cd35: Verifying Checksumdbc305c5cd35: Download completec2cccf40b87f: Download complete45e66d8ca585: Verifying Checksum45e66d8ca585: Download completefcefa7241269: Verifying Checksumfcefa7241269: Download complete874b2264723c: Verifying Checksum874b2264723c: Download completeada98df8f669: Download complete5bf160151561: Verifying Checksum5bf160151561: Download completeab8d0ea6e4f6: Download complete18a72a4bedd6: Verifying Checksum18a72a4bedd6: Download complete76a18c947be5: Verifying Checksum76a18c947be5: Download completebfcd7ea0ace8: Download complete6fd9d51ce26c: Download complete4f4fb700ef54: Download complete77d410803a59: Download complete44e2dad9dd55: Verifying Checksum44e2dad9dd55: Download completeb51e285283d3: Download completeb46c436fcec9: Verifying Checksumb46c436fcec9: Download completedd8da5b96ca2: Verifying Checksumdd8da5b96ca2: Download completea9e62b40a1cc: Download completef5ab56558ad4: Download complete8f52d3d09866: Verifying Checksum8f52d3d09866: Download complete39ac1f9b485e: Download completef3db52c04fc1: Verifying Checksumf3db52c04fc1: Download complete503fbe92c3b9: Verifying Checksum503fbe92c3b9: Download complete3bb40995af78: Verifying Checksum3bb40995af78: Download completead31772f43a8: Verifying Checksumad31772f43a8: Download complete9b295b25667c: Pull completea31f71beef5e: Pull complete5f6f7ff1dd75: Pull complete3326c804f772: Pull completedbc305c5cd35: Pull completec2cccf40b87f: Pull complete45e66d8ca585: Pull completefcefa7241269: Pull complete5bf160151561: Pull complete0205937477da: Download complete874b2264723c: Pull completeada98df8f669: Pull completeab8d0ea6e4f6: Pull complete18a72a4bedd6: Pull complete24ccf4b3cee6: Verifying Checksum24ccf4b3cee6: Download completebfcd7ea0ace8: Pull complete76a18c947be5: Pull complete6fd9d51ce26c: Pull complete4f4fb700ef54: Pull complete77d410803a59: Pull complete44e2dad9dd55: Pull completeb51e285283d3: Pull completedd8da5b96ca2: Pull completeb46c436fcec9: Pull completea9e62b40a1cc: Pull completef5ab56558ad4: Pull complete8f52d3d09866: Pull complete39ac1f9b485e: Pull complete503fbe92c3b9: Pull completef3db52c04fc1: Pull complete3bb40995af78: Pull completece60cf8100fe: Verifying Checksumce60cf8100fe: Download complete04a8b415dd1b: Download completea0a04868c053: Download completec2855634128b: Verifying Checksumc2855634128b: Download complete45975b81f847: Verifying Checksum45975b81f847: Download complete798eed38fd5f: Download complete45a2275c2287: Verifying Checksum45a2275c2287: Download completebfa4a39a96d8: Verifying Checksumbfa4a39a96d8: Download completec83fbf1c12e8: Verifying Checksumc83fbf1c12e8: Download completec83fbf1c12e8: Pull completead31772f43a8: Pull completece60cf8100fe: Pull complete0205937477da: Pull complete24ccf4b3cee6: Pull complete04a8b415dd1b: Pull completea0a04868c053: Pull completec2855634128b: Pull complete45975b81f847: Pull completea05a44f66e3d: Verifying Checksuma05a44f66e3d: Download completea05a44f66e3d: Pull complete798eed38fd5f: Pull complete45a2275c2287: Pull completebfa4a39a96d8: Pull completeDigest: sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115Status: Downloaded newer image for ocaml/opam@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e1152026-04-14 10:46.15 ---> using "95bdebae0a545d6ea94d55419bd063ed0c35f612d0599400a10d8512d69a6778" from cache/: (comment ubuntu-25.04-5.4_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-14 10:46.15 ---> using "daac9f0907cd3aeff57945845e42d9387a97cc331d813ddd108b4acd63bf7314" 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-14 10:46.15 ---> using "034505edb0785968949353ccef53d2e6734e76b1b0ed109cb92459e2abc9bfa3" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.02.5.02026-04-14 10:46.15 ---> using "0347616b6723c8f712d85b59de102a237bd72b0458d03e761a1ef51167d830b2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-14 10:46.15 ---> using "334e6a11ef2042edf5439ad61b8d56383c8cff74ab21835cd8e65661afcd8e68" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..5f7bb1a6e6 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.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-14 10:46.15 ---> using "51bc7a2e10ca3f290c9750fbce78b750ff91008cc1febdd5ce9d982659faa5ef" from cache/src: (copy (src uring.opam) (dst ./))2026-04-14 10:46.15 ---> saved as "a09398a6c3b60dbf331070c980efc971a52b2cccaea29de2fc9294adc43463d5"/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-14 10:46.17 ---> saved as "5602a4660254c1eb3f05a0dc66698670bfed7c3f57535936c6c4e8897f440c3e"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-14 10:46.17 ---> saved as "09e8e20ec0220884fc36eaff7d20ff421785615926d4f3c9ad19cfb0d351b1a4"/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.2 dune-configurator.3.22.2 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"- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease- 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-14 10:46.27 ---> saved as "28b2319811b7d9430ed55468369f34faff12c593bfe1ff56dd2b87bd6c5e53e0"/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.2- install dune-configurator 3.22.2- 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 csexp.1.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.0 (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 re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (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.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.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.2-> 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-14 10:47.14 ---> saved as "4d4c977924ac27304c7f6d64d02ee7451cdfe65b7be6b73158bf131ff8437023"/src: (copy (src .) (dst /src))2026-04-14 10:47.15 ---> saved as "5b972a334ce13a5a1da90b7e91475e159bfa384f7f789796adf6bb55c58ef603"/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/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: 12026-04-14 10:47.21 ---> saved as "72c9cc5eedd455f681c31a22280105e25c1060418db8a3cde7f5b515a158b249"Job succeeded2026-04-14 10:47.21: Job succeeded