2025-05-21 11:47.27: New job: test mirage/awa-ssh https://github.com/mirage/awa-ssh.git#refs/heads/main (95e469cacd00358d632b226c450c241e1d5ba990) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.3) Base: windows-server-2022-amd64-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/awa-ssh.git" -b "main" && cd "awa-ssh" && git reset --hard 95e469ca cat > Dockerfile <<'END-OF-DOCKERFILE' FROM windows-server-2022-amd64-ocaml-4.14 # windows-server-2022-amd64-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN 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 c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 || git fetch origin master) && git reset -q --hard c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 awa.opam awa-mirage.opam /Users/opam/src/./ RUN opam pin add -yn awa.dev '/Users/opam/src/./' && \ opam pin add -yn awa-mirage.dev '/Users/opam/src/./' RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project' ENV DEPS="arch-x86_64.1 asn1-combinators.0.3.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gmp-x86_64.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.4.1 dune.3.18.2 dune-configurator.3.18.2 duration.0.2.1 eqaf.0.10 flexdll.0.44 fmt.0.10.0 gmap.0.3.0 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.0 kdf.1.0.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 mingw-w64-shims.0.2.0 mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-sleep.4.0.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ptime.1.2.0 system-mingw.1 topkg.1.0.8 x509.1.0.6 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y awa.dev awa-mirage.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-05-21 11:47.27: Using cache hint "mirage/awa-ssh-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.3-42c7c3a6f682590d1f587cb88583e289" 2025-05-21 11:47.27: Using OBuilder spec: ((from windows-server-2022-amd64-ocaml-4.14) (comment windows-server-2022-amd64-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "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 "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 || git fetch origin master) && git reset -q --hard c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src awa.opam awa-mirage.opam) (dst /Users/opam/src/./)) (run (network host) (shell "opam pin add -yn awa.dev '/Users/opam/src/./' && \ \nopam pin add -yn awa-mirage.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 asn1-combinators.0.3.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gmp-x86_64.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.4.1 dune.3.18.2 dune-configurator.3.18.2 duration.0.2.1 eqaf.0.10 flexdll.0.44 fmt.0.10.0 gmap.0.3.0 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.0 kdf.1.0.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 mingw-w64-shims.0.2.0 mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-sleep.4.0.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ptime.1.2.0 system-mingw.1 topkg.1.0.8 x509.1.0.6 zarith.1.14") (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.3 --depext-only -y awa.dev awa-mirage.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-05-21 11:47.27: Waiting for resource in pool OCluster 2025-05-21 12:49.50: Waiting for worker… 2025-05-21 13:48.32: Got resource from pool OCluster Building on odawa All commits already cached HEAD is now at 95e469c Add Server.close, fix close message semantics (#79) (from windows-server-2022-amd64-ocaml-4.14) 2025-05-21 13:48.32 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache /: (comment windows-server-2022-amd64-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-05-21 13:48.32 ---> using "fe3978d598c814685c6ee8922c3ae17147a3127f83af70ca6588d6b26847cd93" 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-05-21 13:48.32 ---> using "0caf41f56a7e1f8a9ba062ae44d7d1f50471f3874e543c30c0d1c2b229f1e062" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) CYGWIN_NT-10.0-20348 3.5.4-1.x86_64 The OCaml toplevel, version 4.14.2 2.3.0 2025-05-21 13:48.32 ---> using "6a7802e4db8e302e8ba8d87ff4e9376ae777099db0cd03bdab21ff27a442740c" 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 c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 || git fetch origin master) && git reset -q --hard c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..c7d6d1d2aa master -> origin/master c7d6d1d2aa Merge pull request #27880 from MisterDA/os-family-fedora <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file://C:/Users/opam/opam-repository The following actions will be performed: === recompile 3 packages - recompile ocaml 4.14.2 [uses ocaml-base-compiler] - recompile ocaml-base-compiler 4.14.2 (pinned) [uses flexdll] - recompile ocaml-config 3 [uses ocaml-base-compiler] === upgrade 1 package - upgrade flexdll 0.43 to 0.44 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-config.3 (cached) -> retrieved flexdll.0.44 (cached) -> removed ocaml.4.14.2 -> removed ocaml-config.3 -> retrieved ocaml-base-compiler.4.14.2 (cached) -> removed ocaml-base-compiler.4.14.2 -> removed flexdll.0.43 -> installed flexdll.0.44 -> installed ocaml-base-compiler.4.14.2 -> installed ocaml-config.3 -> installed ocaml.4.14.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-21 13:48.32 ---> using "8578c0def29965ab53c91a7118332b52660d1ec91837205389d0f451fe381012" from cache /: (copy (src awa.opam awa-mirage.opam) (dst /Users/opam/src/./)) 2025-05-21 13:48.32 ---> using "5a726c02ad4309546619a6e4c946c7b59378a6cbf8aa25f06ededf078637e770" from cache /: (run (network host) (shell "opam pin add -yn awa.dev '/Users/opam/src/./' && \ \nopam pin add -yn awa-mirage.dev '/Users/opam/src/./'")) [awa.dev] synchronised (file://C:/Users/opam/src/.) awa is now pinned to file://C:/Users/opam/src/. (version dev) [awa-mirage.dev] synchronised (file://C:/Users/opam/src/.) awa-mirage is now pinned to file://C:/Users/opam/src/. (version dev) 2025-05-21 13:48.32 ---> using "926906519c89aa60bb8c6fc8c19dac1bb7b6a020d33fb775cc2c1c9e976dc7f4" from cache /: (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'")) 2025-05-21 13:48.32 ---> using "f734c24eb88d9ab5bb67e0a5546fb2ee3206d08b016d50b9daaece8558f935cf" from cache /: (env DEPS "arch-x86_64.1 asn1-combinators.0.3.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-gmp-x86_64.1 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-unix.6.2.0 digestif.1.3.0 domain-name.0.4.1 dune.3.18.2 dune-configurator.3.18.2 duration.0.2.1 eqaf.0.10 flexdll.0.44 fmt.0.10.0 gmap.0.3.0 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.0 kdf.1.0.0 logs.0.8.0 lwt.5.9.1 macaddr.5.6.0 mingw-w64-shims.0.2.0 mirage-crypto.2.0.1 mirage-crypto-ec.2.0.1 mirage-crypto-pk.2.0.1 mirage-crypto-rng.2.0.1 mirage-flow.5.0.0 mirage-mtime.5.0.0 mirage-sleep.4.0.0 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ptime.1.2.0 system-mingw.1 topkg.1.0.8 x509.1.0.6 zarith.1.14") /: (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.3 --depext-only -y awa.dev awa-mirage.dev $DEPS")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [awa.dev] synchronised (file://C:/Users/opam/src/.) [awa-mirage.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-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 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-bigarray is already installed (current version is base). [NOTE] Package arch-x86_64 is already installed (current version is 1). The following system packages will first need to be installed: mingw64-x86_64-gmp <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe "--root" "C:\\cygwin64" "--quiet-mode" "unattended" "--no-shortcuts" "--no-startmenu" "--no-desktop" "--no-admin" "--no-version-check" "--no-write-registry" "--packages" "mingw64-x86_64-gmp" - Starting cygwin install, version 2.933 - User has backup/restore rights - User has symlink creation right - Current Directory: C:\Windows\system32 - root: C:\cygwin64 system - Changing gid to Administrators - Selected local directory: C:\Windows\system32 - net: Preconfig - site: https://cygwin.mirror.constant.com/ - solving: 1 tasks, update: no, use test packages: no - solving: 2 tasks, update: no, use test packages: no - Augmented Transaction List: - 0 install mingw64-x86_64-gcc-g++ 12.4.0-1 - 1 install mingw64-x86_64-gmp 6.3.0-1 - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-12.4.0-1.tar.zst - Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-gmp/mingw64-x86_64-gmp-6.3.0-1.tar.zst - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/x86_64/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-12.4.0-1.tar.zst - Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-gmp/mingw64-x86_64-gmp-6.3.0-1.tar.zst - running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash" - running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash" - running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash" - Ending cygwin install - NOTE: you should run 'diskperf -y' to enable the disk statistics - NOTE: you should run 'diskperf -y' to enable the disk statistics 2025-05-21 13:48.32 ---> using "4059af29e79980f1234dfbf0009b515cfd420180d1da8c5b217362325620d708" from cache /: (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-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 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-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: === recompile 1 package - recompile mingw-w64-shims 0.2.0 === install 41 packages - install asn1-combinators 0.3.2 - install base-bytes base - install base64 3.5.1 - install cmdliner 1.3.0 - install conf-gmp 5 - install conf-gmp-powm-sec 4 - install conf-mingw-w64-gmp-x86_64 1 - install conf-pkg-config 4 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install cstruct-unix 6.2.0 - install digestif 1.3.0 - install domain-name 0.4.1 - install dune 3.18.2 - install dune-configurator 3.18.2 - install duration 0.2.1 - install eqaf 0.10 - install fmt 0.10.0 - install gmap 0.3.0 - install ipaddr 5.6.0 - install kdf 1.0.0 - install logs 0.8.0 - install lwt 5.9.1 - install macaddr 5.6.0 - install mirage-crypto 2.0.1 - install mirage-crypto-ec 2.0.1 - install mirage-crypto-pk 2.0.1 - install mirage-crypto-rng 2.0.1 - install mirage-flow 5.0.0 - install mirage-mtime 5.0.0 - install mirage-sleep 4.0.0 - install mtime 2.1.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install ohex 0.2.0 - install ptime 1.2.0 - install topkg 1.0.8 - install x509 1.0.6 - install zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved asn1-combinators.0.3.2 (cached) -> retrieved conf-gmp.5 (cached) -> retrieved conf-gmp-powm-sec.4 (cached) -> retrieved base64.3.5.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0, cstruct-unix.6.2.0 (cached) -> retrieved domain-name.0.4.1 (cached) -> installed conf-pkg-config.4 -> retrieved duration.0.2.1 (cached) -> retrieved digestif.1.3.0 (cached) -> retrieved eqaf.0.10 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved gmap.0.3.0 (cached) -> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached) -> retrieved kdf.1.0.0 (cached) -> retrieved logs.0.8.0 (cached) -> installed conf-mingw-w64-gmp-x86_64.1 -> retrieved lwt.5.9.1 (cached) -> retrieved mingw-w64-shims.0.2.0 (cached) -> removed mingw-w64-shims.0.2.0 -> installed conf-gmp.5 -> retrieved mirage-flow.5.0.0 (cached) -> installed conf-gmp-powm-sec.4 -> installed mingw-w64-shims.0.2.0 -> retrieved mirage-mtime.5.0.0 (cached) -> retrieved mirage-crypto.2.0.1, mirage-crypto-ec.2.0.1, mirage-crypto-pk.2.0.1, mirage-crypto-rng.2.0.1 (cached) -> retrieved mirage-sleep.4.0.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved dune.3.18.2, dune-configurator.3.18.2 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ohex.0.2.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved x509.1.0.6 (cached) -> retrieved zarith.1.14 (cached) -> installed cmdliner.1.3.0 [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\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe [WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe [WARNING] C:\Users\opam\AppData\Local\opam\4.14.2\bin\safe_camlp4 is a script; the command won't be available -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed zarith.1.14 -> installed topkg.1.0.8 -> installed fmt.0.10.0 -> installed mtime.2.1.0 -> installed ptime.1.2.0 -> installed dune.3.18.2 -> installed csexp.1.5.2 -> installed asn1-combinators.0.3.2 -> installed base64.3.5.1 -> installed cppo.1.8.0 -> installed cstruct.6.2.0 -> installed domain-name.0.4.1 -> installed duration.0.2.1 -> installed eqaf.0.10 -> installed gmap.0.3.0 -> installed macaddr.5.6.0 -> installed mirage-mtime.5.0.0 -> installed cstruct-unix.6.2.0 -> installed ocplib-endian.1.2 -> installed ohex.0.2.0 -> installed ipaddr.5.6.0 -> installed digestif.1.3.0 -> installed dune-configurator.3.18.2 -> installed mirage-crypto.2.0.1 -> installed kdf.1.0.0 -> installed lwt.5.9.1 -> installed mirage-flow.5.0.0 -> installed mirage-sleep.4.0.0 -> installed logs.0.8.0 -> installed mirage-crypto-rng.2.0.1 -> installed mirage-crypto-pk.2.0.1 -> installed mirage-crypto-ec.2.0.1 -> installed x509.1.0.6 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-21 13:50.16 ---> saved as "79dd6c6c8cade4c9e571e66b2a4b3825f8a67ba86079c8f9c46258240f8981e7" /: (copy (src .) (dst /Users/opam/src)) 2025-05-21 13:50.29 ---> saved as "b05635d8498acf02b9807dfa3ca16db68885f5c112265b119589f123ead73ce4" /: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) File "test/dune", line 2, characters 7-11: 2 | (name test) ^^^^ (cd _build/default/test && .\test.exe) Fatal error: exception Invalid_argument("Sys.signal: unavailable signal") Raised by primitive operation at Stdlib__Sys.set_signal in file "stdlib/sys.ml.in", line 80, characters 39-63 Called from Dune__exe__Test in file "test/test.ml", line 612, characters 2-78 File "test/iso-ed25519.t", line 1, characters 0-0: C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol _build/.sandbox/59490cb5f61ba923e2a1d3ce9f9fe31f/default/test/iso-ed25519.t _build/.sandbox/59490cb5f61ba923e2a1d3ce9f9fe31f/default/test/iso-ed25519.t.corrected diff --git a/_build/.sandbox/59490cb5f61ba923e2a1d3ce9f9fe31f/default/test/iso-ed25519.t b/_build/.sandbox/59490cb5f61ba923e2a1d3ce9f9fe31f/default/test/iso-ed25519.t.corrected index 05b495e..8be0af2 100644 --- a/_build/.sandbox/59490cb5f61ba923e2a1d3ce9f9fe31f/default/test/iso-ed25519.t +++ b/_build/.sandbox/59490cb5f61ba923e2a1d3ce9f9fe31f/default/test/iso-ed25519.t.corrected @@ -2,4 +2,9 @@ $ cat a.key | tail -n1 > a.public_key $ cat a.key | head -n1 | cut -d' ' -f3 > a.seed $ ./public_key_of_seed.exe $(cat a.seed) > b.public_key + C:\Users\opam\src\_build\.sandbox\59490cb5f61ba923e2a1d3ce9f9fe31f\default\test\public_key_of_seed.exe: Too much input. + [1] $ diff a.public_key b.public_key + 1d0 + < ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMlO33xQNLuy2Y/M1/GPfBliGp/hM1zLjoGNiqqq79uA awa@awa.local + [1] File "test/iso.t", line 1, characters 0-0: C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol _build/.sandbox/6be81d7eff91fe9868ed8eb56d07fc1d/default/test/iso.t _build/.sandbox/6be81d7eff91fe9868ed8eb56d07fc1d/default/test/iso.t.corrected diff --git a/_build/.sandbox/6be81d7eff91fe9868ed8eb56d07fc1d/default/test/iso.t b/_build/.sandbox/6be81d7eff91fe9868ed8eb56d07fc1d/default/test/iso.t.corrected index ac82659..8ccb50c 100644 --- a/_build/.sandbox/6be81d7eff91fe9868ed8eb56d07fc1d/default/test/iso.t +++ b/_build/.sandbox/6be81d7eff91fe9868ed8eb56d07fc1d/default/test/iso.t.corrected @@ -3,3 +3,8 @@ $ cat a.key | head -n1 | cut -d' ' -f4 > a.seed $ ./public_key_of_seed.exe $(cat a.seed) > b.public_key $ diff a.public_key b.public_key + 1c1 + < ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC9ZfI2y7fY9jFizkJkJHS6Gq/5xgkkuEPe3KJs0wTnEJKQjdgY139/0JRzH4RgN1X/KVTEkn7vDBdYdF3apDqYGJNcBCgmLHXkCZ/ll0YGFibaEb+7Ay+AC17YEu71Sk+95M6VVJy+AITotgJz9Wo27bQ9oNOrcAXHwVhOHY437/oXJFZV99rb3sTwkopLRrYeucP1TGuP1FHb9nbIO8JG3ejUFAPbhTjHJz7qBMeRjPfQUUOwrBZa/LrAVwP7yoDF2ElxC3L99LUDZKfvxmm9ahK3VzvzoMVFjiMaXPptg4TiXIb8rywDjy0nPKpee8kVLIcoINdAnbBc352Kozml+708GpcKSr/kmbVRoHA9ZJYZWCH5GMI0dvF+XeErpBekezsQ/gl8OmhMNES/+QFDAp4sm1L0zFYr9SM3mcCBx9+I8lC/YWQYUnjjjuvYj4abXLJMA/IAjWajUXsKEEE0cxNhW8GhDBfsSlLus9sd9Q1Q0GTmvRK2NOQLvVUmRs3f98owiZj0m84rCx1rd3qZZhx4np0/pOIVwUU8vYL+dbymMILz/LyGLZjHSM9+xRgDKGUrnhZm3b3M8SR/1ykWXbo9b2w159qcKwrrF5KdNnj5dG3JsLeGflCFcIaomU0dff85A2wBsIFTKzGlHvGHIPJJ02U9+j3TFSe7p3KgAw== awa@awa.local + --- + > ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDTSyt1NU9caSBL9/PEZy6ZkFRlV+riCvVY9KGDvAxJe1NU4dEOg7iyMToVT7wpKCToiewFQuTK/azy5NTF926zxIP0BupJNQMXCf305DPZ1+eTrxzbLg9Ydx7M8yKljpjO+4wUyQHW0QmkbHU5E8JsZNc+Qg9K6k13DCHIA3zSPz6Xd7EUMdafr5TPHcYBH383gKuKrSX+m3D0v9aILvfUNQztdLXAQuLRQuR0RXnfDDBrHg+kwwF4781IpeKEV2gkYqlDhgGJ+lRq5XMQReajGMaZXAKUh+CQHcwj6Az/gfCFsQd0wnHqdAy/pG/ZWX5vaD76hcXGEn/Uc9+oB69ryBBwrPhbFgwlx6s6G6L+Gu9+WKd83oeRwCQCbg7dsc8Tc04TulU6HuN0PQAdjpWbExP13lvA6EVSg27CyK7kT7jNAvvA4LmM7TAje8B+IQ12DcMnlu/NQWTk3/WcuULIRIWm3jSP1+vjiA2Hr73nIfjtXrRbU4CKC0jU3gIdxuGFcr42cEY7P8XRe1n6zKrBvl8JkUkKVyjzwZqdPnzfGsMEnABPCb0GuvhOw16cXsegIsFh3uSROH7e2HBHbDvGB5fwaI1mw6k7ELYgmOSePfXHOMpZkWLBrY8RoYF+8uODpOBcbcbVsEh+998NV9VD8MePGrrtUknNmW+sX4d+zQ== awa@awa.local + [1] "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-05-21 13:50.46: Job failed: Failed: Build failed