2025-09-28 08:49.03: New job: test ocaml-multicore/ocaml-uring https://github.com/ocaml-multicore/ocaml-uring.git#refs/pull/127/head (720b36080281f096f1f75ac30b0019889d09d2c0) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.12@sha256:b709571f8d07162fc471b175be263d529890a0150dd657404f898fbbebe5e072Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/ocaml-uring.git" && cd "ocaml-uring" && git fetch origin "refs/pull/127/head" && git reset --hard 720b3608cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.12@sha256:b709571f8d07162fc471b175be263d529890a0150dd657404f898fbbebe5e072# debian-13-4.12_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && 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.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-09-28 08:49.03: Using cache hint "ocaml-multicore/ocaml-uring-ocaml/opam:debian-13-ocaml-4.12@sha256:b709571f8d07162fc471b175be263d529890a0150dd657404f898fbbebe5e072-debian-13-4.12_opam-2.4-ac15696cd39a228ff5415c066d4fb51e"2025-09-28 08:49.03: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.12@sha256:b709571f8d07162fc471b175be263d529890a0150dd657404f898fbbebe5e072)(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 f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && 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")))2025-09-28 08:49.03: Waiting for resource in pool OCluster2025-09-28 08:49.03: Waiting for worker…2025-09-28 08:49.04: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at 720b360 Fix mkdir test(from ocaml/opam:debian-13-ocaml-4.12@sha256:b709571f8d07162fc471b175be263d529890a0150dd657404f898fbbebe5e072)2025-09-28 08:49.05 ---> using "bf060ccab3216165cd0b7bdb6a21baec6b19a600b6e09009a74027abe95d184c" 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"))2025-09-28 08:49.05 ---> using "0194b460d1d42cc768a2a3d6210b0c4471f1f01c519ddc450f12e442f54298ab" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-28 08:49.05 ---> using "bb9d1d41f3b5d56483f5de84304468dab93822ce334f32fcb693dd228eb38a68" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 4.12.12.4.12025-09-28 08:49.05 ---> using "6a5ad51d62c914dfc5542399005b724d8d5164e46c0576c50138ea80f8edbab2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-28 08:49.05 ---> using "3d8f89e4906e6950a700e9b423f364773fea28ad4c64f372e028ffbbbc7ab74e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e f736a66f83aeced5a0c0d90b769613178cd63b26 || git fetch origin master) && git reset -q --hard f736a66f83aeced5a0c0d90b769613178cd63b26 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..3c6a0f524c master -> origin/masterf736a66f83 Merge pull request #28602 from dbuenzli/cmdliner-incompat<><> 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 at these versions (e.g. "opam upgrade ocaml.5.3.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)2025-09-28 08:49.28 ---> saved as "fe32e6e635690b2fe8c0d14f8283194c55dc8daffdba4c45219604915f2c1c71"/src: (copy (src uring.opam) (dst ./))2025-09-28 08:49.28 ---> saved as "a2b0a2a172fd0f09002144b61bada00a214dec309a77058d455d64da17877b49"/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-28 08:49.30 ---> saved as "6c6a86402f9735e802c5d0d8e5d2cfe79233679182f1745ef3db00412dcc819e"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-28 08:49.30 ---> saved as "4e0ea84de8a079a1833d9dfcefa7c0b899d17abfe0bc99d32576e77e2c15237b"/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 [46.2 kB]- Fetched 137 kB in 0s (1370 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) ...2025-09-28 08:49.43 ---> saved as "2118c1bae9f6d9b7b06027208d7c0532e4a1d7b37ef78564d3e3d8aed8a43d9e"/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-configurator.2.5.1, dune-private-libs.2.5.1 (cached)-> retrieved dune.3.5.0 (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 ocamlbuild.0.14.0 (cached)-> installed cmdliner.1.3.0-> retrieved ocamlfind.1.8.1 (cached)-> retrieved ocplib-endian.1.0 (cached)-> retrieved odoc-parser.1.0.1 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.0.3 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved re.1.7.2 (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 cppo.1.6.1-> installed re.1.7.2-> installed topkg.1.0.8-> installed fmt.0.9.0-> installed astring.0.8.5-> installed ocplib-endian.1.0-> installed dune.3.5.0-> installed bigarray-compat.1.0.0-> installed camlp-streams.5.0.1-> installed seq.0.3-> installed result.1.5-> installed mmap.1.1.0-> installed ocaml-version.3.5.0-> installed optint.0.3.0-> installed stdlib-shims.0.1.0-> installed cstruct.6.0.1-> installed csexp.1.3.2-> installed odoc-parser.1.0.1-> 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.0Done.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2025-09-28 08:50.39 ---> saved as "4ca8c57cf07b037ff80556c2976543508185146fc27d8afa3e19a70b7d5d45e8"/src: (copy (src .) (dst /src))2025-09-28 08:50.39 ---> saved as "63474948813b790ae0b4bbbbbf31691bdf76659322227c344872e5ad94a7d054"/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 thislibrary 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 thislibrary 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 thislibrary 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 thislibrary 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 thislibrary 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 thislibrary 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 thislibrary provides.(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.aar: creating liburing.aRANLIB liburing.aCC liburing.so.2.7AR liburing-ffi.aar: creating liburing-ffi.aRANLIB liburing-ffi.aCC liburing-ffi.so.2.7make: Leaving directory '/src/_build/default/vendor/liburing/src'(cd _build/default/tests && ./poll_add.exe)submitted 1poll_add: 12025-09-28 08:50.50 ---> saved as "4be3c4af1b5d72d61e7e65c9fc1f28d2081084e33e2509147dad0f31530d7809"Job succeeded2025-09-28 08:50.50: Job succeeded