Organisationsdune-universeduniverse-lint635a6c ()windows-server-mingw-ltsc2025-5.4_opam-2.5

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

Logs

Show full logs
2026-04-29 12:47.35: New job: test dune-universe/duniverse-lint https://github.com/dune-universe/duniverse-lint.git#refs/heads/main (635a6cdf7f4ea838c061009c63771f62a28082fb) (windows-x86_64:windows-server-mingw-ltsc2025-5.4_opam-2.5)
Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000d
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/dune-universe/duniverse-lint.git" -b "main" && cd "duniverse-lint" && git reset --hard 635a6cdf
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000d
# 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 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 || git fetch origin master) && git reset -q --hard 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 duniverse-lint.opam /cygwin64/home/opam/src/./
RUN opam pin add -yn duniverse-lint.dev '/cygwin64/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'
ENV DEPS="alcotest.1.9.1 arch-x86_64.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 conf-mingw-w64-gcc-i686.1 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mingw-w64-shims.0.2.0 num.1.6 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 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 parsexp.v0.17.0 patch.3.1.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdio.v0.17.0 stdlib-shims.0.3.0 swhid_core.0.1 system-mingw.1 topkg.1.1.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y duniverse-lint.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-04-29 12:47.35: Using cache hint "dune-universe/duniverse-lint-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000d-windows-server-mingw-ltsc2025-5.4_opam-2.5-d003ee28127c31d855a449e8e627d358"
2026-04-29 12:47.35: Using OBuilder spec:
((from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000d)
 (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 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 || git fetch origin master) && git reset -q --hard 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src duniverse-lint.opam) (dst /cygwin64/home/opam/src/./))
 (run (network host)
      (shell "opam pin add -yn duniverse-lint.dev '/cygwin64/home/opam/src/./'"))
 (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
 (env DEPS "alcotest.1.9.1 arch-x86_64.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 conf-mingw-w64-gcc-i686.1 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mingw-w64-shims.0.2.0 num.1.6 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 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 parsexp.v0.17.0 patch.3.1.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdio.v0.17.0 stdlib-shims.0.3.0 swhid_core.0.1 system-mingw.1 topkg.1.1.1 uutf.1.0.4")
 (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 duniverse-lint.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-04-29 12:47.35: Connecting to build cluster…
2026-04-29 12:47.35: Waiting for resource in pool OCluster
2026-04-29 12:47.58: Waiting for worker…
2026-05-01 19:39.32: Got resource from pool OCluster
Building on ltsc2025-2
All commits already cached
HEAD is now at 635a6cd Merge pull request #11 from dune-universe/cmdliner-ffs

(from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:c4fc1f5b2bc9daafb540c1a38944299d245c950befaa382a751ccc4c6306000d)
2026-05-01 19:39.41 ---> using "ec981fc5aa88c4d81ed6944b947998a3582ceda5dccad31763847b59253ba21d" 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-05-01 19:39.41 ---> using "c53a822b6ae964c9af78f3a9c0a56550e5cef6c7d7355f71342bf74ae4d64c86" 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-05-01 19:39.41 ---> using "1728796349436f2055a17bd135f69d2c2804165c6e6a7db981961cab8bde50f5" 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.1
2026-05-01 19:39.41 ---> using "a26b22f65e75e4e486a006c1c855b9e90c5da21b5fbefb6dd265e22da723023f" from cache

C:/: (run (cache (opam-archives (target "c:\\opam\\.opam\\download-cache")))
          (network host)
          (shell "cd ~/opam-repository && (git cat-file -e 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 || git fetch origin master) && git reset -q --hard 14e422a13ea9ef31622dd8f2d1b2b26a8d90ec07 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   d78d992b37..76bd899e94  master     -> origin/master
14e422a13e Merge pull request #29795 from dra27/conf-mingw-w64-springclean

<><> 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-05-01 19:39.41 ---> using "d111ee6ce1eb447ebe5f8ae665742322700d89616ff612352868ae7695a744c7" from cache

C:/: (copy (src duniverse-lint.opam) (dst /cygwin64/home/opam/src/./))
2026-05-01 19:40.16 ---> saved as "9b7cace264d0fe0426790d1ce00320ae3687de153f530a69edb335d2fc099778"

C:/: (run (network host)
          (shell "opam pin add -yn duniverse-lint.dev '/cygwin64/home/opam/src/./'"))
[NOTE] Package duniverse-lint does not exist in opam repositories registered in the current switch.
[duniverse-lint.dev] synchronised (file://C:/cygwin64/home/opam/src)
duniverse-lint is now pinned to file://C:/cygwin64/home/opam/src (version dev)
2026-05-01 19:41.16 ---> saved as "e417b66a8dc3a2a29f1d2a67d86b80405a0c7689cde25105f101bba9b62dc21f"

C:/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2026-05-01 19:42.06 ---> saved as "a7ffb0ed88fffb5dd31f832e7d975f3af5c61376d5dfc709580d33187c3f8743"

C:/: (env DEPS "alcotest.1.9.1 arch-x86_64.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 conf-mingw-w64-gcc-i686.1 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 flexdll.0.44 fmt.0.11.0 host-arch-x86_64.1 host-system-mingw.1 jsonm.1.0.2 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mingw-w64-shims.0.2.0 num.1.6 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 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.5.1 opam-file-format.2.2.0 opam-format.2.5.1 parsexp.v0.17.0 patch.3.1.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdio.v0.17.0 stdlib-shims.0.3.0 swhid_core.0.1 system-mingw.1 topkg.1.1.1 uutf.1.0.4")

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 duniverse-lint.dev $DEPS"))

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[duniverse-lint.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-i686-gcc-core

<><> 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-i686-gcc-core"
- 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: 1 tasks, update: no, use test packages: no
- solving: 6 tasks, update: no, use test packages: no
- Augmented Transaction List:
-    0 install mingw64-i686-binutils                 2.46-1   
-    1 install mingw64-i686-windows-default-manifest 6.4-1    
-    2 install mingw64-i686-winpthreads              14.0.0-1 
-    3 install mingw64-i686-headers                  14.0.0-1 
-    4 install mingw64-i686-runtime                  14.0.0-1 
-    5 install mingw64-i686-gcc-core                 13.4.0-1 
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mingw64-i686-binutils/mingw64-i686-binutils-2.46-1-x86_64.tar.zst
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-i686-windows-default-manifest/mingw64-i686-windows-default-manifest-6.4-1.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-i686-winpthreads/mingw64-i686-winpthreads-14.0.0-1-noarch.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-14.0.0-1-noarch.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-14.0.0-1-noarch.tar.xz
- Downloaded C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mingw64-i686-gcc/mingw64-i686-gcc-core/mingw64-i686-gcc-core-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/mingw64-i686-binutils/mingw64-i686-binutils-2.46-1-x86_64.tar.zst
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-i686-windows-default-manifest/mingw64-i686-windows-default-manifest-6.4-1.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-i686-winpthreads/mingw64-i686-winpthreads-14.0.0-1-noarch.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-i686-headers/mingw64-i686-headers-14.0.0-1-noarch.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/noarch/release/mingw64-i686-runtime/mingw64-i686-runtime-14.0.0-1-noarch.tar.xz
- Extracting from file://C:\TEMP\cache/https%3a%2f%2fmirrors.kernel.org%2fsourceware%2fcygwin%2f/x86_64/release/mingw64-i686-gcc/mingw64-i686-gcc-core/mingw64-i686-gcc-core-13.4.0-1-x86_64.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-05-01 19:58.24 ---> saved as "d91f6ab05e48a608b2f11a41f5ba0a1c20d9fde377d3b9c4bb707cb79b92a565"

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 35 packages
  - install   alcotest                1.9.1
  - install   astring                 0.8.5
  - install   base                    v0.17.3
  - install   cmdliner                2.1.1
  - install   conf-mingw-w64-gcc-i686 1
  - install   csexp                   1.5.2
  - install   dune                    3.22.2
  - install   dune-configurator       3.22.2
  - install   fmt                     0.11.0
  - install   jsonm                   1.0.2
  - install   menhir                  20260209
  - install   menhirCST               20260209
  - install   menhirGLR               20260209
  - install   menhirLib               20260209
  - install   menhirSdk               20260209
  - install   num                     1.6
  - install   ocaml-syntax-shims      1.0.0
  - install   ocaml_intrinsics_kernel v0.17.1
  - install   ocamlbuild              0.16.1
  - install   ocamlfind               1.9.8
  - install   ocamlgraph              2.2.0
  - install   opam-core               2.5.1
  - install   opam-file-format        2.2.0
  - install   opam-format             2.5.1
  - install   parsexp                 v0.17.0
  - install   patch                   3.1.0
  - install   re                      1.14.0
  - install   sexplib                 v0.17.0
  - install   sexplib0                v0.17.0
  - install   sha                     1.15.4
  - install   stdio                   v0.17.0
  - install   stdlib-shims            0.3.0
  - install   swhid_core              0.1
  - install   topkg                   1.1.1
  - install   uutf                    1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> installed conf-mingw-w64-gcc-i686.1
-> retrieved mingw-w64-shims.0.2.0  (cached)
-> removed   mingw-w64-shims.0.2.0
-> retrieved num.1.6  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> installed mingw-w64-shims.0.2.0
-> retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved opam-core.2.5.1, opam-format.2.5.1  (cached)
-> retrieved opam-file-format.2.2.0  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved patch.3.1.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed cmdliner.2.1.1
-> installed num.1.6
[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 ocamlbuild.0.16.1
-> installed dune.3.22.2
-> installed csexp.1.5.2
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocamlgraph.2.2.0
-> installed patch.3.1.0
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.22.2
-> installed swhid_core.0.1
-> installed topkg.1.1.1
-> installed sha.1.15.4
-> installed parsexp.v0.17.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed sexplib.v0.17.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed alcotest.1.9.1
-> installed base.v0.17.3
-> installed menhir.20260209
-> installed stdio.v0.17.0
-> installed opam-file-format.2.2.0
-> installed opam-core.2.5.1
-> installed opam-format.2.5.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-01 20:18.11 ---> saved as "af6eb02423158b80c161f5394f39491a513921993e124ba9476816f2e2c3be08"

C:/: (copy (src .) (dst /cygwin64/home/opam/src))
2026-05-01 20:26.30 ---> saved as "ae7a6801e2bbe4d4406dcf9092ea3eafff17b357da4afc3df0d2a35f3c9312e7"

C:/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && .\test.exe)
Testing `Lint'.
This run has ID `GZ63I8BO'.

  [OK]          version          0   Regular valid.
  [OK]          version          1   Revised valid.
  [OK]          version          2   Multiple suffixes.
  [OK]          version          3   Multiple identical suffixes.
  [OK]          version          4   Non-alphanumeric revised.
  [OK]          version          5   Missing suffix.
  [OK]          version          6   Not a suffix.
  [OK]          version          7   Whitespace suffix.

Full test results in `~\src\_build\default\test\_build\_tests\GZ63I8BO'.
Test Successful in 0.008s. 8 tests run.
2026-05-01 20:27.52 ---> saved as "9a155490939d12528ad5dfb644c676fe658b166867a78379f7eee0c61f56bdbf"
Job succeeded
2026-05-01 20:27.53: Job succeeded