2026-01-07 15:24.50: New job: test dra27/ocaml-uring https://github.com/dra27/ocaml-uring.git#refs/heads/less-user-magic (e3ff4750a6c7fba31781d969d375321c78bbe77b) (linux-x86_64:debian-13-5.0_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.0@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebbOpam project buildTo reproduce locally:git clone --recursive "https://github.com/dra27/ocaml-uring.git" -b "less-user-magic" && cd "ocaml-uring" && git reset --hard e3ff4750cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.0@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebb# debian-13-5.0_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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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-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.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.10.0 lwt.5.9.2 mdx.2.5.1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.3 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.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-BLOCK2026-01-07 15:24.50: Using cache hint "dra27/ocaml-uring-ocaml/opam:debian-13-ocaml-5.0@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebb-debian-13-5.0_opam-2.4-97dbe1fddb51d1c487cafe99c19b173e"2026-01-07 15:24.50: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.0@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebb)(comment debian-13-5.0_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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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-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.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.10.0 lwt.5.9.2 mdx.2.5.1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.3 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.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")))2026-01-07 15:24.50: Waiting for resource in pool OCluster2026-01-07 20:13.15: Waiting for worker…2026-01-07 20:17.13: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at e3ff475 Move Unix-based processing properly into C(from ocaml/opam:debian-13-ocaml-5.0@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebb)Unable to find image 'ocaml/opam:debian-13-ocaml-5.0@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebb' locallydocker.io/ocaml/opam@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebb: Pulling from ocaml/opam2981f7e8980b: Pulling fs layer9c63e1c4ba84: Pulling fs layer02578b9c9f1b: Pulling fs layer3801cb7ba5e6: Pulling fs layer1c4cdedd39f1: Pulling fs layer40f6006c5f5a: Pulling fs layerc451a17216ec: Pulling fs layere4104b8f72ee: Pulling fs layer7c7dbc5e7919: Pulling fs layer40f6006c5f5a: Waitingaa82be714e7c: Pulling fs layer3801cb7ba5e6: Waiting922520f12384: Pulling fs layer1c4cdedd39f1: Waitinge4104b8f72ee: Waiting9bfea042cef8: Pulling fs layerc451a17216ec: Waiting1244979f7c21: Pulling fs layeraa82be714e7c: Waiting7c7dbc5e7919: Waiting7583a0e34f94: Pulling fs layer14bef3f2665a: Pulling fs layer3a4b42ce6cb5: Pulling fs layer9bfea042cef8: Waiting7583a0e34f94: Waitingb0a08a900877: Pulling fs layer922520f12384: Waiting1244979f7c21: Waiting3a4b42ce6cb5: Waiting16ac87e68d60: Pulling fs layerb0a08a900877: Waiting14bef3f2665a: Waiting74ac6e8c9b82: Pulling fs layerb41290a57dc5: Pulling fs layer16ac87e68d60: Waiting592e5bcb7159: Pulling fs layer74ac6e8c9b82: Waiting4f4fb700ef54: Pulling fs layerb41290a57dc5: Waiting1db0705661a3: Pulling fs layer76bb8e35b9cc: Pulling fs layer592e5bcb7159: Waiting4f4fb700ef54: Waiting3bc9d98c3b49: Pulling fs layer1db0705661a3: Waiting7096ef42e6c0: Pulling fs layer76bb8e35b9cc: Waitingcd0e70de8125: Pulling fs layer3bc9d98c3b49: Waiting7096ef42e6c0: Waiting23ffab57f98e: Pulling fs layercd0e70de8125: Waitingb974353d8023: Pulling fs layerc74fba566723: Pulling fs layer23ffab57f98e: Waiting5ad399846f45: Pulling fs layer3e7203fa3980: Pulling fs layer0b8915d2a92b: Pulling fs layerc74fba566723: Waitinge68c7a56c438: Pulling fs layer9024d680a167: Pulling fs layerb974353d8023: Waiting3e7203fa3980: Waiting0b8915d2a92b: Waiting3c7c73421b6e: Pulling fs layer5ad399846f45: Waiting7134fa9b4278: Pulling fs layer9d94fb523099: Pulling fs layer20d06dbdae7e: Pulling fs layer9024d680a167: Waitingb9a45e537661: Pulling fs layere68c7a56c438: Waiting7134fa9b4278: Waiting1244d0a6dd53: Pulling fs layer9d94fb523099: Waiting3c7c73421b6e: Waitingb9a45e537661: Waitinge99898bc5ad2: Pulling fs layer20d06dbdae7e: Waiting594e2481e296: Pulling fs layer1244d0a6dd53: Waitingd60e4a6dbe2f: Pulling fs layere99898bc5ad2: Waiting594e2481e296: Waitingd60e4a6dbe2f: Waiting9c63e1c4ba84: Verifying Checksum9c63e1c4ba84: Download complete02578b9c9f1b: Download complete1c4cdedd39f1: Download complete3801cb7ba5e6: Verifying Checksum3801cb7ba5e6: Download complete2981f7e8980b: Download completee4104b8f72ee: Verifying Checksume4104b8f72ee: Download completec451a17216ec: Verifying Checksumc451a17216ec: Download complete7c7dbc5e7919: Verifying Checksum7c7dbc5e7919: Download completeaa82be714e7c: Verifying Checksumaa82be714e7c: Download complete922520f12384: Download complete9bfea042cef8: Verifying Checksum9bfea042cef8: Download complete1244979f7c21: Verifying Checksum1244979f7c21: Download complete7583a0e34f94: Verifying Checksum7583a0e34f94: Download complete14bef3f2665a: Verifying Checksum14bef3f2665a: Download completeb0a08a900877: Download complete3a4b42ce6cb5: Download complete2981f7e8980b: Pull complete16ac87e68d60: Verifying Checksum16ac87e68d60: Download complete9c63e1c4ba84: Pull complete02578b9c9f1b: Pull complete40f6006c5f5a: Download complete74ac6e8c9b82: Download complete3801cb7ba5e6: Pull complete1c4cdedd39f1: Pull completeb41290a57dc5: Download complete592e5bcb7159: Verifying Checksum592e5bcb7159: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete1db0705661a3: Verifying Checksum1db0705661a3: Download complete76bb8e35b9cc: Download complete3bc9d98c3b49: Verifying Checksum3bc9d98c3b49: Download complete7096ef42e6c0: Download completecd0e70de8125: Download complete23ffab57f98e: Download completec74fba566723: Download completeb974353d8023: Download complete5ad399846f45: Download complete3e7203fa3980: Verifying Checksum3e7203fa3980: Download complete0b8915d2a92b: Download completee68c7a56c438: Download complete3c7c73421b6e: Download complete9d94fb523099: Download complete20d06dbdae7e: Download completeb9a45e537661: Verifying Checksumb9a45e537661: Download complete9024d680a167: Download complete7134fa9b4278: Verifying Checksum7134fa9b4278: Download completee99898bc5ad2: Verifying Checksume99898bc5ad2: Download complete594e2481e296: Verifying Checksum594e2481e296: Download complete40f6006c5f5a: Pull completec451a17216ec: Pull completee4104b8f72ee: Pull complete1244d0a6dd53: Verifying Checksum1244d0a6dd53: Download complete7c7dbc5e7919: Pull completeaa82be714e7c: Pull complete922520f12384: Pull complete9bfea042cef8: Pull complete1244979f7c21: Pull complete7583a0e34f94: Pull complete14bef3f2665a: Pull complete3a4b42ce6cb5: Pull completeb0a08a900877: Pull complete16ac87e68d60: Pull complete74ac6e8c9b82: Pull completeb41290a57dc5: Pull complete592e5bcb7159: Pull complete4f4fb700ef54: Pull complete1db0705661a3: Pull complete76bb8e35b9cc: Pull complete3bc9d98c3b49: Pull complete7096ef42e6c0: Pull completecd0e70de8125: Pull complete23ffab57f98e: Pull completeb974353d8023: Pull completec74fba566723: Pull complete5ad399846f45: Pull complete3e7203fa3980: Pull complete0b8915d2a92b: Pull completee68c7a56c438: Pull complete9024d680a167: Pull complete3c7c73421b6e: Pull complete7134fa9b4278: Pull complete9d94fb523099: Pull complete20d06dbdae7e: Pull completeb9a45e537661: Pull complete1244d0a6dd53: Pull completee99898bc5ad2: Pull complete594e2481e296: Pull completed60e4a6dbe2f: Pull completeDigest: sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebbStatus: Downloaded newer image for ocaml/opam@sha256:a02c1a0b7a5d28f99108d0e1c8ee85f661a8d952731fb6a3d63fa57a3dcd7ebb2026-01-07 20:17.13 ---> using "115e19c94ffea8f0289657e7bdf7e8af959005f00162f42ce222e9431770c297" from cache/: (comment debian-13-5.0_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"))2026-01-07 20:17.13 ---> using "56592f2660b97ee4d5688bea70d78ed4a54624e5dcd3f390af209973f350b591" 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-01-07 20:17.13 ---> using "82175835f9efba9c6252b59ecd66cc143a3b24d342b50efd23ff297d368ffb2f" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.0.02.4.12026-01-07 20:17.13 ---> using "d822921e247b7d355314f1b94ec53ae318e149ee012f9abfb323ca321f5c1f14" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-07 20:17.13 ---> using "675b87fb8e8664dcbaef7a5a4fb63d053213112518fc1553cdcf47ae132262af" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..2dee2fe30d master -> origin/master2dee2fe30d Merge pull request #29195 from raphael-proust/lwt-fix-ocamlfind-dep-constraint<><> 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.4.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-01-07 20:17.13 ---> using "ad9e16b60b393c40ef09ae563a6f52c5f0032d776b6cd1e7cee7a599aea06064" from cache/src: (copy (src uring.opam) (dst ./))2026-01-07 20:17.13 ---> using "aa89d8b79fa9623f6a4e38af51f8f103b4d4fe2f9416a2878a25db6056b4a40c" 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)2026-01-07 20:17.13 ---> using "6d8c815c18bc121f8d3e5bc1294980b6541397e5650cdf9f0ab546da29d24840" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-07 20:17.13 ---> using "440893da232fce8204e68009bd7674e187c6d25b0fa64ffc643fb52e56656329" from cache/src: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-domains.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.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.10.0 lwt.5.9.2 mdx.2.5.1 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.0.3 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.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 amd64 Packages [94.5 kB]- Fetched 185 kB in 0s (731 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-base-compiler is already installed (current version is 5.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.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-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2026-01-07 20:17.13 ---> using "300ac726fffdf3a6a92d49f47cc5fb5ccc90d87363aad75f6d61c67b949ebcd9" 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-base-compiler is already installed (current version is 5.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.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-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.20.2- install dune-configurator 3.20.2- install fmt 0.11.0- install logs 0.10.0- install lwt 5.9.2- install mdx 2.5.1- install ocaml-version 4.0.3- 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.5.9.2 (cached)-> retrieved mdx.2.5.1 (cached)-> retrieved ocaml-version.4.0.3 (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.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.2.1.0-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed ocaml-version.4.0.3-> installed result.1.5-> installed optint.0.3.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 re.1.14.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.20.2-> installed lwt.5.9.2-> installed logs.0.10.0-> installed mdx.2.5.1Done.# To update the current shell environment, run: eval $(opam env)2026-01-07 20:19.05 ---> saved as "6fd68dbff2639926c79336db2f4b6ef34acc7845d72c7f9e9fe2dd9494681616"/src: (copy (src .) (dst /src))2026-01-07 20:19.06 ---> saved as "a23eccb70e886d6c797f5e98c95cc8fbb7d0a6c43fb6c1c067d7624f9aee35cc"/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 syscall.olCC register.olCC version.olCC nolibc.olCC ffi.olCC setup.osCC queue.osCC register.osCC syscall.osCC version.osCC nolibc.osCC ffi.osCC liburing.so.2.7AR liburing.aRANLIB liburing.aAR 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-01-07 20:19.28 ---> saved as "78a136f0a43968f161e099d4a50d77f99fc8adeda28be223b2be7d567df26c88"Job succeeded2026-01-07 20:19.29: Job succeeded