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-25.04-4.14_opam-2.4)Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2dOpam 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-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d# ubuntu-25.04-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d-ubuntu-25.04-4.14_opam-2.4-09173fb6c5542ba02daf1f42db58a004"2025-09-01 11:21.27: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d)(comment ubuntu-25.04-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 asteria.caelum.ci.devHEAD is now at 7d0b290 Add mkdiratHEAD is now at 698ad36 Merge pull request #120 from patricoferris/mkdirat(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d' locallydocker.io/ocaml/opam@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d: Pulling from ocaml/opam60fb2420030a: Pulling fs layer30a5b9bffc59: Pulling fs layere76e7b0fd035: Pulling fs layer87fd98c989d0: Pulling fs layerfc31fa993861: Pulling fs layerc75b71d41442: Pulling fs layer9f08a6d6f6f5: Pulling fs layer3dfc106a9c15: Pulling fs layer1c3a6d2a01a7: Pulling fs layer2d648021ecec: Pulling fs layerffcf097292c2: Pulling fs layere1bcef442ada: Pulling fs layer61993b76460e: Pulling fs layerfc31fa993861: Waiting9f08a6d6f6f5: Waiting929a57e31854: Pulling fs layer3dfc106a9c15: Waitingc75b71d41442: Waiting826e2c54b1a9: Pulling fs layer1c3a6d2a01a7: Waitingeec17caf12a0: Pulling fs layer9259e842febf: Pulling fs layerae77b4e577af: Pulling fs layer61c1d61eb8ba: Pulling fs layerd7a0435c7be4: Pulling fs layer4f4fb700ef54: Pulling fs layer2d648021ecec: Waiting67b39cdc1121: Pulling fs layer217bd9b7b99f: Pulling fs layere1bcef442ada: Waiting1c96670814d1: Pulling fs layerccd441a4e677: Pulling fs layer929a57e31854: Waiting61993b76460e: Waiting9e7324b47fd8: Pulling fs layer0ec34067023b: Pulling fs layer33125ff80400: Pulling fs layer61c1d61eb8ba: Waitingb383373ace10: Pulling fs layer447883287ba9: Pulling fs layercb78f5b619b6: Pulling fs layer826e2c54b1a9: Waitingd52ede671661: Pulling fs layereec17caf12a0: Waiting9e7324b47fd8: Waitingfa458c0e5391: Pulling fs layereef4f5a958fd: Pulling fs layer217bd9b7b99f: Waiting33125ff80400: Waiting450c30b71c71: Pulling fs layer2d3751651883: Pulling fs layer6d7ce401ccd8: Pulling fs layer31c1aa1ff3db: Pulling fs layer9259e842febf: Waitinga1655bb63c33: Pulling fs layer8d725d821777: Pulling fs layer450c30b71c71: Waitingb383373ace10: Waitingfa458c0e5391: Waiting91c567e53ac8: Pulling fs layereef4f5a958fd: Waiting3c95a1616c24: Pulling fs layerbd55d20213f1: Pulling fs layer6d7ce401ccd8: Waitingd7a0435c7be4: Waiting31c1aa1ff3db: Waitinga1655bb63c33: Waiting8d725d821777: Waiting3c95a1616c24: Waitingae77b4e577af: Waiting91c567e53ac8: Waiting1c96670814d1: Waiting4f4fb700ef54: Waitingccd441a4e677: Waiting447883287ba9: Waiting67b39cdc1121: Waitingbd55d20213f1: Waitingcb78f5b619b6: Waitinge76e7b0fd035: Download complete30a5b9bffc59: Verifying Checksum30a5b9bffc59: Download completefc31fa993861: Verifying Checksumfc31fa993861: Download complete60fb2420030a: Verifying Checksum60fb2420030a: Download complete9f08a6d6f6f5: Verifying Checksum9f08a6d6f6f5: Download complete3dfc106a9c15: Verifying Checksum3dfc106a9c15: Download complete87fd98c989d0: Verifying Checksum87fd98c989d0: Download complete1c3a6d2a01a7: Verifying Checksum1c3a6d2a01a7: Download complete60fb2420030a: Pull complete2d648021ecec: Verifying Checksum2d648021ecec: Download complete30a5b9bffc59: Pull completee76e7b0fd035: Pull completeffcf097292c2: Verifying Checksumffcf097292c2: Download completee1bcef442ada: Verifying Checksume1bcef442ada: Download complete61993b76460e: Verifying Checksum61993b76460e: Download complete929a57e31854: Download complete87fd98c989d0: Pull completefc31fa993861: Pull completeeec17caf12a0: Verifying Checksumeec17caf12a0: Download complete826e2c54b1a9: Download complete9259e842febf: Download completec75b71d41442: Verifying Checksumc75b71d41442: Download completeae77b4e577af: Download complete61c1d61eb8ba: Verifying Checksum61c1d61eb8ba: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completed7a0435c7be4: Verifying Checksumd7a0435c7be4: Download complete67b39cdc1121: Download complete217bd9b7b99f: Download complete1c96670814d1: Verifying Checksum1c96670814d1: Download completeccd441a4e677: Verifying Checksumccd441a4e677: Download complete9e7324b47fd8: Download complete0ec34067023b: Verifying Checksum0ec34067023b: Download complete33125ff80400: Verifying Checksum33125ff80400: Download complete447883287ba9: Verifying Checksum447883287ba9: Download completeb383373ace10: Verifying Checksumb383373ace10: Download completecb78f5b619b6: Verifying Checksumcb78f5b619b6: Download completefa458c0e5391: Verifying Checksumfa458c0e5391: Download completed52ede671661: Verifying Checksumd52ede671661: Download complete450c30b71c71: Verifying Checksum450c30b71c71: Download complete6d7ce401ccd8: Verifying Checksum6d7ce401ccd8: Download complete31c1aa1ff3db: Verifying Checksum31c1aa1ff3db: Download completea1655bb63c33: Verifying Checksuma1655bb63c33: Download complete8d725d821777: Verifying Checksum8d725d821777: Download completeeef4f5a958fd: Verifying Checksumeef4f5a958fd: Download complete91c567e53ac8: Verifying Checksum91c567e53ac8: Download complete3c95a1616c24: Verifying Checksum3c95a1616c24: Download completec75b71d41442: Pull complete9f08a6d6f6f5: Pull complete3dfc106a9c15: Pull complete1c3a6d2a01a7: Pull complete2d648021ecec: Pull completeffcf097292c2: Pull completee1bcef442ada: Pull complete61993b76460e: Pull complete929a57e31854: Pull complete826e2c54b1a9: Pull completeeec17caf12a0: Pull complete9259e842febf: Pull completeae77b4e577af: Pull complete61c1d61eb8ba: Pull completed7a0435c7be4: Pull complete2d3751651883: Verifying Checksum2d3751651883: Download complete4f4fb700ef54: Pull complete67b39cdc1121: Pull complete217bd9b7b99f: Pull complete1c96670814d1: Pull completeccd441a4e677: Pull complete9e7324b47fd8: Pull complete0ec34067023b: Pull complete33125ff80400: Pull completeb383373ace10: Pull complete447883287ba9: Pull completecb78f5b619b6: Pull completed52ede671661: Pull completefa458c0e5391: Pull completeeef4f5a958fd: Pull complete450c30b71c71: Pull complete2d3751651883: Pull complete6d7ce401ccd8: Pull complete31c1aa1ff3db: Pull completea1655bb63c33: Pull complete8d725d821777: Pull complete91c567e53ac8: Pull complete3c95a1616c24: Pull completebd55d20213f1: Pull completeDigest: sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2dStatus: Downloaded newer image for ocaml/opam@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d2025-09-01 11:21.28 ---> using "6445603d95b4d6f8a0cc4b067867ad8502c05bb39a118c7268888ef8cc2c4e36" from cache/: (comment ubuntu-25.04-4.14_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 "7ad150f251741d606ac6503f344d72dcc5bd5f313a2335d5eee3c014aa99bfe6" 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] Initialised2025-09-01 11:21.28 ---> using "55855347ad7177e52ea1253facff35ea156ea33e15ee3e13029c016c8647e07c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-142-genericThe OCaml toplevel, version 4.14.22.4.12025-09-01 11:21.28 ---> using "dbe66741533320c831c671504bf8635a0466b82af65054bfe9bd11ea91bdcafc" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-01 11:21.28 ---> using "5ce0f42df606e17f242ff81fc5c610c3e8f7106af10cefe63952863c569c99c4" 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_HEAD854fc71d55..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-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.3.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)2025-09-01 11:21.28 ---> using "aedc84f38e14b26d9726994ce3696f5763e24de03842d975d84fad4a8467258d" from cache/src: (copy (src uring.opam) (dst ./))2025-09-01 11:21.28 ---> using "f7bddbc546948d4fa01c0eb5dce6b5736588e54f407772dff07fb011daa1676c" 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 "7509a27a69640598cd0192f980423529e2b1c64164e2a12ad1a3f2bc0b717f44" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-01 11:21.28 ---> using "3eea76328355cfaf3783856f552c398e3c335422a5752460e4e43e0373e82d90" from cache/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.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 plucky InRelease- Get:2 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]- Get:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]- Get:4 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [253 kB]- Get:5 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]- Get:6 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [202 kB]- Get:7 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [254 kB]- Get:8 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [145 kB]- Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [384 kB]- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [219 kB]- Fetched 1835 kB in 1s (1580 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).2025-09-01 11:21.28 ---> using "2107db96c875cf0392408a884feb80e73f336d1bf4c37fddc4866c56113e300e" 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 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 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 cppo.1.8.0-> installed cstruct.6.2.0-> installed ocaml-version.4.0.1-> installed optint.0.3.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 "62303ef0db6c22232314bf16f56e1b2cc430eda323bb0b5dc929a113f4795129" from cache/src: (copy (src .) (dst /src))2025-09-01 11:21.28 ---> using "9ca3fd6b6e6dbe524f0b224702ec4c5be4f8caa0d63e24b6e9162a3090bd2d92" 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.osCC liburing.so.2.4AR liburing.aRANLIB 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 "3b8a0980d01a70a2f1c26859ed6d46a2b94e8576ceb046405c3184440ef47797" from cacheJob succeeded2025-09-01 11:21.28: Job succeeded