2025-01-21 14:19.03: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/master (e625c09af4840cb035c4df237355cef6cdd8a300) (openbsd-amd64:openbsd-76-amd64-4.14_opam-2.3) Base: openbsd-76-amd64-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" -b "master" && cd "lwt" && git reset --hard e625c09a cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-76-amd64-ocaml-4.14 # openbsd-76-amd64-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e b41fc63234d56d04112634b1ea9121f12caf9794 || git fetch origin master) && git reset -q --hard b41fc63234d56d04112634b1ea9121f12caf9794 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 lwt_retry.opam lwt_react.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.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.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.34.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-01-21 14:19.03: Using cache hint "ocsigen/lwt-openbsd-76-amd64-ocaml-4.14-openbsd-76-amd64-4.14_opam-2.3-a4218ce80558de0d3c7bbd8b93b0f939" 2025-01-21 14:19.03: Using OBuilder spec: ((from openbsd-76-amd64-ocaml-4.14) (comment openbsd-76-amd64-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas ln -f /usr/bin/opam-2.3 /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 b41fc63234d56d04112634b1ea9121f12caf9794 || git fetch origin master) && git reset -q --hard b41fc63234d56d04112634b1ea9121f12caf9794 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src lwt_retry.opam lwt_react.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.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.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.34.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7") (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.3 --depext-only -y lwt_retry.dev lwt_react.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-01-21 14:19.03: Waiting for resource in pool OCluster 2025-01-21 15:42.17: Waiting for worker… 2025-01-21 18:45.41: Got resource from pool OCluster Building on bremusa All commits already cached HEAD is now at e625c09af Merge pull request #1050 from ocsigen/arm-runner (from openbsd-76-amd64-ocaml-4.14) 2025-01-21 18:45.41 ---> using "273e81235ea8a6b452476629509f5a1e49a129b613e30bfb7515f80881f75048" from cache /: (comment openbsd-76-amd64-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-01-21 18:45.41 ---> using "8f4c505b74dc31d91c5d30f3e3d123c2567bb97ae9c1708d719a97f14994a2cb" 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] synchronised from file:///home/opam/opam-repository 2025-01-21 18:45.41 ---> using "b66ba35f8a9a53257673fce4c0b7f7307b571514bb7b92fa06cc7e407f80f85e" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.6 The OCaml toplevel, version 4.14.2 2.3.0 2025-01-21 18:45.41 ---> using "136946daf17d74755f97e0e0d17c355664b0b582f53f270159dfd90ff2a9858b" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e b41fc63234d56d04112634b1ea9121f12caf9794 || git fetch origin master) && git reset -q --hard b41fc63234d56d04112634b1ea9121f12caf9794 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 727427c1e7..b41fc63234 master -> origin/master b41fc63234 Merge pull request #27302 from ocaml/dra27--rm-non-win32-host-pkgs <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-01-21 18:45.41 ---> using "279b96611dc0e0f92038dcc271a5e5e7a677f96739dd3ce2d58cb604d89832b3" from cache /: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam) (dst /home/opam/src/./)) 2025-01-21 18:46.39 ---> saved as "4a1f2efa8f2c57fffeca007c50cc39126dd1a33986152fb47938f6cf4f3e75da" /: (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.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) [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-01-21 18:47.42 ---> saved as "8e730058e6ec5471e0914cdc24c1949f66abd1e0c7a0a8900b3a8d1069044328" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-01-21 18:48.40 ---> saved as "644583e84d9ccedf0ee5014a8cf5fa5c5a9c89e207dd753d7d0371cabd41297e" /: (env DEPS "base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 conf-bash.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.34.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7") /: (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.3 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.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_react.dev] synchronised (file:///home/opam/src) [lwt.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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-bigarray is already installed (current version is base). 2025-01-21 18:49.49 ---> saved as "13287de9cb21213f0a6302e9c529c0a277eaccc6a7864f22c8d9d23fcd609173" /: (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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-bigarray is already installed (current version is base). The following actions will be performed: === install 21 packages - install base v0.16.3 - install base-bytes base - install bisect_ppx 2.8.3 - install cmdliner 1.3.0 - install conf-bash 1 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.17.1 - install dune-configurator 3.17.1 - install ocaml-compiler-libs v0.12.4 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - install ocplib-endian 1.2 - install ppx_derivers 1.2.1 - install ppx_here v0.16.0 - install ppx_let v0.16.0 - install ppxlib 0.34.0 - install react 1.2.2 - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install topkg 1.0.7 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved bisect_ppx.2.8.3 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved base.v0.16.3 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_here.v0.16.0 (cached) -> retrieved ppx_let.v0.16.0 (cached) -> retrieved react.1.2.2 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved ppxlib.0.34.0 (cached) -> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached) -> installed cmdliner.1.3.0 -> installed conf-bash.1 -> installed dune.3.17.1 -> installed ocamlbuild.0.15.0 -> installed cppo.1.8.0 -> installed csexp.1.5.2 -> installed ocaml-compiler-libs.v0.12.4 -> installed dune-configurator.3.17.1 -> installed ocamlfind.1.9.6 -> installed base-bytes.base -> installed ppx_derivers.1.2.1 -> installed sexplib0.v0.16.0 -> installed ocplib-endian.1.2 -> installed base.v0.16.3 -> installed stdlib-shims.0.3.0 -> installed topkg.1.0.7 -> installed ppxlib.0.34.0 -> installed react.1.2.2 -> installed bisect_ppx.2.8.3 -> installed ppx_here.v0.16.0 -> installed ppx_let.v0.16.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-21 19:01.30 ---> saved as "6f0a1a5a7bd101d77dd445a191db9be84e65ecef75cca9c30ed00b62bc7d7c21" /: (copy (src .) (dst /home/opam/src)) 2025-01-21 19:02.15 ---> saved as "922ee7bba15fcf4968f34dd0a751e4f2815c5ba3d3cd4c5dbc7108183a97f891" /: (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.26 seconds (cd _build/default/test/core && ./main.exe) Testing library 'core'... ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS.................................................................................................................................................. Ok. 705 tests ran, 23 tests skipped in 0.33 seconds (cd _build/default/test/react && ./main.exe) Testing library 'react'... ........... Ok. 11 tests ran, 0 tests skipped in 4.53 seconds File "test/unix/dune", line 22, characters 7-11: 22 | (name main) ^^^^ (cd _build/default/test/unix && ./main.exe) Testing library 'unix'... ...................E.................SS.................................................................................................................EEEE.........................................E.EEE.....E............................... Test 'establish_server: implicit close on exception' in suite 'lwt_io' raised 'Unix.Unix_error(Unix.ECONNRESET, "shutdown", "")' 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 1 2025-01-21 19:03.31: Job failed: Failed: Build failed