2025-10-27 22:42.16: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/lwt-6 (47bcbfde429bba0821f07306169d75ba5a9e2b8a) (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 47bcbfdecat > 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_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_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 domain_shims.0.1.0 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_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-10-27 22:42.16: Using cache hint "ocsigen/lwt-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.4-dcf355cba0344763c445940da23a8279"2025-10-27 22:42.16: 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_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_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 domain_shims.0.1.0 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_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-10-27 22:42.16: Waiting for resource in pool OCluster2025-10-28 02:54.51: Waiting for worker…2025-10-28 08:36.28: Got resource from pool OClusterBuilding on oreganoAll commits already cachedHEAD is now at 47bcbfde4 set version to 6beta0(from openbsd-77-amd64-ocaml-5.4)2025-10-28 08:36.28 ---> 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-10-28 08:36.28 ---> 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-10-28 08:36.28 ---> 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-10-28 08:36.28 ---> 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-10-28 08:36.28 ---> using "95c1df5154e87c3bce7efc4a28d5d7bdbd9f8708c94f08c05b2a998d2b50176e" from cache/: (copy (src 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-10-28 08:37.26 ---> saved as "3245e9b8784b9550d031164588eb5abdf49efb7f0692bd0ef60dfac83f827411"/: (run (network host)(shell "opam 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/./'"))[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-10-28 08:38.27 ---> saved as "f285ffcf394755ef3a5e3340873f73c44e5287d6af900a3f81b74e37e5ba14d3"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-10-28 08:39.24 ---> saved as "afcf65367c1a79647a7e788caae3d1a6cf48fdcabc1f48e2d56186a118d812d5"/: (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 domain_shims.0.1.0 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_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_ppx__ppx_let_tests.dev] synchronised (file:///home/opam/src)[lwt_react.dev] synchronised (file:///home/opam/src)[lwt_retry.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-10-28 08:40.27 ---> saved as "cbb17f02ec90e2520cb02c0131ae57823779e5954beffddd148f1527ef9c521e"/: (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 20 packages- install base v0.17.3- install base-bytes base- install cppo 1.8.0- install csexp 1.5.2- install domain_shims 0.1.0- 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 domain_shims.0.1.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 domain_shims.0.1.0-> installed dune-configurator.3.20.2-> installed ocaml-compiler-libs.v0.17.0-> 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-10-28 08:52.54 ---> saved as "b4e10bdf10fc9033877b64086ed371fd70ba9776ede608142b5d1fec5c4d07e8"/: (copy (src .) (dst /home/opam/src))2025-10-28 08:53.37 ---> saved as "85cdced33ab3eb364c7204ace27db50c6b1d089ee8781a6638677d93e94020c1"/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))File "test/multidomain/dune", line 2, characters 15-28:2 | (names basic domainworkers movingpromises unixpipe preempting)^^^^^^^^^^^^^(cd _build/default/test/multidomain && ./domainworkers.exe)Fatal error: exception File "src/core/lwt.ml", line 1039, characters 23-29: Assertion failed(cd _build/default/test/multidomain && ./basic.exe)basic: ✓(cd _build/default/test/multidomain && ./unixpipe.exe)unixpipe: ✓(cd _build/default/test/multidomain && ./preempting.exe)preempting: ✓(cd _build/default/test/multidomain && ./movingpromises.exe)moving-promises: ✓(cd _build/default/test/retry && ./main.exe)Testing library 'retry'.................Ok. 14 tests ran, 0 tests skipped in 0.02 seconds(cd _build/default/test/direct && ./main.exe)Testing library 'lwt_direct'................Ok. 13 tests ran, 0 tests skipped in 0.03 seconds(cd _build/default/test/core && ./main.exe)Testing library 'core'..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................Ok. 697 tests ran, 23 tests skipped in 0.33 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/react && ./main.exe)Testing library 'react'..............Ok. 11 tests ran, 0 tests skipped in 4.54 secondsFile "test/unix/dune", line 22, characters 7-11:22 | (name main)^^^^(cd _build/default/test/unix && ./main.exe)Testing library 'unix'................................................................................EEEE...............E.EEE......................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-10-28 08:55.00: Job failed: Failed: Build failed