Organisationsdra27ocaml-uring5f3a7e (main)ubuntu-25.10-4.14_opam-2.5

ubuntu-25.10-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-03-31 14:32.02: New job: test dra27/ocaml-uring https://github.com/dra27/ocaml-uring.git#refs/heads/main (5f3a7e819bd2ed4bf152bba7391314ede5f960f3) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d
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.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d
# ubuntu-25.10-4.14_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 fa13386c66935e14b279e9af8d7c721a841edf96 || git fetch origin master) && git reset -q --hard fa13386c66935e14b279e9af8d7c721a841edf96 && 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-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.0 dune-configurator.3.22.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.1 mdx.2.5.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-03-31 14:32.02: Using cache hint "dra27/ocaml-uring-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d-ubuntu-25.10-4.14_opam-2.5-ea70bf2a21a19f55e640d0f9bbedb4ba"
2026-03-31 14:32.02: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d)
(comment ubuntu-25.10-4.14_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 fa13386c66935e14b279e9af8d7c721a841edf96 || git fetch origin master) && git reset -q --hard fa13386c66935e14b279e9af8d7c721a841edf96 && 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-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.0 dune-configurator.3.22.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.1 mdx.2.5.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-03-31 14:32.02: Waiting for resource in pool OCluster
2026-03-31 14:35.32: Waiting for worker…
2026-03-31 14:39.59: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialised empty Git repository in /var/cache/obuilder/ocluster/git/ocaml-uring.git-96a94d1e45c35397bb40c39ed6c6e133b9be5140/.git/
HEAD is now at 5f3a7e8 Merge pull request #127 from talex5/fix-mkdir-test


