Organisationsmirageawa-ssh920b35 (main)windows-server-mingw-ltsc2025-5.4_opam-2.5

windows-server-mingw-ltsc2025-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-03-30 17:57.17: New job: test mirage/awa-ssh https://github.com/mirage/awa-ssh.git#refs/heads/main (920b35b1bf57252f7fecbac4ccd5d574b6d49ba8) (windows-x86_64:windows-server-mingw-ltsc2025-5.4_opam-2.5)
Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:0e4fa08d05a319101c6ab90f612f6b79d83aa94d5df9b492774b9176694093e1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/awa-ssh.git" -b "main" && cd "awa-ssh" && git reset --hard 920b35b1
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:0e4fa08d05a319101c6ab90f612f6b79d83aa94d5df9b492774b9176694093e1
# windows-server-mingw-ltsc2025-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 awa.opam awa-mirage.opam /cygwin64/home/opam/src/./
RUN opam pin add -yn awa.dev '/cygwin64/home/opam/src/./' && \
opam pin add -yn awa-mirage.dev '/cygwin64/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="arch-x86_64.1 asn1-combinators.0.3.2 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 cmdliner.2.1.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.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.10 flexdll.0.44 fmt.0.11.0 gmap.0.3.0 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.1 macaddr.5.6.2 mingw-w64-shims.0.2.0 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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.1.1 x509.1.0.6 zarith.1.14"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y awa.dev awa-mirage.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /cygwin64/home/opam/src
RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-03-30 17:57.17: Using cache hint "mirage/awa-ssh-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:0e4fa08d05a319101c6ab90f612f6b79d83aa94d5df9b492774b9176694093e1-windows-server-mingw-ltsc2025-5.4_opam-2.5-ee85e9d3d873a253a102537756b0ab0e"
2026-03-30 17:57.17: Using OBuilder spec:
((from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:0e4fa08d05a319101c6ab90f612f6b79d83aa94d5df9b492774b9176694093e1)
(comment windows-server-mingw-ltsc2025-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src awa.opam awa-mirage.opam) (dst /cygwin64/home/opam/src/./))
(run (network host)
(shell  "opam pin add -yn awa.dev '/cygwin64/home/opam/src/./' && \
\nopam pin add -yn awa-mirage.dev '/cygwin64/home/opam/src/./'"))
(run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
(env DEPS "arch-x86_64.1 asn1-combinators.0.3.2 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 cmdliner.2.1.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.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.10 flexdll.0.44 fmt.0.11.0 gmap.0.3.0 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.1 macaddr.5.6.2 mingw-w64-shims.0.2.0 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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.1.1 x509.1.0.6 zarith.1.14")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y awa.dev awa-mirage.dev $DEPS"))
(run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /cygwin64/home/opam/src))
(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-03-30 17:57.17: Waiting for resource in pool OCluster
2026-03-30 17:57.17: Waiting for worker…
2026-03-30 18:29.21: Got resource from pool OCluster
Building on ltsc2025-1
Initialized empty Git repository in C:/state/git/awa-ssh.git-837ecf772a32ea17d458ac479573676355931ef8/.git/
HEAD is now at 920b35b Merge pull request #84 from mirage/opam-repository


(from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:0e4fa08d05a319101c6ab90f612f6b79d83aa94d5df9b492774b9176694093e1)
2026-03-30 18:29.40 ---> using "e6e8a2cf62a928430568e9b050d6cc986ddb11ca371f3b24e6b6f1ad80860153" from cache


C:/: (comment windows-server-mingw-ltsc2025-5.4_opam-2.5)


C:/: (user (uid 1000) (gid 1000))


C:/: (env CLICOLOR_FORCE 1)


C:/: (env OPAMCOLOR always)


C:/: (run (shell "ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
2026-03-30 18:29.40 ---> using "8371c7bbeda21231937607a48921d4490a1c9c23810f1d7416ef9e1aa874f8e3" from cache


C:/: (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] Initialised
2026-03-30 18:29.40 ---> using "8bf506c77ce4ea2b6efe0b049434ba77c8ea5f4c0beccb9cedbfead0127ea0b7" from cache


C:/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-26100 3.6.7-1.x86_64
The OCaml toplevel, version 5.4.1
2.5.0
2026-03-30 18:29.40 ---> using "017acac92f6c222a89f675ad77684e3ed5874f73aa36dd7947a6dd1cf4a5b5c7" from cache


C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file://C:/cygwin64/home/opam/opam-repository


Everything as up-to-date as possible
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-03-30 18:29.40 ---> using "72a9516ea1bc5638d8e8efae1a21fa5a5d0d1bfc4320966d9d10c4becff7146c" from cache


C:/: (copy (src awa.opam awa-mirage.opam) (dst /cygwin64/home/opam/src/./))
2026-03-30 18:30.43 ---> saved as "cbeee3d4acf0465bdaa042b96f10c89a38b862ae70fb637bd8b40c1e718236dc"


C:/: (run (network host)
(shell  "opam pin add -yn awa.dev '/cygwin64/home/opam/src/./' && \
\nopam pin add -yn awa-mirage.dev '/cygwin64/home/opam/src/./'"))
[awa.dev] synchronised (file://C:/cygwin64/home/opam/src)
awa is now pinned to file://C:/cygwin64/home/opam/src (version dev)
[awa-mirage.dev] synchronised (file://C:/cygwin64/home/opam/src)
awa-mirage is now pinned to file://C:/cygwin64/home/opam/src (version dev)
2026-03-30 18:31.49 ---> saved as "8f5d5e7835951a9b7a0d805935f02296415502f94935a6d1a8c9f47efa2abe78"


C:/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2026-03-30 18:32.38 ---> saved as "a04e2725b7bee581d01bdcd20b8a5bea5f477eee6855433edb37fa934ad37772"


C:/: (env DEPS "arch-x86_64.1 asn1-combinators.0.3.2 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 cmdliner.2.1.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.5.0 dune.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.10 flexdll.0.44 fmt.0.11.0 gmap.0.3.0 host-arch-x86_64.1 host-system-mingw.1 ipaddr.5.6.2 kdf.1.0.0 logs.0.10.0 lwt.6.1.1 macaddr.5.6.2 mingw-w64-shims.0.2.0 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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.1.1 x509.1.0.6 zarith.1.14")


C:/: (env CI true)


C:/: (env OCAMLCI true)


C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y awa.dev awa-mirage.dev $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[awa.dev] synchronised (file://C:/cygwin64/home/opam/src)
[awa-mirage.dev] synchronised (file://C:/cygwin64/home/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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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 system packages will first need to be installed:
mingw64-x86_64-gmp pkgconf


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ C:\opam\.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,pkgconf"
- Starting cygwin install, version 2.937
- User has backup/restore rights
- User has symlink creation right
- Current Directory: C:\TEMP\cache
- root: C:\cygwin64 system
- Changing gid to Administrators
- Selected local directory: C:\TEMP\cache
- net: Preconfig
- site: https://mirrors.kernel.org/sourceware/cygwin/
- solving: 2 tasks, update: no, use test packages: no
- solving: 5 tasks, update: no, use test packages: no
- Augmented Transaction List:
-    0 install libpkgconf7            2.5.1-1
-    1 install mingw64-x86_64-gcc-g++ 13.4.0-1
-    2 install pkgconf                2.5.1-1
-    3 install pkg-config             2.5.1-1
-    4 install mingw64-x86_64-gmp     6.3.0-1
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/libpkgconf7/libpkgconf7-2.5.1-1-x86_64.tar.zst
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-13.4.0-1-x86_64.tar.zst
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkgconf-2.5.1-1-x86_64.tar.zst
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkg-config/pkg-config-2.5.1-1-x86_64.tar.zst
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-x86_64-gmp/mingw64-x86_64-gmp-6.3.0-1.tar.zst
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/libpkgconf7/libpkgconf7-2.5.1-1-x86_64.tar.zst
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mingw64-x86_64-gcc/mingw64-x86_64-gcc-g++/mingw64-x86_64-gcc-g++-13.4.0-1-x86_64.tar.zst
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkgconf-2.5.1-1-x86_64.tar.zst
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/pkgconf/pkg-config/pkg-config-2.5.1-1-x86_64.tar.zst
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%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"
- running: C:\cygwin64\bin\bash.exe --norc --noprofile "/etc/postinstall/zp_zcygsympathy.sh"
- Ending cygwin install
# To update the current shell environment, run: eval $(opam env)
2026-03-30 18:49.46 ---> saved as "1e06b3430e07ec9d5fc6ffd9c6aee6de21c445d061ecab360e12d6a0dbc10c8e"


C:/: (run (cache (opam-archives (target "c:\\opam\\.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.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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:
=== 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.2
- install   cmdliner                  2.1.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.5.0
- install   dune                      3.22.0
- install   dune-configurator         3.22.0
- install   duration                  0.2.1
- install   eqaf                      0.10
- install   fmt                       0.11.0
- install   gmap                      0.3.0
- install   ipaddr                    5.6.2
- install   kdf                       1.0.0
- install   logs                      0.10.0
- install   lwt                       6.1.1
- install   macaddr                   5.6.2
- install   mirage-crypto             2.1.0
- install   mirage-crypto-ec          2.1.0
- install   mirage-crypto-pk          2.1.0
- install   mirage-crypto-rng         2.1.0
- install   mirage-flow               5.0.0
- install   mirage-mtime              5.2.0
- install   mirage-sleep              4.1.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.1.1
- 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.2  (cached)
-> retrieved cmdliner.2.1.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 digestif.1.3.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2  (cached)
-> retrieved kdf.1.0.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> installed conf-pkg-config.4
-> retrieved mingw-w64-shims.0.2.0  (cached)
-> removed   mingw-w64-shims.0.2.0
-> retrieved lwt.6.1.1  (cached)
-> retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0  (cached)
-> retrieved mirage-flow.5.0.0  (cached)
-> retrieved mirage-mtime.5.2.0  (cached)
-> retrieved mirage-sleep.4.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> installed conf-mingw-w64-gmp-x86_64.1
-> installed mingw-w64-shims.0.2.0
-> retrieved dune.3.22.0, dune-configurator.3.22.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved x509.1.0.6  (cached)
-> retrieved zarith.1.14  (cached)
-> installed cmdliner.2.1.0
-> installed conf-gmp.5
-> installed conf-gmp-powm-sec.4
[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:\opam\.opam\5.4\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\opam\.opam\5.4\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe
[WARNING] C:\opam\.opam\5.4\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.1.1
-> installed dune.3.22.0
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed eqaf.0.10
-> installed fmt.0.11.0
-> installed gmap.0.3.0
-> installed macaddr.5.6.2
-> installed mtime.2.1.0
-> installed ocplib-endian.1.2
-> installed ohex.0.2.0
-> installed ptime.1.2.0
-> installed cstruct.6.2.0
-> installed digestif.1.3.0
-> installed dune-configurator.3.22.0
-> installed asn1-combinators.0.3.2
-> installed cstruct-unix.6.2.0
-> installed ipaddr.5.6.2
-> installed mirage-mtime.5.2.0
-> installed mirage-crypto.2.1.0
-> installed kdf.1.0.0
-> installed lwt.6.1.1
-> installed mirage-flow.5.0.0
-> installed mirage-sleep.4.1.0
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.1.0
-> installed mirage-crypto-pk.2.1.0
-> installed mirage-crypto-ec.2.1.0
-> installed x509.1.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-30 19:13.11 ---> saved as "93ca1b9316b3e05e5cd1e76a713ad43f14d0bed666e2288526c5664d2c960720"


C:/: (copy (src .) (dst /cygwin64/home/opam/src))
2026-03-30 19:14.05 ---> saved as "2b42030ab18a118988212567930899828d9ef8aa0961a5eb5a3d5d8a02bb221f"


C:/: (run (shell "cd /home/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 "sys.ml.in", line 84, 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/default/test/iso-ed25519.t _build/default/test/iso-ed25519.t.corrected
diff --git a/_build/default/test/iso-ed25519.t b/_build/default/test/iso-ed25519.t.corrected
index 7ec4206..395f343 100755
--- a/_build/default/test/iso-ed25519.t
+++ b/_build/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:\cygwin64\home\opam\src\_build\.sandbox\efafbd34471de59796927bd4d04a305a\default\test\public_key_of_seed.exe: Too much input.

+  [1]

$ diff a.public_key b.public_key
+  1d0

+  < ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHZeO4KsUBcwHdRCMG8PiTnfJoUDG2MPVnfJ7vbz7C8D 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/default/test/iso.t _build/default/test/iso.t.corrected
diff --git a/_build/default/test/iso.t b/_build/default/test/iso.t.corrected
index ea2d353..648c7e4 100755
--- a/_build/default/test/iso.t
+++ b/_build/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 AAAAB3NzaC1yc2EAAAADAQABAAACAQCtT8pTb/TvXhK4rIe3iIPvSr875jTM5P+vjBv1zJC8tevHAw3qHUyma7mSiFQSSYD6nxrHcdfIE6li5vTtKYJJr3jw8la5w8YRTiMZhPBmPF5SAwmDPMY6kJCJyDCoPxV20LYgsIXWEq8v6NTJRh6Q6jW5UgqD0n/akhoatyVKrLu1cdR5ZypPw/XnLWgGZdMJjXDpP/dpNBDQEHiA19P5NtmW/VEs6bwXPPKtCdiBQl+QSr7c2jWRkPGlXZerK+dBMIBRWlMQWy/mrm1MpAw3s1hPMWYuic2fftyCP2gmuUTwavMPtz9ydK7NBtNaxdxpaK1db0ODbEsnldglN0gvcE4ICll6GxKdmUIIPxPHqWPwCAAEgSN4nwc0stx3R8UpL5j9QgzVL7+B44Fi0aQ7wPCSzEkniNw04BuxPA7DM1oOow4HFHcWd6JJY8lLKGhYvqqT4MI/nTpNIEIkO0lMg80J291wzYH/lUED+1QlFJVt9DLu4UI2snMWaL0ZhzmBfO3i7qRwiIdGdQaqJ1t3Mo28gH63zfDksidtsKzcFciWnqJrdgKvjrLhDQqF29llek9XbVDEt1TkA0LJ58IsbuFTLgC7OZmyxDQETSqkaqODoTWSCvHYmXiV2wxViEWtKkccPLZXhF7n4GJyivUKM3NK7vmyB/VwHesIk4+sgw== awa@awa.local

+  ---

+  > ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC06Wo3pVK/xwVzflznBAGnLrzAmk4ToldEQJaD0XM/2kM2YKKcL3R1DuuD5ScUgQZtjLzM7f7TQKmoMSFPerANu7IiNKUEqdNeEGndkZKVG+ep9zZ8b6XcP/HJkMi+3geyTNYtr5S61czWS1wGIBIcaylvaJgb5CYcW61dCqANBzF9dIMX4rQRw+fp+BVNI/xQ0BCA1WdyPZG5a16RhV7EFkgD+RlgL7HriPOWjgoCLFaiSwpv3ekHBU86xGxz/1PyeSnwnfEutlNmK5NG1GaefUleuI789fBQGL3pblLX2yZtXbV8mv4tTH/bkP3NwV4SCg6vDEhoPUPjdw+faV7lPc1wC1jnAwOmMDul94vbPI2hQMTJPF2rE5PnTCrI1LZ8uusltfKV2Szi83VyDJDjjMKCMCLhyTvaj22wwX5kUyavIResVmcudwaSZ1I0AQ1K7Sjw00VFk2TA8G4dAVJFwaovZKthAoZvN+fMzLFGsRkRYy1sWbpxYqLIZD5V1VlTC9EbmQNxQnQFdy5I4iDn3x8rV6GcXIy6AoJ6smS6VmLEXKVqUX+wl/nCc7D1xio8eeB8OTL4mQIgnnnB+ZgBsQ3Ush8NqhBpIrubiq9deB99V/cuYhRdxhdUP05Rq0Wpsbs+lWn8qsaK2f60vS2e9lJzgiPcY6XO5lTy+ZPotQ== awa@awa.local

+  [1]

"C:\cygwin64\bin\bash.exe" "-lc" "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-03-30 19:15.27: Job failed: Failed: Build failed