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:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115 Opam project build To reproduce locally: git clone --recursive "https://github.com/dra27/ocaml-uring.git" -b "main" && cd "ocaml-uring" && git reset --hard 5f3a7e81 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115 # ubuntu-25.04-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-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 OCluster 2026-04-14 10:42.40: Waiting for worker… 2026-04-14 10:46.15: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD 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' locally docker.io/ocaml/opam@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115: Pulling from ocaml/opam c62190a9ab61: Already exists 9a2e0901dff5: Pulling fs layer b1f9cc70ae42: Pulling fs layer ce0546b0dd1f: Pulling fs layer 9a2e0901dff5: Waiting 79301f00e8ba: Pulling fs layer ce0546b0dd1f: Waiting 9b295b25667c: Pulling fs layer b1f9cc70ae42: Waiting 79301f00e8ba: Waiting a31f71beef5e: Pulling fs layer 5f6f7ff1dd75: Pulling fs layer a31f71beef5e: Waiting 9b295b25667c: Waiting 3326c804f772: Pulling fs layer dbc305c5cd35: Pulling fs layer 5f6f7ff1dd75: Waiting c2cccf40b87f: Pulling fs layer 45e66d8ca585: Pulling fs layer fcefa7241269: Pulling fs layer 5bf160151561: Pulling fs layer c2cccf40b87f: Waiting dbc305c5cd35: Waiting 874b2264723c: Pulling fs layer ada98df8f669: Pulling fs layer 5bf160151561: Waiting ab8d0ea6e4f6: Pulling fs layer 874b2264723c: Waiting ada98df8f669: Waiting 18a72a4bedd6: Pulling fs layer bfcd7ea0ace8: Pulling fs layer 18a72a4bedd6: Waiting 76a18c947be5: Pulling fs layer 6fd9d51ce26c: Pulling fs layer bfcd7ea0ace8: Waiting 76a18c947be5: Waiting 4f4fb700ef54: Pulling fs layer 77d410803a59: Pulling fs layer 6fd9d51ce26c: Waiting 4f4fb700ef54: Waiting 44e2dad9dd55: Pulling fs layer b51e285283d3: Pulling fs layer dd8da5b96ca2: Pulling fs layer 77d410803a59: Waiting b46c436fcec9: Pulling fs layer b51e285283d3: Waiting dd8da5b96ca2: Waiting a9e62b40a1cc: Pulling fs layer f5ab56558ad4: Pulling fs layer a9e62b40a1cc: Waiting 8f52d3d09866: Pulling fs layer b46c436fcec9: Waiting 39ac1f9b485e: Pulling fs layer f5ab56558ad4: Waiting 503fbe92c3b9: Pulling fs layer 39ac1f9b485e: Waiting f3db52c04fc1: Pulling fs layer 8f52d3d09866: Waiting 503fbe92c3b9: Waiting 3bb40995af78: Pulling fs layer c83fbf1c12e8: Pulling fs layer ad31772f43a8: Pulling fs layer f3db52c04fc1: Waiting ce60cf8100fe: Pulling fs layer c83fbf1c12e8: Waiting 0205937477da: Pulling fs layer 24ccf4b3cee6: Pulling fs layer ce60cf8100fe: Waiting 04a8b415dd1b: Pulling fs layer 0205937477da: Waiting a0a04868c053: Pulling fs layer 04a8b415dd1b: Waiting c2855634128b: Pulling fs layer 45975b81f847: Pulling fs layer c2855634128b: Waiting a05a44f66e3d: Pulling fs layer 45975b81f847: Waiting 798eed38fd5f: Pulling fs layer 45a2275c2287: Pulling fs layer bfa4a39a96d8: Pulling fs layer 45a2275c2287: Waiting 798eed38fd5f: Waiting 9a2e0901dff5: Download complete 9a2e0901dff5: Pull complete b1f9cc70ae42: Download complete b1f9cc70ae42: Pull complete ce0546b0dd1f: Verifying Checksum ce0546b0dd1f: Download complete 79301f00e8ba: Verifying Checksum 79301f00e8ba: Download complete ce0546b0dd1f: Pull complete 79301f00e8ba: Pull complete a31f71beef5e: Verifying Checksum a31f71beef5e: Download complete 5f6f7ff1dd75: Verifying Checksum 5f6f7ff1dd75: Download complete 9b295b25667c: Verifying Checksum 9b295b25667c: Download complete 3326c804f772: Verifying Checksum 3326c804f772: Download complete dbc305c5cd35: Verifying Checksum dbc305c5cd35: Download complete c2cccf40b87f: Download complete 45e66d8ca585: Verifying Checksum 45e66d8ca585: Download complete fcefa7241269: Verifying Checksum fcefa7241269: Download complete 874b2264723c: Verifying Checksum 874b2264723c: Download complete ada98df8f669: Download complete 5bf160151561: Verifying Checksum 5bf160151561: Download complete ab8d0ea6e4f6: Download complete 18a72a4bedd6: Verifying Checksum 18a72a4bedd6: Download complete 76a18c947be5: Verifying Checksum 76a18c947be5: Download complete bfcd7ea0ace8: Download complete 6fd9d51ce26c: Download complete 4f4fb700ef54: Download complete 77d410803a59: Download complete 44e2dad9dd55: Verifying Checksum 44e2dad9dd55: Download complete b51e285283d3: Download complete b46c436fcec9: Verifying Checksum b46c436fcec9: Download complete dd8da5b96ca2: Verifying Checksum dd8da5b96ca2: Download complete a9e62b40a1cc: Download complete f5ab56558ad4: Download complete 8f52d3d09866: Verifying Checksum 8f52d3d09866: Download complete 39ac1f9b485e: Download complete f3db52c04fc1: Verifying Checksum f3db52c04fc1: Download complete 503fbe92c3b9: Verifying Checksum 503fbe92c3b9: Download complete 3bb40995af78: Verifying Checksum 3bb40995af78: Download complete ad31772f43a8: Verifying Checksum ad31772f43a8: Download complete 9b295b25667c: Pull complete a31f71beef5e: Pull complete 5f6f7ff1dd75: Pull complete 3326c804f772: Pull complete dbc305c5cd35: Pull complete c2cccf40b87f: Pull complete 45e66d8ca585: Pull complete fcefa7241269: Pull complete 5bf160151561: Pull complete 0205937477da: Download complete 874b2264723c: Pull complete ada98df8f669: Pull complete ab8d0ea6e4f6: Pull complete 18a72a4bedd6: Pull complete 24ccf4b3cee6: Verifying Checksum 24ccf4b3cee6: Download complete bfcd7ea0ace8: Pull complete 76a18c947be5: Pull complete 6fd9d51ce26c: Pull complete 4f4fb700ef54: Pull complete 77d410803a59: Pull complete 44e2dad9dd55: Pull complete b51e285283d3: Pull complete dd8da5b96ca2: Pull complete b46c436fcec9: Pull complete a9e62b40a1cc: Pull complete f5ab56558ad4: Pull complete 8f52d3d09866: Pull complete 39ac1f9b485e: Pull complete 503fbe92c3b9: Pull complete f3db52c04fc1: Pull complete 3bb40995af78: Pull complete ce60cf8100fe: Verifying Checksum ce60cf8100fe: Download complete 04a8b415dd1b: Download complete a0a04868c053: Download complete c2855634128b: Verifying Checksum c2855634128b: Download complete 45975b81f847: Verifying Checksum 45975b81f847: Download complete 798eed38fd5f: Download complete 45a2275c2287: Verifying Checksum 45a2275c2287: Download complete bfa4a39a96d8: Verifying Checksum bfa4a39a96d8: Download complete c83fbf1c12e8: Verifying Checksum c83fbf1c12e8: Download complete c83fbf1c12e8: Pull complete ad31772f43a8: Pull complete ce60cf8100fe: Pull complete 0205937477da: Pull complete 24ccf4b3cee6: Pull complete 04a8b415dd1b: Pull complete a0a04868c053: Pull complete c2855634128b: Pull complete 45975b81f847: Pull complete a05a44f66e3d: Verifying Checksum a05a44f66e3d: Download complete a05a44f66e3d: Pull complete 798eed38fd5f: Pull complete 45a2275c2287: Pull complete bfa4a39a96d8: Pull complete Digest: sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115 Status: Downloaded newer image for ocaml/opam@sha256:1392b3374151dde502298fb402f7e5cbd3d536daa09298b8390cbcf47436e115 2026-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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-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-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-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_HEAD ffb54b9bdd..5f7bb1a6e6 master -> origin/master 5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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.2 Done. # 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 /usr includedir /usr/include libdir /usr/lib libdevdir /usr/lib relativelibdir mandir /usr/man datadir /usr/share libgcc_link_flag /usr/lib/gcc/x86_64-linux-gnu/14/libgcc.a stringop_overflow yes array_bounds yes __kernel_rwf_t yes __kernel_timespec yes open_how yes statx yes glibc_statx yes C++ yes has_ucontext yes NVMe uring command support yes futex waitv support yes has_idtype_t yes nolibc yes has_fanotify yes CC gcc CXX g++ (cd _build/default/vendor/liburing && /usr/bin/make -j -C src) make: Entering directory '/src/_build/default/vendor/liburing/src' CC setup.ol CC queue.ol CC register.ol CC syscall.ol CC version.ol CC nolibc.ol CC ffi.ol CC setup.os CC queue.os CC register.os CC syscall.os CC version.os CC nolibc.os CC ffi.os AR liburing.a RANLIB liburing.a CC liburing.so.2.7 AR liburing-ffi.a RANLIB liburing-ffi.a CC liburing-ffi.so.2.7 make: Leaving directory '/src/_build/default/vendor/liburing/src' ar: creating liburing.a ar: creating liburing-ffi.a (cd _build/default/tests && ./poll_add.exe) submitted 1 poll_add: 1 2026-04-14 10:47.21 ---> saved as "72c9cc5eedd455f681c31a22280105e25c1060418db8a3cde7f5b515a158b249" Job succeeded 2026-04-14 10:47.21: Job succeeded