2025-12-15 14:45.44: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/199/head (7e15f2dd06ca5f9265b70adf32203e185dbe36de) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.4)Base: windows-server-2022-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/199/head" && git reset --hard 7e15f2ddcat > Dockerfile <<'END-OF-DOCKERFILE'FROM windows-server-2022-amd64-ocaml-4.14# windows-server-2022-amd64-4.14_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.16.4 base-bigarray.base base-bytes.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.3 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.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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.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.44: Using cache hint "ocurrent/obuilder-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.4-99692ca295c18922323332df71eb1a86"2025-12-15 14:45.44: 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 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.16.4 base-bigarray.base base-bytes.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.3 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.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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.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.44: 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:56.41: Got resource from pool OClusterBuilding on thymeAll commits already cachedHEAD is now at 7e15f2d Shared cache(from windows-server-2022-amd64-ocaml-4.14)2025-12-16 07:56.42 ---> 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-12-16 07:56.42 ---> 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:\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:56.42 ---> using "c9a6bb12454183a6bda5e24c40375763b3914e101e14ca85a4ab6e7ff857e315" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))CYGWIN_NT-10.0-20348 3.6.4-1.x86_64The OCaml toplevel, version 4.14.22.4.12025-12-16 07:56.42 ---> 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 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_HEADf6368c68f9..c65fcb1165 master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file://C:/Users/opam/opam-repositoryEverything 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.4.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-12-16 07:56.42 ---> using "356aa03d292cb8f3c07aa6d0eb952fd74d00f0416d6f58ce6d217eb8cfa86414" from cache/: (copy (src obuilder.opam obuilder-spec.opam) (dst /Users/opam/src/./))2025-12-16 07:56.42 ---> using "7ca8bedc467bc3fa85d6c55499ff850309eafae9ce4d7e2702326e8762990e53" from cache/: (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:56.42 ---> using "6d4e3d89bf133c7f91247ba4c2bd456d2fb7379bfa0221ee4985f5aca0d88a91" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2025-12-16 07:56.42 ---> using "499b8fb0fe9d74271f3e1eafd10e6c8f44ee312ceef5de860c577fe064362fb9" from cache/: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 arch-x86_64.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.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.3 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.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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.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-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 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:56.42 ---> using "80f23b213a9c9f2cc584cc7da1ac36a8f05fc665f792be72a6aa081ab58059a0" from cache/: (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:=== recompile 1 package- recompile mingw-w64-shims 0.2.0=== install 48 packages- install alcotest 1.9.1- install alcotest-lwt 1.9.1- install astring 0.8.5- install base v0.16.4- 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.3- 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.12.4- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install optint 0.3.0- install parsexp v0.16.0- install ppx_derivers 1.2.1- install ppx_deriving 6.0.3- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install ptime 1.2.0- install re 1.14.0- install sexplib v0.16.0- install sexplib0 v0.16.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 base.v0.16.4 (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 camlp-streams.5.0.1 (cached)-> 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)-> retrieved extunix.0.4.3 (cached)-> retrieved fpath.0.7.3 (cached)-> installed conf-pkg-config.4-> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)-> installed conf-mingw-w64-sqlite3-x86_64.1-> retrieved logs.0.10.0 (https://erratique.ch/software/logs/releases/logs-0.10.0.tbz)-> retrieved mingw-w64-shims.0.2.0 (cached)-> removed mingw-w64-shims.0.2.0-> retrieved lwt.5.9.2 (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.2.tar.gz)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> installed conf-sqlite3.1-> 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 ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)-> retrieved sexplib.v0.16.0 (cached)-> retrieved sexplib0.v0.16.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\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 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 camlp-streams.5.0.1-> installed csexp.1.5.2-> installed crunch.4.0.0-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed optint.0.3.0-> installed ocplib-endian.1.2-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.16.0-> installed re.1.14.0-> installed dune-configurator.3.20.2-> installed yojson.3.0.0-> installed sha.1.15.4-> installed parsexp.v0.16.0-> installed alcotest.1.9.1-> installed checkseum.0.5.2-> installed sqlite3.5.3.1-> installed sexplib.v0.16.0-> installed decompress.1.5.3-> installed tar.2.6.0-> installed lwt.5.9.2-> installed cstruct-lwt.6.2.0-> installed ppxlib.0.35.0-> installed base.v0.16.4-> installed logs.0.10.0-> installed tar-unix.2.6.0-> installed alcotest-lwt.1.9.1-> installed ppx_deriving.6.0.3-> installed ppx_sexp_conv.v0.16.0-> installed extunix.0.4.3Done.# To update the current shell environment, run: eval $(opam env)2025-12-16 08:11.43 ---> saved as "d725f90307bdc99692d8d53b1e9ce979e3036929e923732fbfcade1293e3a462"/: (copy (src .) (dst /Users/opam/src))2025-12-16 08:14.53 ---> saved as "d7754f4de5cd7f71667aa3dea7ce93762a0574454982a47a8338ed4ba256ef90"/: (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\4.14.2\bin\ocaml-crunch.exe ../static --mode=plain -o Static_files.ml)Generating Static_files.mlSkipping generation of .mli(cd _build/default && C:\Users\opam\AppData\Local\opam\4.14.2\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 -I test/.test.eobjs/byte -I test/.test.eobjs/native -I C:/Users/opam/AppData/Local/opam/4.14.2/lib/ocaml\threads -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\alcotest -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\alcotest-lwt -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\alcotest\engine -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\alcotest\stdlib_ext -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\astring -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\bytes -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\camlp-streams -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\cmdliner -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\cstruct -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\cstruct-lwt -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\extunix -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\fmt -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\fmt/cli -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\fmt/tty -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\fpath -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\logs -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\logs/fmt -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\lwt -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\lwt\unix -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\ocplib-endian -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\ocplib-endian\bigstring -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\parsexp -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\ppx_sexp_conv\runtime-lib -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\re -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\sexplib -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\sexplib0 -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\sha -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\sqlite3 -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\stdlib-shims -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\tar -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\tar-unix -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\uutf -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\yojson -I lib/.obuilder.objs/byte -I lib/.obuilder.objs/native -I lib_spec/.obuilder_spec.objs/byte -I lib_spec/.obuilder_spec.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/.test.eobjs/native/dune__exe__Mock_store.cmx -c -impl test/mock_store.ml)File "test/mock_store.ml", line 1:Error: The implementation test/mock_store.mldoes not match the interface test/.test.eobjs/byte\dune__exe__Mock_store.cmi:Values do not match:val cache : user:'a -> 'b -> 'c -> 'dis not included inval cache :?shared:bool ->user:Obuilder_spec.user ->t -> string -> (string * (unit -> unit Lwt.t)) Lwt.tThe type user:'a -> 'b -> 'c -> 'd is not compatible with the type?shared:bool ->user:Obuilder_spec.user ->t -> string -> (string * (unit -> unit Lwt.t)) Lwt.tFile "lib/s.ml", lines 51-56, characters 2-41: Expected declarationFile "test/mock_store.ml", line 113, characters 4-9:Actual declaration(cd _build/default && C:\Users\opam\AppData\Local\opam\4.14.2\bin\ocamlc.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 -bin-annot -I test/.test.eobjs/byte -I C:/Users/opam/AppData/Local/opam/4.14.2/lib/ocaml\threads -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\alcotest -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\alcotest-lwt -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\alcotest\engine -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\alcotest\stdlib_ext -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\astring -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\bytes -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\camlp-streams -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\cmdliner -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\cstruct -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\cstruct-lwt -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\extunix -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\fmt -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\fmt/cli -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\fmt/tty -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\fpath -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\logs -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\logs/fmt -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\lwt -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\lwt\unix -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\ocplib-endian -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\ocplib-endian\bigstring -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\parsexp -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\ppx_sexp_conv\runtime-lib -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\re -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\sexplib -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\sexplib0 -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\sha -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\sqlite3 -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\stdlib-shims -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\tar -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\tar-unix -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\uutf -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\yojson -I lib/.obuilder.objs/byte -I lib_spec/.obuilder_spec.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/.test.eobjs/byte/dune__exe__Mock_store.cmo -c -impl test/mock_store.ml)File "test/mock_store.ml", line 1:Error: The implementation test/mock_store.mldoes not match the interface test/.test.eobjs/byte\dune__exe__Mock_store.cmi:Values do not match:val cache : user:'a -> 'b -> 'c -> 'dis not included inval cache :?shared:bool ->user:Obuilder_spec.user ->t -> string -> (string * (unit -> unit Lwt.t)) Lwt.tThe type user:'a -> 'b -> 'c -> 'd is not compatible with the type?shared:bool ->user:Obuilder_spec.user ->t -> string -> (string * (unit -> unit Lwt.t)) Lwt.tFile "lib/s.ml", lines 51-56, characters 2-41: Expected declarationFile "test/mock_store.ml", line 113, characters 4-9:Actual declaration"cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-12-16 08:16.55: Job failed: Failed: Build failed