Organisationsocaml-ppxocamlformat43a367 (main)windows-server-mingw-ltsc2025-5.4_opam-2.5

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

Logs

Show full logs
2026-03-04 15:13.39: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (43a3675577fedfad2d9cebb61188d25b6bac4de0) (windows-x86_64:windows-server-mingw-ltsc2025-5.4_opam-2.5)
Base: ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "main" && cd "ocamlformat" && git reset --hard 43a36755
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869
# 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam /cygwin64/home/opam/src/./
RUN opam pin add -yn ocamlformat.dev '/cygwin64/home/opam/src/./' && \
    opam pin add -yn ocamlformat-rpc-lib.dev '/cygwin64/home/opam/src/./' && \
    opam pin add -yn ocamlformat-lib.dev '/cygwin64/home/opam/src/./' && \
    opam pin add -yn ocamlformat-bench.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 bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 either.1.0.0 fix.20250919 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mingw-w64-shims.0.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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-04 15:13.39: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869-windows-server-mingw-ltsc2025-5.4_opam-2.5-b493796e3907c5cac88439f1fc69cb33"
2026-03-04 15:13.39: Using OBuilder spec:
((from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869)
 (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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
       (dst /cygwin64/home/opam/src/./))
 (run (network host)
      (shell  "opam pin add -yn ocamlformat.dev '/cygwin64/home/opam/src/./' && \
             \nopam pin add -yn ocamlformat-rpc-lib.dev '/cygwin64/home/opam/src/./' && \
             \nopam pin add -yn ocamlformat-lib.dev '/cygwin64/home/opam/src/./' && \
             \nopam pin add -yn ocamlformat-bench.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 bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 either.1.0.0 fix.20250919 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mingw-w64-shims.0.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0")
 (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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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-04 15:13.39: Waiting for resource in pool OCluster
2026-03-04 15:13.39: Waiting for worker…
2026-03-04 15:13.39: Got resource from pool OCluster
Building on ltsc2025-1
Initialized empty Git repository in C:/state/git/ocamlformat.git-a36b1255946df9d39268b8510f203e961f1f36f3/.git/
HEAD is now at 43a36755 Backport AST changes to Ppat_unpack (#2774)

(from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869)
2026-03-04 15:14.26 ---> using "a21c3d6a5c8ade59b5718498d4946f2d30bc2f15b3081890bc8673cc20de69f7" 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-04 15:14.26 ---> using "ba707ce1f62b585e8ecb40306d921206316b14fded440e6c49f33aa7897cc9c7" 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-04 15:14.26 ---> using "dd67e9cc18682a923590cd564dd7cd6177b4afe1c25b1d53bacf8ae6b5b2364f" from cache

C:/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-26100 3.6.6-1.x86_64
The OCaml toplevel, version 5.4.0
2.5.0
2026-03-04 15:14.26 ---> using "c97059ecb6d76caa6ea35cf8e41cecaa775dc323c43ea7e5cc23418742ce7876" from cache

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

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

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-03-04 15:14.26 ---> using "a0d9e0d7c9d5b32fb7d724ee470675e47ec362564b5a242a8fabe787c66973e7" from cache

C:/: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
           (dst /cygwin64/home/opam/src/./))
2026-03-04 15:15.21 ---> saved as "250df3562f6dcc3eedb5650f6a6f29d052e5b2ed0bbf442c5013d8eec494a39b"

C:/: (run (network host)
          (shell  "opam pin add -yn ocamlformat.dev '/cygwin64/home/opam/src/./' && \
                 \nopam pin add -yn ocamlformat-rpc-lib.dev '/cygwin64/home/opam/src/./' && \
                 \nopam pin add -yn ocamlformat-lib.dev '/cygwin64/home/opam/src/./' && \
                 \nopam pin add -yn ocamlformat-bench.dev '/cygwin64/home/opam/src/./'"))
[ocamlformat.dev] synchronised (file://C:/cygwin64/home/opam/src)
ocamlformat is now pinned to file://C:/cygwin64/home/opam/src (version dev)
[ocamlformat-rpc-lib.dev] synchronised (file://C:/cygwin64/home/opam/src)
ocamlformat-rpc-lib is now pinned to file://C:/cygwin64/home/opam/src (version dev)
[ocamlformat-lib.dev] synchronised (file://C:/cygwin64/home/opam/src)
ocamlformat-lib is now pinned to file://C:/cygwin64/home/opam/src (version dev)
[NOTE] Package ocamlformat-bench does not exist in opam repositories registered in the current switch.
[ocamlformat-bench.dev] synchronised (file://C:/cygwin64/home/opam/src)
[WARNING] Failed checks on ocamlformat-bench package definition from source at file://C:/cygwin64/home/opam/src:
  warning 68: Missing field 'license'
ocamlformat-bench is now pinned to file://C:/cygwin64/home/opam/src (version dev)
2026-03-04 15:16.46 ---> saved as "caa52df0eec88fba4fbe430023476317b7a06d69f982b82e7de1d0f4754a6604"

C:/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2026-03-04 15:17.43 ---> saved as "7e288144cf31dd7fca899a3919ecdce6bd8340951409320c777dfa5b55f4e22f"

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 bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.21.1 dune-build-info.3.21.1 dune-configurator.3.21.1 either.1.0.0 fix.20250919 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 mingw-w64-shims.0.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0")

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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS"))

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlformat.dev] synchronised (file://C:/cygwin64/home/opam/src)
[ocamlformat-bench.dev] synchronised (file://C:/cygwin64/home/opam/src)
[ocamlformat-lib.dev] synchronised (file://C:/cygwin64/home/opam/src)
[ocamlformat-rpc-lib.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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.44).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
# To update the current shell environment, run: eval $(opam env)
2026-03-04 15:19.06 ---> saved as "b22f433e02db5c745f20ddcc41aaac8b2cb6307c956be8ddb76cabab613909e5"

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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.44).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
The following actions will be performed:
=== install 34 packages
  - install alcotest                1.9.1
  - install astring                 0.8.5
  - install base                    v0.17.3
  - install bechamel                0.5.0
  - install camlp-streams           5.0.1
  - install cmdliner                2.1.0
  - install csexp                   1.5.2
  - install dune                    3.21.1
  - install dune-build-info         3.21.1
  - install dune-configurator       3.21.1
  - install either                  1.0.0
  - install fix                     20250919
  - install fmt                     0.11.0
  - install fpath                   0.7.3
  - install menhir                  20260209
  - install menhirCST               20260209
  - install menhirGLR               20260209
  - install menhirLib               20260209
  - install menhirSdk               20260209
  - install ocaml-syntax-shims      1.0.0
  - install ocaml-version           4.0.3
  - install ocaml_intrinsics_kernel v0.17.1
  - install ocamlbuild              0.16.1
  - install ocamlfind               1.9.8
  - install ocp-indent              1.9.0
  - install re                      1.14.0
  - install sexplib0                v0.17.0
  - install stdio                   v0.17.0
  - install stdlib-shims            0.3.0
  - install topkg                   1.1.1
  - install uucp                    17.0.0
  - install uuseg                   17.0.0
  - install uutf                    1.0.4
  - install yojson                  3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved alcotest.1.9.1  (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved bechamel.0.5.0  (https://github.com/mirage/bechamel/releases/download/v0.5.0/bechamel-0.5.0.tbz)
-> retrieved cmdliner.2.1.0  (https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz)
-> retrieved csexp.1.5.2  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fix.20250919  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.4.0.3  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved dune.3.21.1, dune-build-info.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocp-indent.1.9.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uucp.17.0.0  (cached)
-> retrieved uuseg.17.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed cmdliner.2.1.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:\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.21.1
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed fix.20250919
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-syntax-shims.1.0.0
-> installed dune-build-info.3.21.1
-> installed ocaml-version.4.0.3
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocp-indent.1.9.0
-> installed re.1.14.0
-> installed dune-configurator.3.21.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed topkg.1.1.1
-> installed yojson.3.0.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed bechamel.0.5.0
-> installed alcotest.1.9.1
-> installed fpath.0.7.3
-> installed menhir.20260209
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed uucp.17.0.0
-> installed uuseg.17.0.0
Done.

<><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:

   * for Emacs, add these lines to ~/.emacs:
     (add-to-list 'load-path "C:\opam\.opam\5.4\share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="C:\opam\.opam\5.4\share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)
2026-03-04 15:38.20 ---> saved as "0fbe082eed818cdc8b8b9fa7823ee730f1f8d75a2a6005d1531aaa4c12bfb314"

C:/: (copy (src .) (dst /cygwin64/home/opam/src))
2026-03-04 15:40.02 ---> saved as "5ddd39b627ba1688f65e50336dfbfffc41165683899d0ebbca4653d047e6725f"

C:/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test/passing/gen/dune.inc", lines 1710-1713, characters 0-103:
1710 | (rule

1711 |  (alias runtest)

1712 |  (package ocamlformat)

1713 |  (action (diff doc_repl.mld.err doc_repl.mld.stderr)))

Error: Unable to resolve symlink
_build/default/test/passing/refs.ahrefs/doc_repl.mld.err
File "test/passing/gen/dune.inc", lines 1710-1713, characters 0-103:
1710 | (rule

1711 |  (alias runtest)

1712 |  (package ocamlformat)

1713 |  (action (diff doc_repl.mld.err doc_repl.mld.stderr)))

Error: Unable to resolve symlink
_build/default/test/passing/refs.default/doc_repl.mld.err
File "test/passing/gen/dune.inc", lines 1710-1713, characters 0-103:
1710 | (rule

1711 |  (alias runtest)

1712 |  (package ocamlformat)

1713 |  (action (diff doc_repl.mld.err doc_repl.mld.stderr)))

Error: Unable to resolve symlink
_build/default/test/passing/refs.janestreet/doc_repl.mld.err
File "test/passing/gen/dune.inc", lines 1710-1713, characters 0-103:
1710 | (rule

1711 |  (alias runtest)

1712 |  (package ocamlformat)

1713 |  (action (diff doc_repl.mld.err doc_repl.mld.stderr)))

Error: Unable to resolve symlink
_build/default/test/passing/refs.ocamlformat/doc_repl.mld.err
File "test/passing/refs.default/repl.mli.err", 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/passing/refs.default/repl.mli.err _build/default/test/passing/refs.default/repl.mli.stderr
diff --git a/_build/default/test/passing/refs.default/repl.mli.err b/_build/default/test/passing/refs.default/repl.mli.stderr
index 3f2f8aa..608bac3 100755
--- a/_build/default/test/passing/refs.default/repl.mli.err
+++ b/_build/default/test/passing/refs.default/repl.mli.stderr
@@ -1,4 +1,7 @@
 Warning: Invalid documentation comment:
+File "repl.mli", line 8, character 12 to line 10, character 4:

+invalid code block: Ocamlformat_parser_extended.Lexer.Error(_, _)

+Warning: Invalid documentation comment:

 File "repl.mli", line 23, character 12 to line 26, character 4:
 invalid code block: not expecting: unexpected character 'v'.
 Hint: did you forget a space after the '#' at the start of the line?
(cd _build/default/test/unit && .\test_unit.exe)
Testing `ocamlformat'.
This run has ID `R5ONJTAC'.

................................................................................
................................................................................
............................................

"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-04 15:42.10: Job failed: Failed: Build failed