2025-09-19 11:36.45: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/lwt-6 (2bb5c466ec4afadb5f1c6e80682b540cc4f63311) (openbsd-amd64:openbsd-77-amd64-5.3_opam-2.4)Base: openbsd-77-amd64-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "lwt-6" && cd "lwt" && git reset --hard 2bb5c466cat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-77-amd64-ocaml-5.3# openbsd-77-amd64-5.3_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.36.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-09-19 11:36.45: Using cache hint "ocsigen/lwt-openbsd-77-amd64-ocaml-5.3-openbsd-77-amd64-5.3_opam-2.4-01dde3e73b445c363b17ae4801faa4d7"2025-09-19 11:36.45: Using OBuilder spec:((from openbsd-77-amd64-ocaml-5.3)(comment openbsd-77-amd64-5.3_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.36.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-09-19 11:36.45: Waiting for resource in pool OCluster2025-09-19 11:36.46: Waiting for worker…2025-09-19 11:36.46: Got resource from pool OClusterBuilding on oreganoHEAD is now at 75ba14477 Lwt_preemptive better name for worker terminationHEAD is now at 2bb5c466e Merge pull request #1077 from ocsigen/lwt-6-default-domain(from openbsd-77-amd64-ocaml-5.3)2025-09-19 11:36.46 ---> using "dc707c89317e57219dd7c32040190088ba567d26527ae4e5705249b0fb8a1108" from cache/: (comment openbsd-77-amd64-5.3_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-09-19 11:36.46 ---> using "4d9f2a8454ac13a719d2037eb6c4585f3abe585d262d4d52cd10fd3a6a878703" 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-09-19 11:36.46 ---> using "bb11bdcc8731bf96bbd893c143001a8c2da00300f0748ab029cedf39ac58fbd1" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.7The OCaml toplevel, version 5.3.02.4.12025-09-19 11:36.46 ---> using "3e94658d8253b73c02953660f5bc81fa4c7c3f8596f6a9a76722eed615a3e4e9" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf6368c68f9..7949ff40d8 master -> origin/master6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc<><> 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-09-19 11:36.46 ---> using "3f749ea8408b1e93591248115fe5d044639e8fc8c7e553330eb55a589e60a1a6" 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-09-19 11:36.46 ---> using "0b4c2fa1bead463df83f8030214111d909b5da9f8f625ba1d91970d39c48896d" from cache/: (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-09-19 11:36.46 ---> using "b33ef9782777e4cb62f8164282ff7e69fef5869202c8bf2b76bf20d3101fac69" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-09-19 11:36.46 ---> using "f8bc31eabf94ea7ec5413b37d2f637b02619e9afcc2444a04c4b669aff4c72db" 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 domain_shims.0.1.0 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.36.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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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-09-19 11:36.46 ---> using "b82bc8751ab5dd843c57be2982cfeafbb7b5a8f31acdc97e18c968d18296edef" 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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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.36.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.36.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.36.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-09-19 11:36.46 ---> using "e56705ce63cb2631dadd85bd9f8310e1e0377330bfdb4c4ab08e48f4b8110ddd" from cache/: (copy (src .) (dst /home/opam/src))2025-09-19 11:36.46 ---> using "33b34dc80acf642ea83db17fd3bc0048232872c169136a9d9ee215269150f409" from cache/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test/multidomain && ./movingpromises.exe)moving-promises: ✓(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/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.02 secondsFile "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/core && ./main.exe)Testing library 'core'..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................Ok. 697 tests ran, 23 tests skipped in 0.26 seconds(cd _build/default/test/ppx && ./main.exe)Testing library 'ppx'...................Ok. 16 tests ran, 0 tests skipped in 1.25 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'................................................................................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-09-19 11:38.02: Job failed: Failed: Build failed