2025-11-05 15:29.17: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/lwt-6-only-await-and-events (90829660790f65c3eccc26088345097e064657f1) (macos-x86_64:macos-homebrew-5.4_opam-2.4)Base: macos-homebrew-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocsigen/lwt.git" -b "lwt-6-only-await-and-events" && cd "lwt" && git reset --hard 90829660cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.4# macos-homebrew-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam ./src/./RUN opam pin add -yn lwt_runtime_events.dev './src/./' && \opam pin add -yn lwt_retry.dev './src/./' && \opam pin add -yn lwt_react.dev './src/./' && \opam pin add -yn lwt_ppx__ppx_let_tests.dev './src/./' && \opam pin add -yn lwt_ppx.dev './src/./' && \opam pin add -yn lwt_direct.dev './src/./' && \opam pin add -yn lwt.dev './src/./'RUN echo '(lang dune 3.0)' > './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.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.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_runtime_events.dev 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 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-11-05 15:29.17: Using cache hint "ocsigen/lwt-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_opam-2.4-e1b69c445173ce854016c694311f718b"2025-11-05 15:29.17: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam)(dst ./src/./))(run (network host)(shell "opam pin add -yn lwt_runtime_events.dev './src/./' && \\nopam pin add -yn lwt_retry.dev './src/./' && \\nopam pin add -yn lwt_react.dev './src/./' && \\nopam pin add -yn lwt_ppx__ppx_let_tests.dev './src/./' && \\nopam pin add -yn lwt_ppx.dev './src/./' && \\nopam pin add -yn lwt_direct.dev './src/./' && \\nopam pin add -yn lwt.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './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.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.1")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_runtime_events.dev 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-11-05 15:29.17: Waiting for resource in pool OCluster2025-11-05 18:23.19: Waiting for worker…2025-11-05 23:05.39: Got resource from pool OClusterBuilding on i7-worker-03All commits already cachedHEAD is now at 908296607 tracing examples moved out of tests(from macos-homebrew-ocaml-5.4)2025-11-05 23:05.40 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))2025-11-05 23:05.40 ---> using "c45c11c7286cf606ab2156414383237a0e197bf48b9278e9465cc1693c9332b7" 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.This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-11-05 23:05.40 ---> using "59a16318ff40c58338bc0b572a2d778111fa14b30a0dc4a11f6465d8abb80bbd" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.4.12025-11-05 23:05.41 ---> using "03cbf303c2ae412068cf1b7f097ec773b09f8e6d693af9a4cf051761664f96f9" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..70d1dfb3b8 master -> origin/master930436c8d2 Merge pull request #28833 from dbuenzli/b0-publish-topkg-care.1.1.1-etc-d8693897f289e86e<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-05 23:05.41 ---> using "071e0d1ebbf47d02d8e8ee2f8a2068a6330a2c27acc1904cc51f49db040ed204" from cache/: (copy (src lwt_runtime_events.opam lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam)(dst ./src/./))2025-11-05 23:05.42 ---> using "26e1792771b203f242e957e689970c1eddbac055a2fb2ed3b31f1404dd4ad9b6" from cache/: (run (network host)(shell "opam pin add -yn lwt_runtime_events.dev './src/./' && \\nopam pin add -yn lwt_retry.dev './src/./' && \\nopam pin add -yn lwt_react.dev './src/./' && \\nopam pin add -yn lwt_ppx__ppx_let_tests.dev './src/./' && \\nopam pin add -yn lwt_ppx.dev './src/./' && \\nopam pin add -yn lwt_direct.dev './src/./' && \\nopam pin add -yn lwt.dev './src/./'"))[NOTE] Package lwt_runtime_events does not exist in opam repositories registered in the current switch.[lwt_runtime_events.dev] synchronised (file:///Users/mac1000/src)lwt_runtime_events is now pinned to file:///Users/mac1000/src (version dev)[lwt_retry.dev] synchronised (file:///Users/mac1000/src)lwt_retry is now pinned to file:///Users/mac1000/src (version dev)[lwt_react.dev] synchronised (file:///Users/mac1000/src)lwt_react is now pinned to file:///Users/mac1000/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:///Users/mac1000/src)[WARNING] Failed checks on lwt_ppx__ppx_let_tests package definition from source at file:///Users/mac1000/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:///Users/mac1000/src (version dev)[lwt_ppx.dev] synchronised (file:///Users/mac1000/src)lwt_ppx is now pinned to file:///Users/mac1000/src (version dev)[lwt_direct.dev] synchronised (file:///Users/mac1000/src)lwt_direct is now pinned to file:///Users/mac1000/src (version dev)[lwt.dev] synchronised (file:///Users/mac1000/src)lwt is now pinned to file:///Users/mac1000/src (version dev)2025-11-05 23:05.42 ---> using "e295549149a56d6d1e9675fe14e10aa833cc5d9d2a30687d654dbecbfc2c49fb" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-11-05 23:05.42 ---> using "8b38255bcc5f4af1a4b17576b69b652e5125c49bfda3d8bf5ec6558664822a7d" 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.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.1")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_runtime_events.dev lwt_retry.dev lwt_react.dev lwt_ppx__ppx_let_tests.dev lwt_ppx.dev lwt_direct.dev lwt.dev $DEPS"))+ /usr/local/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lwt_ppx.dev] synchronised (file:///Users/mac1000/src)[lwt_direct.dev] synchronised (file:///Users/mac1000/src)[lwt.dev] synchronised (file:///Users/mac1000/src)[lwt_ppx__ppx_let_tests.dev] synchronised (file:///Users/mac1000/src)[lwt_react.dev] synchronised (file:///Users/mac1000/src)[lwt_retry.dev] synchronised (file:///Users/mac1000/src)[lwt_runtime_events.dev] synchronised (file:///Users/mac1000/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-11-05 23:05.43 ---> using "3da17f19e30b7b408b1087f62358fe4e2ad565e0b9e152a5b607b9b5f0305600" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 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.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.1<><> 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_here.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (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.1 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed react.1.2.2-> installed dune.3.20.2-> installed stdlib-shims.0.3.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed sexplib0.v0.17.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ocaml-compiler-libs.v0.17.0-> installed cppo.1.8.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.20.2-> installed base.v0.17.3-> installed ppxlib.0.37.0-> installed ppx_here.v0.17.0-> installed ppx_let.v0.17.1Done.# To update the current shell environment, run: eval $(opam env)2025-11-05 23:05.43 ---> using "909a2edffa129628ad5bbfb1167204de779e67431a4babc6c2cb1fd4e7893f3a" from cache/: (copy (src .) (dst ./src))2025-11-05 23:05.45 ---> saved as "08d1381db00f7ad5a1104252e41b6ea42a52dbdecf46c2d6ef0e0b0e5b350400"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlmklib -g -o src/unix/lwt_unix_stubs src/unix/windows_write_job.o src/unix/windows_write.o src/unix/windows_system_job.o src/unix/windows_somaxconn.o src/unix/windows_read_job.o src/unix/windows_read.o src/unix/windows_pwrite_job.o src/unix/windows_pwrite.o src/unix/windows_pread_job.o src/unix/windows_pread.o src/unix/windows_not_available.o src/unix/windows_is_socket.o src/unix/windows_get_page_size.o src/unix/windows_fsync_job.o src/unix/windows_bytes_write_job.o src/unix/windows_bytes_write.o src/unix/windows_bytes_read_job.o src/unix/windows_bytes_read.o src/unix/unix_writev_job.o src/unix/unix_writev.o src/unix/unix_write_job.o src/unix/unix_write.o src/unix/unix_writable.o src/unix/unix_wait_mincore_job.o src/unix/unix_wait4.o src/unix/unix_valid_dir.o src/unix/unix_utimes_job.o src/unix/unix_unlink_job.o src/unix/unix_truncate_job.o src/unix/unix_termios_conversion.o src/unix/unix_tcsetattr_job.o src/unix/unix_tcsendbreak_job.o src/unix/unix_tcgetattr_job.o src/unix/unix_tcflush_job.o src/unix/unix_tcflow_job.o src/unix/unix_tcdrain_job.o src/unix/unix_symlink_job.o src/unix/unix_stat_job_utils.o src/unix/unix_stat_job.o src/unix/unix_stat_64_job.o src/unix/unix_somaxconn.o src/unix/unix_set_affinity.o src/unix/unix_sendto_byte.o src/unix/unix_sendto.o src/unix/unix_send_msg_byte.o src/unix/unix_send_msg.o src/unix/unix_send.o src/unix/unix_rmdir_job.o src/unix/unix_rewinddir_job.o src/unix/unix_rename_job.o src/unix/unix_recvfrom.o src/unix/unix_recv_send_utils.o src/unix/unix_recv_msg.o src/unix/unix_recv.o src/unix/unix_readv_writev_utils.o src/unix/unix_readv_job.o src/unix/unix_readv.o src/unix/unix_readlink_job.o src/unix/unix_readdir_n_job.o src/unix/unix_readdir_job.o src/unix/unix_readable.o src/unix/unix_read_job.o src/unix/unix_read.o src/unix/unix_pwrite_job.o src/unix/unix_pwrite.o src/unix/unix_pread_job.o src/unix/unix_pread.o src/unix/unix_opendir_job.o src/unix/unix_open_job.o src/unix/unix_not_available.o src/unix/unix_mkfifo_job.o src/unix/unix_mkdir_job.o src/unix/unix_mincore.o src/unix/unix_mcast_utils.o src/unix/unix_mcast_set_ttl.o src/unix/unix_mcast_set_loop.o src/unix/unix_mcast_modify_membership.o src/unix/unix_madvise.o src/unix/unix_lstat_job.o src/unix/unix_lstat_64_job.o src/unix/unix_lseek_job.o src/unix/unix_lockf_job.o src/unix/unix_link_job.o src/unix/unix_isatty_job.o src/unix/unix_iov_max.o src/unix/unix_invalidate_dir.o src/unix/unix_guess_blocking_job.o src/unix/unix_getprotoby_getservby_job.o src/unix/unix_getnameinfo_job.o src/unix/unix_getlogin_job.o src/unix/unix_gethostname_job.o src/unix/unix_gethostbyname_job.o src/unix/unix_gethostbyaddr_job.o src/unix/unix_getcwd_job.o src/unix/unix_getaddrinfo_job.o src/unix/unix_get_pw_gr_nam_id_job.o src/unix/unix_get_page_size.o src/unix/unix_get_network_information_utils.o src/unix/unix_get_credentials.o src/unix/unix_get_cpu.o src/unix/unix_get_affinity.o src/unix/unix_ftruncate_job.o src/unix/unix_fsync_job.o src/unix/unix_fstat_job.o src/unix/unix_fstat_64_job.o src/unix/unix_fdatasync_job.o src/unix/unix_fchown_job.o src/unix/unix_fchmod_job.o src/unix/unix_closedir_job.o src/unix/unix_close_job.o src/unix/unix_chroot_job.o src/unix/unix_chown_job.o src/unix/unix_chmod_job.o src/unix/unix_chdir_job.o src/unix/unix_bytes_write_job.o src/unix/unix_bytes_write.o src/unix/unix_bytes_sendto_byte.o src/unix/unix_bytes_sendto.o src/unix/unix_bytes_send.o src/unix/unix_bytes_recvfrom.o src/unix/unix_bytes_recv.o src/unix/unix_bytes_read_job.o src/unix/unix_bytes_read.o src/unix/unix_bind_job.o src/unix/unix_access_job.o src/unix/unix_accept4.o src/unix/lwt_unix_stubs.o src/unix/lwt_process_stubs.o src/unix/lwt_libev_stubs.o -ldopt -fPIC -ldopt -pthread)/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_write_job.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_write.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_system_job.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_somaxconn.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_read_job.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_read.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_pwrite_job.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_pwrite.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_pread_job.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_pread.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_not_available.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_is_socket.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_get_page_size.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_fsync_job.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_bytes_write_job.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_bytes_write.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_bytes_read_job.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/unix/liblwt_unix_stubs.a(windows_bytes_read.o) has no symbols(cd _build/default/test/retry && ./main.exe)Testing library 'retry'.................Ok. 14 tests ran, 0 tests skipped in 0.04 seconds(cd _build/default/test/direct && ./main.exe)Testing library 'lwt_direct'................Ok. 13 tests ran, 0 tests skipped in 0.00 seconds(cd _build/default/test/ppx && ./main.exe)Testing library 'ppx'...................Ok. 16 tests ran, 0 tests skipped in 1.41 seconds(cd _build/default/test/core && ./main.exe)Testing library 'core'..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................Ok. 705 tests ran, 23 tests skipped in 0.20 seconds(cd _build/default/test/react && ./main.exe)Testing library 'react'..............Ok. 11 tests ran, 0 tests skipped in 4.65 secondsFile "test/unix/dune", line 22, characters 7-11:22 | (name main)^^^^(cd _build/default/test/unix && ./main.exe)Testing library 'unix'....................................SSEE......................................................................................................................................................................................................Test 'getgrgid and Unix.getgrgid' in suite 'lwt_unix' raised 'Not_found'Test 'getgrnam and Unix.getgrnam' in suite 'lwt_unix' raised 'Not_found'"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-11-05 23:06.06: Job failed: Failed: Build failed