(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d' locally
docker.io/ocaml/opam@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d: Pulling from ocaml/opam
16c195d4c5e9: Already exists
eef1e591e8a9: Pulling fs layer
475b07e782b4: Pulling fs layer
18fb99e993e1: Pulling fs layer
ca37c6a45798: Pulling fs layer
c57691858953: Pulling fs layer
5512f1558e14: Pulling fs layer
43fe003df081: Pulling fs layer
6e925d30090e: Pulling fs layer
3417bab79df5: Pulling fs layer
0aa36f5a555a: Pulling fs layer
474fc3d17365: Pulling fs layer
49a3768a5f63: Pulling fs layer
eef1e591e8a9: Waiting
c5abc7eafdff: Pulling fs layer
475b07e782b4: Waiting
62941fb37fba: Pulling fs layer
18fb99e993e1: Waiting
c57691858953: Waiting
378967450a13: Pulling fs layer
5512f1558e14: Waiting
0aa36f5a555a: Waiting
43fe003df081: Waiting
474fc3d17365: Waiting
6e925d30090e: Waiting
b77cfa4e2ae3: Pulling fs layer
3417bab79df5: Waiting
cb268f925fd0: Pulling fs layer
49a3768a5f63: Waiting
c5abc7eafdff: Waiting
62941fb37fba: Waiting
3bf4591bde94: Pulling fs layer
378967450a13: Waiting
34a47fe3891d: Pulling fs layer
b77cfa4e2ae3: Waiting
cb268f925fd0: Waiting
0e9e8d8d7a8c: Pulling fs layer
024b2f94e104: Pulling fs layer
4f4fb700ef54: Pulling fs layer
071fbbcf50f3: Pulling fs layer
b43a2046bab2: Pulling fs layer
3bf4591bde94: Waiting
f34036196a91: Pulling fs layer
34a47fe3891d: Waiting
0e9e8d8d7a8c: Waiting
b07913c71979: Pulling fs layer
024b2f94e104: Waiting
f1c987ef231c: Pulling fs layer
4f4fb700ef54: Waiting
071fbbcf50f3: Waiting
b43a2046bab2: Waiting
1a8485ec060a: Pulling fs layer
f34036196a91: Waiting
aa1dac00c891: Pulling fs layer
b07913c71979: Waiting
215e9614a861: Pulling fs layer
f1c987ef231c: Waiting
117130324f1d: Pulling fs layer
1a8485ec060a: Waiting
edf62db1b518: Pulling fs layer
aa1dac00c891: Waiting
0db4778affc6: Pulling fs layer
215e9614a861: Waiting
117130324f1d: Waiting
a7061a59a18a: Pulling fs layer
edf62db1b518: Waiting
1a46a132d40e: Pulling fs layer
0db4778affc6: Waiting
e461a5dda351: Pulling fs layer
a7061a59a18a: Waiting
baef187c60a6: Pulling fs layer
1a46a132d40e: Waiting
e461a5dda351: Waiting
60fb67301e08: Pulling fs layer
bf681241fc68: Pulling fs layer
baef187c60a6: Waiting
23eaa9b4d484: Pulling fs layer
60fb67301e08: Waiting
9a6368d68eed: Pulling fs layer
bf681241fc68: Waiting
23eaa9b4d484: Waiting
2d64e5b84c8e: Pulling fs layer
9a6368d68eed: Waiting
e27c13f91de7: Pulling fs layer
2d64e5b84c8e: Waiting
707ec58296db: Pulling fs layer
e27c13f91de7: Waiting
707ec58296db: Waiting
eef1e591e8a9: Verifying Checksum
eef1e591e8a9: Download complete
eef1e591e8a9: Pull complete
475b07e782b4: Verifying Checksum
475b07e782b4: Download complete
475b07e782b4: Pull complete
18fb99e993e1: Verifying Checksum
18fb99e993e1: Download complete
ca37c6a45798: Verifying Checksum
ca37c6a45798: Download complete
18fb99e993e1: Pull complete
ca37c6a45798: Pull complete
5512f1558e14: Download complete
43fe003df081: Verifying Checksum
43fe003df081: Download complete
6e925d30090e: Verifying Checksum
6e925d30090e: Download complete
3417bab79df5: Verifying Checksum
3417bab79df5: Download complete
0aa36f5a555a: Verifying Checksum
0aa36f5a555a: Download complete
474fc3d17365: Verifying Checksum
474fc3d17365: Download complete
49a3768a5f63: Verifying Checksum
49a3768a5f63: Download complete
c5abc7eafdff: Verifying Checksum
c5abc7eafdff: Download complete
62941fb37fba: Verifying Checksum
62941fb37fba: Download complete
378967450a13: Verifying Checksum
378967450a13: Download complete
b77cfa4e2ae3: Verifying Checksum
b77cfa4e2ae3: Download complete
cb268f925fd0: Verifying Checksum
cb268f925fd0: Download complete
3bf4591bde94: Download complete
34a47fe3891d: Verifying Checksum
34a47fe3891d: Download complete
0e9e8d8d7a8c: Verifying Checksum
0e9e8d8d7a8c: Download complete
024b2f94e104: Verifying Checksum
024b2f94e104: Download complete
4f4fb700ef54: Download complete
071fbbcf50f3: Verifying Checksum
071fbbcf50f3: Download complete
b43a2046bab2: Verifying Checksum
b43a2046bab2: Download complete
f34036196a91: Verifying Checksum
f34036196a91: Download complete
b07913c71979: Download complete
f1c987ef231c: Verifying Checksum
f1c987ef231c: Download complete
1a8485ec060a: Verifying Checksum
1a8485ec060a: Download complete
aa1dac00c891: Verifying Checksum
aa1dac00c891: Download complete
215e9614a861: Download complete
117130324f1d: Verifying Checksum
117130324f1d: Download complete
edf62db1b518: Verifying Checksum
edf62db1b518: Download complete
0db4778affc6: Download complete
a7061a59a18a: Verifying Checksum
a7061a59a18a: Download complete
1a46a132d40e: Download complete
e461a5dda351: Verifying Checksum
e461a5dda351: Download complete
baef187c60a6: Verifying Checksum
baef187c60a6: Download complete
60fb67301e08: Download complete
bf681241fc68: Download complete
23eaa9b4d484: Verifying Checksum
23eaa9b4d484: Download complete
c57691858953: Verifying Checksum
c57691858953: Download complete
2d64e5b84c8e: Download complete
9a6368d68eed: Verifying Checksum
9a6368d68eed: Download complete
e27c13f91de7: Download complete
707ec58296db: Verifying Checksum
707ec58296db: Download complete
c57691858953: Pull complete
5512f1558e14: Pull complete
43fe003df081: Pull complete
6e925d30090e: Pull complete
3417bab79df5: Pull complete
0aa36f5a555a: Pull complete
474fc3d17365: Pull complete
49a3768a5f63: Pull complete
c5abc7eafdff: Pull complete
62941fb37fba: Pull complete
378967450a13: Pull complete
b77cfa4e2ae3: Pull complete
cb268f925fd0: Pull complete
3bf4591bde94: Pull complete
34a47fe3891d: Pull complete
0e9e8d8d7a8c: Pull complete
024b2f94e104: Pull complete
4f4fb700ef54: Pull complete
071fbbcf50f3: Pull complete
b43a2046bab2: Pull complete
f34036196a91: Pull complete
b07913c71979: Pull complete
f1c987ef231c: Pull complete
1a8485ec060a: Pull complete
aa1dac00c891: Pull complete
215e9614a861: Pull complete
117130324f1d: Pull complete
edf62db1b518: Pull complete
0db4778affc6: Pull complete
a7061a59a18a: Pull complete
1a46a132d40e: Pull complete
e461a5dda351: Pull complete
baef187c60a6: Pull complete
60fb67301e08: Pull complete
bf681241fc68: Pull complete
23eaa9b4d484: Pull complete
9a6368d68eed: Pull complete
2d64e5b84c8e: Pull complete
e27c13f91de7: Pull complete
707ec58296db: Pull complete
Digest: sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d
Status: Downloaded newer image for ocaml/opam@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d
2026-03-31 14:46.32 ---> saved as "3c4ce9c6e9ee70034bd29229916ad5ec000d95ead0b0fba43b6def92796984a9"


/: (comment ubuntu-25.10-4.14_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-03-31 14:46.33 ---> saved as "39be6e7cab41726702a381918496ae7f209450c36172c28a96e133eca65443b9"


/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.


[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
Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-31 14:47.13 ---> saved as "1051b28800052ed02673c24f559c1a667e94c3f4e140f902854f61773b45b4d4"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-03-31 14:47.13 ---> saved as "a2bc7b82e7ccd6ba372d654ff26238c0a8d40a7573340305012578ac421f9188"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-31 14:47.14 ---> saved as "f58999d006116fb785ab804ae8b57a0dc6afced41860121df9860ff6db0689b1"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e fa13386c66935e14b279e9af8d7c721a841edf96 || git fetch origin master) && git reset -q --hard fa13386c66935e14b279e9af8d7c721a841edf96 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
4f056bfedf..fdb5e370d7  master     -> origin/master
fa13386c66 Merge pull request #29586 from Julow/release-mdx-2.5.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-03-31 14:47.42 ---> saved as "2bd1831502fa0e9e66e3b245a19a8d4360688792d700a081444bdb733e52a3d9"


/src: (copy (src uring.opam) (dst ./))
2026-03-31 14:47.42 ---> saved as "2ebd51ddfb84a085dfdfb67b901f427e7883ba12c06045737454088cd85bda3b"


/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-03-31 14:47.46 ---> saved as "044bd5a007593a1f5c4d80a15c9065c8f868d4c6232a671cac71184a6e1491f9"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-31 14:47.47 ---> saved as "1e362487a642d1a70b448ea595f3413d248997f31c6957a031d3999555832d5f"


/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.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.0 dune-configurator.3.22.0 fmt.0.11.0 logs.0.10.0 lwt.6.1.1 mdx.2.5.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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"
- Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:2 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [326 kB]
- Get:3 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [225 kB]
- Get:4 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [259 kB]
- Hit:5 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:6 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:7 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [327 kB]
- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [228 kB]
- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [5979 B]
- Get:11 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [452 kB]
- Get:12 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [4037 B]
- Fetched 2231 kB in 1s (3083 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).
# To update the current shell environment, run: eval $(opam env)
2026-03-31 14:48.11 ---> saved as "ef6436c1a3632d8db4049076d0c5f0832667b177310a58a5b931c33226a3e6d3"


/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 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.0
- install dune-configurator 3.22.0
- 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 cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (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 result.1.5  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.22.0, dune-configurator.3.22.0  (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.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 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.0
-> 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-03-31 14:49.42 ---> saved as "43e63564c1ea8094d6bcca6bbe1387483d3d78d783057d228d398c0a4d6c9005"


/src: (copy (src .) (dst /src))
2026-03-31 14:49.43 ---> saved as "7b7063baca783e2112bc29f41c4ec729c1eb67da325e8772f24388ebacc40311"


/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/15/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
CC liburing-ffi.so.2.7
RANLIB liburing-ffi.a
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-03-31 14:49.53 ---> saved as "477458226ffa6b9821f575ad0ff09dd06903e88ff830e33246a4f4c2308197f7"
Job succeeded
2026-03-31 14:49.53: Job succeeded