Organisationsocaml-ppxppxlibff6e90 ()windows-server-2022-amd64-5.3_opam-2.3

windows-server-2022-amd64-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-07-10 14:11.54: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/586/head (ff6e906f45b878e8e38e7ab8e2a4583323a81d94) (windows-amd64:windows-server-2022-amd64-5.3_opam-2.3)
Base: windows-server-2022-amd64-ocaml-5.3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/586/head" && git reset --hard ff6e906f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM windows-server-2022-amd64-ocaml-5.3
# windows-server-2022-amd64-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam /Users/opam/src/./
RUN opam pin add -yn ppxlib.dev '/Users/opam/src/./' && \
opam pin add -yn ppxlib-tools.dev '/Users/opam/src/./' && \
opam pin add -yn ppxlib-bench.dev '/Users/opam/src/./'
RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'
ENV DEPS="arch-x86_64.1 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /Users/opam/src
RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build


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


2025-07-10 14:11.54: Using cache hint "ocaml-ppx/ppxlib-windows-server-2022-amd64-ocaml-5.3-windows-server-2022-amd64-5.3_opam-2.3-4c7e5a4f13472d6f23d129162aa5524f"
2025-07-10 14:11.54: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-5.3)
(comment windows-server-2022-amd64-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam)
(dst /Users/opam/src/./))
(run (network host)
(shell  "opam pin add -yn ppxlib.dev '/Users/opam/src/./' && \
\nopam pin add -yn ppxlib-tools.dev '/Users/opam/src/./' && \
\nopam pin add -yn ppxlib-bench.dev '/Users/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
(env DEPS "arch-x86_64.1 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 yojson.3.0.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /Users/opam/src))
(run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-07-10 14:11.54: Waiting for resource in pool OCluster
2025-07-10 14:11.54: Waiting for worker…
2025-07-10 14:13.56: Got resource from pool OCluster
Building on thyme
HEAD is now at 8fbcfcce Switch changelog back to dev mode
HEAD is now at ff6e906f Fix pprintast for 5.2 AST


(from windows-server-2022-amd64-ocaml-5.3)
2025-07-10 14:14.00 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache


/: (comment windows-server-2022-amd64-5.3_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-10 14:14.00 ---> using "95d5d85ee56c2575e196f53fe7f940cc0731fb5c4485beb38b72a714de9d05bf" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.


<><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><>


opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools.


How should opam obtain Unix tools?
> 1. Use tools found in PATH (Cygwin installation at C:\cygwin64)
2. Automatically create an internal Cygwin installation that will be managed by opam (recommended)
3. Use Cygwin installation found in C:\cygwin64
4. Use another existing Cygwin/MSYS2 installation
5. Abort initialisation


[1/2/3/4/5] 1
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from file://C:/Users/opam/opam-repository
2025-07-10 14:14.00 ---> using "53bae75d46d214e65b51daece9ef873c6c6a891e203ec3d98bbd26c30834d1e2" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.5-1.x86_64
The OCaml toplevel, version 5.3.0
2.3.0
2025-07-10 14:14.00 ---> using "2b54922bf0d8d5ddbb1aea4afec4a959968c963bd87de7fe3038a742f957825c" from cache


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f93eb7cb02..11a53009bd  master     -> origin/master
382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file://C:/Users/opam/opam-repository


The following actions will be performed:
=== recompile 7 packages
- recompile base-domains        base           [uses ocaml]
- recompile base-effects        base           [uses ocaml]
- recompile base-nnp            base           [uses base-domains]
- recompile ocaml               5.3.0          [uses ocaml-base-compiler]
- recompile ocaml-base-compiler 5.3.0 (pinned) [uses ocaml-compiler]
- recompile ocaml-compiler      5.3.0          [uses flexdll]
- recompile ocaml-config        3              [uses ocaml-base-compiler]
=== upgrade 1 package
- upgrade   flexdll             0.43 to 0.44


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> retrieved flexdll.0.44  (cached)
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   ocaml.5.3.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.3.0
-> retrieved ocaml-compiler.5.3.0  (cached)
-> removed   ocaml-compiler.5.3.0
-> removed   flexdll.0.43
-> installed flexdll.0.44
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-10 14:14.00 ---> using "226b83a1c2c436fd73cfd004e0a740d47502695a03404db171bcc85f0e9e35f5" from cache


/: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam)
(dst /Users/opam/src/./))
2025-07-10 14:14.49 ---> saved as "59ec655233e56891f0bdcc69c3af7a68998e9936899af009b260119b6d466f4d"


/: (run (network host)
(shell  "opam pin add -yn ppxlib.dev '/Users/opam/src/./' && \
\nopam pin add -yn ppxlib-tools.dev '/Users/opam/src/./' && \
\nopam pin add -yn ppxlib-bench.dev '/Users/opam/src/./'"))
[ppxlib.dev] synchronised (file://C:/Users/opam/src/.)
ppxlib is now pinned to file://C:/Users/opam/src/. (version dev)
[ppxlib-tools.dev] synchronised (file://C:/Users/opam/src/.)
ppxlib-tools is now pinned to file://C:/Users/opam/src/. (version dev)
Package ppxlib-bench does not exist, create as a NEW package? [y/n] y
[ppxlib-bench.dev] synchronised (file://C:/Users/opam/src/.)
ppxlib-bench is now pinned to file://C:/Users/opam/src/. (version dev)
2025-07-10 14:15.40 ---> saved as "7505e95f4616d3ef3cc69617650b34ddb69f0223a89b9f12942844bfce1c3c85"


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2025-07-10 14:16.19 ---> saved as "01b19a04349f6fa378c26154fd09fa9221b660ba7c821436dc457d3ac722e816"


/: (env DEPS "arch-x86_64.1 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 yojson.3.0.0")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ppxlib.dev] synchronised (file://C:/Users/opam/src/.)
[ppxlib-bench.dev] synchronised (file://C:/Users/opam/src/.)
[ppxlib-tools.dev] synchronised (file://C:/Users/opam/src/.)


[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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).
2025-07-10 14:17.59 ---> saved as "0672dcde7c2757cd43314352850e4165c3e36a619f1a0c213f596e3489dfbce0"


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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 15 packages
- install base                    v0.17.3
- install cinaps                  v0.15.1
- install cmdliner                1.3.0
- install csexp                   1.5.2
- install dune                    3.19.1
- install dune-configurator       3.19.1
- install ocaml-compiler-libs     v0.17.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlfind               1.9.8
- install ppx_derivers            1.2.1
- install re                      1.13.2
- install seq                     base
- install sexplib0                v0.17.0
- install stdlib-shims            0.3.0
- install yojson                  3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cinaps.v0.15.1  (https://github.com/ocaml-ppx/cinaps/archive/v0.15.1.tar.gz)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved base.v0.17.3  (https://github.com/janestreet/base/archive/refs/tags/v0.17.3.tar.gz)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved re.1.13.2  (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.13.2.tar.gz)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.3.0.0  (https://github.com/ocaml-community/yojson/releases/download/3.0.0/yojson-3.0.0.tbz)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (https://github.com/ocaml/dune/releases/download/3.19.1/dune-3.19.1.tbz)
-> installed cmdliner.1.3.0
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\5.3.0\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.8
-> installed dune.3.19.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ppx_derivers.1.2.1
-> installed re.1.13.2
-> installed sexplib0.v0.17.0
-> installed yojson.3.0.0
-> installed cinaps.v0.15.1
-> installed dune-configurator.3.19.1
-> installed base.v0.17.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-10 14:26.20 ---> saved as "66eeb3e27240ead38a0c225337972b0ee2157a5fde769381bcddc964e9bb0100"


/: (copy (src .) (dst /Users/opam/src))
2025-07-10 14:27.19 ---> saved as "19bd00ca499182c64ce68213c4f05df1b101395fac3a01ca24aa4923bf852c0f"


/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test/502_pexpfun/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/503_migrations/preserve-effect-downward/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/attr_replace/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/base/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/code_path/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/deriving/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/deriving_warning/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/attributes/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/compiler-pp/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/error_embedding/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/exception_handling/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/flag_cookie/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/instrument/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/keywords-option/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/non-compressible-suffix/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/ocaml-ppx-context-load-path-migration/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/parse_error_locations/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/run_as_ppx_rewriter/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/run_as_ppx_rewriter_preserve_version/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/skip-hash-bang/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/source-quotation-in-errors/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/standalone-supports-old-binary-ast/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/standalone_run_as_ppx/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/driver/stdin_input/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/error_embedding/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/expand-header-and-footer/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/expansion_context/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/expansion_helpers/mangle/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/expansion_inside_payloads/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/expect/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/extensions_and_deriving/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/location/attributes/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/location/exception/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/metaquot/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/patterns_as_and_drop/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/ppx_import_support/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/ppxlib-pp-ast/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/quoter/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/recursive_replacement/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/traverse/dune", line 1, characters 0-0:
Error: Invalid dune file
File "test/type_is_recursive/dune", line 1, characters 0-0:
Error: Invalid dune file
File "traverse/dune", line 1, characters 0-0:
Error: Invalid dune file
File "traverse_builtins/dune", line 1, characters 0-0:
Error: Invalid dune file
"cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-07-10 14:28.28: Job failed: Failed: Build failed