Organisationsdra27ocaml-uringe3ff47 ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

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:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/dra27/ocaml-uring.git" -b "less-user-magic" && cd "ocaml-uring" && git reset --hard e3ff4750
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a
# debian-13-4.12_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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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.1.0 bigarray-compat.1.0.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-m4.1 cppo.1.6.1 csexp.1.3.2 cstruct.6.0.1 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 fmt.0.9.0 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.4.0 mdx.2.1.0 mmap.1.1.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocplib-endian.1.0 odoc-parser.1.0.1 optint.0.3.0 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8"
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


2026-01-07 15:24.50: Using cache hint "dra27/ocaml-uring-ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a-debian-13-4.12_opam-2.4-ac15696cd39a228ff5415c066d4fb51e"
2026-01-07 15:24.50: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a)
(comment debian-13-4.12_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-threads.base base-unix.base bechamel.0.1.0 bigarray-compat.1.0.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-m4.1 cppo.1.6.1 csexp.1.3.2 cstruct.6.0.1 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 fmt.0.9.0 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.4.0 mdx.2.1.0 mmap.1.1.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocplib-endian.1.0 odoc-parser.1.0.1 optint.0.3.0 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8")
(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 OCluster
2026-01-07 20:13.22: Waiting for worker…
2026-01-07 20:15.28: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at e3ff475 Move Unix-based processing properly into C


(from ocaml/opam:debian-13-ocaml-4.12@sha256:f4e5d1a1459039645b2cd047ecc298c512b1871b1cec960a002338d6496d2c7a)
2026-01-07 20:15.28 ---> using "c6b8ba26269bede3ec915c3d1cb4e21bf07ca291d8c3b0f2ea655411615b77d4" from cache


/: (comment debian-13-4.12_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:15.28 ---> using "c0cd2fba0907a86cc9c71cce10bb7cc29b16f68887950186a401f764b04c8a9f" 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 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-07 20:15.28 ---> using "590049f02a82e80407a427e2cfcf2e26906769ff1e957f1efdf5f3a9b2f7a5df" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 4.12.1
2.4.1
2026-01-07 20:15.28 ---> using "2af5ea08c29e1a57ede610a50d11b6b301633761e4da5911c50e04c9a1dda605" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-07 20:15.28 ---> using "d5191a541b526edc4ea871760fd03a8d0d9cfef81b82a0b7c87c4ded07af167f" 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_HEAD
ee48e882f0..2dee2fe30d  master     -> origin/master
2dee2fe30d Merge pull request #29195 from raphael-proust/lwt-fix-ocamlfind-dep-constraint


<><> 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.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:15.28 ---> using "fbb6f88ff4a94457fb110367bb89f7d5b14210f7b4c573b30bfaf2606d6fa0d2" from cache


/src: (copy (src uring.opam) (dst ./))
2026-01-07 20:15.28 ---> using "53f765699cdf3d8ede1fbcf50056a47d10c1debb96313318f034fbda712321a5" 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:15.28 ---> using "52feb85533fb58fc08341602b3617debd754aa2e215b49bf250066a452e099ba" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-07 20:15.28 ---> using "3643d3eaefa9ea69195a1bd90a340dc70f5b571fbc3ebe6c1a0ff5ca981f3a4b" from cache


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.1.0 bigarray-compat.1.0.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-m4.1 cppo.1.6.1 csexp.1.3.2 cstruct.6.0.1 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 fmt.0.9.0 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.4.0 mdx.2.1.0 mmap.1.1.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocplib-endian.1.0 odoc-parser.1.0.1 optint.0.3.0 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8")


/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 (1452 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.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.1).
[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 system packages will first need to be installed:
m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- Selecting previously unselected package m4.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20622 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Setting up m4 (1.4.19-8) ...
2026-01-07 20:15.28 ---> using "dc4dcda24314d70def1fb03c7865b0caec6079dfa890748dbc7ef79309d7acb9" 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.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.1).
[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 30 packages
- install astring           0.8.5
- install base-bytes        base
- install bechamel          0.1.0
- install bigarray-compat   1.0.0
- install camlp-streams     5.0.1
- install cmdliner          1.3.0
- install conf-m4           1
- install cppo              1.6.1
- install csexp             1.3.2
- install cstruct           6.0.1
- install dune              3.5.0
- install dune-configurator 2.5.1
- install dune-private-libs 2.5.1
- install fmt               0.9.0
- install jbuilder          1.0+beta20.1 (deprecated)
- install logs              0.7.0
- install lwt               5.4.0
- install mdx               2.1.0
- install mmap              1.1.0
- install ocaml-version     3.5.0
- install ocamlbuild        0.14.0
- install ocamlfind         1.8.1
- install ocplib-endian     1.0
- install odoc-parser       1.0.1
- install optint            0.3.0
- install re                1.7.2
- install result            1.5
- install seq               0.3
- install stdlib-shims      0.1.0
- install topkg             1.0.8


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bechamel.0.1.0  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> installed conf-m4.1
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> retrieved csexp.1.3.2  (cached)
-> retrieved cstruct.6.0.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune.3.5.0  (cached)
-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.4.0  (cached)
-> retrieved mdx.2.1.0  (cached)
-> retrieved mmap.1.1.0  (cached)
-> retrieved ocaml-version.3.5.0  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved odoc-parser.1.0.1  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved re.1.7.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed re.1.7.2
-> installed cppo.1.6.1
-> installed topkg.1.0.8
-> installed fmt.0.9.0
-> installed dune.3.5.0
-> installed astring.0.8.5
-> installed bigarray-compat.1.0.0
-> installed camlp-streams.5.0.1
-> installed seq.0.3
-> installed mmap.1.1.0
-> installed ocaml-version.3.5.0
-> installed optint.0.3.0
-> installed result.1.5
-> installed ocplib-endian.1.0
-> installed csexp.1.3.2
-> installed cstruct.6.0.1
-> installed odoc-parser.1.0.1
-> installed stdlib-shims.0.1.0
-> installed bechamel.0.1.0
-> installed dune-private-libs.2.5.1
-> installed dune-configurator.2.5.1
-> installed lwt.5.4.0
-> installed logs.0.7.0
-> installed mdx.2.1.0
Done.


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2026-01-07 20:15.28 ---> using "14cfc4e67b73686b50b759f14951ed4a85918f39805ba3c80888f81e3f9de159" from cache


/src: (copy (src .) (dst /src))
2026-01-07 20:15.29 ---> saved as "e62eb3d01319bee8dc961ed0b04d73252d2a533ea746b2f25eff8f42241aeeef"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.12/lib/re/re.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/re/glob/re.glob.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/re/perl/re.perl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/re/posix/re.posix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.12/lib/re/str/re.str.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
(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
ar: creating liburing.a
RANLIB liburing.a
CC liburing.so.2.7
AR liburing-ffi.a
ar: creating liburing-ffi.a
CC liburing-ffi.so.2.7
RANLIB liburing-ffi.a
make: Leaving directory '/src/_build/default/vendor/liburing/src'
(cd _build/default/tests && ./poll_add.exe)
submitted 1
poll_add: 1
2026-01-07 20:15.34 ---> saved as "956ff22bc0f78d1c97bed1461a9a92055b0071b2c4cc606edd3b2f81fffbd4f6"
Job succeeded
2026-01-07 20:15.34: Job succeeded