2025-12-15 14:45.47: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/master (873dac2da424f0df864a8f3a2e751022f130e688) (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/ocurrent/obuilder.git" -b "master" && cd "obuilder" && git reset --hard 873dac2dcat > 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 obuilder.opam obuilder-spec.opam /Users/opam/src/./RUN opam pin add -yn obuilder.dev '/Users/opam/src/./' && \opam pin add -yn obuilder-spec.dev '/Users/opam/src/./'RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'ENV DEPS="alcotest.1.9.1 alcotest-lwt.1.9.1 arch-x86_64.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.20.2 dune-configurator.3.20.2 extunix.0.4.4 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 logs.0.10.0 lwt.5.9.2 mingw-w64-shims.0.2.0 num.1.6 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 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.3.1 stdlib-shims.0.3.0 system-mingw.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y obuilder.dev obuilder-spec.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:45.47: Using cache hint "ocurrent/obuilder-windows-server-2022-amd64-ocaml-5.4-windows-server-2022-amd64-5.4_opam-2.4-657adc71f52583625eb334820eb21d26"2025-12-15 14:45.47: 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 obuilder.opam obuilder-spec.opam) (dst /Users/opam/src/./))(run (network host)(shell "opam pin add -yn obuilder.dev '/Users/opam/src/./' && \\nopam pin add -yn obuilder-spec.dev '/Users/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))(env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 arch-x86_64.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.20.2 dune-configurator.3.20.2 extunix.0.4.4 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 logs.0.10.0 lwt.5.9.2 mingw-w64-shims.0.2.0 num.1.6 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 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.3.1 stdlib-shims.0.3.0 system-mingw.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 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 obuilder.dev obuilder-spec.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:45.47: Waiting for resource in pool OCluster2025-12-16 06:45.39: Connecting to build cluster…2025-12-16 06:48.51: Waiting for worker…2025-12-16 07:42.04: Got resource from pool OClusterBuilding on thymeAll commits already cachedHEAD is now at 873dac2 Merge pull request #201 from mtelvers/ocaml-5.4(from windows-server-2022-amd64-ocaml-5.4)2025-12-16 07:42.05 ---> 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 07:42.05 ---> 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 07:42.05 ---> 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 07:42.05 ---> 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 07:42.05 ---> using "7da12f0226b9ab4325bda92e5ad56158f79873351b3de6934520577bdeae9499" from cache/: (copy (src obuilder.opam obuilder-spec.opam) (dst /Users/opam/src/./))2025-12-16 07:42.43 ---> saved as "7f7e2655bc5189887cef3eefc5abd2b5887184febded5ad98635a87736af480d"/: (run (network host)(shell "opam pin add -yn obuilder.dev '/Users/opam/src/./' && \\nopam pin add -yn obuilder-spec.dev '/Users/opam/src/./'"))[obuilder.dev] synchronised (file://C:/Users/opam/src/.)obuilder is now pinned to file://C:/Users/opam/src/. (version dev)[obuilder-spec.dev] synchronised (file://C:/Users/opam/src/.)obuilder-spec is now pinned to file://C:/Users/opam/src/. (version dev)2025-12-16 07:43.14 ---> saved as "7bd4948634fc9bc5677462f3394d93b02433951897cc13ee636d1c2f8ab1ec5c"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2025-12-16 07:44.06 ---> saved as "09c58d1842f85694287428181a4fba12127d9095b7c4d98b45aad345329014af"/: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 arch-x86_64.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.2 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 conf-mingw-w64-sqlite3-x86_64.1 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.20.2 dune-configurator.3.20.2 extunix.0.4.4 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 host-arch-x86_64.1 host-system-mingw.1 logs.0.10.0 lwt.5.9.2 mingw-w64-shims.0.2.0 num.1.6 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 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.3.1 stdlib-shims.0.3.0 system-mingw.1 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 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 obuilder.dev obuilder-spec.dev $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[obuilder.dev] synchronised (file://C:/Users/opam/src/.)[obuilder-spec.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).The following system packages will first need to be installed:mingw64-x86_64-sqlite3<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ C:\Users\opam\AppData\Local\opam\.cygwin\setup-x86_64.exe "--root" "C:\\cygwin64" "--quiet-mode" "unattended" "--no-shortcuts" "--no-startmenu" "--no-desktop" "--no-admin" "--no-version-check" "--no-write-registry" "--packages" "mingw64-x86_64-sqlite3"- Starting cygwin install, version 2.934- User has backup/restore rights- User has symlink creation right- Current Directory: C:\Windows\system32- root: C:\cygwin64 system- Changing gid to Administrators- Selected local directory: C:\Windows\system32- net: Preconfig- site: https://cygwin.mirror.constant.com/- solving: 1 tasks, update: no, use test packages: no- solving: 1 tasks, update: no, use test packages: no- Augmented Transaction List:- 0 install mingw64-x86_64-sqlite3 3.34.0-1- Downloaded C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-sqlite3/mingw64-x86_64-sqlite3-3.34.0-1.tar.xz- Extracting from file://C:\Windows\system32/https%3a%2f%2fcygwin.mirror.constant.com%2f/noarch/release/mingw64-x86_64-sqlite3/mingw64-x86_64-sqlite3-3.34.0-1.tar.xz- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash"- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash"- running: C:\cygwin64\bin\dash.exe "/etc/postinstall/zp_man-db-update-index.dash"- Ending cygwin install- NOTE: you should run 'diskperf -y' to enable the disk statistics- NOTE: you should run 'diskperf -y' to enable the disk statistics2025-12-16 07:47.32 ---> saved as "018a2f96ff5f8a4f2b33df93aad531d82a87efb60f83668707ee427885503492"/: (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:=== recompile 1 package- recompile mingw-w64-shims 0.2.0=== install 50 packages- install alcotest 1.9.1- install alcotest-lwt 1.9.1- install astring 0.8.5- install base v0.17.3- install base-bytes base- install camlp-streams 5.0.1- install checkseum 0.5.2- install cmdliner 2.1.0- install conf-mingw-w64-sqlite3-x86_64 1- install conf-pkg-config 4- install conf-sqlite3 1- install cppo 1.8.0- install crunch 4.0.0- install csexp 1.5.2- install cstruct 6.2.0- install cstruct-lwt 6.2.0- install decompress 1.5.3- install dune 3.20.2- install dune-configurator 3.20.2- install extunix 0.4.4- install fmt 0.11.0- install fpath 0.7.3- install logs 0.10.0- install lwt 5.9.2- install num 1.6- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install optint 0.3.0- install parsexp v0.17.0- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppx_sexp_conv v0.17.1- install ppxlib 0.37.0- install ppxlib_jane v0.17.4- install ptime 1.2.0- install re 1.14.0- install sexplib v0.17.0- install sexplib0 v0.17.0- install sha 1.15.4- install sqlite3 5.3.1- install stdlib-shims 0.3.0- install tar 2.6.0- install tar-unix 2.6.0- install topkg 1.1.1- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (https://github.com/mirage/alcotest/releases/download/1.9.1/alcotest-1.9.1.tbz)-> retrieved base.v0.17.3 (https://github.com/janestreet/base/archive/refs/tags/v0.17.3.tar.gz)-> retrieved checkseum.0.5.2 (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 csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached)-> retrieved decompress.1.5.3 (cached)-> installed conf-pkg-config.4-> retrieved extunix.0.4.4 (https://github.com/ygrek/extunix/releases/download/v0.4.4/extunix-0.4.4.tbz)-> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)-> retrieved fpath.0.7.3 (cached)-> installed conf-mingw-w64-sqlite3-x86_64.1-> installed conf-sqlite3.1-> retrieved logs.0.10.0 (https://erratique.ch/software/logs/releases/logs-0.10.0.tbz)-> retrieved lwt.5.9.2 (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.2.tar.gz)-> retrieved mingw-w64-shims.0.2.0 (cached)-> removed mingw-w64-shims.0.2.0-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> installed mingw-w64-shims.0.2.0-> retrieved num.1.6 (https://github.com/ocaml/num/archive/refs/tags/v1.6.tar.gz)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (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 ppx_sexp_conv.v0.17.1 (https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/v0.17.1.tar.gz)-> retrieved ppxlib_jane.v0.17.4 (https://github.com/janestreet/ppxlib_jane/archive/refs/tags/v0.17.4.tar.gz)-> retrieved ptime.1.2.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 sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved sqlite3.5.3.1 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved tar.2.6.0, tar-unix.2.6.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)-> retrieved yojson.3.0.0 (https://github.com/ocaml-community/yojson/releases/download/3.0.0/yojson-3.0.0.tbz)-> installed cmdliner.2.1.0-> installed num.1.6-> 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 base-bytes.base-> 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 csexp.1.5.2-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed crunch.4.0.0-> installed cstruct.6.2.0-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ocplib-endian.1.2-> installed optint.0.3.0-> installed ppx_derivers.1.2.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.20.2-> installed re.1.14.0-> installed yojson.3.0.0-> installed sha.1.15.4-> installed parsexp.v0.17.0-> installed checkseum.0.5.2-> installed sqlite3.5.3.1-> installed alcotest.1.9.1-> installed decompress.1.5.3-> installed sexplib.v0.17.0-> installed tar.2.6.0-> installed lwt.5.9.2-> installed cstruct-lwt.6.2.0-> installed tar-unix.2.6.0-> installed logs.0.10.0-> installed base.v0.17.3-> installed alcotest-lwt.1.9.1-> installed ppxlib.0.37.0-> installed ppxlib_jane.v0.17.4-> installed ppx_deriving.6.1.1-> installed ppx_sexp_conv.v0.17.1-> installed extunix.0.4.4Done.# To update the current shell environment, run: eval $(opam env)2025-12-16 08:15.52 ---> saved as "3a7d9db606593e86084c561dc1144a327ba75d03a5daf4baa03d7887a2a270ef"/: (copy (src .) (dst /Users/opam/src))2025-12-16 08:16.47 ---> saved as "887e7fd6376231829b6b7ea3d047051daa70f50b03661a04428c290e2dbbda38"/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib && C:\Users\opam\AppData\Local\opam\5.4.0\bin\ocaml-crunch.exe ../static --mode=plain -o Static_files.ml)Generating Static_files.mlSkipping generation of .mliFile "dune", line 3, characters 8-12:3 | (name main)^^^^(cd _build/default && C:\Users\opam\AppData\Local\opam\5.4.0\bin\ocamlopt.opt.exe -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o main.exe C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt\lwt.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\ocplib_endian.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\bigstring/ocplib_endian_bigstring.cmxa C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\unix\unix.cmxa C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\threads\threads.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt\unix/lwt_unix.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt\unix C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt\fmt.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\cmdliner\cmdliner.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt/cli\fmt_cli.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt/tty\fmt_tty.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\cstruct\cstruct.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\cstruct C:\Users\opam\AppData\Local\opam\5.4.0\lib\camlp-streams\camlp_streams.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\tar\tar.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\cstruct-lwt\cstruct_lwt.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\tar-unix\tar_unix.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\astring\astring.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fpath\fpath.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\yojson\yojson.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sexplib0\sexplib0.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\parsexp\parsexp.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sexplib\sexplib.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sqlite3\sqlite3.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\sqlite3 C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs\logs.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\stdlib-shims\stdlib_shims.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sha\sha.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\sha C:\Users\opam\AppData\Local\opam\5.4.0\lib\ppx_sexp_conv\runtime-lib/ppx_sexp_conv_lib.cmxa lib_spec/obuilder_spec.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\extunix\ExtUnix.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\extunix lib/obuilder.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs/fmt\logs_fmt.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs/cli\logs_cli.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\ppx_deriving/runtime\ppx_deriving_runtime.cmxa .main.eobjs/native/dune__exe__Main.cmx)/usr/lib/gcc/x86_64-w64-mingw32/13/../../../../x86_64-w64-mingw32/bin/ld: /usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libmsvcrt.a(lib64_libmsvcrt_extra_a-mbrtowc.o): in function `mbsrtowcs':/usr/src/debug/mingw64-x86_64-runtime-13.0.0-1/misc/mbrtowc.c:113: multiple definition of `mbsrtowcs'; C:/cygwin64/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libucrtbase.a(libucrtbase_defs02381.o):(.text+0x0): first defined herecollect2: error: ld returned 1 exit status** Fatal error: Error during linkingFile "caml_startup", line 1:Error: Error during linking (exit code 2)File "test/dune", line 10, characters 7-11:10 | (name test)^^^^(cd _build/default && C:\Users\opam\AppData\Local\opam\5.4.0\bin\ocamlopt.opt.exe -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o test/test.exe C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt\lwt.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\ocplib_endian.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\ocplib-endian\bigstring/ocplib_endian_bigstring.cmxa C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\unix\unix.cmxa C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\threads\threads.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt\unix/lwt_unix.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\lwt\unix C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs\logs.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt\fmt.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\astring\astring.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\cmdliner\cmdliner.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\uutf\uutf.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest\stdlib_ext/alcotest_stdlib_ext.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt/cli\fmt_cli.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\re\re.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\stdlib-shims\stdlib_shims.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest\engine/alcotest_engine.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fmt/tty\fmt_tty.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest\alcotest.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest C:\Users\opam\AppData\Local\opam\5.4.0\lib\alcotest-lwt\alcotest_lwt.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\fpath\fpath.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\yojson\yojson.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\cstruct\cstruct.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\cstruct C:\Users\opam\AppData\Local\opam\5.4.0\lib\camlp-streams\camlp_streams.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\tar\tar.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\cstruct-lwt\cstruct_lwt.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\tar-unix\tar_unix.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sexplib0\sexplib0.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\parsexp\parsexp.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sexplib\sexplib.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\sqlite3\sqlite3.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\sqlite3 C:\Users\opam\AppData\Local\opam\5.4.0\lib\sha\sha.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\sha C:\Users\opam\AppData\Local\opam\5.4.0\lib\ppx_sexp_conv\runtime-lib/ppx_sexp_conv_lib.cmxa lib_spec/obuilder_spec.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\extunix\ExtUnix.cmxa -I C:\Users\opam\AppData\Local\opam\5.4.0\lib\extunix lib/obuilder.cmxa C:/Users/opam/AppData/Local/opam/5.4.0/lib/ocaml\str\str.cmxa C:\Users\opam\AppData\Local\opam\5.4.0\lib\logs/fmt\logs_fmt.cmxa test/.test.eobjs/native/dune__exe.cmx test/.test.eobjs/native/dune__exe__Log.cmx test/.test.eobjs/native/dune__exe__Mock_exec.cmx test/.test.eobjs/native/dune__exe__Mock_sandbox.cmx test/.test.eobjs/native/dune__exe__Mock_store.cmx test/.test.eobjs/native/dune__exe__Test.cmx)/usr/lib/gcc/x86_64-w64-mingw32/13/../../../../x86_64-w64-mingw32/bin/ld: /usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libmsvcrt.a(lib64_libmsvcrt_extra_a-mbrtowc.o): in function `mbsrtowcs':/usr/src/debug/mingw64-x86_64-runtime-13.0.0-1/misc/mbrtowc.c:113: multiple definition of `mbsrtowcs'; C:/cygwin64/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libucrtbase.a(libucrtbase_defs02381.o):(.text+0x0): first defined herecollect2: error: ld returned 1 exit status** Fatal error: Error during linkingFile "caml_startup", line 1:Error: Error during linking (exit code 2)"cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-12-16 08:19.42: Job failed: Failed: Build failed