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:opensuse-15.6-4.14_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67Opam project buildTo reproduce locally:git clone --recursive "https://github.com/dra27/ocaml-uring.git" -b "main" && cd "ocaml-uring" && git reset --hard 5f3a7e81cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67# opensuse-15.6-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 fa13386c66935e14b279e9af8d7c721a841edf96 || git fetch origin master) && git reset -q --hard fa13386c66935e14b279e9af8d7c721a841edf96 && 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.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.3 ocaml-base-compiler.4.14.3 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-31 14:32.02: Using cache hint "dra27/ocaml-uring-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67-opensuse-15.6-4.14_opam-2.5-d2f97c422f721ab49f71543f2485c5df"2026-03-31 14:32.02: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67)(comment opensuse-15.6-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.3 ocaml-base-compiler.4.14.3 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 OCluster2026-03-31 14:35.48: Waiting for worker…2026-03-31 14:40.21: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 5f3a7e8 Merge pull request #127 from talex5/fix-mkdir-test(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea7df7b97205b48d47783accd725289689add0bdd28c25efd13baad8a7f63e67)2026-03-31 14:40.21 ---> using "cd5ffe9eb783a234fb2269492629f1d7ab95728a3b4bc5415fbf3c844d82edbb" from cache/: (comment opensuse-15.6-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:40.21 ---> using "b38dc0966963e77ed21e23d461bad85d02565fcf67a50922c57e4b2af9540307" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-03-31 14:40.21 ---> using "ef396fa5a5d7537257565a5bcbb59afbf4aa6b15b8cafed6c6e5e61b84ec6690" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.32.5.02026-03-31 14:40.21 ---> using "ddd4f8b68bc9f8bc2defa466f036f815b09acabb6864105826cee62ba3597dbf" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-31 14:40.21 ---> using "9e9ba07ed62b7ce49d36fe4d5f009843b66191bf327353bcaf40035913d106a4" from cache/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_HEAD76bf2ed944..fdb5e370d7 master -> origin/masterfa13386c66 Merge pull request #29586 from Julow/release-mdx-2.5.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patchesEverything 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:40.21 ---> using "cbbaf18efc77608bdf3d0b712c414ad56446cb9ad08c2038d5b8520be04bffc0" from cache/src: (copy (src uring.opam) (dst ./))2026-03-31 14:40.21 ---> saved as "91e3f1f88b63242fb6a546fa59f4b5e00bd52729ca358b8da3ab28a3173da291"/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:40.22 ---> saved as "0a944591693e94f2246bb01eb04f6696169fd25dae5cdd67aad05c0c4d2fe05e"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-31 14:40.22 ---> saved as "9f7f642079833f62bae4a5273e5a64120144cb6c70d176d286fe6337ba7bb79a"/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.3 ocaml-base-compiler.4.14.3 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 "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [..- Looking for gpg keys in repository Update repository of openSUSE Backports.- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key- .....- ....- ....- ....- ....- .......- ........done]- Building repository 'Update repository of openSUSE Backports' cache [..- ..done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key- .....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- .........- ........- .........- .........- .........- .........- .....- .........- .........- .........- .........- .........- ..........- .........- ..........- .........- .......- .........- ........- .........- .........- ........- ........- .........- .........- .........- .........- .........- ........- .........- .........- .........- .........- .......- ......- .........- ........- ........- .........- .........- ........- .........- .........- .........- .........- ........- .........- ........- .........- .........- .........- ........- .........- ........- .........- .........- .........- .........- .........- .......- ........- .........- .........- .........- .........- .........- .........- .........- .........- ........- .........- .........- ........- .........- ........- .........- ........- ..........- ......- ...- ........- .........- .........- .........- .........- .........- .........- .........- .........- ..........- .........- .........- .........- ..........- .........- ........- .........- .........- .........- .........- .........- .........- .........- .........- ..........- .........- .........- .........- .........- ........- .........- .........- ........- .........- ..........- .........- ..........- ........- .........- .........- .........- .........- .........- ........- ..........- .........- .........- ........- .........- ........- .........- .........- .........- ........- ..........- .........- ..........- ..........- .........- ..........- ........- .........- .........- .........- .........- .........- .........- ........- .........- ........- .........- .........- .........- .........- .........- .........- .......- .........- .........- .........- ..........- .........- .........- .........- .........- .........- ..........- .........- .........- .........- ........- .....- ....- ....- ....- ....- ....- ............- ...........- .........- .........- ...done]- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..- ..done]- Repository 'Main Update Repository' is up to date.- Repository 'Update Repository (Non-Oss)' is up to date.- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> 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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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:44.52 ---> saved as "99fb50477b4fb38b21f97435ee8badb981472f414b24b3750368669e1d969ad9"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (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 ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (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.2Done.# To update the current shell environment, run: eval $(opam env)2026-03-31 14:45.31 ---> saved as "1d4c5dfa5bd5b32ae65da5b32e8ed3ac37080ed0eaacbbe5739da6e0d836c9c4"/src: (copy (src .) (dst /src))2026-03-31 14:45.31 ---> saved as "afe0167aaf22ad1bbe0ae59005feda8441b8b42e8725673d27ed4ebe120e696b"/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/sharelibgcc_link_flag /usr/lib64/gcc/x86_64-suse-linux/7/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 nolibc.olCC version.olCC setup.osCC ffi.olCC queue.osCC register.osCC syscall.osCC version.osCC nolibc.osCC ffi.osAR liburing.aCC liburing.so.2.7RANLIB liburing.aAR liburing-ffi.aRANLIB liburing-ffi.aCC liburing-ffi.so.2.7make: 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: 12026-03-31 14:45.36 ---> saved as "00ad056ba1fd25bf20dee5d8d1f7fa9357ca3b4619959fdbdcbe94292d5a06d2"Job succeeded2026-03-31 14:45.36: Job succeeded