2025-08-20 17:12.05: New job: test patricoferris/ppxlib https://github.com/patricoferris/ppxlib.git#refs/heads/main (455f21787ad52a32813a34538a4d493f8d3efc64) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.4) Base: windows-server-2022-amd64-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/patricoferris/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 455f2178 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM windows-server-2022-amd64-ocaml-4.14 # windows-server-2022-amd64-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f /usr/bin/opam-2.4 /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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u RUN mkdir -p 'bench/vendored/ppx_sexp_conv.v0.15.1/' COPY --chown=1000:1000 ppxlib.opam ppxlib-bench.opam /Users/opam/src/./ COPY --chown=1000:1000 bench/vendored/ppx_sexp_conv.v0.15.1/ppx_sexp_conv.opam /Users/opam/src/bench/vendored/ppx_sexp_conv.v0.15.1/ RUN opam pin add -yn ppxlib.dev '/Users/opam/src/./' && \ opam pin add -yn ppxlib-bench.dev '/Users/opam/src/./' && \ opam pin add -yn ppx_sexp_conv '/Users/opam/src/bench/vendored/ppx_sexp_conv.v0.15.1/' RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project' && \ echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/bench/vendored/ppx_sexp_conv.v0.15.1/dune-project' ENV DEPS="arch-x86_64.1 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.20.0 dune-configurator.3.20.0 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.16.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.4 --depext-only -y ppxlib.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-08-20 17:12.05: Using cache hint "patricoferris/ppxlib-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.4-23153d5f4f1734113f836ae4c9c6d6fe" 2025-08-20 17:12.05: Using OBuilder spec: ((from windows-server-2022-amd64-ocaml-4.14) (comment windows-server-2022-amd64-4.14_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f /usr/bin/opam-2.4 /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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u")) (run (shell "mkdir -p 'bench/vendored/ppx_sexp_conv.v0.15.1/'")) (copy (src ppxlib.opam ppxlib-bench.opam) (dst /Users/opam/src/./)) (copy (src bench/vendored/ppx_sexp_conv.v0.15.1/ppx_sexp_conv.opam) (dst /Users/opam/src/bench/vendored/ppx_sexp_conv.v0.15.1/)) (run (network host) (shell "opam pin add -yn ppxlib.dev '/Users/opam/src/./' && \ \nopam pin add -yn ppxlib-bench.dev '/Users/opam/src/./' && \ \nopam pin add -yn ppx_sexp_conv '/Users/opam/src/bench/vendored/ppx_sexp_conv.v0.15.1/'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project' && \ \necho '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/bench/vendored/ppx_sexp_conv.v0.15.1/dune-project'")) (env DEPS "arch-x86_64.1 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.20.0 dune-configurator.3.20.0 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.16.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.4 --depext-only -y ppxlib.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-08-20 17:12.05: Waiting for resource in pool OCluster 2025-08-21 11:46.33: Waiting for worker… 2025-08-21 16:34.24: Got resource from pool OCluster Building on thyme All commits already cached HEAD is now at 455f217 Merge pull request #476 from NathanReb/turn-ocaml-constraint-to-conflict (from windows-server-2022-amd64-ocaml-4.14) 2025-08-21 16:34.25 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache /: (comment windows-server-2022-amd64-4.14_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-08-21 16:34.25 ---> using "fa5bb00e1b6dc297799f071f6d36c5ba197ac910917f6631927fc1b4259523b1" 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-08-21 16:34.25 ---> using "c9a6bb12454183a6bda5e24c40375763b3914e101e14ca85a4ab6e7ff857e315" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) CYGWIN_NT-10.0-20348 3.6.4-1.x86_64 The OCaml toplevel, version 4.14.2 2.4.1 2025-08-21 16:34.25 ---> using "6ecdd3ea7a5353b5481faeb55be51b830717334a488c4abef4de194957089ce9" 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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f6368c68f9..0978bfceb7 master -> origin/master f9d23e5cb1 Merge pull request #28357 from maiste/release-dune-3.20.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file://C:/Users/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.3.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) 2025-08-21 16:34.25 ---> using "5d7d550804f530be6c924b1aeb8b41458cdf15bfbc2e0ea3f91bd19d69163208" from cache /: (run (shell "mkdir -p 'bench/vendored/ppx_sexp_conv.v0.15.1/'")) 2025-08-21 16:35.12 ---> saved as "1c6f37c691139e55f38e84cb8e82e911bf7cfd9d8d56a286212d095c3913bdb8" /: (copy (src ppxlib.opam ppxlib-bench.opam) (dst /Users/opam/src/./)) 2025-08-21 16:36.07 ---> saved as "35a70ac132a44e1f6e13a59868a82bcc86b2a27b9fb824a6e34ddfe04e0648a7" /: (copy (src bench/vendored/ppx_sexp_conv.v0.15.1/ppx_sexp_conv.opam) (dst /Users/opam/src/bench/vendored/ppx_sexp_conv.v0.15.1/)) 2025-08-21 16:36.50 ---> saved as "0c5f4e5431248ec2409f8acd7497b38aec1215d843e3715f0f9b5c30bff885de" /: (run (network host) (shell "opam pin add -yn ppxlib.dev '/Users/opam/src/./' && \ \nopam pin add -yn ppxlib-bench.dev '/Users/opam/src/./' && \ \nopam pin add -yn ppx_sexp_conv '/Users/opam/src/bench/vendored/ppx_sexp_conv.v0.15.1/'")) [ppxlib.dev] synchronised (file://C:/Users/opam/src/.) ppxlib is now pinned to file://C:/Users/opam/src/. (version dev) [NOTE] Package ppxlib-bench does not exist in opam repositories registered in the current switch. [ppxlib-bench.dev] synchronised (file://C:/Users/opam/src/.) ppxlib-bench is now pinned to file://C:/Users/opam/src/. (version dev) [ppx_sexp_conv.v0.17.1] synchronised (file://C:/Users/opam/src/bench/vendored/ppx_sexp_conv.v0.15.1) ppx_sexp_conv is now pinned to file://C:/Users/opam/src/bench/vendored/ppx_sexp_conv.v0.15.1 (version v0.15.0) 2025-08-21 16:37.43 ---> saved as "bb565559032ac5ffce41002e2a030ecb70d4e1c904cf09febab8c68178ad4363" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project' && \ \necho '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/bench/vendored/ppx_sexp_conv.v0.15.1/dune-project'")) 2025-08-21 16:38.05 ---> saved as "6af774d8023ea5a81b258afa86780f06cef2beaada2f38eba25b04131c463d95" /: (env DEPS "arch-x86_64.1 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.20.0 dune-configurator.3.20.0 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.13.2 seq.base sexplib0.v0.16.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.4 --depext-only -y ppxlib.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/.) [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-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-bigarray is already installed (current version is base). [NOTE] Package arch-x86_64 is already installed (current version is 1). 2025-08-21 16:39.38 ---> saved as "0a986d0b398b76f5d54ca01e095b17a261d0422213d89fab9223418c7b62daa2" /: (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-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-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 13 packages - install base v0.16.4 - install cinaps v0.15.1 - install csexp 1.5.2 - install dune 3.20.0 - install dune-configurator 3.20.0 - install ocaml-compiler-libs v0.12.4 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install re 1.13.2 - install seq base - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.16.4 (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.12.4 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.16.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.20.0, dune-configurator.3.20.0 (https://github.com/ocaml/dune/releases/download/3.20.0/dune-3.20.0.tbz) [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\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe [WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\4.14.2\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe [WARNING] C:\Users\opam\AppData\Local\opam\4.14.2\bin\safe_camlp4 is a script; the command won't be available -> installed ocamlfind.1.9.8 -> installed dune.3.20.0 -> installed csexp.1.5.2 -> installed ocaml-compiler-libs.v0.12.4 -> installed ppx_derivers.1.2.1 -> installed re.1.13.2 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed yojson.3.0.0 -> installed cinaps.v0.15.1 -> installed dune-configurator.3.20.0 -> installed base.v0.16.4 Done. # To update the current shell environment, run: eval $(opam env) 2025-08-21 16:49.01 ---> saved as "7c1b3a17fe626830983f8994bd19f067c136059a542a8ab23f3fc0bc5d3b9f17" /: (copy (src .) (dst /Users/opam/src)) 2025-08-21 16:49.49 ---> saved as "cfd4865e2f8f49f42f5381c4c5fd5bea070aab200551f799806aefb130af436d" /: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) File "bench/drivers/ppx_sexp_conv/dune", line 7, characters 19-32: 7 | (libraries ppxlib ppx_sexp_conv)) ^^^^^^^^^^^^^ Error: Library "ppx_sexp_conv" not found. -> required by _build/default/bench/drivers/ppx_sexp_conv/.driver.eobjs/byte/dune__exe__Driver.cmi -> required by alias bench/drivers/ppx_sexp_conv/check File "ast/dune", lines 21-23, characters 0-60: 21 | (cinaps 22 | (files *.ml *.mli) 23 | (libraries ast_cinaps_helpers)) (cd _build/default/ast && .cinaps.43bc8a3e\cinaps.exe -diff-cmd -) Fatal error: exception Sys_error("C:\\Users\\opam\\AppData\\Local\\Temp\\build_07b175_dune\\cinapse81148.ml: Permission denied") File "astlib/dune", lines 15-17, characters 0-63: 15 | (cinaps 16 | (files *.ml *.mli) 17 | (libraries astlib_cinaps_helpers)) (cd _build/default/astlib && .cinaps.de329d28\cinaps.exe -diff-cmd -) Fatal error: exception Sys_error("C:\\Users\\opam\\AppData\\Local\\Temp\\build_07b175_dune\\cinaps441c31.ml: Permission denied") File "src/dune", lines 23-25, characters 0-63: 23 | (cinaps 24 | (files *.ml *.mli) 25 | (libraries ppxlib_cinaps_helpers)) (cd _build/default/src && .cinaps.fda797b4\cinaps.exe -diff-cmd -) Fatal error: exception Sys_error("C:\\Users\\opam\\AppData\\Local\\Temp\\build_07b175_dune\\cinaps82da42.mli: Permission denied") File "test/driver/error_embedding/test.t/run.t", line 1, characters 0-0: C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol _build/default/test/driver/error_embedding/test.t/run.t _build/default/test/driver/error_embedding/test.t/run.t.corrected diff --git a/_build/default/test/driver/error_embedding/test.t/run.t b/_build/default/test/driver/error_embedding/test.t/run.t.corrected index dafee10..9b7efa5 100644 --- a/_build/default/test/driver/error_embedding/test.t/run.t +++ b/_build/default/test/driver/error_embedding/test.t/run.t.corrected @@ -14,8 +14,12 @@ The same is true when using the `-as-ppx` mode (note that the error is reported by ocaml itself) $ ocaml -ppx '../raiser.exe -as-ppx' impl.ml - File "./impl.ml", line 1, characters 8-16: - Error: Raising inside the rewriter + '..' is not recognized as an internal or external command, + operable program or batch file. + File ".\impl.ml", line 1: + Error: Error while running external preprocessor + Command line: ../raiser.exe -as-ppx "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppxe80811" "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppxebc7f6" + [2] Also exceptions raised in a preprocessor get embedded into an AST(while the @@ -23,9 +27,10 @@ error from the preprocessor's stderr also gets reported on the driver's stderr) $ touch file.ml $ ../raiser.exe -embed-errors -pp ../pp.exe file.ml | sed "s/> '.*'/> tmpfile/" - Fatal error: exception Raising inside the preprocessor + '..' is not recognized as an internal or external command, + operable program or batch file. [%%ocaml.error - "Error while running external preprocessor\nCommand line: ../pp.exe 'file.ml' > tmpfile\n"] + "Error while running external preprocessor\nCommand line: ../pp.exe \"file.ml\" > \"C:\\Users\\opam\\AppData\\Local\\Temp\\build_07b175_dune\\ocamlpp311803\"\n"] Also `unknown version` errors are embedded into an AST when using the main standalone File "test/driver/standalone_run_as_ppx/run.t", line 1, characters 0-0: C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol _build/default/test/driver/standalone_run_as_ppx/run.t _build/default/test/driver/standalone_run_as_ppx/run.t.corrected diff --git a/_build/default/test/driver/standalone_run_as_ppx/run.t b/_build/default/test/driver/standalone_run_as_ppx/run.t.corrected index e36c4bf..7e7190a 100644 --- a/_build/default/test/driver/standalone_run_as_ppx/run.t +++ b/_build/default/test/driver/standalone_run_as_ppx/run.t.corrected @@ -6,7 +6,13 @@ The rewriter gets applied when using `--as-ppx` $ echo "let _ = [%print_hi]" > impl.ml $ ocaml -ppx './print_stuff.exe --as-ppx' impl.ml - hi + '.' is not recognized as an internal or external command, + operable program or batch file. + File ".\impl.ml", line 1: + Error: Error while running external preprocessor + Command line: ./print_stuff.exe --as-ppx "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppx9abd91" "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppx060370" + + [2] If a non-compatible file gets fed, the file name is reported correctly @@ -20,18 +26,34 @@ The ocaml.ppx.context attribute gets parsed correctly; in particular, the tool n $ echo "let _ = [%print_tool_name]" > impl.ml $ ocaml -ppx './print_stuff.exe --as-ppx' impl.ml - ocaml + '.' is not recognized as an internal or external command, + operable program or batch file. + File ".\impl.ml", line 1: + Error: Error while running external preprocessor + Command line: ./print_stuff.exe --as-ppx "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppxd5a78a" "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppxcf7c40" + + [2] The driver's `shared_args` arguments are taken into account. For example, `-loc-filename` $ echo "let _ = [%print_fname]" > impl.ml $ ocaml -ppx './print_stuff.exe --as-ppx -loc-filename new_fn.ml' impl.ml - new_fn.ml + '.' is not recognized as an internal or external command, + operable program or batch file. + File ".\impl.ml", line 1: + Error: Error while running external preprocessor + Command line: ./print_stuff.exe --as-ppx -loc-filename new_fn.ml "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppxd3aa5b" "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppxe51c71" + + [2] or `dont-apply` $ echo "let _ = [%print_hi]" > impl.ml $ ocaml -ppx './print_stuff.exe --as-ppx -dont-apply test' impl.ml - File "./impl.ml", line 1, characters 10-18: - Error: Uninterpreted extension 'print_hi'. + '.' is not recognized as an internal or external command, + operable program or batch file. + File ".\impl.ml", line 1: + Error: Error while running external preprocessor + Command line: ./print_stuff.exe --as-ppx -dont-apply test "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppx606a6e" "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppx9715fb" + [2] File "test/driver/flag_cookie/run.t", line 1, characters 0-0: C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol _build/default/test/driver/flag_cookie/run.t _build/default/test/driver/flag_cookie/run.t.corrected diff --git a/_build/default/test/driver/flag_cookie/run.t b/_build/default/test/driver/flag_cookie/run.t.corrected index d6c3fa5..efd9a6c 100644 --- a/_build/default/test/driver/flag_cookie/run.t +++ b/_build/default/test/driver/flag_cookie/run.t.corrected @@ -7,4 +7,10 @@ The cookie flag is taken into account, both by the main standalone ...and by the `-as-ppx` standalone $ ocaml -ppx './print_cookie_driver.exe --as-ppx -cookie x=1' impl.ml - Value of cookie x: 1 + '.' is not recognized as an internal or external command, + operable program or batch file. + File ".\impl.ml", line 1: + Error: Error while running external preprocessor + Command line: ./print_cookie_driver.exe --as-ppx -cookie x=1 "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppx6683be" "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppxfa222c" + + [2] File "test/driver/run_as_ppx_rewriter/run.t", line 1, characters 0-0: C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol _build/default/test/driver/run_as_ppx_rewriter/run.t _build/default/test/driver/run_as_ppx_rewriter/run.t.corrected diff --git a/_build/default/test/driver/run_as_ppx_rewriter/run.t b/_build/default/test/driver/run_as_ppx_rewriter/run.t.corrected index 0befcac..9a4ce99 100644 --- a/_build/default/test/driver/run_as_ppx_rewriter/run.t +++ b/_build/default/test/driver/run_as_ppx_rewriter/run.t.corrected @@ -10,23 +10,35 @@ The registered rewriters get applied when using `run_as_ppx_rewriter` as entry p > let () = [%print_bye] > EOF $ ocaml -ppx './print_greetings.exe' file.ml - hi - bye + '.' is not recognized as an internal or external command, + operable program or batch file. + File ".\file.ml", line 1: + Error: Error while running external preprocessor + Command line: ./print_greetings.exe "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppx4e4d34" "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppx117a32" + + [2] The driver's `shared_args` are taken into account, such as `-apply`... $ ocaml -ppx './print_greetings.exe -apply print_hi' file.ml - hi - File "./file.ml", line 2, characters 11-20: - Error: Uninterpreted extension 'print_bye'. + '.' is not recognized as an internal or external command, + operable program or batch file. + File ".\file.ml", line 1: + Error: Error while running external preprocessor + Command line: ./print_greetings.exe -apply print_hi "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppx7f306e" "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppx2ca0c8" + [2] ... and `-check` $ echo "[@@@attr non_registered_attr]" > attribute_file.ml $ ocaml -ppx './print_greetings.exe -check' attribute_file.ml - File "./attribute_file.ml", line 1, characters 4-8: - Error: Attribute `attr' was not used + '.' is not recognized as an internal or external command, + operable program or batch file. + File ".\attribute_file.ml", line 1: + Error: Error while running external preprocessor + Command line: ./print_greetings.exe -check "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppx1b55d0" "C:\Users\opam\AppData\Local\Temp\build_07b175_dune\camlppx929d99" + [2] @@ -48,7 +60,7 @@ The only possible usage is [extra_args] <infile> <outfile>... $ touch some_output $ ./print_greetings.exe some_input some_output -check - ./print_greetings.exe: anonymous arguments not accepted. + C:\Users\opam\src\_build\.sandbox\6253988e4316da5444520312b120ce1c\default\test\driver\run_as_ppx_rewriter\print_greetings.exe: anonymous arguments not accepted. print_greetings.exe [extra_args] <infile> <outfile> -loc-filename <string> File name to use in locations -reserve-namespace <string> Mark the given namespace as reserved "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-08-21 16:52.07: Job failed: Failed: Build failed