Building on thyme
(from windows-server-2022-amd64-ocaml-5.3)
2025-10-20 07:04.34 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache
/: (user (uid 1000) (gid 1000))
/: (env OPAMPRECISETRACKING 1)
/: (env OPAMUTF8 never)
/: (env OPAMEXTERNALSOLVER builtin-0install)
/: (env OPAMCRITERIA +removed)
/: (env CI true)
/: (env OPAM_HEALTH_CHECK_CI true)
/: (run (shell "ln -f /usr/bin/opam-dev.exe /usr/bin/opam.exe"))
2025-10-20 07:04.34 ---> using "75bf3fbea1cbc65a9803f40104651d67c546cddf5606f6a4af6db8fca92eb5c0" from cache
/: (run (network host)
(shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 5bf570252bd9fee71938b828ca0b86573c1e3355"))
2025-10-20 07:04.34 ---> using "1e48978ed9a09b733124480cf699e10313f11e25fa9b507fad4267edbb7a9838" from cache
/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
User configuration:
[NOTE] Make sure that ~\.bash_profile is well sourced in your ~/.bashrc.
Updating ~\.bash_profile.
Added 9 lines after line 1 in ~\.bash_profile.
2025-10-20 07:04.34 ---> using "25b85dd471072646d69ae2337996744e3a19efea418f1552bf7e9e715d6e88e1" from cache
/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\Local\\opam\\download-cache")))
(network host)
(shell "opam switch create --repositories=default '4.14' '4.14.2'"))
<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed arch-x86_64.1
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed host-arch-x86_64.1
-> installed host-system-mingw.1
-> retrieved flexdll.0.44 (cached)
-> retrieved ocaml-config.3 (cached)
-> installed flexdll.0.44
-> installed ocaml-options-vanilla.1
-> retrieved mingw-w64-shims.0.2.0 (cached)
-> installed conf-mingw-w64-gcc-x86_64.1
-> installed ocaml-env-mingw64.1
-> installed system-mingw.1
-> retrieved ocaml-base-compiler.4.14.2 (cached)
-> installed mingw-w64-shims.0.2.0
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.3
-> installed ocaml.4.14.2
Done.
# To update the current shell environment, run: eval $(opam env --switch=4.14)
2025-10-20 07:04.34 ---> using "40cba15c5b48a9f818ac75d16f7d9d1e460ce1700e4362da0f0fc912aab658fe" from cache
/: (run (network host)
(shell "opam update --depexts"))
2025-10-20 07:04.34 ---> using "3be06eda264071ef0aede3717e4206c2d50eccba923fb26abf27f4b1b696cdb6" from cache
/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\Local\\opam\\download-cache")))
(network host)
(shell "opam remove -y ezjs_timeline.0.1.1\
\nopam install -vy ezjs_timeline.0.1.1\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: ezjs_timeline.0.1.1 | grep -q 'windows-server-2022-amd64-ocaml-5.3'; then\
\n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
\n exit 69\
\n fi\
\nfi \
\n\
\n\
\nexit $res"))
Nothing to do.
[NOTE] ezjs_timeline.0.1.1 is not installed.
The following actions will be performed:
=== recompile 1 package
- recompile mingw-w64-shims 0.2.0 [uses conf-pkg-config]
=== install 25 packages
- install angstrom 0.16.1 [required by uri]
- install bigstringaf 0.9.0 [required by angstrom]
- install cmdliner 1.3.0 [required by js_of_ocaml-compiler]
- install conf-pkg-config 4 [required by bigstringaf]
- install dune 2.9.3 [required by ezjs_timeline]
- install ezjs_timeline 0.1.1
- install js_of_ocaml 4.0.0 [required by ezjs_timeline]
- install js_of_ocaml-compiler 4.0.0 [required by js_of_ocaml]
- install js_of_ocaml-ppx 4.0.0 [required by ezjs_timeline]
- install menhir 20240715 [required by js_of_ocaml-compiler]
- install menhirCST 20240715 [required by menhir]
- install menhirLib 20240715 [required by js_of_ocaml-compiler]
- install menhirSdk 20240715 [required by js_of_ocaml-compiler]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by uchar]
- install ocplib-json-typed 0.7.1 [required by ezjs_timeline]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.33.0 [required by js_of_ocaml, js_of_ocaml-ppx]
- install sexplib0 v0.16.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stringext 1.6.0 [required by uri]
- install uchar 0.0.2 [required by js_of_ocaml]
- install uri 4.4.0 [required by ocplib-json-typed]
- install yojson 3.0.0 [required by js_of_ocaml-compiler]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/74: [angstrom.0.16.1: extract]
Processing 2/74: [angstrom.0.16.1: extract] [bigstringaf.0.9.0: extract]
Processing 3/74: [angstrom.0.16.1: extract] [bigstringaf.0.9.0: extract] [cmdliner.1.3.0: extract]
-> retrieved angstrom.0.16.1 (cached)
Processing 3/74: [bigstringaf.0.9.0: extract] [cmdliner.1.3.0: extract]
Processing 4/74: [bigstringaf.0.9.0: extract] [cmdliner.1.3.0: extract]
Processing 5/74: [bigstringaf.0.9.0: extract] [cmdliner.1.3.0: extract] [dune.2.9.3: extract]
Processing 6/74: [bigstringaf.0.9.0: extract] [cmdliner.1.3.0: extract] [dune.2.9.3: extract] [conf-pkg-config: pkgconf]
-> retrieved bigstringaf.0.9.0 (cached)
Processing 6/74: [cmdliner.1.3.0: extract] [dune.2.9.3: extract] [conf-pkg-config: pkgconf]
Processing 7/74: [cmdliner.1.3.0: extract] [dune.2.9.3: extract] [ezjs_timeline.0.1.1: extract] [conf-pkg-config: pkgconf]
-> retrieved cmdliner.1.3.0 (cached)
Processing 7/74: [dune.2.9.3: extract] [ezjs_timeline.0.1.1: extract] [conf-pkg-config: pkgconf]
Processing 8/74: [dune.2.9.3: extract] [ezjs_timeline.0.1.1: extract] [js_of_ocaml.4.0.0 + 2 others: extract] [conf-pkg-config: pkgconf]
Processing 9/74: [dune.2.9.3: extract] [ezjs_timeline.0.1.1: extract] [js_of_ocaml.4.0.0 + 2 others: extract] [cmdliner: make all] [conf-pkg-config: pkgconf]
-> retrieved ezjs_timeline.0.1.1 (cached)
Processing 9/74: [dune.2.9.3: extract] [js_of_ocaml.4.0.0 + 2 others: extract] [cmdliner: make all] [conf-pkg-config: pkgconf]
Processing 10/74: [dune.2.9.3: extract] [js_of_ocaml.4.0.0 + 2 others: extract] [menhir.20240715 + 3 others: extract] [cmdliner: make all] [conf-pkg-config: pkgconf]
+ C:\cygwin64\bin\pkgconf.exe "--version" (CWD=C:\Users\opam\AppData\Local\opam\4.14\.opam-switch\build\conf-pkg-config.4)
- 2.5.1
-> compiled conf-pkg-config.4
Processing 10/74: [dune.2.9.3: extract] [js_of_ocaml.4.0.0 + 2 others: extract] [menhir.20240715 + 3 others: extract] [cmdliner: make all]
-> installed conf-pkg-config.4
Processing 11/74: [dune.2.9.3: extract] [js_of_ocaml.4.0.0 + 2 others: extract] [menhir.20240715 + 3 others: extract] [cmdliner: make all]
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
Processing 11/74: [dune.2.9.3: extract] [js_of_ocaml.4.0.0 + 2 others: extract] [cmdliner: make all]
Processing 12/74: [dune.2.9.3: extract] [js_of_ocaml.4.0.0 + 2 others: extract] [mingw-w64-shims.0.2.0: extract] [cmdliner: make all]
-> retrieved dune.2.9.3 (cached)
Processing 12/74: [js_of_ocaml.4.0.0 + 2 others: extract] [mingw-w64-shims.0.2.0: extract] [cmdliner: make all]
Processing 13/74: [js_of_ocaml.4.0.0 + 2 others: extract] [mingw-w64-shims.0.2.0: extract] [ocaml-compiler-libs.v0.12.4: extract] [cmdliner: make all]
Processing 14/74: [js_of_ocaml.4.0.0 + 2 others: extract] [mingw-w64-shims.0.2.0: extract] [ocaml-compiler-libs.v0.12.4: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml]
-> retrieved js_of_ocaml.4.0.0, js_of_ocaml-compiler.4.0.0, js_of_ocaml-ppx.4.0.0 (cached)
Processing 14/74: [mingw-w64-shims.0.2.0: extract] [ocaml-compiler-libs.v0.12.4: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml]
Processing 15/74: [mingw-w64-shims.0.2.0: extract] [ocaml-compiler-libs.v0.12.4: extract] [ocaml-syntax-shims.1.0.0: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml]
-> retrieved mingw-w64-shims.0.2.0 (cached)
Processing 15/74: [ocaml-compiler-libs.v0.12.4: extract] [ocaml-syntax-shims.1.0.0: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml]
Processing 16/74: [ocaml-compiler-libs.v0.12.4: extract] [ocaml-syntax-shims.1.0.0: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml]
Processing 17/74: [ocaml-compiler-libs.v0.12.4: extract] [ocaml-syntax-shims.1.0.0: extract] [ocamlbuild.0.16.1: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml]
Processing 18/74: [ocaml-compiler-libs.v0.12.4: extract] [ocaml-syntax-shims.1.0.0: extract] [ocamlbuild.0.16.1: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims]
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
Processing 18/74: [ocaml-syntax-shims.1.0.0: extract] [ocamlbuild.0.16.1: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims]
Processing 19/74: [ocaml-syntax-shims.1.0.0: extract] [ocamlbuild.0.16.1: extract] [ocplib-json-typed.0.7.1: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims]
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
Processing 19/74: [ocamlbuild.0.16.1: extract] [ocplib-json-typed.0.7.1: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims]
Processing 20/74: [ocamlbuild.0.16.1: extract] [ocplib-json-typed.0.7.1: extract] [ppx_derivers.1.2.1: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims]
-> retrieved ocamlbuild.0.16.1 (cached)
Processing 20/74: [ocplib-json-typed.0.7.1: extract] [ppx_derivers.1.2.1: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims]
Processing 21/74: [ocplib-json-typed.0.7.1: extract] [ppx_derivers.1.2.1: extract] [ppxlib.0.33.0: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims]
Processing 22/74: [ocplib-json-typed.0.7.1: extract] [ppx_derivers.1.2.1: extract] [ppxlib.0.33.0: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
-> retrieved ocplib-json-typed.0.7.1 (cached)
Processing 22/74: [ppx_derivers.1.2.1: extract] [ppxlib.0.33.0: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
Processing 23/74: [ppx_derivers.1.2.1: extract] [ppxlib.0.33.0: extract] [sexplib0.v0.16.0: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
-> retrieved ppx_derivers.1.2.1 (cached)
Processing 23/74: [ppxlib.0.33.0: extract] [sexplib0.v0.16.0: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
Processing 24/74: [ppxlib.0.33.0: extract] [sexplib0.v0.16.0: extract] [stdlib-shims.0.3.0: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
-> retrieved ppxlib.0.33.0 (cached)
Processing 24/74: [sexplib0.v0.16.0: extract] [stdlib-shims.0.3.0: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
Processing 25/74: [sexplib0.v0.16.0: extract] [stdlib-shims.0.3.0: extract] [stringext.1.6.0: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
-> retrieved sexplib0.v0.16.0 (cached)
Processing 25/74: [stdlib-shims.0.3.0: extract] [stringext.1.6.0: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
Processing 26/74: [stdlib-shims.0.3.0: extract] [stringext.1.6.0: extract] [uchar.0.0.2: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
-> retrieved stdlib-shims.0.3.0 (cached)
Processing 26/74: [stringext.1.6.0: extract] [uchar.0.0.2: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
Processing 27/74: [stringext.1.6.0: extract] [uchar.0.0.2: extract] [uri.4.4.0: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
-> retrieved stringext.1.6.0 (cached)
Processing 27/74: [uchar.0.0.2: extract] [uri.4.4.0: extract] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
Processing 28/74: [uchar.0.0.2: extract] [uri.4.4.0: extract] [yojson.3.0.0: http] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
-> retrieved uchar.0.0.2 (cached)
Processing 28/74: [uri.4.4.0: extract] [yojson.3.0.0: http] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
-> retrieved uri.4.4.0 (cached)
Processing 28/74: [yojson.3.0.0: http] [cmdliner: make all] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
+ C:\cygwin64\bin\make.exe "all" "PREFIX=C:\\Users\\opam\\AppData\\Local\\opam\\4.14" (CWD=C:\Users\opam\AppData\Local\opam\4.14\.opam-switch\build\cmdliner.1.3.0)
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled cmdliner.1.3.0
Processing 28/74: [yojson.3.0.0: http] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make]
Processing 29/74: [yojson.3.0.0: http] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make] [cmdliner: make install]
Processing 29/74: [yojson.3.0.0: extract] [dune: ocaml bootstrap.ml] [mingw-w64-shims: sh mingw-w64-shims] [ocamlbuild: make configure.make] [cmdliner: make install]
+ C:\cygwin64\bin\sh.exe "./gen_config.sh" "mingw-w64-shims" "i686-gcc-g++-false" "x86_64-binutils" "x86_64-gcc-core" "x86_64-gcc-g++-false" "pkgconf" (CWD=C:\Users\opam\AppData\Local\opam\4.14\.opam-switch\build\mingw-w64-shims.0.2.0)
-> compiled mingw-w64-shims.0.2.0
Processing 29/74: [yojson.3.0.0: extract] [dune: ocaml bootstrap.ml] [ocamlbuild: make configure.make] [cmdliner: make install]
+ C:\cygwin64\bin\make.exe "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=C:\\Users\\opam\\AppData\\Local\\opam\\4.14" "OCAMLBUILD_BINDIR=C:\\Users\\opam\\AppData\\Local\\opam\\4.14\\bin" "OCAMLBUILD_LIBDIR=C:\\Users\\opam\\AppData\\Local\\opam\\4.14\\lib" "OCAMLBUILD_MANDIR=C:\\Users\\opam\\AppData\\Local\\opam\\4.14\\man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=C:\Users\opam\AppData\Local\opam\4.14\.opam-switch\build\ocamlbuild.0.16.1)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=C:/Users/opam/AppData/Local/opam/4.14/bin"; \
- echo "OCAML_LIBDIR=C:/Users/opam/AppData/Local/opam/4.14/lib/ocaml"; \
- echo "OCAML_MANDIR=C:/Users/opam/AppData/Local/opam/4.14/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.dll"; \
- echo "EXE=.exe"; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=C:\Users\opam\AppData\Local\opam\4.14"; \
- echo "BINDIR=C:\Users\opam\AppData\Local\opam\4.14\bin"; \
- echo "LIBDIR=C:\Users\opam\AppData\Local\opam\4.14\lib"; \
- echo "MANDIR=C:\Users\opam\AppData\Local\opam\4.14\man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = {|C:\Users\opam\AppData\Local\opam\4.14\bin|}'; \
- echo 'let libdir = {|C:\Users\opam\AppData\Local\opam\4.14\lib|}'; \
- echo 'let ocaml_libdir = {|C:/Users/opam/AppData/Local/opam/4.14/lib/ocaml|}'; \
- echo 'let libdir_abs = {|C:/Users/opam/AppData/Local/opam/4.14/lib|}'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "dll"'; \
- echo 'let ext_dll = ".dll"'; \
- echo 'let exe = ".exe"'; \
- echo 'let version = "0.16.1"'; \
- ) > src/ocamlbuild_config.ml
Processing 29/74: [yojson.3.0.0: extract] [dune: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install]
-> retrieved yojson.3.0.0 (https://github.com/ocaml-community/yojson/releases/download/3.0.0/yojson-3.0.0.tbz)
Processing 29/74: [dune: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install]
+ C:\cygwin64\bin\make.exe "install" "LIBDIR=C:\\Users\\opam\\AppData\\Local\\opam\\4.14\\lib\\cmdliner" "DOCDIR=C:\\Users\\opam\\AppData\\Local\\opam\\4.14\\doc\\cmdliner" (CWD=C:\Users\opam\AppData\Local\opam\4.14\.opam-switch\build\cmdliner.1.3.0)
- install -d "C:\Users\opam\AppData\Local\opam\4.14\lib\cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "C:\Users\opam\AppData\Local\opam\4.14\lib\cmdliner"
- install cmdliner.opam "C:\Users\opam\AppData\Local\opam\4.14\lib\cmdliner/opam"
- install _build/cmdliner.cma "C:\Users\opam\AppData\Local\opam\4.14\lib\cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
- "C:\Users\opam\AppData\Local\opam\4.14\lib\cmdliner"
- install _build/cmdliner.cmxs "C:\Users\opam\AppData\Local\opam\4.14\lib\cmdliner"
Processing 29/74: [dune: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install-doc]
+ C:\cygwin64\bin\make.exe "install-doc" "LIBDIR=C:\\Users\\opam\\AppData\\Local\\opam\\4.14\\lib\\cmdliner" "DOCDIR=C:\\Users\\opam\\AppData\\Local\\opam\\4.14\\doc\\cmdliner" (CWD=C:\Users\opam\AppData\Local\opam\4.14\.opam-switch\build\cmdliner.1.3.0)
- install -d "C:\Users\opam\AppData\Local\opam\4.14\doc\cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "C:\Users\opam\AppData\Local\opam\4.14\doc\cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
- doc/tool_man.mld "C:\Users\opam\AppData\Local\opam\4.14\doc\cmdliner/odoc-pages"
-> installed cmdliner.1.3.0
Processing 29/74: [dune: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled]
+ C:\Users\opam\AppData\Local\opam\4.14\bin\ocaml.exe "bootstrap.ml" "-j" "7" (CWD=C:\Users\opam\AppData\Local\opam\4.14\.opam-switch\build\dune.2.9.3)
- File ".\bootstrap.ml", line 46, characters 17-27:
- 46 | && String.sub fn 0 (String.length duneboot) = duneboot
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
- File ".\bootstrap.ml", line 103, characters 28-37:
- 103 | let args = Array.to_list (Array.sub Sys.argv 1 (Array.length Sys.argv - 1)) in
- ^^^^^^^^^
- Warning 6 [labels-omitted]: labels pos, len were omitted in the application of this function.
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- .\.duneboot.exe -j 7
#=== ERROR while installing mingw-w64-shims.0.2.0 =============================#
Cannot copy C:\Users\opam\AppData\Local\opam\4.14\.opam-switch\build\mingw-w64-shims.0.2.0\shim.exe to C:\Users\opam\AppData\Local\opam\4.14\bin\x86_64-w64-mingw32-gcc.exe (C:\cygwin64\bin\opam.exe: "open" failed on C:\Users\opam\AppData\Local\opam\4.14\bin\x86_64-w64-mingw32-gcc.exe: Permission denied).
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - install angstrom 0.16.1
| - install bigstringaf 0.9.0
| - install ezjs_timeline 0.1.1
| - install js_of_ocaml 4.0.0
| - install js_of_ocaml-compiler 4.0.0
| - install js_of_ocaml-ppx 4.0.0
| - install menhir 20240715
| - install menhirCST 20240715
| - install menhirLib 20240715
| - install menhirSdk 20240715
| - install ocaml-compiler-libs v0.12.4
| - install ocaml-syntax-shims 1.0.0
| - install ocplib-json-typed 0.7.1
| - install ppx_derivers 1.2.1
| - install ppxlib 0.33.0
| - install sexplib0 v0.16.0
| - install stdlib-shims 0.3.0
| - install stringext 1.6.0
| - install uchar 0.0.2
| - install uri 4.4.0
| - install yojson 3.0.0
+-
+- The following actions failed
| - build dune 2.9.3
| - build ocamlbuild 0.16.1
| - install mingw-w64-shims 0.2.0
+-
+- The following changes have been performed (the rest was aborted)
| - remove mingw-w64-shims 0.2.0
| - install cmdliner 1.3.0
| - install conf-pkg-config 4
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
C:\cygwin64\bin\opam.exe switch import "C:\\Users\\opam\\AppData\\Local\\opam\\4.14\\.opam-switch\\backup\\state-20251020070533.export"
'C:\cygwin64\bin\opam.exe install -vy ezjs_timeline.0.1.1' failed.
"opam remove -y ezjs_timeline.0.1.1
opam install -vy ezjs_timeline.0.1.1
res=$?
if [ $res = 31 ]; then
if opam show -f x-ci-accept-failures: ezjs_timeline.0.1.1 | grep -q 'windows-server-2022-amd64-ocaml-5.3'; then
echo "This package failed and has been disabled for CI using the 'x-ci-accept-failures' field."
exit 69
fi
fi
exit $res" failed with exit status 31
Failed: Build failed