2026-04-03 11:35.26: New job: test ocaml-multicore/ocaml-uring https://github.com/ocaml-multicore/ocaml-uring.git#refs/heads/main (5f3a7e819bd2ed4bf152bba7391314ede5f960f3) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-4.12@sha256:981622ba01d0fb8e584f4e7883a3696b8b7843381ded3a7cf8baed165427ce9bOpam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/ocaml-uring.git" -b "main" && cd "ocaml-uring" && git reset --hard 5f3a7e81cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.12@sha256:981622ba01d0fb8e584f4e7883a3696b8b7843381ded3a7cf8baed165427ce9b# debian-13-4.12_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.22.1 dune-configurator.3.22.1 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mdx.2.5.2 ocaml.4.12.1 ocaml-base-compiler.4.12.1 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.12.0 result.1.5 seq.base topkg.1.1.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y uring.dev $DEPSRUN opam install $DEPSRUN opam install --yes dune 'odoc>=1.5.0'COPY --chown=1000:1000 . /src/RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)END-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-03 11:35.26: Using cache hint "ocaml-multicore/ocaml-uring-ocaml/opam:debian-13-ocaml-4.12@sha256:981622ba01d0fb8e584f4e7883a3696b8b7843381ded3a7cf8baed165427ce9b-debian-13-4.12_opam-2.5-6d6caeb9176a38aac423cc0b09a989ea"2026-04-03 11:35.26: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.12@sha256:981622ba01d0fb8e584f4e7883a3696b8b7843381ded3a7cf8baed165427ce9b)(comment debian-13-4.12_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.2 /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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.1 dune-configurator.3.22.1 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mdx.2.5.2 ocaml.4.12.1 ocaml-base-compiler.4.12.1 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.12.0 result.1.5 seq.base 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.2 --depext-only -y uring.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))(copy (src .) (dst /src/))(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")))2026-04-03 11:35.26: Waiting for resource in pool OCluster2026-04-03 11:35.26: Waiting for worker…2026-04-03 11:35.28: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 5f3a7e8 Merge pull request #127 from talex5/fix-mkdir-test(from ocaml/opam:debian-13-ocaml-4.12@sha256:981622ba01d0fb8e584f4e7883a3696b8b7843381ded3a7cf8baed165427ce9b)2026-04-03 11:35.30 ---> using "3b46e56650772a04d6e9095d44f93a8df988651ae72f356b632e83e63eac10f5" from cache/: (comment debian-13-4.12_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.2 /usr/bin/opam"))2026-04-03 11:35.30 ---> using "52a0319bcf56a8cf5bd66fe3f76295b5e253c890848d789f177850ec9edfd037" 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 development 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] Initialised2026-04-03 11:36.01 ---> saved as "4e27ce182101bb41d8d8f2d63c073f755cf49e5bcee6d3e2f5e673c82891e107"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.12.12.2.12026-04-03 11:36.02 ---> saved as "208a5af62cf1b2f3ae6965495e34d270364ca789bb0771b3ee005384bf838a76"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 11:36.03 ---> saved as "2cce293f01ed4358dad046b9e863678e64db4cd78f31f9c0b03446f31b88c2ba"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..d06cfb1853 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# Run eval $(opam env) to update the current shell environment2026-04-03 11:36.27 ---> saved as "18a321868bfa02fcc7caa2a9862b5c30e4c82a7c694d61c78ed1b065b0fab5a5"/src: (copy (src uring.opam) (dst ./))2026-04-03 11:36.27 ---> saved as "e1c5517a850e8edc6c4aacebb8f35c4ce0895dd9bced53ac737e7bea00595e6c"/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-03 11:36.29 ---> saved as "6dc106fa98bd1c5e740518a9d303c4c7f0fca8ddd39cf1125c463ec09c4388ec"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 11:36.29 ---> saved as "0de0f1b313bb7ea500463a8fcde01b83863823c8f4dbed1e4b9c2bbeaeb5a4a3"/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.1 dune-configurator.3.22.1 fmt.0.11.0 logs.0.8.0 lwt.5.9.2 mdx.2.5.2 ocaml.4.12.1 ocaml-base-compiler.4.12.1 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.12.0 result.1.5 seq.base 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.2 --depext-only -y uring.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [119 kB]- Fetched 10.0 MB in 1min 27s (115 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).2026-04-03 11:38.05 ---> saved as "b578deb38d29e7cd9e77974f7846d4b3fc538618dd71cdb0a7ba38584d255721"/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 23 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.1- install dune-configurator 3.22.1- install fmt 0.11.0- install logs 0.8.0- install lwt 5.9.2- 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.12.0- install result 1.5- install seq base- install topkg 1.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bechamel.0.5.0 (cached)-> retrieved cmdliner.2.1.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.8.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved mdx.2.5.2 (cached)-> retrieved ocaml-version.4.0.4 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (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.12.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.1, dune-configurator.3.22.1 (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.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.4-> installed optint.0.3.0-> installed re.1.12.0-> installed result.1.5-> installed ocplib-endian.1.2-> installed dune-configurator.3.22.1-> installed lwt.5.9.2-> installed logs.0.8.0-> installed mdx.2.5.2Done.# Run eval $(opam env) to update the current shell environment2026-04-03 11:38.59 ---> saved as "d80684fb75ec4924d7aab4366d3ff5c053446f0afe76a3321a4744422b7d63f0"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))[NOTE] Package dune is already installed (current version is 3.22.1).The following actions will be performed:=== install 7 packages- install crunch 4.0.0 [required by odoc]- install fpath 0.7.3 [required by odoc]- install odoc 3.1.0- install odoc-parser 3.1.0 [required by odoc]- install ptime 1.2.0 [required by crunch]- install tyxml 4.6.0 [required by odoc]- install uutf 1.0.4 [required by tyxml]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved crunch.4.0.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> installed fpath.0.7.3-> installed ptime.1.2.0-> installed uutf.1.0.4-> installed crunch.4.0.0-> installed odoc-parser.3.1.0-> installed tyxml.4.6.0-> installed odoc.3.1.0Done.# Run eval $(opam env) to update the current shell environment2026-04-03 11:39.25 ---> saved as "6cfe12625a5a96728bfbee753047ed9e04ed67f212cade5223d26a533d2c547e"/src: (copy (src .) (dst /src/))2026-04-03 11:39.26 ---> saved as "e943483bca0c2cdcd1b054314b73219b65e72257518bd98a2a914140b04c0577"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))(cd _build/default/vendor/liburing && ./configure)prefix /usrincludedir /usr/includelibdir /usr/liblibdevdir /usr/librelativelibdirmandir /usr/mandatadir /usr/sharelibgcc_link_flag /usr/lib/gcc/x86_64-linux-gnu/14/libgcc.astringop_overflow yesarray_bounds yes__kernel_rwf_t yes__kernel_timespec yesopen_how yesstatx yesglibc_statx yesC++ yeshas_ucontext yesNVMe uring command support yesfutex waitv support yeshas_idtype_t yesnolibc 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.osAR liburing.aRANLIB liburing.aCC liburing.so.2.7AR liburing-ffi.aCC liburing-ffi.so.2.7RANLIB liburing-ffi.amake: Leaving directory '/src/_build/default/vendor/liburing/src'ar: creating liburing.aar: creating liburing-ffi.a(cd _build/default/_doc/_odocls/uring && /home/opam/.opam/4.12/bin/odoc link -I ../../_odoc/pkg/uring -I ../../../lib/uring/.uring.objs/byte -o uring.odocl ../../../lib/uring/.uring.objs/byte/uring.odoc)File "lib/uring/heap.mli", line 31, characters 4-58:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "lib/uring/uring.mli", line 874, characters 4-50:Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"File "lib/uring/uring.mli", line 781, characters 4-66:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "lib/uring/uring.mli", line 748, characters 4-102:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "lib/uring/uring.mli", line 694, characters 4-51:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "lib/uring/uring.mli", line 440, characters 4-64:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "lib/uring/uring.mli", line 425, characters 4-64:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "lib/uring/uring.mli", line 406, characters 72-92:Warning: Failed to resolve reference unresolvedroot(Optint).Int63.zero Couldn't find "Optint"File "lib/uring/uring.mli", line 405, characters 27-52:Warning: Failed to resolve reference unresolvedroot(Optint).Int63.minus_one Couldn't find "Optint"File "lib/uring/uring.mli", line 392, characters 72-92:Warning: Failed to resolve reference unresolvedroot(Optint).Int63.zero Couldn't find "Optint"File "lib/uring/uring.mli", line 391, characters 27-52:Warning: Failed to resolve reference unresolvedroot(Optint).Int63.minus_one Couldn't find "Optint"File "lib/uring/uring.mli", line 298, characters 52-66:Warning: Failed to resolve reference unresolvedroot(Unix).EAGAIN Couldn't find "Unix"File "lib/uring/uring.mli", line 213, characters 50-63:Warning: Failed to resolve reference unresolvedroot(Unix).ELOOP Couldn't find "Unix"File "lib/uring/uring.mli", line 202, characters 30-43:Warning: Failed to resolve reference unresolvedroot(Unix).EBUSY Couldn't find "Unix"File "lib/uring/uring.mli", line 199, characters 19-33:Warning: Failed to resolve reference unresolvedroot(Unix).EEXIST Couldn't find "Unix"File "lib/uring/uring.mli", line 129, characters 4-65:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "lib/uring/uring.mli", line 106, character 4 to line 107, character 65:Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"File "lib/uring/uring.mli", line 95, characters 4-66:Warning: Failed to resolve reference unresolvedroot(Unix).Unix_error Couldn't find "Unix"File "lib/uring/region.mli", line 47, characters 58-69:Warning: Failed to resolve reference unresolvedroot(Bigarray) Couldn't find "Bigarray"2026-04-03 11:39.30 ---> saved as "380501904d044573ce7ae596f92d2cf47736054d40ecd704f3007449d06e37e8"Job succeeded2026-04-03 11:39.30: Job succeeded