2025-12-15 14:44.23: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/main (2632a93dde3783347cdbe476b7a0dc00ff60d065) (windows-amd64:windows-server-2022-amd64-5.4_opam-2.4)Base: windows-server-2022-amd64-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "main" && cd "gospel" && git reset --hard 2632a93dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM windows-server-2022-amd64-ocaml-5.4# windows-server-2022-amd64-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 gospel.opam /Users/opam/src/./RUN opam pin add -yn gospel.dev '/Users/opam/src/./'RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'ENV DEPS="arch-x86_64.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mingw-w64-shims.0.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y gospel.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /Users/opam/srcRUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-15 14:44.23: Using cache hint "ocaml-gospel/gospel-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.4-3336a7d707e76b03648bcf9ffeebb5ca"2025-12-15 14:44.23: Using OBuilder spec:((from windows-server-2022-amd64-ocaml-5.4)(comment windows-server-2022-amd64-5.4_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src gospel.opam) (dst /Users/opam/src/./))(run (network host)(shell "opam pin add -yn gospel.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 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mingw-w64-shims.0.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4")(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 gospel.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-12-15 14:44.23: Waiting for resource in pool OCluster2025-12-15 21:32.39: Waiting for worker…2025-12-16 01:35.21: Got resource from pool OClusterBuilding on thymeAll commits already cachedUpdating files: 8% (47/586) Updating files: 9% (53/586) Updating files: 10% (59/586) Updating files: 11% (65/586) Updating files: 12% (71/586) Updating files: 13% (77/586) Updating files: 14% (83/586) Updating files: 15% (88/586) Updating files: 16% (94/586) Updating files: 17% (100/586) Updating files: 18% (106/586) Updating files: 19% (112/586) Updating files: 19% (115/586) Updating files: 20% (118/586) Updating files: 21% (124/586) Updating files: 22% (129/586) Updating files: 23% (135/586) Updating files: 24% (141/586) Updating files: 25% (147/586) Updating files: 25% (150/586) Updating files: 26% (153/586) Updating files: 27% (159/586) Updating files: 28% (165/586) Updating files: 29% (170/586) Updating files: 30% (176/586) Updating files: 31% (182/586) Updating files: 32% (188/586) Updating files: 32% (193/586) Updating files: 33% (194/586) Updating files: 34% (200/586) Updating files: 35% (206/586) Updating files: 36% (211/586) Updating files: 37% (217/586) Updating files: 38% (223/586) Updating files: 39% (229/586) Updating files: 40% (235/586) Updating files: 41% (241/586) Updating files: 42% (247/586) Updating files: 43% (252/586) Updating files: 44% (258/586) Updating files: 45% (264/586) Updating files: 46% (270/586) Updating files: 47% (276/586) Updating files: 48% (282/586) Updating files: 49% (288/586) Updating files: 50% (293/586) Updating files: 51% (299/586) Updating files: 52% (305/586) Updating files: 53% (311/586) Updating files: 54% (317/586) Updating files: 55% (323/586) Updating files: 56% (329/586) Updating files: 57% (335/586) Updating files: 58% (340/586) Updating files: 58% (341/586) Updating files: 59% (346/586) Updating files: 60% (352/586) Updating files: 61% (358/586) Updating files: 62% (364/586) Updating files: 63% (370/586) Updating files: 64% (376/586) Updating files: 65% (381/586) Updating files: 66% (387/586) Updating files: 67% (393/586) Updating files: 68% (399/586) Updating files: 69% (405/586) Updating files: 70% (411/586) Updating files: 71% (417/586) Updating files: 72% (422/586) Updating files: 73% (428/586) Updating files: 74% (434/586) Updating files: 75% (440/586) Updating files: 76% (446/586) Updating files: 77% (452/586) Updating files: 78% (458/586) Updating files: 79% (463/586) Updating files: 80% (469/586) Updating files: 81% (475/586) Updating files: 82% (481/586) Updating files: 83% (487/586) Updating files: 84% (493/586) Updating files: 85% (499/586) Updating files: 86% (504/586) Updating files: 87% (510/586) Updating files: 88% (516/586) Updating files: 89% (522/586) Updating files: 90% (528/586) Updating files: 91% (534/586) Updating files: 92% (540/586) Updating files: 93% (545/586) Updating files: 93% (550/586) Updating files: 94% (551/586) Updating files: 95% (557/586) Updating files: 96% (563/586) Updating files: 97% (569/586) Updating files: 97% (573/586) Updating files: 98% (575/586) Updating files: 99% (581/586) Updating files: 100% (586/586) Updating files: 100% (586/586), done.HEAD is now at 2632a93 Merge pull request #473 from mrjazzybread/namelookup(from windows-server-2022-amd64-ocaml-5.4)2025-12-16 01:35.30 ---> using "dc0473c210cbdaa785843aceeb4b20f70de275b54f2f11b3cd1945755e26c295" from cache/: (comment windows-server-2022-amd64-5.4_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-12-16 01:35.30 ---> using "2cc10c0de974a41a492b52f4c10e4774291ab2452e1192584f4bd1214eecf165" 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:\cygwin644. Use another existing Cygwin/MSYS2 installation5. Abort initialisation[1/2/3/4/5] 1Checking 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-repository2025-12-16 01:35.30 ---> using "e3a025f74254e53619e1cb17b830cf27adf6ecfb6e45ea98f6e1b9fc227d98a5" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-20348 3.6.5-1.x86_64The OCaml toplevel, version 5.4.02.4.12025-12-16 01:35.30 ---> using "b2317ce0850b83bf9a96e1d3315a4c08197605467948e554d9a6e5c89b07a70d" 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..c65fcb1165 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file://C:/Users/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-12-16 01:35.31 ---> using "7da12f0226b9ab4325bda92e5ad56158f79873351b3de6934520577bdeae9499" from cache/: (copy (src gospel.opam) (dst /Users/opam/src/./))2025-12-16 01:36.05 ---> saved as "810a4f9f6733ea1f55c2f546831eadd1cf827a1ef0d751789d9709b11cf143e5"/: (run (network host)(shell "opam pin add -yn gospel.dev '/Users/opam/src/./'"))[gospel.dev] synchronised (file://C:/Users/opam/src/.)gospel is now pinned to file://C:/Users/opam/src/. (version dev)2025-12-16 01:36.42 ---> saved as "743580b7765fe60b12a1f8fd37046aa0319820ccb4e1f3253661a5b69c4fdbdc"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2025-12-16 01:37.14 ---> saved as "70cc66e81b56ba18453fd67478f0dd6e958aee8462b0276aab16b15fdce97eb6"/: (env DEPS "arch-x86_64.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mingw-w64-shims.0.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.1.1 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4")/: (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 gospel.dev $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[gospel.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.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).2025-12-16 01:39.30 ---> saved as "7b67cde9f23b514314cb8eb2d2a418e97682590862f84965f20b2623e7e51f62"/: (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.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 astring 0.8.5- install camlp-streams 5.0.1- install cmdliner 2.1.0- install cppo 1.8.0- install crunch 4.0.0- install dune 3.20.2- install dune-build-info 3.20.2- install fmt 0.11.0- install fpath 0.7.3- install inferno 20220603- install menhir 20250912- install menhirCST 20250912- install menhirLib 20250912- install menhirSdk 20250912- install ocaml-compiler-libs v0.17.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install odoc 3.1.0- install odoc-parser 3.1.0- install pp_loc 2.1.0- install pprint 20230830- install ppx_blob 0.9.0- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppxlib 0.37.0- install ptime 1.2.0- install re 1.14.0- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install tyxml 4.6.0- install unionFind 20250818- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz)-> retrieved crunch.4.0.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)-> retrieved inferno.20220603 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (https://gitlab.inria.fr/fpottier/menhir/-/archive/20250912/archive.tar.gz)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved pp_loc.2.1.0 (cached)-> retrieved pprint.20230830 (cached)-> retrieved dune.3.20.2, dune-build-info.3.20.2 (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz)-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (https://github.com/ocaml/odoc/releases/download/3.1.0/odoc-3.1.0.tbz)-> retrieved ppx_blob.0.9.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved ppx_deriving.6.1.1 (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v6.1.1/ppx_deriving-6.1.1.tar.gz)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.17.0 (cached)-> retrieved ppxlib.0.37.0 (https://github.com/ocaml-ppx/ppxlib/releases/download/0.37.0/ppxlib-0.37.0.tbz)-> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> retrieved topkg.1.1.1 (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)-> retrieved uutf.1.0.4 (cached)-> retrieved unionFind.20250818 (https://gitlab.inria.fr/fpottier/unionFind/-/archive/20250818/archive.tar.gz)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1[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.4.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind.exe[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.4.0\.opam-switch\build\ocamlfind.1.9.8\src\findlib\ocamlfind_opt.exe[WARNING] C:\Users\opam\AppData\Local\opam\5.4.0\bin\safe_camlp4 is a script; the command won't be available-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed ptime.1.2.0-> installed fpath.0.7.3-> installed dune.3.20.2-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed crunch.4.0.0-> installed menhirCST.20250912-> installed menhirLib.20250912-> installed menhirSdk.20250912-> installed pp_loc.2.1.0-> installed dune-build-info.3.20.2-> installed ocaml-compiler-libs.v0.17.0-> installed odoc-parser.3.1.0-> installed pprint.20230830-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed unionFind.20250818-> installed inferno.20220603-> installed tyxml.4.6.0-> installed ppxlib.0.37.0-> installed odoc.3.1.0-> installed ppx_blob.0.9.0-> installed ppx_deriving.6.1.1-> installed menhir.20250912Done.# To update the current shell environment, run: eval $(opam env)2025-12-16 01:54.11 ---> saved as "398b2f2dcd38baa72a8bad330b719ea585a5a4ce63d1689465618f8bcbe71cd8"/: (copy (src .) (dst /Users/opam/src))2025-12-16 01:54.46 ---> saved as "cb03ab56b2e3e908af857d0b56eb6944d6e955b0e4c71d2f9da2d24c20c7c879"/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))File "test/ppx/dune", lines 9-16, characters 0-196:9 | (rule10 | (targets odoc_of_gospel.actual.mli)11 | (deps12 | (:pp pp.exe)13 | (:input odoc_of_gospel.mli)14 | (:gospel %{bin:gospel}))15 | (action16 | (run %{pp} --intf %{input} -pp "%{gospel} pps" -o %{targets})))(cd _build/default/test/ppx && .\pp.exe --intf odoc_of_gospel.mli -pp "../../../install/default/bin/gospel.exe pps" -o odoc_of_gospel.actual.mli)'..' is not recognized as an internal or external command,operable program or batch file.File "odoc_of_gospel.mli", line 1:Error: Error while running external preprocessorCommand line: ../../../install/default/bin/gospel.exe pps "odoc_of_gospel.mli" > "C:\Users\opam\AppData\Local\Temp\ocamlppfc0008"File "test/ppx/odoc_output.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/ppx/odoc_output.t _build/default/test/ppx/odoc_output.t.correcteddiff --git a/_build/default/test/ppx/odoc_output.t b/_build/default/test/ppx/odoc_output.t.correctedindex bd9f4a9..f8c9acc 100644--- a/_build/default/test/ppx/odoc_output.t+++ b/_build/default/test/ppx/odoc_output.t.corrected@@ -3,23 +3,35 @@ In this file, we are testing output from Odoc after the ppx rewriting.First, we compile the file, running the source preprocessor and the ppx:$ ocamlc -bin-annot -pp "gospel pps" -ppx "./pp.exe -as-ppx" odoc_of_gospel.mli+ '.' is not recognized as an internal or external command,+ operable program or batch file.+ File "odoc_of_gospel.mli", line 1:+ Error: Error while running external preprocessor+ Command line: ./pp.exe -as-ppx "C:\Users\opam\AppData\Local\Temp\camlppx465f74" "C:\Users\opam\AppData\Local\Temp\camlppxa1806b"++ [2]Then run Odoc$ odoc compile odoc_of_gospel.cmti 2> /dev/null+ [2]We test the html and the latex outputs$ odoc html-generate odoc_of_gospel.odoc -o tmp+ Usage: odoc html-generate [--help] [OPTION]… FILE.odocl+ odoc: FILE.odocl argument: no odoc_of_gospel.odoc file or directory+ [2]$ odoc latex-generate odoc_of_gospel.odoc -o tmp+ Usage: odoc latex-generate [--help] [OPTION]… FILE.odocl+ odoc: FILE.odocl argument: no odoc_of_gospel.odoc file or directory+ [2]As the output is not stable through odoc versions, we just check that the filesare generated:$ find tmp -name \*.tex- tmp/Odoc_of_gospel.tex$ find tmp -name \*.html- tmp/Odoc_of_gospel/index.htmlThis is not the case for the man output, here we can test the output.Though, to be sure the diff is meaningful, let's set terminal's number of@@ -27,52 +39,11 @@ columns:$ export COLUMNS=80$ odoc man-generate odoc_of_gospel.odoc -o tmp+ Usage: odoc man-generate [--help] [--extra-suffix=SUFFIX]+ [--sidebar=FILE.odoc-sidebar] [--syntax=SYNTAX] [OPTION]… FILE.odocl+ odoc: FILE.odocl argument: no odoc_of_gospel.odoc file or directory+ [2]$ grep -v '^\.' tmp/Odoc_of_gospel.3o-- Odoc_of_gospel- \fBModule Odoc_of_gospel\fR- Module informal documentation- An axiom declaration- Gospel declaration:- axiom a : True- A logical function declaration without definition- Gospel declaration:- function f : integer -> integer- A logical function definition- Gospel declaration:- function g (i : integer) : integer = i + 1- A logical function declaration with assertions- Gospel declaration:- function h (i : integer) : integer = i - 1- requires i > 0- ensures result >= 0- A logical predicate definition- Gospel declaration:- predicate p (i : integer) = i = 42- A ghost type declaration- Gospel declaration:- type casper- \f[CB]type\fR 'a t- A program type declaration with specifications- Gospel specification:- model m : 'a sequence- with x- invariant True-- \f[CB]val\fR prog_fun : int \f[CB]\->\fR int- A program function with specifications- Gospel specification:- y = prog_fun x- requires True- ensures True-- \f[CB]val\fR multiple_gospel_attribute : int \f[CB]\->\fR int- Gospel specification:- y = multiple_gospel_attribute x- Gospel specification:- requires True- Gospel specification:- ensures True--+ grep: tmp/Odoc_of_gospel.3o: No such file or directory+ [2]"cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-12-16 01:56.37: Job failed: Failed: Build failed