2025-10-21 09:30.04: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/lwt-6-only-await-and-events (8a2a718ece6d8addf0b8d89c1afae8ea30cc7a75) (windows-amd64:windows-server-2022-amd64-5.4_opam-2.4) Base: windows-server-2022-amd64-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" -b "lwt-6-only-await-and-events" && cd "lwt" && git reset --hard 8a2a718e cat > Dockerfile <<'END-OF-DOCKERFILE' FROM windows-server-2022-amd64-ocaml-5.4 # windows-server-2022-amd64-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f /usr/bin/opam-2.4 /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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u COPY --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 /Users/opam/src/./ RUN opam pin add -yn lwt_runtime_events.dev '/Users/opam/src/./' && \ opam pin add -yn lwt_retry.dev '/Users/opam/src/./' && \ opam pin add -yn lwt_react.dev '/Users/opam/src/./' && \ opam pin add -yn lwt_ppx__ppx_let_tests.dev '/Users/opam/src/./' && \ opam pin add -yn lwt_ppx.dev '/Users/opam/src/./' && \ opam pin add -yn lwt_direct.dev '/Users/opam/src/./' && \ opam pin add -yn lwt.dev '/Users/opam/src/./' RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project' ENV DEPS="arch-x86_64.1 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 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 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-env-mingw64.1 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 system-mingw.1 topkg.1.1.0" 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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /Users/opam/src RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-10-21 09:30.04: Using cache hint "ocsigen/lwt-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.4-9bead1d5d8ec704687f6f9f56db994a3" 2025-10-21 09:30.04: Using OBuilder spec: ((from windows-server-2022-amd64-ocaml-5.4) (comment windows-server-2022-amd64-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "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 "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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 /Users/opam/src/./)) (run (network host) (shell "opam pin add -yn lwt_runtime_events.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt_retry.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt_react.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt_ppx__ppx_let_tests.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt_ppx.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt_direct.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt.dev '/Users/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'")) (env DEPS "arch-x86_64.1 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 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 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-env-mingw64.1 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 system-mingw.1 topkg.1.1.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (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 "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /Users/opam/src)) (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-10-21 09:30.04: Waiting for resource in pool OCluster 2025-10-21 09:30.04: Waiting for worker… 2025-10-21 09:34.00: Got resource from pool OCluster Building on thyme HEAD is now at 6c65bbe34 add new lwt_runtime_events lib to workflow HEAD is now at 8a2a718ec tracing: remove counters (from windows-server-2022-amd64-ocaml-5.4) 2025-10-21 09:34.11 ---> using "dc0473c210cbdaa785843aceeb4b20f70de275b54f2f11b3cd1945755e26c295" from cache /: (comment windows-server-2022-amd64-5.4_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-21 09:34.11 ---> using "2cc10c0de974a41a492b52f4c10e4774291ab2452e1192584f4bd1214eecf165" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using built-in defaults. <><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><> opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools. How should opam obtain Unix tools? > 1. Use tools found in PATH (Cygwin installation at C:\cygwin64) 2. Automatically create an internal Cygwin installation that will be managed by opam (recommended) 3. Use Cygwin installation found in C:\cygwin64 4. Use another existing Cygwin/MSYS2 installation 5. Abort initialisation [1/2/3/4/5] 1 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://C:/Users/opam/opam-repository 2025-10-21 09:34.11 ---> using "e3a025f74254e53619e1cb17b830cf27adf6ecfb6e45ea98f6e1b9fc227d98a5" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) CYGWIN_NT-10.0-20348 3.6.5-1.x86_64 The OCaml toplevel, version 5.4.0 2.4.1 2025-10-21 09:34.11 ---> using "b2317ce0850b83bf9a96e1d3315a4c08197605467948e554d9a6e5c89b07a70d" from cache /: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u")) deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file://C:/Users/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-10-21 09:34.11 ---> using "303c9136cccb912d5b6afafbcd8534184868ce3712c10feee73186d4daa73b22" 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 /Users/opam/src/./)) 2025-10-21 09:34.47 ---> saved as "132ed09c8e270d6892924086694c5f996c6bbcc2092473671a639198e4c98bb8" /: (run (network host) (shell "opam pin add -yn lwt_runtime_events.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt_retry.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt_react.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt_ppx__ppx_let_tests.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt_ppx.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt_direct.dev '/Users/opam/src/./' && \ \nopam pin add -yn lwt.dev '/Users/opam/src/./'")) [NOTE] Package lwt_runtime_events does not exist in opam repositories registered in the current switch. [lwt_runtime_events.dev] synchronised (file://C:/Users/opam/src/.) lwt_runtime_events is now pinned to file://C:/Users/opam/src/. (version dev) [lwt_retry.dev] synchronised (file://C:/Users/opam/src/.) lwt_retry is now pinned to file://C:/Users/opam/src/. (version dev) [lwt_react.dev] synchronised (file://C:/Users/opam/src/.) lwt_react is now pinned to file://C:/Users/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://C:/Users/opam/src/.) [WARNING] Failed checks on lwt_ppx__ppx_let_tests package definition from source at file://C:/Users/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://C:/Users/opam/src/. (version dev) [lwt_ppx.dev] synchronised (file://C:/Users/opam/src/.) lwt_ppx is now pinned to file://C:/Users/opam/src/. (version dev) [lwt_direct.dev] synchronised (file://C:/Users/opam/src/.) lwt_direct is now pinned to file://C:/Users/opam/src/. (version dev) [lwt.dev] synchronised (file://C:/Users/opam/src/.) lwt is now pinned to file://C:/Users/opam/src/. (version dev) 2025-10-21 09:35.44 ---> saved as "e9c7a325af494121b4e0d9f87b73938f95653233c4d652d8604908e03867c746" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'")) 2025-10-21 09:36.21 ---> saved as "3fcc9127386172e92375729212d578070dfd1cadb354571b4505e5c87201df9d" /: (env DEPS "arch-x86_64.1 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 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 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-env-mingw64.1 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 system-mingw.1 topkg.1.1.0") /: (env CI true) /: (env OCAMLCI true) /: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (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")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [lwt.dev] synchronised (file://C:/Users/opam/src/.) [lwt_direct.dev] synchronised (file://C:/Users/opam/src/.) [lwt_ppx.dev] synchronised (file://C:/Users/opam/src/.) [lwt_ppx__ppx_let_tests.dev] synchronised (file://C:/Users/opam/src/.) [lwt_react.dev] synchronised (file://C:/Users/opam/src/.) [lwt_retry.dev] synchronised (file://C:/Users/opam/src/.) [lwt_runtime_events.dev] synchronised (file://C:/Users/opam/src/.) [NOTE] Package system-mingw is already installed (current version is 1). [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-env-mingw64 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 mingw-w64-shims is already installed (current version is 0.2.0). [NOTE] Package host-system-mingw is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [NOTE] Package flexdll is already installed (current version is 0.44). [NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1). [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] Package arch-x86_64 is already installed (current version is 1). 2025-10-21 09:38.06 ---> saved as "6cdefeeb729c90b4bf4d047159cd8715d17f21547e38a77eb9f611db79cc09d8" /: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "opam install $DEPS")) [NOTE] Package system-mingw is already installed (current version is 1). [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-env-mingw64 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 mingw-w64-shims is already installed (current version is 0.2.0). [NOTE] Package host-system-mingw is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [NOTE] Package flexdll is already installed (current version is 0.44). [NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1). [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] Package arch-x86_64 is already installed (current version is 1). 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.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved base.v0.17.3 (https://github.com/janestreet/base/archive/refs/tags/v0.17.3.tar.gz) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_here.v0.17.0 (cached) -> retrieved ppx_let.v0.17.1 (https://github.com/janestreet/ppx_let/archive/refs/tags/v0.17.1.tar.gz) -> retrieved react.1.2.2 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved ppxlib.0.37.0 (https://github.com/ocaml-ppx/ppxlib/releases/download/0.37.0/ppxlib-0.37.0.tbz) -> retrieved topkg.1.1.0 (https://erratique.ch/software/topkg/releases/topkg-1.1.0.tbz) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz) -> installed ocamlbuild.0.16.1 [WARNING] .install file is missing .exe extension for src/findlib/ocamlfind [WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt [WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.4.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe [WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.4.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe [WARNING] C:\Users\opam\AppData\Local\opam\5.4.0\bin\safe_camlp4 is a script; the command won't be available -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.0 -> installed react.1.2.2 -> installed dune.3.20.2 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed ppx_derivers.1.2.1 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.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.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-21 09:48.58 ---> saved as "2f830c0febc2dd76fe9074544105e2354f6cc4914d30be710df4af92fff5b57c" /: (copy (src .) (dst /Users/opam/src)) 2025-10-21 09:49.50 ---> saved as "a7b68197b515d8ccaf8019dc790ca399f08c9fa25791822002fac790800f4678" /: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) File "test/tracing/dune", line 11, characters 52-65: 11 | (libraries unix runtime_events lwt_runtime_events trace-fuchsia)) ^^^^^^^^^^^^^ Error: Library "trace-fuchsia" not found. -> required by _build/default/test/tracing/.tailgate.eobjs/byte/dune__exe__Tailgate.cmi -> required by alias test/tracing/check (cd _build/default/src/unix && C:\Users\opam\AppData\Local\opam\5.4.0\bin\x86_64-w64-mingw32-gcc.exe -Wall -fdiagnostics-color=always -DUNICODE -D_UNICODE -g -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\runtime_events -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\bytes -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\bigstring -I ../core -I ../runtime_events -o lwt_process_stubs.o -c lwt_process_stubs.c) lwt_process_stubs.c: In function 'lwt_process_create_process': lwt_process_stubs.c:68:10: warning: unused variable 'hp' [-Wunused-variable] 68 | HANDLE hp, fd0, fd1, fd2; | ^~ (cd _build/default && C:\Users\opam\AppData\Local\opam\5.4.0\bin\ocamlc.opt.exe -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/.staller.eobjs/byte -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\runtime_events -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\bytes -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\bigstring -I src/core/.lwt.objs/byte -I src/runtime_events/.lwt_runtime_events.objs/byte -I src/unix/.lwt_unix.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/stall_detection/.staller.eobjs/byte/dune__exe__Detector.cmo -c -impl test/stall_detection/detector.ml) File "test/stall_detection/detector.ml", line 1: Error: Could not find the .cmi file for interface test/stall_detection/detector.mli. (cd _build/default && C:\Users\opam\AppData\Local\opam\5.4.0\bin\ocamlc.opt.exe -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/.staller.eobjs/byte -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\runtime_events -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\bytes -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\bigstring -I src/core/.lwt.objs/byte -I src/runtime_events/.lwt_runtime_events.objs/byte -I src/unix/.lwt_unix.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/stall_detection/.staller.eobjs/byte/dune__exe__Selfdetector.cmo -c -impl test/stall_detection/selfdetector.ml) File "test/stall_detection/selfdetector.ml", line 1: Error: Could not find the .cmi file for interface test/stall_detection/selfdetector.mli. (cd _build/default && C:\Users\opam\AppData\Local\opam\5.4.0\bin\ocamlc.opt.exe -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 C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\runtime_events -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\bytes -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\bigstring -I src/core/.lwt.objs/byte -I src/runtime_events/.lwt_runtime_events.objs/byte -I src/unix/.lwt_unix.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/stall_detection/.selfdetector.eobjs/byte/dune__exe__Detector.cmo -c -impl test/stall_detection/detector.ml) File "test/stall_detection/detector.ml", line 1: Error: Could not find the .cmi file for interface test/stall_detection/detector.mli. (cd _build/default && C:\Users\opam\AppData\Local\opam\5.4.0\bin\ocamlc.opt.exe -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 C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\runtime_events -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\bytes -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\bigstring -I src/core/.lwt.objs/byte -I src/runtime_events/.lwt_runtime_events.objs/byte -I src/unix/.lwt_unix.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/stall_detection/.selfdetector.eobjs/byte/dune__exe__Staller.cmo -c -impl test/stall_detection/staller.ml) File "test/stall_detection/staller.ml", line 1: Error: Could not find the .cmi file for interface test/stall_detection/staller.mli. (cd _build/default && C:\Users\opam\AppData\Local\opam\5.4.0\bin\ocamlc.opt.exe -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/.detector.eobjs/byte -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\runtime_events -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\bytes -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\bigstring -I src/core/.lwt.objs/byte -I src/runtime_events/.lwt_runtime_events.objs/byte -I src/unix/.lwt_unix.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/stall_detection/.detector.eobjs/byte/dune__exe__Selfdetector.cmo -c -impl test/stall_detection/selfdetector.ml) File "test/stall_detection/selfdetector.ml", line 1: Error: Could not find the .cmi file for interface test/stall_detection/selfdetector.mli. (cd _build/default && C:\Users\opam\AppData\Local\opam\5.4.0\bin\ocamlc.opt.exe -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/.detector.eobjs/byte -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\runtime_events -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\bytes -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\bigstring -I src/core/.lwt.objs/byte -I src/runtime_events/.lwt_runtime_events.objs/byte -I src/unix/.lwt_unix.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/stall_detection/.detector.eobjs/byte/dune__exe__Staller.cmo -c -impl test/stall_detection/staller.ml) File "test/stall_detection/staller.ml", line 1: Error: Could not find the .cmi file for interface test/stall_detection/staller.mli. (cd _build/default/test/retry && .\main.exe) Testing library 'retry'... .............. Ok. 14 tests ran, 0 tests skipped in 0.03 seconds (cd _build/default/test/direct && .\main.exe) Testing library 'lwt_direct'... ............. Ok. 13 tests ran, 0 tests skipped in 0.63 seconds (cd _build/default/test/react && .\main.exe) Testing library 'react'... ........... Ok. 11 tests ran, 0 tests skipped in 5.78 seconds (cd _build/default/test/core && .\main.exe) Testing library 'core'... ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS.................................................................................................................................................. Ok. 705 tests ran, 23 tests skipped in 0.87 seconds (cd _build/default/test/unix && .\main.exe) Testing library 'unix'... SSSSS.........................SSSSS.......S...SSSSSSSSSSSSSS.S.....SSSSS.....................................SSSSS...............................................................SSSSSSS..SSSSSSS.......................................... Ok. 185 tests ran, 50 tests skipped in 8.20 seconds (cd _build/default/test/ppx && .\main.exe) Testing library 'ppx'... ................ Ok. 16 tests ran, 0 tests skipped in 1.30 seconds "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-10-21 09:51.58: Job failed: Failed: Build failed