Organisationsocaml-ppxocamlformat195e47 ()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-19 08:06.54: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/main (195e470387ecdcfb0f9ce309b0d8d17807bde25d) (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 195e4703
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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.22.0 dune-build-info.3.22.0 dune-configurator.3.22.0 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-19 08:06.54: 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-baf517a8457652cedf3ae3c8b93bd44f"
2026-03-19 08:06.54: 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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.22.0 dune-build-info.3.22.0 dune-configurator.3.22.0 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-19 08:06.54: Waiting for resource in pool OCluster
2026-03-19 19:41.48: Waiting for worker…
2026-03-20 07:31.28: Got resource from pool OCluster
Building on ltsc2025-2
All commits already cached
HEAD is now at 195e47038 Prepare 0.29.0 release (#2786)


(from ocaml/opam:windows-server-mingw-ltsc2025-ocaml-5.4@sha256:fedecf8e7810af08d566e6e877bd4ed7ad4c107b8cc32164f71632fffceb8869)
2026-03-20 07:31.48 ---> 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-20 07:31.48 ---> 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-20 07:31.48 ---> 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-20 07:31.48 ---> 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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
b820e8c25e..9f189ca4f9  master     -> origin/master
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 (run with --verbose to show unavailable upgrades).
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-20 07:31.48 ---> using "ced7f83c95757ead588801f972f0887e8eaeeba3e8859b2fa40215950a6457f6" from cache


C:/: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
(dst /cygwin64/home/opam/src/./))
2026-03-20 07:31.48 ---> using "eb198fe5673576ef7dc1d20721a678aa3994f98257c44cd2ce5a1ce3962457a6" from cache


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-20 07:31.48 ---> using "d927817251564bed0440dbe9cf5db4ac0c9c1c2d02d96950910764098a21ff73" from cache


C:/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2026-03-20 07:31.48 ---> using "8d1714c6a423acacef9b836c15f3dbcc86521869939388301a06805494e5f9e0" from cache


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.22.0 dune-build-info.3.22.0 dune-configurator.3.22.0 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-20 07:31.48 ---> using "39b0d74421107e314ff7fda8eeafc7accc135f9b3c97866600f3793ed1c75b86" from cache


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.22.0
- install dune-build-info         3.22.0
- install dune-configurator       3.22.0
- 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 alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.3  (cached)
-> 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  (cached)
-> 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.22.0, dune-build-info.3.22.0, dune-configurator.3.22.0  (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 topkg.1.1.1
-> installed dune.3.22.0
-> installed astring.0.8.5
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed dune-build-info.3.22.0
-> installed either.1.0.0
-> installed fix.20250919
-> installed fmt.0.11.0
-> installed fpath.0.7.3
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.4.0.3
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocp-indent.1.9.0
-> installed bechamel.0.5.0
-> installed dune-configurator.3.22.0
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed uutf.1.0.4
-> installed yojson.3.0.0
-> installed alcotest.1.9.1
-> installed menhir.20260209
-> installed uucp.17.0.0
-> installed base.v0.17.3
-> installed stdio.v0.17.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-20 07:31.48 ---> using "a2834c301200aa8254953bce23079f1ce614702c9039f0cfd4e9291f77788dae" from cache


C:/: (copy (src .) (dst /cygwin64/home/opam/src))
2026-03-20 07:33.58 ---> saved as "38e610e2e6d346dcbe3b04923c79267fe01ccc07dec28397853445f0e8f13252"


C:/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test/passing/refs.default/align_infix.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/align_infix.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/align_infix.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/align_infix.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/apply_functor.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/apply_functor.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/align_infix.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/align_infix.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/align_infix.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/align_infix.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/alignment.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/alignment.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/array.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/array.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/attributes.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/attributes.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/args_grouped.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/args_grouped.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/apply.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/apply.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/attribute_and_expression.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/attribute_and_expression.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/binders.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/binders.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/break_before_in.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_before_in.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/break_collection_expressions-wrap.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_collection_expressions-wrap.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/break_fun_decl-fit_or_vertical.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_fun_decl-fit_or_vertical.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/break_collection_expressions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_collection_expressions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/break_record.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_record.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/break_fun_decl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_fun_decl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/break_fun_decl-wrap.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_fun_decl-wrap.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/break_fun_decl-smart.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_fun_decl-smart.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/break_sequence_before.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_sequence_before.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/cases_exp_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/cases_exp_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/break_separators.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_separators.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/break_separators-after.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_separators-after.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/break_struct.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_struct.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/break_separators-after_docked.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_separators-after_docked.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/break_string_literals.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_string_literals.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
(cd _build/default/test/unit && .\test_unit.exe)
Testing `ocamlformat'.
This run has ID `J2YVJPQX'.


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


File "test/passing/refs.ahrefs/break_separators-before_docked.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/break_separators-before_docked.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/cases_exp_grouping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/cases_exp_grouping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/class_sig.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/class_sig.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/class_sig-after.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/class_sig-after.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/class_expr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/class_expr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/comment_in_modules.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/comment_in_modules.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/class_type.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/class_type.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/coerce.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/coerce.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/cmdline_override2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/cmdline_override2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/comment_in_empty.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/comment_in_empty.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/cmdline_override.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/cmdline_override.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/comment_sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/comment_sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/comment_last.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/comment_last.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/comment_breaking.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/comment_breaking.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/comments_around_disabled.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/comments_around_disabled.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/comments_in_local_let.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/comments_in_local_let.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/comments.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/comments.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/comments_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/comments_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/custom_list.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/custom_list.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/crlf_to_crlf.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/crlf_to_crlf.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/directives.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/directives.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/crlf_to_lf.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/crlf_to_lf.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/disable_class_type.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/disable_class_type.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/disable_attr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/disable_attr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/disabled.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/disabled.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/disable_local_let.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/disable_local_let.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/disabled_attr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/disabled_attr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/disambiguate.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/disambiguate.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/disambiguated_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/disambiguated_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/doc_comments_padding.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/doc_comments_padding.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/doc.mld.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/doc.mld.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/docstrings_toplevel_directives.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/docstrings_toplevel_directives.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/doc_repl.mld.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/doc_repl.mld.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/empty.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/empty.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/eliom_ext.eliom.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/eliom_ext.eliom.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/empty.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/empty.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/empty_mli.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/empty_mli.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/empty_ml.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/empty_ml.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/empty_mlt.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/empty_mlt.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/error1.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/error1.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/error3.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/error3.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/error2.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/error2.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/exceptions.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/exceptions.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/exceptions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/exceptions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/extensions.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/extensions.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/exp_record.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/exp_record.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/extensions-indent.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/extensions-indent.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/extensions_exp_grouping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/extensions_exp_grouping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/field-op_begin_line.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/field-op_begin_line.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/exp_grouping-parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/exp_grouping-parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/floating_doc.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/floating_doc.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/exp_grouping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/exp_grouping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/field.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/field.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/for_while.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/for_while.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/first_class_module.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/first_class_module.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/function_indent-never.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/function_indent-never.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/fun_function.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/fun_function.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/function_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/function_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/functor.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/functor.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/gadt.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/gadt.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/hash_bang.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/hash_bang.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/funsig.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/funsig.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/holes.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/holes.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/generative.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/generative.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/hash_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/hash_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/ifand.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/ifand.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/indicate_multiline_delimiters-cosl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/indicate_multiline_delimiters-cosl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/indicate_multiline_delimiters.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/indicate_multiline_delimiters.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/indicate_multiline_delimiters-space.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/indicate_multiline_delimiters-space.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/invalid_docstring.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/invalid_docstring.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/infix_precedence.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/infix_precedence.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/index_op.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/index_op.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/injectivity.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/injectivity.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/into_infix.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/into_infix.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/issue114.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/issue114.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/invalid.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/invalid.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/issue48.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/issue48.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/issue2660.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/issue2660.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/issue51.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/issue51.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/issue57.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/issue57.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/issue77.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/issue77.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/issue60.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/issue60.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/issue85.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/issue85.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/issue89.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/issue89.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/ite-compact_closing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/ite-compact_closing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/ite-fit_or_vertical_closing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/ite-fit_or_vertical_closing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/ite-kr_closing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/ite-kr_closing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/ite-kw_first_closing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/ite-kw_first_closing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/ite-kr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/ite-kr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/js_begin.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/js_begin.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/js_bind.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/js_bind.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/js_fun.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/js_fun.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/js_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/js_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/js_map.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/js_map.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/js_pattern.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/js_pattern.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/js_poly.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/js_poly.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/js_sig.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/js_sig.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/js_syntax.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/js_syntax.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/js_record.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/js_record.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/js_upon.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/js_upon.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/kw_extentions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/kw_extentions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/label_option_default_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/label_option_default_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/labelled_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/labelled_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/labelled_args-414.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/labelled_args-414.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/lazy.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/lazy.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/let_binding-in_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/let_binding-in_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/let_binding-indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/let_binding-indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/let_binding_spacing-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/let_binding_spacing-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/let_binding_spacing-double-semicolon.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/let_binding_spacing-double-semicolon.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/let_binding_spacing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/let_binding_spacing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/let_binding-deindent-fun.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/let_binding-deindent-fun.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/let_in_constr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/let_in_constr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/let_binding.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/let_binding.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/let_punning-denied.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/let_punning-denied.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/let_module.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/let_module.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/let_module-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/let_module-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/let_punning.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/let_punning.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/let_punning-preferred.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/let_punning-preferred.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/let_struct_item.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/let_struct_item.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/line_directives.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/line_directives.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/list-space_around.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/list-space_around.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/list.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/list.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/list_and_comments.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/list_and_comments.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/locally_abtract_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/locally_abtract_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/list_normalized.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/list_normalized.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/loc_stack.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/loc_stack.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/match2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/match2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/match_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/match_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/match_indent-never.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/match_indent-never.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/match.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/match.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/max_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/max_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/module_anonymous.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/module_anonymous.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/module.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/module.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/module_item_spacing-preserve.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/module_item_spacing-preserve.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/module_attributes.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/module_attributes.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/module_item_spacing-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/module_item_spacing-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/module_item_spacing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/module_item_spacing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/module_item_spacing.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/module_item_spacing.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/monadic_binding.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/monadic_binding.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/multi_index_op.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/multi_index_op.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/need_format.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/need_format.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/named_existentials.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/named_existentials.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/new.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/new.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/newlines.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/newlines.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/object.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/object.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/object2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/object2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/object_expr-414.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/object_expr-414.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/object_expr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/object_expr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/object_type.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/object_type.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/ocp_indent_compat-break_colon_after.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/ocp_indent_compat-break_colon_after.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/ocp_indent_options.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/ocp_indent_options.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/obuild.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/obuild.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/ocp_indent_compat.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/ocp_indent_compat.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/override.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/override.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/parens_tuple_patterns.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/parens_tuple_patterns.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/open_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/open_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/polytypes.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/polytypes.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/pre53_syntax.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/pre53_syntax.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/pre42_syntax.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/pre42_syntax.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/precedence.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/precedence.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/pre_post_extensions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/pre_post_extensions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/profiles.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/profiles.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/poly_params.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/poly_params.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/profiles2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/profiles2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/protected_object_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/protected_object_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/quoted_strings.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/quoted_strings.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/prefix_infix.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/prefix_infix.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/recmod.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/recmod.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/raw_identifiers.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/raw_identifiers.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/record_punning.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/record_punning.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/repl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/repl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/remove_extra_parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/remove_extra_parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/revapply_ext.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/revapply_ext.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/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 C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/repl.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/send.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/send.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/shebang.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/shebang.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/sequence-preserve.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/sequence-preserve.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/sequence.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/sequence.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/single_line.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/single_line.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/skip.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/skip.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/shortcut_ext_attr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/shortcut_ext_attr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/string.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/string.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/str_value.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/str_value.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/string_wrapping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/string_wrapping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/symbol.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/symbol.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/try_with_or_pattern.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/try_with_or_pattern.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/string_array.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/string_array.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/tag_only.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/tag_only.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/tag_only.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/tag_only.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/tuple_less_parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/tuple_less_parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/tuple_type_parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/tuple_type_parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/tuple.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/tuple.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/type_annotations.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/type_annotations.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/type_and_constraint.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/type_and_constraint.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/types-compact-space_around-docked.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/types-compact-space_around-docked.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/types-compact.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/types-compact.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/types-indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/types-indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/types-compact-space_around.ml.err", line 1, characters 0-0:
C:\cgwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/types-compact-space_around.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/types-sparse-space_around.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/types-sparse-space_around.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/unary.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/unary.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/unary_hash.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/unary_hash.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/types-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/types-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/use_file.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/use_file.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/utf8_identifiers.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/utf8_identifiers.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/variants.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/variants.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/verbatim_comments-wrap.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/verbatim_comments-wrap.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/verbatim_comments.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/verbatim_comments.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/w50.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/w50.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/wrap_comments_break.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/wrap_comments_break.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ahrefs/effects.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ahrefs/effects.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/alignment.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/alignment.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/apply_functor.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/apply_functor.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/attribute_and_expression.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/attribute_and_expression.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/args_grouped.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/args_grouped.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/array.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/array.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/apply.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/apply.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/attributes.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/attributes.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_collection_expressions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_collection_expressions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/binders.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/binders.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_before_in.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_before_in.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_collection_expressions-wrap.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_collection_expressions-wrap.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_fun_decl-fit_or_vertical.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_fun_decl-fit_or_vertical.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_fun_decl-smart.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_fun_decl-smart.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_fun_decl-wrap.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_fun_decl-wrap.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_fun_decl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_fun_decl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_record.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_record.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_sequence_before.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_sequence_before.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_separators-after_docked.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_separators-after_docked.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/cases_exp_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/cases_exp_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_separators-before_docked.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_separators-before_docked.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_string_literals.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_string_literals.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/cases_exp_grouping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/cases_exp_grouping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_struct.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_struct.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_separators-after.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_separators-after.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/class_sig.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/class_sig.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/class_sig-after.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/class_sig-after.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/class_type.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/class_type.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/break_separators.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/break_separators.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/coerce.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/coerce.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/cmdline_override2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/cmdline_override2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/cmdline_override.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/cmdline_override.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/comment_breaking.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/comment_breaking.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/comment_in_empty.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/comment_in_empty.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/comment_last.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/comment_last.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/comment_in_modules.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/comment_in_modules.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/comment_sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/comment_sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/comments.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/comments.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/comments_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/comments_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/comments_around_disabled.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/comments_around_disabled.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/comments_in_local_let.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/comments_in_local_let.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/crlf_to_lf.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/crlf_to_lf.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/custom_list.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/custom_list.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/crlf_to_crlf.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/crlf_to_crlf.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/directives.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/directives.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/disable_class_type.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/disable_class_type.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/disable_attr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/disable_attr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/disabled.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/disabled.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/disable_local_let.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/disable_local_let.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/disabled_attr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/disabled_attr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/disambiguate.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/disambiguate.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/doc.mld.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/doc.mld.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/disambiguated_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/disambiguated_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/doc_comments_padding.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/doc_comments_padding.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/doc_repl.mld.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/doc_repl.mld.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/docstrings_toplevel_directives.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/docstrings_toplevel_directives.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/empty.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/empty.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/eliom_ext.eliom.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/eliom_ext.eliom.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/empty.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/empty.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/empty_ml.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/empty_ml.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/empty_mli.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/empty_mli.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/empty_mlt.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/empty_mlt.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/error1.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/error1.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/error2.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/error2.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/error3.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/error3.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/exceptions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/exceptions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/exceptions.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/exceptions.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/exp_record.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/exp_record.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/extensions.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/extensions.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/extensions-indent.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/extensions-indent.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/field.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/field.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/field-op_begin_line.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/field-op_begin_line.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/extensions_exp_grouping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/extensions_exp_grouping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/floating_doc.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/floating_doc.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/for_while.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/for_while.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/fun_decl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/fun_decl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/fun_decl-no-wrap-fun-args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/fun_decl-no-wrap-fun-args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/first_class_module.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/first_class_module.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/exp_grouping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/exp_grouping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/function_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/function_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/function_indent-never.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/function_indent-never.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/exp_grouping-parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/exp_grouping-parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/gadt.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/gadt.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/functor.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/functor.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/generative.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/generative.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/funsig.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/funsig.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/hash_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/hash_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/hash_bang.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/hash_bang.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/ifand.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/ifand.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/holes.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/holes.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/indicate_multiline_delimiters-cosl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/indicate_multiline_delimiters-cosl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/indicate_multiline_delimiters-space.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/indicate_multiline_delimiters-space.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/indicate_multiline_delimiters.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/indicate_multiline_delimiters.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/index_op.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/index_op.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/infix_bind-fit_or_vertical.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/infix_bind-fit_or_vertical.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/into_infix.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/into_infix.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/injectivity.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/injectivity.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/infix_precedence.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/infix_precedence.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/issue114.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/issue114.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/invalid.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/invalid.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/infix_bind-fit_or_vertical-break.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/infix_bind-fit_or_vertical-break.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/infix_bind.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/infix_bind.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/infix_bind-break.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/infix_bind-break.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/issue2660.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/issue2660.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/issue48.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/issue48.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/issue51.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/issue51.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/issue57.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/issue57.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/issue85.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/issue85.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/issue60.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/issue60.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/issue77.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/issue77.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/issue89.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/issue89.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/ite-compact_closing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/ite-compact_closing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/ite-kr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/ite-kr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/ite-fit_or_vertical_closing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/ite-fit_or_vertical_closing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/ite-kr_closing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/ite-kr_closing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/js_bind.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/js_bind.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/js_begin.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/js_begin.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/js_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/js_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/js_poly.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/js_poly.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/js_fun.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/js_fun.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/js_map.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/js_map.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/js_syntax.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/js_syntax.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/kw_extentions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/kw_extentions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/js_record.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/js_record.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/js_pattern.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/js_pattern.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/js_sig.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/js_sig.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/js_upon.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/js_upon.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/labelled_args-414.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/labelled_args-414.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/lazy.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/lazy.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/label_option_default_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/label_option_default_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/labelled_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/labelled_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/let_binding-deindent-fun.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/let_binding-deindent-fun.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/let_binding-indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/let_binding-indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/let_binding_spacing-double-semicolon.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/let_binding_spacing-double-semicolon.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/let_binding_spacing-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/let_binding_spacing-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/let_binding_spacing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/let_binding_spacing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/let_in_constr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/let_in_constr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/let_binding-in_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/let_binding-in_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/let_module-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/let_module-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/let_binding.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/let_binding.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/let_module.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/let_module.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/let_punning-denied.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/let_punning-denied.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/let_punning-preferred.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/let_punning-preferred.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/line_directives.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/line_directives.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/let_punning.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/let_punning.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/let_struct_item.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/let_struct_item.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/list_and_comments.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/list_and_comments.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/list.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/list.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/list-space_around.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/list-space_around.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/list_normalized.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/list_normalized.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/loc_stack.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/loc_stack.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/locally_abtract_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/locally_abtract_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/match_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/match_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/match_indent-never.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/match_indent-never.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/match2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/match2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/match.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/match.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/max_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/max_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/module_anonymous.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/module_anonymous.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/module.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/module.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/module_item_spacing-preserve.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/module_item_spacing-preserve.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/module_item_spacing.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/module_item_spacing.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/module_attributes.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/module_attributes.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/module_item_spacing-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/module_item_spacing-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/module_item_spacing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/module_item_spacing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/named_existentials.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/named_existentials.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/need_format.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/need_format.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/monadic_binding.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/monadic_binding.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/newlines.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/newlines.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/new.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/new.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/multi_index_op.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/multi_index_op.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/object2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/object2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/object_expr-414.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/object_expr-414.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/object_expr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/object_expr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/object_type.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/object_type.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/obuild.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/obuild.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/ocp_indent_compat-break_colon_after.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/ocp_indent_compat-break_colon_after.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/object.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/object.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/ocp_indent_options.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/ocp_indent_options.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/ocp_indent_compat.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/ocp_indent_compat.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/parens_tuple_patterns.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/parens_tuple_patterns.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/open_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/open_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/pre42_syntax.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/pre42_syntax.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/override.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/override.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/polytypes.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/polytypes.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/pre53_syntax.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/pre53_syntax.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/precedence.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/precedence.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/profiles.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/profiles.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/prefix_infix.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/prefix_infix.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/pre_post_extensions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/pre_post_extensions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/poly_params.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/poly_params.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/protected_object_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/protected_object_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/profiles2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/profiles2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/modular_explicits.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/modular_explicits.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/quoted_strings.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/quoted_strings.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/recmod.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/recmod.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/raw_identifiers.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/raw_identifiers.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/remove_extra_parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/remove_extra_parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/record_punning.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/record_punning.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/repl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/repl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/send.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/send.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/sequence-preserve.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/sequence-preserve.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/revapply_ext.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/revapply_ext.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/shebang.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/shebang.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/sig_value.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/sig_value.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/shortcut_ext_attr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/shortcut_ext_attr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/sequence.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/sequence.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
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?
File "test/passing/refs.default/single_line.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/single_line.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/str_value.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/str_value.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/skip.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/skip.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/string_array.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/string_array.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/string.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/string.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/symbol.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/symbol.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/string_wrapping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/string_wrapping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/tag_only.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/tag_only.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/tag_only.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/tag_only.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/tuple.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/tuple.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/try_with_or_pattern.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/try_with_or_pattern.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/type_and_constraint.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/type_and_constraint.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/tuple_type_parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/tuple_type_parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/tuple_less_parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/tuple_less_parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/type_annotations.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/type_annotations.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/types-compact-space_around.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/types-compact-space_around.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/types-compact-space_around-docked.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/types-compact-space_around-docked.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/unary_hash.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/unary_hash.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/unary.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/unary.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/types-compact.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/types-compact.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/types-sparse-space_around.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/types-sparse-space_around.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/types-indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/types-indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/use_file.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/use_file.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/verbatim_comments-wrap.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/verbatim_comments-wrap.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/utf8_identifiers.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/utf8_identifiers.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/verbatim_comments.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/verbatim_comments.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/types-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/types-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/w50.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/w50.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/effects.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/effects.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.default/wrap_comments_break.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.default/wrap_comments_break.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/alignment.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/alignment.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/args_grouped.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/args_grouped.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/apply.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/apply.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/array.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/array.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/assignment_operator.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/assignment_operator.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/attribute_and_expression.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/attribute_and_expression.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/assignment_operator-op_begin_line.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/assignment_operator-op_begin_line.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/binders.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/binders.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/attributes.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/attributes.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_before_in.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_before_in.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_before_in-auto.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_before_in-auto.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_collection_expressions-wrap.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_collection_expressions-wrap.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_colon-before.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_colon-before.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_fun_decl-fit_or_vertical.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_fun_decl-fit_or_vertical.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_colon.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_colon.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_fun_decl-smart.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_fun_decl-smart.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_collection_expressions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_collection_expressions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_fun_decl-wrap.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_fun_decl-wrap.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_fun_decl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_fun_decl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_infix-fit-or-vertical.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_infix-fit-or-vertical.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_infix-wrap.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_infix-wrap.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_infix.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_infix.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_record.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_record.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_string_literals.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_string_literals.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_sequence_before.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_sequence_before.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/cases_exp_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/cases_exp_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_separators-before_docked.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_separators-before_docked.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/class_expr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/class_expr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/class_sig-after.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/class_sig-after.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_separators-after_docked.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_separators-after_docked.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/class_sig.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/class_sig.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_struct.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_struct.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/cmdline_override.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/cmdline_override.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/class_type.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/class_type.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_separators.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_separators.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/break_separators-after.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/break_separators-after.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/cmdline_override2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/cmdline_override2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/cases_exp_grouping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/cases_exp_grouping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/comment_last.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/comment_last.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/coerce.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/coerce.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/comment_in_empty.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/comment_in_empty.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/comment_breaking.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/comment_breaking.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/comment_in_modules.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/comment_in_modules.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/comments.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/comments.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/comment_sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/comment_sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/comments_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/comments_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/comments_around_disabled.ml.err", line 1, characters 0-0:
C:\cygwin6\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/comments_around_disabled.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/comments_in_local_let.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/comments_in_local_let.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/custom_list.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/custom_list.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/crlf_to_lf.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/crlf_to_lf.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/crlf_to_crlf.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/crlf_to_crlf.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/directives.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/directives.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/disable_attr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/disable_attr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/disable_local_let.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/disable_local_let.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/disabled.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/disabled.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/disable_class_type.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/disable_class_type.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/disambiguated_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/disambiguated_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/disabled_attr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/disabled_attr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/disambiguate.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/disambiguate.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/docstrings_toplevel_directives.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/docstrings_toplevel_directives.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/doc_comments_padding.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/doc_comments_padding.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/empty.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/empty.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/doc_repl.mld.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/doc_repl.mld.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/empty.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/empty.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/empty_ml.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/empty_ml.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/empty_mlt.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/empty_mlt.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/empty_mli.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/empty_mli.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/error2.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/error2.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/error3.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/error3.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/error1.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/error1.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/exp_record.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/exp_record.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/exceptions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/exceptions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/exceptions.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/exceptions.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/extensions-indent.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/extensions-indent.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/extensions.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/extensions.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/field-op_begin_line.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/field-op_begin_line.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/extensions_exp_grouping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/extensions_exp_grouping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/floating_doc.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/floating_doc.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/field.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/field.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/first_class_module.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/first_class_module.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/extensions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/extensions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/for_while.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/for_while.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/fun_decl-no-wrap-fun-args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/fun_decl-no-wrap-fun-args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/exp_grouping-parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/exp_grouping-parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/fun_decl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/fun_decl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/function_indent-never.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/function_indent-never.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/function_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/function_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/extensions-indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/extensions-indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/functor.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/functor.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/hash_bang.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/hash_bang.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/gadt.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/gadt.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/funsig.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/funsig.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/holes.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/holes.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/generative.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/generative.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/ifand.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/ifand.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/hash_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/hash_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/indicate_multiline_delimiters-space.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/indicate_multiline_delimiters-space.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/indicate_multiline_delimiters-cosl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/indicate_multiline_delimiters-cosl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/indicate_multiline_delimiters.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/indicate_multiline_delimiters.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/into_infix.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/into_infix.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/infix_precedence.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/infix_precedence.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/index_op.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/index_op.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/injectivity.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/injectivity.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/infix_arg_grouping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/infix_arg_grouping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/invalid_docstring.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/invalid_docstring.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/invalid.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/invalid.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/infix_bind-fit_or_vertical-break.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/infix_bind-fit_or_vertical-break.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/issue114.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/issue114.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/infix_bind-break.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/infix_bind-break.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/issue2660.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/issue2660.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/issue1750.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/issue1750.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/infix_bind-fit_or_vertical.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/infix_bind-fit_or_vertical.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/infix_bind.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/infix_bind.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/issue48.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/issue48.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/issue51.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/issue51.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/issue57.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/issue57.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/issue60.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/issue60.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/issue289.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/issue289.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/issue89.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/issue89.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/issue77.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/issue77.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/issue85.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/issue85.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/ite-fit_or_vertical.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/ite-fit_or_vertical.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/ite-fit_or_vertical_no_indicate.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/ite-fit_or_vertical_no_indicate.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/ite-kr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/ite-kr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/ite-fit_or_vertical_closing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/ite-fit_or_vertical_closing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/ite-kr_closing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/ite-kr_closing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/ite-vertical.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/ite-vertical.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/js_begin.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/js_begin.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/js_fun.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/js_fun.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/js_bind.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/js_bind.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/js_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/js_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/js_map.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/js_map.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/js_poly.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/js_poly.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/js_pattern.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/js_pattern.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/js_record.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/js_record.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/js_upon.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/js_upon.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/js_syntax.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/js_syntax.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/kw_extentions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/kw_extentions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/label_option_default_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/label_option_default_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/labelled_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/labelled_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/labelled_args-414.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/labelled_args-414.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/let_binding-deindent-fun.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/let_binding-deindent-fun.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/lazy.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/lazy.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/let_in_constr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/let_in_constr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/let_binding_spacing-double-semicolon.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/let_binding_spacing-double-semicolon.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/let_binding-indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/let_binding-indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/let_module-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/let_module-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/let_binding_spacing-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/let_binding_spacing-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/let_binding_spacing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/let_binding_spacing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/let_module.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/let_module.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/let_punning-denied.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/let_punning-denied.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/let_binding-in_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/let_binding-in_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/let_punning-preferred.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/let_punning-preferred.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/let_binding.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/let_binding.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/line_directives.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/line_directives.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/let_struct_item.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/let_struct_item.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/let_punning.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/let_punning.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/list_and_comments.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/list_and_comments.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/list-space_around.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/list-space_around.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/loc_stack.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/loc_stack.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/locally_abtract_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/locally_abtract_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/list_normalized.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/list_normalized.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/list.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/list.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/match_indent-never.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/match_indent-never.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/match.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/match.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/margin_80.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/margin_80.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/match_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/match_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/match2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/match2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/module_anonymous.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/module_anonymous.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/mod_type_subst.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/mod_type_subst.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/module_attributes.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/module_attributes.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/module_item_spacing-preserve.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/module_item_spacing-preserve.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/module_item_spacing-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/module_item_spacing-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/module_item_spacing.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/module_item_spacing.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/module_type.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/module_type.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/module_item_spacing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/module_item_spacing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/monadic_binding.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/monadic_binding.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/need_format.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/need_format.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/named_existentials.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/named_existentials.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/multi_index_op.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/multi_index_op.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/newlines.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/newlines.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/object_expr-414.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/object_expr-414.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/new.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/new.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/object2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/object2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/object_expr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/object_expr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/obuild.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/obuild.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/object_type.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/object_type.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/ocp_indent_compat-break_colon_after.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/ocp_indent_compat-break_colon_after.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/object.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/object.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/ocp_indent_compat.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/ocp_indent_compat.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/open_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/open_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/ocp_indent_options.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/ocp_indent_options.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/override.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/override.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/parens_tuple_patterns.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/parens_tuple_patterns.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/pre42_syntax.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/pre42_syntax.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/pre53_syntax.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/pre53_syntax.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/modular_explicits.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/modular_explicits.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/pre_post_extensions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/pre_post_extensions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/precedence.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/precedence.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/profiles.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/profiles.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/prefix_infix.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/prefix_infix.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/profiles2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/profiles2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/protected_object_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/protected_object_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/poly_params.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/poly_params.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/quoted_strings.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/quoted_strings.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/recmod.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/recmod.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/raw_identifiers.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/raw_identifiers.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/remove_extra_parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/remove_extra_parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/repl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/repl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/refs.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/refs.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/record_punning.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/record_punning.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/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 C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/repl.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/revapply_ext.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/revapply_ext.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/send.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/send.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/shebang.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/shebang.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/sequence.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/sequence.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/sequence-preserve.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/sequence-preserve.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/str_value.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/str_value.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/string_array.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/string_array.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/single_line.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/single_line.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/skip.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/skip.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/string_wrapping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/string_wrapping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/symbol.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/symbol.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/tag_only.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/tag_only.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/tag_only.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/tag_only.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/string.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/string.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/try_with_or_pattern.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/try_with_or_pattern.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/tuple_less_parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/tuple_less_parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/tuple.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/tuple.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/tuple_type_parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/tuple_type_parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/type_and_constraint.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/type_and_constraint.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/type_annotations.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/type_annotations.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/unary.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/unary.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/unary_hash.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/unary_hash.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/use_file.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/use_file.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/types-indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/types-indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/types-sparse-space_around.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/types-sparse-space_around.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/utf8_identifiers.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/utf8_identifiers.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/types-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/types-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/verbatim_comments-wrap.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/verbatim_comments-wrap.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/variants.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/variants.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/verbatim_comments.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/verbatim_comments.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/w50.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/w50.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/wrap_comments_break.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/wrap_comments_break.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/wrapping_functor_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/wrapping_functor_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/apply_functor.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/apply_functor.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.janestreet/effects.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.janestreet/effects.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/args_grouped.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/args_grouped.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/array.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/array.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/attribute_and_expression.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/attribute_and_expression.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/apply.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/apply.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/attributes.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/attributes.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/binders.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/binders.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/break_before_in.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/break_before_in.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/break_fun_decl-smart.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/break_fun_decl-smart.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/break_fun_decl-fit_or_vertical.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/break_fun_decl-fit_or_vertical.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/break_fun_decl-wrap.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/break_fun_decl-wrap.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/break_record.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/break_record.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/break_fun_decl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/break_fun_decl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/break_sequence_before.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/break_sequence_before.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/class_sig-after.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/class_sig-after.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/break_struct.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/break_struct.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/cases_exp_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/cases_exp_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/break_string_literals.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/break_string_literals.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/cases_exp_grouping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/cases_exp_grouping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/class_sig.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/class_sig.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/cmdline_override.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/cmdline_override.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/class_type.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/class_type.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/cmdline_override2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/cmdline_override2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/comment_in_empty.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/comment_in_empty.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/comment_breaking.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/comment_breaking.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/comment_in_modules.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/comment_in_modules.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/comment_last.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/comment_last.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/coerce.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/coerce.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/comment_sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/comment_sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/comments_around_disabled.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/comments_around_disabled.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/comments.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/comments.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/comments_in_local_let.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/comments_in_local_let.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/crlf_to_crlf.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/crlf_to_crlf.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/comments_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/comments_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/custom_list.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/custom_list.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/directives.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/directives.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/crlf_to_lf.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/crlf_to_lf.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/disable_attr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/disable_attr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/disable_class_type.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/disable_class_type.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/disabled.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/disabled.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/disable_local_let.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/disable_local_let.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/disambiguate.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/disambiguate.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/disabled_attr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/disabled_attr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/disambiguated_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/disambiguated_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/doc.mld.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/doc.mld.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/doc_comments_padding.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/doc_comments_padding.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/docstrings_toplevel_directives.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/docstrings_toplevel_directives.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/doc_repl.mld.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/doc_repl.mld.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/empty.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/empty.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/empty.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/empty.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/empty_ml.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/empty_ml.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/empty_mli.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/empty_mli.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/empty_mlt.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/empty_mlt.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/error1.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/error1.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/error2.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/error2.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/error3.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/error3.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/exceptions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/exceptions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/exceptions.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/exceptions.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/exp_record.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/exp_record.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/extensions-indent.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/extensions-indent.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/extensions.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/extensions.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/extensions_exp_grouping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/extensions_exp_grouping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/field-op_begin_line.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/field-op_begin_line.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/field.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/field.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/exp_grouping-parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/exp_grouping-parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/floating_doc.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/floating_doc.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/first_class_module.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/first_class_module.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/exp_grouping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/exp_grouping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/for_while.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/for_while.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/fun_decl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/fun_decl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/fun_decl-no-wrap-fun-args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/fun_decl-no-wrap-fun-args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/function_indent-never.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/function_indent-never.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/function_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/function_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/funsig.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/funsig.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/functor.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/functor.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/gadt.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/gadt.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/generative.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/generative.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/hash_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/hash_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/hash_bang.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/hash_bang.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/holes.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/holes.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/ifand.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/ifand.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/indicate_multiline_delimiters-cosl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/indicate_multiline_delimiters-cosl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/indicate_multiline_delimiters-space.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/indicate_multiline_delimiters-space.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/index_op.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/index_op.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/indicate_multiline_delimiters.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/indicate_multiline_delimiters.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/infix_precedence.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/infix_precedence.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/infix_bind-fit_or_vertical-break.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/infix_bind-fit_or_vertical-break.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/injectivity.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/injectivity.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/invalid.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/invalid.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/invalid_docstring.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/invalid_docstring.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/infix_bind-break.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/infix_bind-break.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/into_infix.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/into_infix.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/issue114.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/issue114.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/infix_bind-fit_or_vertical.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/infix_bind-fit_or_vertical.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/issue2660.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/issue2660.ml.stderr
error: Could not access'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/issue48.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/issue48.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/infix_bind.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/infix_bind.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/issue51.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/issue51.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/issue57.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/issue57.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/issue60.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/issue60.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/issue77.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/issue77.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/issue289.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/issue289.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/issue89.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/issue89.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/issue85.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/issue85.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/ite-compact.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/ite-compact.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/ite-fit_or_vertical_closing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/ite-fit_or_vertical_closing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/ite-kr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/ite-kr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/ite-compact_closing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/ite-compact_closing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/ite-kw_first_closing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/ite-kw_first_closing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/ite-fit_or_vertical.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/ite-fit_or_vertical.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/ite-kr_closing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/ite-kr_closing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/ite-vertical.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/ite-vertical.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/js_begin.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/js_begin.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/js_map.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/js_map.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/js_pattern.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/js_pattern.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/js_fun.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/js_fun.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/js_poly.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/js_poly.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/ite.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/ite.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/js_record.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/js_record.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/js_sig.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/js_sig.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/js_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/js_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/js_syntax.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/js_syntax.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/kw_extentions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/kw_extentions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/js_upon.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/js_upon.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/label_option_default_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/label_option_default_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/lazy.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/lazy.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/labelled_args-414.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/labelled_args-414.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/labelled_args.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/labelled_args.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/let_binding-indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/let_binding-indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/let_binding_spacing-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/let_binding_spacing-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/let_binding_spacing-double-semicolon.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/let_binding_spacing-double-semicolon.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/let_binding-deindent-fun.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/let_binding-deindent-fun.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/let_binding_spacing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/let_binding_spacing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/let_binding-in_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/let_binding-in_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/let_binding.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/let_binding.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/let_module-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/let_module-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/let_in_constr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/let_in_constr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/let_punning-denied.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/let_punning-denied.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/let_punning-preferred.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/let_punning-preferred.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/let_module.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/let_module.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/let_punning.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/let_punning.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/let_struct_item.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/let_struct_item.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/line_directives.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/line_directives.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/list_and_comments.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/list_and_comments.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/list-space_around.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/list-space_around.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/loc_stack.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/loc_stack.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/locally_abtract_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/locally_abtract_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/list.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/list.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/match_indent-never.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/match_indent-never.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/list_normalized.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/list_normalized.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/match2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/match2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/match_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/match_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/match.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/match.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/module_attributes.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/module_attributes.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/module_anonymous.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/module_anonymous.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/module.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/module.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/max_indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/max_indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/mod_type_subst.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/mod_type_subst.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/modular_explicits.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/modular_explicits.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/module_item_spacing-preserve.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/module_item_spacing-preserve.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/module_item_spacing-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/module_item_spacing-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/multi_index_op.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/multi_index_op.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/module_item_spacing.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/module_item_spacing.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/module_item_spacing.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/module_item_spacing.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/monadic_binding.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/monadic_binding.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/named_existentials.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/named_existentials.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/need_format.ml.ref", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/need_format.ml.stdout
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/newlines.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/newlines.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/new.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/new.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/object_expr-414.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/object_expr-414.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/object2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/object2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/obuild.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/obuild.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/object_expr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/object_expr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/object.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/object.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/ocp_indent_compat-break_colon_after.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/ocp_indent_compat-break_colon_after.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/object_type.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/object_type.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/ocp_indent_options.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/ocp_indent_options.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/ocp_indent_compat.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/ocp_indent_compat.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/open_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/open_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/override.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/override.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/parens_tuple_patterns.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/parens_tuple_patterns.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/polytypes.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/polytypes.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/pre42_syntax.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/pre42_syntax.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/pre53_syntax.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/pre53_syntax.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/precedence.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/precedence.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/profiles.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/profiles.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/pre_post_extensions.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/pre_post_extensions.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/prefix_infix.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/prefix_infix.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/poly_params.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/poly_params.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/profiles2.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/profiles2.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/protected_object_types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/protected_object_types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/quoted_strings.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/quoted_strings.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/recmod.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/recmod.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/record_punning.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/record_punning.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/raw_identifiers.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/raw_identifiers.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/remove_extra_parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/remove_extra_parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/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 C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/repl.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/repl.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/repl.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/send.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/send.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/revapply_ext.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/revapply_ext.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/shebang.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/shebang.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/sequence-preserve.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/sequence-preserve.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/single_line.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/single_line.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/sequence.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/sequence.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/shortcut_ext_attr.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/shortcut_ext_attr.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/str_value.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/str_value.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/skip.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/skip.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/string.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/string.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/string_wrapping.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/string_wrapping.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/symbol.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/symbol.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/try_with_or_pattern.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/try_with_or_pattern.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/tag_only.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/tag_only.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/tag_only.mli.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/tag_only.mli.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/string_array.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/string_array.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/tuple_type_parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/tuple_type_parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/tuple.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/tuple.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/tuple_less_parens.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/tuple_less_parens.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/type_annotations.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/type_annotations.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/type_and_constraint.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/type_and_constraint.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/types-compact-space_around.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/types-compact-space_around.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/types-compact-space_around-docked.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/types-compact-space_around-docked.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/unary.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/unary.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/types-indent.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/types-indent.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/types-sparse-space_around.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/types-sparse-space_around.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/types-compact.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/types-compact.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/unary_hash.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/unary_hash.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/types-sparse.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/types-sparse.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/types.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/types.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/utf8_identifiers.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/utf8_identifiers.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/use_file.mlt.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/use_file.mlt.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/variants.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/variants.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/w50.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/w50.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/verbatim_comments-wrap.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/verbatim_comments-wrap.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/verbatim_comments.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/verbatim_comments.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/wrap_comments_break.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/wrap_comments_break.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
File "test/passing/refs.ocamlformat/effects.ml.err", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol C:\cygwin64\home\opam\src\nul _build/default/test/passing/refs.ocamlformat/effects.ml.stderr
error: Could not access 'C:\cygwin64\home\opam\src\nul'
"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-20 07:40.56: Job failed: Failed: Build failed