2025-10-13 23:33.22: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/lwt-6-runtime-events (f462038bf486c4a5098942f6c283f239ef387a89) (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-runtime-events" && cd "lwt" && git reset --hard f462038bcat > 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.37.0~5.4preview 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-13 23:33.22: Using cache hint "ocsigen/lwt-openbsd-77-amd64-ocaml-5.3-openbsd-77-amd64-5.3_opam-2.4-e618d89379ddca8d4842351915af410d"2025-10-13 23:33.22: 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.37.0~5.4preview 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-13 23:33.22: Waiting for resource in pool OCluster2025-10-13 23:33.22: Waiting for worker…2025-10-13 23:33.22: Got resource from pool OClusterBuilding on oreganoHEAD is now at 300bfe071 demoing stall detectorHEAD is now at f462038bf stall detection demo: fix bugs, simplify things(from openbsd-77-amd64-ocaml-5.3)2025-10-13 23:33.23 ---> 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-10-13 23:33.23 ---> 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-10-13 23:33.23 ---> 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-10-13 23:33.23 ---> 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-10-13 23:33.23 ---> 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-10-13 23:33.23 ---> using "39b6453dc780576d34cf9580c97834eb82920e3bf6079a13ca3a233d610b62b5" 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-10-13 23:33.23 ---> using "d30ec52e3a448f98619ee0b7d02b906b933568b4de09f84126aa12954dd921b9" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-10-13 23:33.23 ---> using "68ec8b50da336f0efbcc970766d17542fb72e069eb71bc6d60ab27316219d037" 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.37.0~5.4preview 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_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)[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).[NOTE] It seems you have not updated your repositories for a while. Consider updating them with:opam update2025-10-13 23:33.23 ---> using "f365bd2c6931f3a465bd60fdbcd296120cbbeff67c9266f640596677d11e8b09" 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).[NOTE] It seems you have not updated your repositories for a while. Consider updating them with:opam updateThe 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~5.4preview- 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 ppxlib.0.37.0~5.4preview (cached)-> retrieved topkg.1.1.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~5.4preview-> 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-13 23:33.23 ---> using "0071aa3a1d1712a604792e2aa9b566d8b221a8436fa37364e818684f36a7f260" from cache/: (copy (src .) (dst /home/opam/src))2025-10-13 23:34.09 ---> saved as "1a2ce5278a593713eca55596d4e763d836084d387cfd620d0c9043c2d9a58f11"/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/5.3.0/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I test/stall_detection/.selfdetector.eobjs/byte -I /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/domain_shims -I /home/opam/.opam/5.3.0/lib/ocaml/runtime_events -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -cmi-file test/stall_detection/.selfdetector.eobjs/byte/dune__exe__Selfdetector.cmi -no-alias-deps -opaque -o test/stall_detection/.selfdetector.eobjs/byte/dune__exe__Selfdetector.cmo -c -impl test/stall_detection/selfdetector.ml)File "test/stall_detection/selfdetector.ml", line 21, characters 10-32:21 | | Lwt_main.Scheduler_lap ->^^^^^^^^^^^^^^^^^^^^^^Error: Unbound constructor Lwt_main.Scheduler_lap(cd _build/default/test/multidomain && ./basic.exe)basic: ✓(cd _build/default/test/multidomain && ./preempting.exe)preempting: ✓(cd _build/default/test/multidomain && ./unixpipe.exe)unixpipe: ✓(cd _build/default/test/multidomain && ./movingpromises.exe)moving-promises: ✓(cd _build/default/test/multidomain && ./domainworkers.exe)domain-workers: ✓(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 seconds(cd _build/default/test/core && ./main.exe)Testing library 'core'..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................Ok. 697 tests ran, 23 tests skipped in 0.25 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.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-13 23:35.25: Job failed: Failed: Build failed