2025-11-03 10:39.36: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/lwt-6 (e8c24843438b5c4b2e088ac6750710e94d701f7f) (openbsd-amd64:openbsd-77-amd64-5.4_opam-2.4)Base: openbsd-77-amd64-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "lwt-6" && cd "lwt" && git reset --hard e8c24843cat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-77-amd64-ocaml-5.4# openbsd-77-amd64-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam /home/opam/src/./RUN opam pin add -yn lwt_runtime_events.dev '/home/opam/src/./' && \opam pin add -yn lwt_retry.dev '/home/opam/src/./' && \opam pin add -yn lwt_react.dev '/home/opam/src/./' && \opam pin add -yn lwt_ppx__ppx_let_tests.dev '/home/opam/src/./' && \opam pin add -yn lwt_ppx.dev '/home/opam/src/./' && \opam pin add -yn lwt_direct.dev '/home/opam/src/./' && \opam pin add -yn lwt.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.dev lwt.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-11-03 10:39.36: Using cache hint "ocsigen/lwt-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.4-13309d24a93fa9b692fe68d3d1f9b218"2025-11-03 10:39.36: Using OBuilder spec:((from openbsd-77-amd64-ocaml-5.4)(comment openbsd-77-amd64-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas 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"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam)(dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn lwt_runtime_events.dev '/home/opam/src/./' && \\nopam pin add -yn lwt_retry.dev '/home/opam/src/./' && \\nopam pin add -yn lwt_react.dev '/home/opam/src/./' && \\nopam pin add -yn lwt_ppx__ppx_let_tests.dev '/home/opam/src/./' && \\nopam pin add -yn lwt_ppx.dev '/home/opam/src/./' && \\nopam pin add -yn lwt_direct.dev '/home/opam/src/./' && \\nopam pin add -yn lwt.dev '/home/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 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 lwt_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.dev lwt.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-11-03 10:39.36: Waiting for resource in pool OCluster2025-11-03 10:39.36: Waiting for worker…2025-11-03 11:09.42: Got resource from pool OClusterBuilding on oreganoHEAD is now at 62be86aa2 Merge branch 'master' into lwt-6HEAD is now at e8c248434 Merge branch 'master' into lwt-6(from openbsd-77-amd64-ocaml-5.4)2025-11-03 11:09.43 ---> using "8424522d1f78b81b26ba463ba357c8ca122e0f74070b621aa84fc80c68430631" from cache/: (comment openbsd-77-amd64-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-03 11:09.43 ---> using "c9c9d20b21285c86d832e721a23e6d7df92b8c156184c48d4f8227c52c533e04" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from file:///home/opam/opam-repository2025-11-03 11:09.43 ---> using "4fe223850f63b3570d56a2e9a2f2955ccada1b654ec00cbaced22f9e9f923ca0" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.7The OCaml toplevel, version 5.4.02.4.12025-11-03 11:09.43 ---> using "8d299a54fbfd348a915878f15036df1470bbbf7d8b30158a99fe7f714d061672" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..7f9c784b97 master -> origin/master7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-03 11:09.43 ---> using "95c1df5154e87c3bce7efc4a28d5d7bdbd9f8708c94f08c05b2a998d2b50176e" from cache/: (copy (src lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam)(dst /home/opam/src/./))2025-11-03 11:09.43 ---> using "e223b0e3249e96562513810d64ac417478e46ffdab11d2eef2a3e397c6009b56" from cache/: (run (network host)(shell "opam pin add -yn lwt_runtime_events.dev '/home/opam/src/./' && \\nopam pin add -yn lwt_retry.dev '/home/opam/src/./' && \\nopam pin add -yn lwt_react.dev '/home/opam/src/./' && \\nopam pin add -yn lwt_ppx__ppx_let_tests.dev '/home/opam/src/./' && \\nopam pin add -yn lwt_ppx.dev '/home/opam/src/./' && \\nopam pin add -yn lwt_direct.dev '/home/opam/src/./' && \\nopam pin add -yn lwt.dev '/home/opam/src/./'"))[NOTE] Package lwt_runtime_events does not exist in opam repositories registered in the current switch.[lwt_runtime_events.dev] synchronised (file:///home/opam/src)lwt_runtime_events is now pinned to file:///home/opam/src (version dev)[lwt_retry.dev] synchronised (file:///home/opam/src)lwt_retry is now pinned to file:///home/opam/src (version dev)[lwt_react.dev] synchronised (file:///home/opam/src)lwt_react is now pinned to file:///home/opam/src (version dev)[NOTE] Package lwt_ppx__ppx_let_tests does not exist in opam repositories registered in the current switch.[lwt_ppx__ppx_let_tests.dev] synchronised (file:///home/opam/src)[WARNING] Failed checks on lwt_ppx__ppx_let_tests package definition from source at file:///home/opam/src:warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "NOTFORRELEASE"lwt_ppx__ppx_let_tests is now pinned to file:///home/opam/src (version dev)[lwt_ppx.dev] synchronised (file:///home/opam/src)lwt_ppx is now pinned to file:///home/opam/src (version dev)[lwt_direct.dev] synchronised (file:///home/opam/src)lwt_direct is now pinned to file:///home/opam/src (version dev)[lwt.dev] synchronised (file:///home/opam/src)lwt is now pinned to file:///home/opam/src (version dev)2025-11-03 11:09.43 ---> using "057429f5b6feab3a413910cfcdc7b375496d4c80a8feafc26b1666c8f6c7dc8c" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-11-03 11:09.43 ---> using "10dfbef95f165887e25833dd0f886eb179ad95478a863edb2972439977b463b4" from cache/: (env DEPS "base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 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 lwt_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.dev lwt.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lwt_ppx.dev] synchronised (file:///home/opam/src)[lwt_direct.dev] synchronised (file:///home/opam/src)[lwt.dev] synchronised (file:///home/opam/src)[lwt_react.dev] synchronised (file:///home/opam/src)[lwt_ppx__ppx_let_tests.dev] synchronised (file:///home/opam/src)[lwt_retry.dev] synchronised (file:///home/opam/src)[lwt_runtime_events.dev] synchronised (file:///home/opam/src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-11-03 11:09.43 ---> using "78e9309d22db68d42af1cdf772cfd1835000c8cbca6d9eca3a95eb2d93433b4d" from cache/: (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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 19 packages- install base v0.17.3- install base-bytes base- install cppo 1.8.0- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install ocaml-compiler-libs v0.17.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install ppx_derivers 1.2.1- install ppx_here v0.17.0- install ppx_let v0.17.1- install ppxlib 0.37.0- install react 1.2.2- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved csexp.1.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_here.v0.17.0 (cached)-> retrieved ppx_let.v0.17.1 (cached)-> retrieved react.1.2.2 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.20.2-> installed ocamlbuild.0.16.1-> installed cppo.1.8.0-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.17.0-> installed dune-configurator.3.20.2-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ocplib-endian.1.2-> installed ppx_derivers.1.2.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed base.v0.17.3-> installed ppxlib.0.37.0-> installed topkg.1.1.0-> installed ppx_here.v0.17.0-> installed react.1.2.2-> installed ppx_let.v0.17.1Done.# To update the current shell environment, run: eval $(opam env)2025-11-03 11:09.43 ---> using "62e8c8c193c6a3de81b8527d8f06360910a86cb7a1743c5d3b0c8bf54c3edb4f" from cache/: (copy (src .) (dst /home/opam/src))2025-11-03 11:10.26 ---> saved as "c74de24a7c41c4620ef31947daa236cf9b092ca054f47415746ad010e6fe6e93"/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test/retry && ./main.exe)Testing library 'retry'.................Ok. 14 tests ran, 0 tests skipped in 0.01 seconds(cd _build/default/test/direct && ./main.exe)Testing library 'lwt_direct'................Ok. 13 tests ran, 0 tests skipped in 0.02 seconds(cd _build/default/test/ppx && ./main.exe)Testing library 'ppx'...................Ok. 16 tests ran, 0 tests skipped in 1.26 seconds(cd _build/default/test/core && ./main.exe)Testing library 'core'..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................Ok. 705 tests ran, 23 tests skipped in 0.29 seconds(cd _build/default/test/react && ./main.exe)Testing library 'react'..............Ok. 11 tests ran, 0 tests skipped in 4.53 secondsFile "test/unix/dune", line 22, characters 7-11:22 | (name main)^^^^(cd _build/default/test/unix && ./main.exe)Testing library 'unix'....................................SS.................................................................................................................EEEE........................................E.EEE.....E................................Test 'establish_server: explicit close' in suite 'lwt_io' raised 'Unix.Unix_error(Unix.ECONNRESET, "shutdown", "")'Test 'mcast-join-loop' in suite 'unix_mcast' raised 'Unix.Unix_error(Unix.EINVAL, "setsockopt", "")'Test 'mcast-nojoin-loop' in suite 'unix_mcast' raised 'Unix.Unix_error(Unix.EINVAL, "setsockopt", "")'Test 'mcast-join-noloop' in suite 'unix_mcast' raised 'Unix.Unix_error(Unix.EINVAL, "setsockopt", "")'Test 'mcast-nojoin-noloop' in suite 'unix_mcast' raised 'Unix.Unix_error(Unix.EINVAL, "setsockopt", "")'Test 'mincore buffer length = page_size * 2, n_states = 1' in suite 'lwt_bytes' raised 'Lwt_sys.Not_available("unix_mincore")'Test 'mincore buffer length = page_size * 2 + 1, n_states = 2' in suite 'lwt_bytes' raised 'Lwt_sys.Not_available("unix_mincore")'Test 'mincore buffer length = page_size , n_states = 0' in suite 'lwt_bytes' raised 'Lwt_sys.Not_available("unix_mincore")'Test 'wait_mincore correct bounds' in suite 'lwt_bytes' raised 'Lwt_sys.Not_available("unix_mincore")'"cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-11-03 11:11.44: Job failed: Failed: Build failed