2025-09-01 11:21.27: New job: test ocaml-multicore/ocaml-uring https://github.com/ocaml-multicore/ocaml-uring.git#refs/heads/main (698ad36fd94347f1732587931b6cae8a76c4d46b) (linux-x86_64:ubuntu-24.10-5.3_opam-2.4)Base: ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:bbf27b3e4ebdca037ce9b0d8b233e4c2468d3947431287a06c1663a6bd8df30aOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/ocaml-uring.git" -b "main" && cd "ocaml-uring" && git reset --hard 698ad36fcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:bbf27b3e4ebdca037ce9b0d8b233e4c2468d3947431287a06c1663a6bd8df30a# ubuntu-24.10-5.3_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 53c7f25306cd512b69b4c845f4f1e0d210c49129 || git fetch origin master) && git reset -q --hard 53c7f25306cd512b69b4c845f4f1e0d210c49129 && 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.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.1 dune-configurator.3.20.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mdx.2.5.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.13.2 result.1.5 seq.base 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-01 11:21.27: Using cache hint "ocaml-multicore/ocaml-uring-ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:bbf27b3e4ebdca037ce9b0d8b233e4c2468d3947431287a06c1663a6bd8df30a-ubuntu-24.10-5.3_opam-2.4-ae5b8ad3e79bd7552733c33d4eed84a7"2025-09-01 11:21.27: Using OBuilder spec:((from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:bbf27b3e4ebdca037ce9b0d8b233e4c2468d3947431287a06c1663a6bd8df30a)(comment ubuntu-24.10-5.3_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 53c7f25306cd512b69b4c845f4f1e0d210c49129 || git fetch origin master) && git reset -q --hard 53c7f25306cd512b69b4c845f4f1e0d210c49129 && 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-domains.base base-effects.base base-nnp.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.1 dune-configurator.3.20.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mdx.2.5.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.13.2 result.1.5 seq.base 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-01 11:21.27: Waiting for resource in pool OCluster2025-09-01 11:21.27: Waiting for worker…2025-09-01 11:21.27: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 698ad36 Merge pull request #120 from patricoferris/mkdirat(from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:bbf27b3e4ebdca037ce9b0d8b233e4c2468d3947431287a06c1663a6bd8df30a)Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:bbf27b3e4ebdca037ce9b0d8b233e4c2468d3947431287a06c1663a6bd8df30a' locallydocker.io/ocaml/opam@sha256:bbf27b3e4ebdca037ce9b0d8b233e4c2468d3947431287a06c1663a6bd8df30a: Pulling from ocaml/opamddbef59e0ea0: Pulling fs layer92a1a908b71d: Pulling fs layerf5ae0675a0f9: Pulling fs layer6e591c052666: Pulling fs layere744b307ea60: Pulling fs layerf63d23e4c1ff: Pulling fs layer793cbe3c3c6d: Pulling fs layere744b307ea60: Waitingf63d23e4c1ff: Waiting0b91bd0f9ec0: Pulling fs layer2bc52dc71b6e: Pulling fs layercb7d2aed58de: Pulling fs layerb498b0d2db85: Pulling fs layer2bc52dc71b6e: Waitingcb7d2aed58de: Waitinga1899f88bf11: Pulling fs layerb498b0d2db85: Waitingb28e6f7e1f78: Pulling fs layera1899f88bf11: Waiting327c1518c81b: Pulling fs layer2777fef8d29e: Pulling fs layerb28e6f7e1f78: Waiting327c1518c81b: Waitingb5605afd328f: Pulling fs layer404fb01cc24a: Pulling fs layer1e1ba7463a67: Pulling fs layer404fb01cc24a: Waitingaa8a51b1d8bc: Pulling fs layerb5605afd328f: Waiting5121fb966d7b: Pulling fs layer1e1ba7463a67: Waitingaa8a51b1d8bc: Waiting4f4fb700ef54: Pulling fs layer1a06cc681d54: Pulling fs layer5121fb966d7b: Waiting75b1ecc8c295: Pulling fs layer4f4fb700ef54: Waiting1a06cc681d54: Waitingde357d2e04fd: Pulling fs layer9bc87ac91613: Pulling fs layer75b1ecc8c295: Waiting8d112b2bb09e: Pulling fs layerde357d2e04fd: Waiting9bc87ac91613: Waiting7068395696e7: Pulling fs layera0edc0f7f4e7: Pulling fs layer730f81b83bd7: Pulling fs layera0edc0f7f4e7: Waitingf0f4edc64174: Pulling fs layer730f81b83bd7: Waiting174dc9a5ddf5: Pulling fs layer1139a52cdb9e: Pulling fs layerb34c013c87a4: Pulling fs layer277357388655: Pulling fs layer1139a52cdb9e: Waitingc88ec071066e: Pulling fs layera042528e49f4: Pulling fs layereca64327168f: Pulling fs layerc88ec071066e: Waitinga042528e49f4: Waitingeca64327168f: Waiting0ef128014fa0: Pulling fs layer8f0030e17308: Pulling fs layer787e38042517: Pulling fs layer0ef128014fa0: Waiting8f0030e17308: Waiting4bfb4d78a93b: Pulling fs layer4522f9d6e974: Pulling fs layerf9d8074bae13: Pulling fs layerf1946a639ae1: Pulling fs layer4bfb4d78a93b: Waiting4522f9d6e974: Waiting3a8dfbc016bb: Pulling fs layer054605f0e378: Pulling fs layerf9d8074bae13: Waiting3a8dfbc016bb: Waitingf1946a639ae1: Waiting92a1a908b71d: Download completef5ae0675a0f9: Verifying Checksumf5ae0675a0f9: Download completeddbef59e0ea0: Verifying Checksumddbef59e0ea0: Download completee744b307ea60: Verifying Checksume744b307ea60: Download complete6e591c052666: Verifying Checksum6e591c052666: Download complete0b91bd0f9ec0: Verifying Checksum0b91bd0f9ec0: Download complete793cbe3c3c6d: Verifying Checksum793cbe3c3c6d: Download completeddbef59e0ea0: Pull complete92a1a908b71d: Pull completef5ae0675a0f9: Pull complete2bc52dc71b6e: Verifying Checksum2bc52dc71b6e: Download completecb7d2aed58de: Verifying Checksumcb7d2aed58de: Download completea1899f88bf11: Verifying Checksuma1899f88bf11: Download completeb498b0d2db85: Verifying Checksumb498b0d2db85: Download complete327c1518c81b: Verifying Checksum327c1518c81b: Download complete6e591c052666: Pull completeb28e6f7e1f78: Download complete2777fef8d29e: Verifying Checksum2777fef8d29e: Download completee744b307ea60: Pull completeb5605afd328f: Download complete404fb01cc24a: Download completef63d23e4c1ff: Verifying Checksumf63d23e4c1ff: Download complete1e1ba7463a67: Verifying Checksum1e1ba7463a67: Download completeaa8a51b1d8bc: Download complete5121fb966d7b: Verifying Checksum5121fb966d7b: Download complete4f4fb700ef54: Download complete1a06cc681d54: Verifying Checksum1a06cc681d54: Download completede357d2e04fd: Verifying Checksumde357d2e04fd: Download complete75b1ecc8c295: Verifying Checksum75b1ecc8c295: Download complete7068395696e7: Verifying Checksum7068395696e7: Download complete9bc87ac91613: Verifying Checksum9bc87ac91613: Download complete8d112b2bb09e: Verifying Checksum8d112b2bb09e: Download completea0edc0f7f4e7: Verifying Checksuma0edc0f7f4e7: Download completef0f4edc64174: Verifying Checksumf0f4edc64174: Download complete730f81b83bd7: Verifying Checksum730f81b83bd7: Download complete174dc9a5ddf5: Verifying Checksum174dc9a5ddf5: Download complete1139a52cdb9e: Verifying Checksum1139a52cdb9e: Download completeb34c013c87a4: Verifying Checksumb34c013c87a4: Download completec88ec071066e: Download completeeca64327168f: Download complete0ef128014fa0: Verifying Checksum0ef128014fa0: Download complete8f0030e17308: Download complete787e38042517: Download complete4bfb4d78a93b: Download completef63d23e4c1ff: Pull complete793cbe3c3c6d: Pull complete0b91bd0f9ec0: Pull complete4522f9d6e974: Verifying Checksum4522f9d6e974: Download complete2bc52dc71b6e: Pull completea042528e49f4: Verifying Checksuma042528e49f4: Download completecb7d2aed58de: Pull completef1946a639ae1: Verifying Checksumf1946a639ae1: Download completeb498b0d2db85: Pull complete3a8dfbc016bb: Download completea1899f88bf11: Pull complete054605f0e378: Download completeb28e6f7e1f78: Pull complete327c1518c81b: Pull complete2777fef8d29e: Pull completeb5605afd328f: Pull complete404fb01cc24a: Pull complete1e1ba7463a67: Pull completeaa8a51b1d8bc: Pull complete5121fb966d7b: Pull complete4f4fb700ef54: Pull complete1a06cc681d54: Pull complete75b1ecc8c295: Pull completede357d2e04fd: Pull complete9bc87ac91613: Pull complete8d112b2bb09e: Pull complete7068395696e7: Pull completea0edc0f7f4e7: Pull complete730f81b83bd7: Pull completef0f4edc64174: Pull complete174dc9a5ddf5: Pull complete1139a52cdb9e: Pull completeb34c013c87a4: Pull complete277357388655: Verifying Checksum277357388655: Download completef9d8074bae13: Verifying Checksumf9d8074bae13: Download complete277357388655: Pull completec88ec071066e: Pull completea042528e49f4: Pull completeeca64327168f: Pull complete0ef128014fa0: Pull complete8f0030e17308: Pull complete787e38042517: Pull complete4bfb4d78a93b: Pull complete4522f9d6e974: Pull completef9d8074bae13: Pull completef1946a639ae1: Pull complete3a8dfbc016bb: Pull complete054605f0e378: Pull completeDigest: sha256:bbf27b3e4ebdca037ce9b0d8b233e4c2468d3947431287a06c1663a6bd8df30aStatus: Downloaded newer image for ocaml/opam@sha256:bbf27b3e4ebdca037ce9b0d8b233e4c2468d3947431287a06c1663a6bd8df30a2025-09-01 11:21.28 ---> using "3a299d199c0741d354e3b19e14d4ab4bcc4246b334d015ea04bd08c0fc9ba4d2" from cache/: (comment ubuntu-24.10-5.3_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-01 11:21.28 ---> using "fbde79adeaad72b14a43d88fe77f1043106594c9aa65bd695861d1ce1e0044c9" 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.[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-01 11:21.28 ---> using "49b01400b2417d88387444fafeb35f9328cbae50d95cd94aadd0d1691da4d78c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.3.02.4.12025-09-01 11:21.28 ---> using "32e94f0fee3e20e84d3964b8ff98e4842ee56cc72a2a3e9b977aadb7e8404919" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-01 11:21.28 ---> using "59259218f802ab99bf72b2e708b94dfa96bab5a50fae98efb122ed0af7e02b3e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 53c7f25306cd512b69b4c845f4f1e0d210c49129 || git fetch origin master) && git reset -q --hard 53c7f25306cd512b69b4c845f4f1e0d210c49129 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee24528071..f2cd184cfc master -> origin/master53c7f25306 Merge pull request #28384 from raphael-proust/opam-publish-lwt.5.9.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-09-01 11:21.28 ---> using "e24d82a042ec590d93319799cf1a299e2f24df8dd1e54881fe710bf95e193e2c" from cache/src: (copy (src uring.opam) (dst ./))2025-09-01 11:21.28 ---> using "29e0a4390ef38deeb4306a9822fa9a3a265983bd007489da87940c6d7b0990da" 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-01 11:21.28 ---> using "b781eab001501104d53f55b61a3606143d60ebc6c97429d23d7a0df3b9124db4" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-01 11:21.28 ---> using "aede193dd6b394bed6b349b45747ea2837def6a7537d56841e39c0d8163deb53" from cache/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.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.1 dune-configurator.3.20.1 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mdx.2.5.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 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.13.2 result.1.5 seq.base 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://archive.ubuntu.com/ubuntu oracular InRelease- Hit:2 http://archive.ubuntu.com/ubuntu oracular-updates InRelease- Hit:3 http://archive.ubuntu.com/ubuntu oracular-backports InRelease- Hit:4 http://security.ubuntu.com/ubuntu oracular-security 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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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).2025-09-01 11:21.28 ---> using "527983636b87a061decbab5e0486a18400b957faedae604fa4a432d7fb3f77e9" 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 23 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.1- install dune-configurator 3.20.1- 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.13.2- install result 1.5- install seq base- 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 cmdliner.1.3.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.9.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved mdx.2.5.0 (cached)-> retrieved ocaml-version.4.0.1 (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 seq.base (cached)-> installed seq.base-> retrieved re.1.13.2 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved dune.3.20.1, dune-configurator.3.20.1 (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.1-> installed csexp.1.5.2-> installed bechamel.0.5.0-> installed camlp-streams.5.0.1-> installed cstruct.6.2.0-> installed ocaml-version.4.0.1-> installed optint.0.3.0-> installed cppo.1.8.0-> installed re.1.13.2-> installed result.1.5-> installed ocplib-endian.1.2-> installed dune-configurator.3.20.1-> 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-01 11:21.28 ---> using "fcd2733f1330866bbeb10963b2160422767f78e307b2b78dd12efa97914dcaab" from cache/src: (copy (src .) (dst /src))2025-09-01 11:21.28 ---> using "424ee3f4e5a66147764c70e5171b665e029bee77ca4884d5eca768749ffc8c78" from cache/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/sharestringop_overflow yesarray_bounds yes__kernel_rwf_t yes__kernel_timespec yesopen_how yesstatx yesglibc_statx yesC++ yeshas_ucontext yesNVMe uring command support yesnolibc support 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.4RANLIB liburing.aAR liburing-ffi.aRANLIB liburing-ffi.aCC liburing-ffi.so.2.4make: 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-01 11:21.28 ---> using "7d15e838fef1aa94c1174eaef5c77a5f604b5e366aed886e9aa76ce7884e8983" from cacheJob succeeded2025-09-01 11:21.28: Job succeeded