2025-09-22 12:29.47: New job: test mirage/ocaml-hvsock https://github.com/mirage/ocaml-hvsock.git#refs/heads/main (6f7854ab245645727a7fd06844b9a4745e02e0fe) (windows-amd64:windows-server-2022-amd64-5.3_opam-2.4) Base: windows-server-2022-amd64-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/ocaml-hvsock.git" -b "main" && cd "ocaml-hvsock" && git reset --hard 6f7854ab cat > Dockerfile <<'END-OF-DOCKERFILE' FROM windows-server-2022-amd64-ocaml-5.3 # windows-server-2022-amd64-5.3_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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 hvsock.opam /Users/opam/src/./ RUN opam pin add -yn hvsock.dev '/Users/opam/src/./' RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project' ENV DEPS="alcotest.1.9.0 angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.9.0 lwt.5.9.2 mingw-w64-shims.0.2.0 mirage-flow.5.0.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 system-mingw.1 topkg.1.1.0 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y hvsock.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-09-22 12:29.47: Using cache hint "mirage/ocaml-hvsock-windows-server-2022-amd64-ocaml-5.3-windows-server-2022-amd64-5.3_opam-2.4-e9e975ddf896d27aea39f955125aaf19" 2025-09-22 12:29.47: Using OBuilder spec: ((from windows-server-2022-amd64-ocaml-5.3) (comment windows-server-2022-amd64-5.3_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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src hvsock.opam) (dst /Users/opam/src/./)) (run (network host) (shell "opam pin add -yn hvsock.dev '/Users/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'")) (env DEPS "alcotest.1.9.0 angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.9.0 lwt.5.9.2 mingw-w64-shims.0.2.0 mirage-flow.5.0.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 system-mingw.1 topkg.1.1.0 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4") (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 hvsock.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-09-22 12:29.47: Waiting for resource in pool OCluster 2025-09-22 20:18.46: Waiting for worker… 2025-09-23 01:30.49: Got resource from pool OCluster Building on thyme All commits already cached HEAD is now at 6f7854a add maintenance intent, fix link (from windows-server-2022-amd64-ocaml-5.3) 2025-09-23 01:30.50 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache /: (comment windows-server-2022-amd64-5.3_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-09-23 01:30.50 ---> using "1e2d14b3062f84a7d6f6f169887d274097a3ceefc9654f3a38ec7d8793bb5864" 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-09-23 01:30.50 ---> using "6dbdca3e6c2df003f6cebaa139aa227252a76195aef4f258913cc7da8ee795b2" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) CYGWIN_NT-10.0-20348 3.6.4-1.x86_64 The OCaml toplevel, version 5.3.0 2.4.1 2025-09-23 01:30.50 ---> using "dd7e0e07f915e027f7b9342b70fd32de99a0178469368b94a3f981825bdf3d42" 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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f1d3c77350..3f21ebe342 master -> origin/master 3f21ebe342 Merge pull request #28544 from vouillon/opam-publish-re.1.14.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-09-23 01:30.50 ---> using "3d9a0dd6ddb87ca8acf3b295d21a3088a5dc81cdb82d143df5c7a65eae095cb5" from cache /: (copy (src hvsock.opam) (dst /Users/opam/src/./)) 2025-09-23 01:31.46 ---> saved as "e27ff8e3d9c664bf621454d7800fd0bd317e44df3d7b6b7ff7c7d8532570ef0d" /: (run (network host) (shell "opam pin add -yn hvsock.dev '/Users/opam/src/./'")) [hvsock.dev] synchronised (file://C:/Users/opam/src/.) hvsock is now pinned to file://C:/Users/opam/src/. (version dev) 2025-09-23 01:32.14 ---> saved as "fec618c26a3d4a0c74e2d48c7eef96442a5eb1c92f1d18b2de6c92dee75d762f" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'")) 2025-09-23 01:32.51 ---> saved as "e00da6e369e99aa4c2608929061a91bc52481ec9d223591748f3c4534e0d654d" /: (env DEPS "alcotest.1.9.0 angstrom.0.16.1 arch-x86_64.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 logs.0.9.0 lwt.5.9.2 mingw-w64-shims.0.2.0 mirage-flow.5.0.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 system-mingw.1 topkg.1.1.0 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4") /: (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 hvsock.dev $DEPS")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [hvsock.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.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 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-09-23 01:35.41 ---> saved as "aabbf3716017f6fa108d6429532d149fff2b99dc1ad14b50bc290a78905f01a2" /: (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.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 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 29 packages - install alcotest 1.9.0 - install angstrom 0.16.1 - install astring 0.8.5 - install base-bytes base - install base64 3.5.2 - install bigstringaf 0.10.0 - install cmdliner 1.3.0 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.20.2 - install dune-configurator 3.20.2 - install duration 0.2.1 - install fmt 0.11.0 - install logs 0.9.0 - install lwt 5.9.2 - install mirage-flow 5.0.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install re 1.14.0 - install sha 1.15.4 - install stdlib-shims 0.3.0 - install stringext 1.6.0 - install topkg 1.1.0 - install uri 4.4.0 - install uuidm 0.9.10 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved base64.3.5.2 (https://github.com/mirage/ocaml-base64/releases/download/v3.5.2/base64-3.5.2.tbz) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved duration.0.2.1 (cached) -> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz) -> retrieved logs.0.9.0 (https://erratique.ch/software/logs/releases/logs-0.9.0.tbz) -> retrieved mirage-flow.5.0.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved lwt.5.9.2 (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.2.tar.gz) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz) -> retrieved stringext.1.6.0 (cached) -> retrieved uri.4.4.0 (cached) -> retrieved topkg.1.1.0 (https://erratique.ch/software/topkg/releases/topkg-1.1.0.tbz) -> retrieved uuidm.0.9.10 (cached) -> retrieved uutf.1.0.4 (cached) -> installed cmdliner.1.3.0 -> 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.3.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe [WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe [WARNING] C:\Users\opam\AppData\Local\opam\5.3.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 uuidm.0.9.10 -> installed uutf.1.0.4 -> installed astring.0.8.5 -> installed fmt.0.11.0 -> installed dune.3.20.2 -> installed base64.3.5.2 -> installed csexp.1.5.2 -> installed cstruct.6.2.0 -> installed cppo.1.8.0 -> installed duration.0.2.1 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.14.0 -> installed ocplib-endian.1.2 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed dune-configurator.3.20.2 -> installed sha.1.15.4 -> installed bigstringaf.0.10.0 -> installed alcotest.1.9.0 -> installed angstrom.0.16.1 -> installed uri.4.4.0 -> installed lwt.5.9.2 -> installed mirage-flow.5.0.0 -> installed logs.0.9.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-23 01:55.38 ---> saved as "b83dc925c7c991e664167ccca049f30b93a3a616840c6a23994220764ef74ecf" /: (copy (src .) (dst /Users/opam/src)) 2025-09-23 01:56.17 ---> saved as "8cedb5aa2139232410ca8612846afa34cb4f5c988e7a4600e196518a15ecd417" /: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && C:\Users\opam\AppData\Local\opam\5.3.0\bin\ocamlc.opt.exe -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w A-4-41-44 -warn-error +1..49 -safe-string -principal -strict-sequence -g -bin-annot -bin-annot-occurrences -I lib/.hvsock.objs/byte -I C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\angstrom -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\base64 -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\bigstringaf -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\cstruct -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\stringext -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\uri -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\uuidm -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\uutf -no-alias-deps -opaque -open Hvsock -o lib/.hvsock.objs/byte/hvsock__Af_common.cmo -c -impl lib/af_common.ml) File "lib/af_common.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. (cd _build/default/lib && C:\Users\opam\AppData\Local\opam\5.3.0\bin\x86_64-w64-mingw32-gcc.exe -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -O2 -fno-strict-aliasing -fwrapv -mms-bitfields -g -I C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml -I C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\angstrom -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\base64 -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\bigstringaf -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\cstruct -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\stringext -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\uri -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\uuidm -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\uutf -o hvsock_stubs.o -c hvsock_stubs.c) hvsock_stubs.c:39: warning: "ETIMEDOUT" redefined 39 | #define ETIMEDOUT -WSAETIMEDOUT | In file included from /usr/lib/gcc/x86_64-w64-mingw32/13/include/mm_malloc.h:29, from /usr/x86_64-w64-mingw32/sys-root/mingw/include/malloc.h:138, from /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdlib.h:717, from hvsock_stubs.c:19: /usr/x86_64-w64-mingw32/sys-root/mingw/include/errno.h:223: note: this is the location of the previous definition 223 | #define ETIMEDOUT 138 | 2025-09-23 01:57.35 ---> saved as "dd7f9a3986c9929590fa5d335a0e7340a56a71e9040d5eb0b5814672c1acda3c" Job succeeded 2025-09-23 01:57.35: Job succeeded