2025-09-04 10:41.27: New job: test ocaml-multicore/ocaml-uring https://github.com/ocaml-multicore/ocaml-uring.git#refs/pull/121/head (3845f6416aece9e6e1df554a51eee9ea48b41f59) (linux-arm64:debian-12-4.14_arm64_opam-2.4)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/ocaml-uring.git" && cd "ocaml-uring" && git fetch origin "refs/pull/121/head" && git reset --hard 3845f641cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d# debian-12-4.14_arm64_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 53c7f25306cd512b69b4c845f4f1e0d210c49129 || git fetch origin master) && git reset -q --hard 53c7f25306cd512b69b4c845f4f1e0d210c49129 && 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.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 $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-04 10:41.27: Using cache hint "ocaml-multicore/ocaml-uring-ocaml/opam:debian-12-ocaml-4.14@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d-debian-12-4.14_arm64_opam-2.4-09173fb6c5542ba02daf1f42db58a004"2025-09-04 10:41.27: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d)(comment debian-12-4.14_arm64_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-04 10:41.27: Waiting for resource in pool OCluster2025-09-04 10:41.27: Waiting for worker…2025-09-04 10:41.27: Got resource from pool OClusterBuilding on molpadia.caelum.ci.devAll commits already cachedHEAD is now at 3845f64 Clean up configurator code and update primitives.h(from ocaml/opam:debian-12-ocaml-4.14@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d' locallydocker.io/ocaml/opam@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d: Pulling from ocaml/opamDigest: sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658dStatus: Downloaded newer image for ocaml/opam@sha256:02cbea411b2c349d915f4a83fa0c6c79fde4e4530b2052627f812b372139658d2025-09-04 10:41.28 ---> using "2cf2671ac4eade31e3b5577bbc7731fef3ede3974399d2357b6a5256c5798372" from cache/: (comment debian-12-4.14_arm64_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-04 10:41.28 ---> using "229d8f47548202ab0ca2675db825476cf17da935c43dbb068e9e1f18e440de88" 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-04 10:41.28 ---> using "e49e3adec1e451465adcb8670b69ac27f2ebb3b0197edcccd8ed7e7f5f3b3f36" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.4.12025-09-04 10:41.28 ---> using "3ed88414066cf9cdbebdc55b1767d0e69496633d106dff84cb866b5f56ebac52" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-04 10:41.28 ---> using "a0aebeb33a79eb8e326b107b8b105d1150abeb3fe5df3b14c78591e203fb23e9" 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_HEADee24528071..f2cd184cfc master -> origin/master53c7f25306 Merge pull request #28384 from raphael-proust/opam-publish-lwt.5.9.2<><> 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-04 10:41.28 ---> using "a5ac4176df72f7b567e4649235eade7ff5d6c38d532895b08e603fb27205e0ff" from cache/src: (copy (src uring.opam) (dst ./))2025-09-04 10:41.28 ---> using "a11666727352a9bc8219ff97eee904770c1fd09828d8c91816303de322ce8edf" 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-04 10:41.28 ---> using "76c5f922ae34861a9292bf481ddfb79a4c4d0691d863e58e832452c01ea2afd5" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-04 10:41.28 ---> using "9ec276d74935791c0c882ea241027cfa5b715c2a237cafe367a287f9c88d2055" from cache/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.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [273 kB]- Fetched 376 kB in 0s (868 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).2025-09-04 10:41.28 ---> using "1a44ad99d4f4d6ec5c66f947adad66957f36f6059f924c3ca947f0f429f28e5c" 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.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 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 cppo.1.8.0 (cached)-> retrieved cmdliner.1.3.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 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.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 cppo.1.8.0-> installed cstruct.6.2.0-> installed ocaml-version.4.0.1-> installed optint.0.3.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.0Done.# To update the current shell environment, run: eval $(opam env)2025-09-04 10:41.28 ---> using "d1e6d9cd735f0e1e9eea482187372844023485ac38c8f08171bcf0ff81fa6e29" from cache/src: (copy (src .) (dst /src))2025-09-04 10:41.29 ---> saved as "4f45246d835fccbc1f7e4f978f699eb2ec5904564185fc3c70c760f8947b8261"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/vendor/liburing && ./configure)prefix /usrincludedir /usr/includelibdir /usr/liblibdevdir /usr/librelativelibdirmandir /usr/mandatadir /usr/sharestringop_overflow yesarray_bounds yes__kernel_rwf_t yes__kernel_timespec yesopen_how yesstatx yesglibc_statx yesC++ yeshas_ucontext yesNVMe uring command support yesnolibc support 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.osCC liburing.so.2.4AR liburing.aRANLIB liburing.aAR liburing-ffi.aRANLIB liburing-ffi.aCC liburing-ffi.so.2.4make: Leaving directory '/src/_build/default/vendor/liburing/src'ar: creating liburing.aar: creating liburing-ffi.a(cd _build/default/tests && ./poll_add.exe)submitted 1poll_add: 12025-09-04 10:41.37 ---> saved as "1d519aed649dc1e3c1680175b8f2f59607091fa1ed1623ef6360de5db1a8b8e2"Job succeeded2025-09-04 10:41.37: Job succeeded