Organisationsocaml-multicoreocaml-uring698ad3 ()ubuntu-24.10-5.3_opam-2.4

ubuntu-24.10-5.3_opam-2.4

Link Copied
Code Copied

Logs

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:bbf27b3e4ebdca037ce9b0d8b233e4c2468d3947431287a06c1663a6bd8df30a
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/ocaml-uring.git" -b "main" && cd "ocaml-uring" && git reset --hard 698ad36f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:bbf27b3e4ebdca037ce9b0d8b233e4c2468d3947431287a06c1663a6bd8df30a
# ubuntu-24.10-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 53c7f25306cd512b69b4c845f4f1e0d210c49129 || git fetch origin master) && git reset -q --hard 53c7f25306cd512b69b4c845f4f1e0d210c49129 && 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.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 $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


2025-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 OCluster
2025-09-01 11:21.27: Waiting for worker…
2025-09-01 11:21.27: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD 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' locally
docker.io/ocaml/opam@sha256:bbf27b3e4ebdca037ce9b0d8b233e4c2468d3947431287a06c1663a6bd8df30a: Pulling from ocaml/opam
ddbef59e0ea0: Pulling fs layer
92a1a908b71d: Pulling fs layer
f5ae0675a0f9: Pulling fs layer
6e591c052666: Pulling fs layer
e744b307ea60: Pulling fs layer
f63d23e4c1ff: Pulling fs layer
793cbe3c3c6d: Pulling fs layer
e744b307ea60: Waiting
f63d23e4c1ff: Waiting
0b91bd0f9ec0: Pulling fs layer
2bc52dc71b6e: Pulling fs layer
cb7d2aed58de: Pulling fs layer
b498b0d2db85: Pulling fs layer
2bc52dc71b6e: Waiting
cb7d2aed58de: Waiting
a1899f88bf11: Pulling fs layer
b498b0d2db85: Waiting
b28e6f7e1f78: Pulling fs layer
a1899f88bf11: Waiting
327c1518c81b: Pulling fs layer
2777fef8d29e: Pulling fs layer
b28e6f7e1f78: Waiting
327c1518c81b: Waiting
b5605afd328f: Pulling fs layer
404fb01cc24a: Pulling fs layer
1e1ba7463a67: Pulling fs layer
404fb01cc24a: Waiting
aa8a51b1d8bc: Pulling fs layer
b5605afd328f: Waiting
5121fb966d7b: Pulling fs layer
1e1ba7463a67: Waiting
aa8a51b1d8bc: Waiting
4f4fb700ef54: Pulling fs layer
1a06cc681d54: Pulling fs layer
5121fb966d7b: Waiting
75b1ecc8c295: Pulling fs layer
4f4fb700ef54: Waiting
1a06cc681d54: Waiting
de357d2e04fd: Pulling fs layer
9bc87ac91613: Pulling fs layer
75b1ecc8c295: Waiting
8d112b2bb09e: Pulling fs layer
de357d2e04fd: Waiting
9bc87ac91613: Waiting
7068395696e7: Pulling fs layer
a0edc0f7f4e7: Pulling fs layer
730f81b83bd7: Pulling fs layer
a0edc0f7f4e7: Waiting
f0f4edc64174: Pulling fs layer
730f81b83bd7: Waiting
174dc9a5ddf5: Pulling fs layer
1139a52cdb9e: Pulling fs layer
b34c013c87a4: Pulling fs layer
277357388655: Pulling fs layer
1139a52cdb9e: Waiting
c88ec071066e: Pulling fs layer
a042528e49f4: Pulling fs layer
eca64327168f: Pulling fs layer
c88ec071066e: Waiting
a042528e49f4: Waiting
eca64327168f: Waiting
0ef128014fa0: Pulling fs layer
8f0030e17308: Pulling fs layer
787e38042517: Pulling fs layer
0ef128014fa0: Waiting
8f0030e17308: Waiting
4bfb4d78a93b: Pulling fs layer
4522f9d6e974: Pulling fs layer
f9d8074bae13: Pulling fs layer
f1946a639ae1: Pulling fs layer
4bfb4d78a93b: Waiting
4522f9d6e974: Waiting
3a8dfbc016bb: Pulling fs layer
054605f0e378: Pulling fs layer
f9d8074bae13: Waiting
3a8dfbc016bb: Waiting
f1946a639ae1: Waiting
92a1a908b71d: Download complete
f5ae0675a0f9: Verifying Checksum
f5ae0675a0f9: Download complete
ddbef59e0ea0: Verifying Checksum
ddbef59e0ea0: Download complete
e744b307ea60: Verifying Checksum
e744b307ea60: Download complete
6e591c052666: Verifying Checksum
6e591c052666: Download complete
0b91bd0f9ec0: Verifying Checksum
0b91bd0f9ec0: Download complete
793cbe3c3c6d: Verifying Checksum
793cbe3c3c6d: Download complete
ddbef59e0ea0: Pull complete
92a1a908b71d: Pull complete
f5ae0675a0f9: Pull complete
2bc52dc71b6e: Verifying Checksum
2bc52dc71b6e: Download complete
cb7d2aed58de: Verifying Checksum
cb7d2aed58de: Download complete
a1899f88bf11: Verifying Checksum
a1899f88bf11: Download complete
b498b0d2db85: Verifying Checksum
b498b0d2db85: Download complete
327c1518c81b: Verifying Checksum
327c1518c81b: Download complete
6e591c052666: Pull complete
b28e6f7e1f78: Download complete
2777fef8d29e: Verifying Checksum
2777fef8d29e: Download complete
e744b307ea60: Pull complete
b5605afd328f: Download complete
404fb01cc24a: Download complete
f63d23e4c1ff: Verifying Checksum
f63d23e4c1ff: Download complete
1e1ba7463a67: Verifying Checksum
1e1ba7463a67: Download complete
aa8a51b1d8bc: Download complete
5121fb966d7b: Verifying Checksum
5121fb966d7b: Download complete
4f4fb700ef54: Download complete
1a06cc681d54: Verifying Checksum
1a06cc681d54: Download complete
de357d2e04fd: Verifying Checksum
de357d2e04fd: Download complete
75b1ecc8c295: Verifying Checksum
75b1ecc8c295: Download complete
7068395696e7: Verifying Checksum
7068395696e7: Download complete
9bc87ac91613: Verifying Checksum
9bc87ac91613: Download complete
8d112b2bb09e: Verifying Checksum
8d112b2bb09e: Download complete
a0edc0f7f4e7: Verifying Checksum
a0edc0f7f4e7: Download complete
f0f4edc64174: Verifying Checksum
f0f4edc64174: Download complete
730f81b83bd7: Verifying Checksum
730f81b83bd7: Download complete
174dc9a5ddf5: Verifying Checksum
174dc9a5ddf5: Download complete
1139a52cdb9e: Verifying Checksum
1139a52cdb9e: Download complete
b34c013c87a4: Verifying Checksum
b34c013c87a4: Download complete
c88ec071066e: Download complete
eca64327168f: Download complete
0ef128014fa0: Verifying Checksum
0ef128014fa0: Download complete
8f0030e17308: Download complete
787e38042517: Download complete
4bfb4d78a93b: Download complete
f63d23e4c1ff: Pull complete
793cbe3c3c6d: Pull complete
0b91bd0f9ec0: Pull complete
4522f9d6e974: Verifying Checksum
4522f9d6e974: Download complete
2bc52dc71b6e: Pull complete
a042528e49f4: Verifying Checksum
a042528e49f4: Download complete
cb7d2aed58de: Pull complete
f1946a639ae1: Verifying Checksum
f1946a639ae1: Download complete
b498b0d2db85: Pull complete
3a8dfbc016bb: Download complete
a1899f88bf11: Pull complete
054605f0e378: Download complete
b28e6f7e1f78: Pull complete
327c1518c81b: Pull complete
2777fef8d29e: Pull complete
b5605afd328f: Pull complete
404fb01cc24a: Pull complete
1e1ba7463a67: Pull complete
aa8a51b1d8bc: Pull complete
5121fb966d7b: Pull complete
4f4fb700ef54: Pull complete
1a06cc681d54: Pull complete
75b1ecc8c295: Pull complete
de357d2e04fd: Pull complete
9bc87ac91613: Pull complete
8d112b2bb09e: Pull complete
7068395696e7: Pull complete
a0edc0f7f4e7: Pull complete
730f81b83bd7: Pull complete
f0f4edc64174: Pull complete
174dc9a5ddf5: Pull complete
1139a52cdb9e: Pull complete
b34c013c87a4: Pull complete
277357388655: Verifying Checksum
277357388655: Download complete
f9d8074bae13: Verifying Checksum
f9d8074bae13: Download complete
277357388655: Pull complete
c88ec071066e: Pull complete
a042528e49f4: Pull complete
eca64327168f: Pull complete
0ef128014fa0: Pull complete
8f0030e17308: Pull complete
787e38042517: Pull complete
4bfb4d78a93b: Pull complete
4522f9d6e974: Pull complete
f9d8074bae13: Pull complete
f1946a639ae1: Pull complete
3a8dfbc016bb: Pull complete
054605f0e378: Pull complete
Digest: sha256:bbf27b3e4ebdca037ce9b0d8b233e4c2468d3947431287a06c1663a6bd8df30a
Status: Downloaded newer image for ocaml/opam@sha256:bbf27b3e4ebdca037ce9b0d8b233e4c2468d3947431287a06c1663a6bd8df30a
2025-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] y
Format 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] Initialised
2025-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-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-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_HEAD
ee24528071..f2cd184cfc  master     -> origin/master
53c7f25306 Merge pull request #28384 from raphael-proust/opam-publish-lwt.5.9.2


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Already 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.0
Done.
# 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                        /usr
includedir                    /usr/include
libdir                        /usr/lib
libdevdir                     /usr/lib
relativelibdir
mandir                        /usr/man
datadir                       /usr/share
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
nolibc support                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
CC liburing.so.2.4
RANLIB liburing.a
AR liburing-ffi.a
RANLIB liburing-ffi.a
CC liburing-ffi.so.2.4
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
2025-09-01 11:21.28 ---> using "7d15e838fef1aa94c1174eaef5c77a5f604b5e366aed886e9aa76ce7884e8983" from cache
Job succeeded
2025-09-01 11:21.28: Job succeeded