2025-09-09 09:37.57: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/fix-32bit (7ecb271177cf39f9892df0e9a8afb90bf8d2c544) (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 "fix-32bit" && cd "lwt" && git reset --hard 7ecb2711cat > 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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && 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.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.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.1 dune-configurator.3.20.1 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.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-09 09:37.57: Using cache hint "ocsigen/lwt-openbsd-77-amd64-ocaml-5.3-openbsd-77-amd64-5.3_opam-2.4-37f86c30248d78a81a58db17a35d8f91"2025-09-09 09:37.57: 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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && 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.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.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.1 dune-configurator.3.20.1 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.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-09 09:37.57: Waiting for resource in pool OCluster2025-09-09 09:37.57: Waiting for worker…2025-09-09 09:39.07: Got resource from pool OClusterBuilding on oreganoHEAD is now at fabc70ef3 add 32bit build to the CIHEAD is now at 7ecb27117 fix ci config(from openbsd-77-amd64-ocaml-5.3)2025-09-09 09:39.08 ---> 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-09 09:39.08 ---> 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-09 09:39.08 ---> 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-09 09:39.08 ---> using "3e94658d8253b73c02953660f5bc81fa4c7c3f8596f6a9a76722eed615a3e4e9" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf6368c68f9..4c972ba0fc master -> origin/master4c972ba0fc Merge pull request #28397 from maiste/release-dune-3.20.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-09-09 09:39.08 ---> using "9579794861f423496e7896158df26c5123b9ac0f3fa298a08f42355cb7922192" from cache/: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam)(dst /home/opam/src/./))2025-09-09 09:39.08 ---> using "bb7a8c7b5e81f567a9b7f646b974f4b8c753b5de1e211ae02097908ac7abaf38" 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.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.dev] synchronised (file:///home/opam/src)lwt is now pinned to file:///home/opam/src (version dev)2025-09-09 09:39.08 ---> using "482fc646e7af851d64c56204b8fc19851570f1e8043d6f59c799ac99849bcfc5" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-09-09 09:39.08 ---> using "d6f6fd987e7b1c78a56238d2e6dced79eab652e121a584d5fd8450fdfdbf2c76" 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.1 dune-configurator.3.20.1 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.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lwt_ppx__ppx_let_tests.dev] synchronised (file:///home/opam/src)[lwt_ppx.dev] synchronised (file:///home/opam/src)[lwt.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-09 09:39.08 ---> using "c5e5f3bc28d7b31056d01e7766ed0947acb56ca13baf0fe1e8753eed2537033a" 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 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.1- install dune-configurator 3.20.1- 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 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.1, dune-configurator.3.20.1 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.20.1-> 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.1-> 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-09 09:39.08 ---> using "0c6cd7c2ec917aa3f6914e489b3564a570f44780562a187dd2edbd9c8e2783d0" from cache/: (copy (src .) (dst /home/opam/src))2025-09-09 09:39.52 ---> saved as "896b96f6cf54d004d4de84202a4f8fbb1251e1ba2286c80fbf275a9d069d3ff3"/: (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.02 seconds(cd _build/default/test/ppx && ./main.exe)Testing library 'ppx'...................Ok. 16 tests ran, 0 tests skipped in 1.27 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.54 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-09-09 09:41.12: Job failed: Failed: Build failed