2025-06-02 22:26.31: New job: test mirage/ocaml-9p https://github.com/mirage/ocaml-9p.git#refs/heads/master (f9ff6c0052dc70092b9ee68159a1490daa10a831) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.3) Base: windows-server-2022-amd64-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/ocaml-9p.git" -b "master" && cd "ocaml-9p" && git reset --hard f9ff6c00 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM windows-server-2022-amd64-ocaml-4.14 # windows-server-2022-amd64-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 7622be5207f0ca42869e4f197bbda9afa2c3304a || git fetch origin master) && git reset -q --hard 7622be5207f0ca42869e4f197bbda9afa2c3304a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 protocol-9p.opam protocol-9p-unix.opam protocol-9p-tool.opam /Users/opam/src/./ RUN opam pin add -yn protocol-9p.dev '/Users/opam/src/./' && \ opam pin add -yn protocol-9p-unix.dev '/Users/opam/src/./' && \ opam pin add -yn protocol-9p-tool.dev '/Users/opam/src/./' RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project' ENV DEPS="alcotest.1.9.0 arch-x86_64.1 asetmap.0.8.1 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-sexp.6.2.0 dune.3.19.0 dune-configurator.3.19.0 flexdll.0.44 fmt.0.10.0 host-arch-x86_64.1 host-system-mingw.1 io-page.2.3.0 io-page-unix.2.3.0 lambda-term.3.3.2 logs.0.8.0 lwt.5.9.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 mingw-w64-shims.0.2.0 mirage-channel.5.0.0 mirage-flow.5.0.0 num.1.5-1 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 parsexp.v0.14.2 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 prometheus.1.2 re.1.12.0 react.1.2.2 result.1.5 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4 win-error.1.0 zed.3.2.3" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y protocol-9p.dev protocol-9p-unix.dev protocol-9p-tool.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /Users/opam/src RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-06-02 22:26.31: Using cache hint "mirage/ocaml-9p-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.3-27c55e0f4baba79a5fc3f9638658e704" 2025-06-02 22:26.31: Using OBuilder spec: ((from windows-server-2022-amd64-ocaml-4.14) (comment windows-server-2022-amd64-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f /usr/bin/opam-2.3 /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 7622be5207f0ca42869e4f197bbda9afa2c3304a || git fetch origin master) && git reset -q --hard 7622be5207f0ca42869e4f197bbda9afa2c3304a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src protocol-9p.opam protocol-9p-unix.opam protocol-9p-tool.opam) (dst /Users/opam/src/./)) (run (network host) (shell "opam pin add -yn protocol-9p.dev '/Users/opam/src/./' && \ \nopam pin add -yn protocol-9p-unix.dev '/Users/opam/src/./' && \ \nopam pin add -yn protocol-9p-tool.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.0 arch-x86_64.1 asetmap.0.8.1 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-sexp.6.2.0 dune.3.19.0 dune-configurator.3.19.0 flexdll.0.44 fmt.0.10.0 host-arch-x86_64.1 host-system-mingw.1 io-page.2.3.0 io-page-unix.2.3.0 lambda-term.3.3.2 logs.0.8.0 lwt.5.9.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 mingw-w64-shims.0.2.0 mirage-channel.5.0.0 mirage-flow.5.0.0 num.1.5-1 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 parsexp.v0.14.2 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 prometheus.1.2 re.1.12.0 react.1.2.2 result.1.5 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4 win-error.1.0 zed.3.2.3") (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.3 --depext-only -y protocol-9p.dev protocol-9p-unix.dev protocol-9p-tool.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-06-02 22:26.31: Waiting for resource in pool OCluster 2025-06-02 22:26.32: Waiting for worker… 2025-06-02 23:03.58: Got resource from pool OCluster Building on odawa All commits already cached HEAD is now at f9ff6c0 Merge pull request #147 from hannesm/add-maint (from windows-server-2022-amd64-ocaml-4.14) 2025-06-02 23:03.58 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache /: (comment windows-server-2022-amd64-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-06-02 23:03.58 ---> using "fe3978d598c814685c6ee8922c3ae17147a3127f83af70ca6588d6b26847cd93" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using built-in defaults. <><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><> opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools. How should opam obtain Unix tools? > 1. Use tools found in PATH (Cygwin installation at C:\cygwin64) 2. Automatically create an internal Cygwin installation that will be managed by opam (recommended) 3. Use Cygwin installation found in C:\cygwin64 4. Use another existing Cygwin/MSYS2 installation 5. Abort initialisation [1/2/3/4/5] 1 Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from file://C:/Users/opam/opam-repository 2025-06-02 23:03.58 ---> using "0caf41f56a7e1f8a9ba062ae44d7d1f50471f3874e543c30c0d1c2b229f1e062" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) CYGWIN_NT-10.0-20348 3.5.4-1.x86_64 The OCaml toplevel, version 4.14.2 2.3.0 2025-06-02 23:03.58 ---> using "6a7802e4db8e302e8ba8d87ff4e9376ae777099db0cd03bdab21ff27a442740c" 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 7622be5207f0ca42869e4f197bbda9afa2c3304a || git fetch origin master) && git reset -q --hard 7622be5207f0ca42869e4f197bbda9afa2c3304a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..c037675bed master -> origin/master 7622be5207 Merge pull request #27969 from hannesm/release-mirage-channel-v5.0.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file://C:/Users/opam/opam-repository The following actions will be performed: === recompile 3 packages - recompile ocaml 4.14.2 [uses ocaml-base-compiler] - recompile ocaml-base-compiler 4.14.2 (pinned) [uses flexdll] - recompile ocaml-config 3 [uses ocaml-base-compiler] === upgrade 1 package - upgrade flexdll 0.43 to 0.44 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-config.3 (cached) -> retrieved flexdll.0.44 (cached) -> removed ocaml.4.14.2 -> removed ocaml-config.3 -> retrieved ocaml-base-compiler.4.14.2 (cached) -> removed ocaml-base-compiler.4.14.2 -> removed flexdll.0.43 -> installed flexdll.0.44 -> 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) 2025-06-02 23:10.02 ---> saved as "4ad5ceeab12805115ab65662e0fb51792e4cdf7e19c35e13df3982413c5f82cd" /: (copy (src protocol-9p.opam protocol-9p-unix.opam protocol-9p-tool.opam) (dst /Users/opam/src/./)) 2025-06-02 23:10.15 ---> saved as "51a87776bc4c3ee98c054e4eb596ec3168df0b9e4391f6845bebbdf7da8f7aee" /: (run (network host) (shell "opam pin add -yn protocol-9p.dev '/Users/opam/src/./' && \ \nopam pin add -yn protocol-9p-unix.dev '/Users/opam/src/./' && \ \nopam pin add -yn protocol-9p-tool.dev '/Users/opam/src/./'")) [protocol-9p.dev] synchronised (file://C:/Users/opam/src/.) protocol-9p is now pinned to file://C:/Users/opam/src/. (version dev) [protocol-9p-unix.dev] synchronised (file://C:/Users/opam/src/.) protocol-9p-unix is now pinned to file://C:/Users/opam/src/. (version dev) [protocol-9p-tool.dev] synchronised (file://C:/Users/opam/src/.) protocol-9p-tool is now pinned to file://C:/Users/opam/src/. (version dev) 2025-06-02 23:10.30 ---> saved as "58a9d072d318969c3536c1578ccd0589b584f042ac87c75dc286f7440a6a7f47" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'")) 2025-06-02 23:10.42 ---> saved as "a6a68ddf820ece8060102fa648dc5ffa0944738b0be31d09cd5839065344d60a" /: (env DEPS "alcotest.1.9.0 arch-x86_64.1 asetmap.0.8.1 astring.0.8.5 base.v0.14.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-mingw-w64-gcc-x86_64.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 cstruct-sexp.6.2.0 dune.3.19.0 dune-configurator.3.19.0 flexdll.0.44 fmt.0.10.0 host-arch-x86_64.1 host-system-mingw.1 io-page.2.3.0 io-page-unix.2.3.0 lambda-term.3.3.2 logs.0.8.0 lwt.5.9.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 mingw-w64-shims.0.2.0 mirage-channel.5.0.0 mirage-flow.5.0.0 num.1.5-1 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 parsexp.v0.14.2 ppx_derivers.1.2.1 ppx_sexp_conv.v0.14.3 ppxlib.0.25.1 prometheus.1.2 re.1.12.0 react.1.2.2 result.1.5 rresult.0.7.0 seq.base sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4 win-error.1.0 zed.3.2.3") /: (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.3 --depext-only -y protocol-9p.dev protocol-9p-unix.dev protocol-9p-tool.dev $DEPS")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [protocol-9p.dev] synchronised (file://C:/Users/opam/src/.) [protocol-9p-tool.dev] synchronised (file://C:/Users/opam/src/.) [protocol-9p-unix.dev] synchronised (file://C:/Users/opam/src/.) [NOTE] Package system-mingw is already installed (current version is 1). [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-env-mingw64 is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0). [NOTE] Package host-system-mingw is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [NOTE] Package flexdll is already installed (current version is 0.44). [NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). [NOTE] Package arch-x86_64 is already installed (current version is 1). 2025-06-02 23:11.13 ---> saved as "0bffe77a6c89fc04bd0b5ad571ac4255e14d9030ef8e6b13e61295cb82000b6a" /: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache"))) (network host) (shell "opam install $DEPS")) [NOTE] Package system-mingw is already installed (current version is 1). [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-env-mingw64 is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package mingw-w64-shims is already installed (current version is 0.2.0). [NOTE] Package host-system-mingw is already installed (current version is 1). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [NOTE] Package flexdll is already installed (current version is 0.44). [NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). [NOTE] Package arch-x86_64 is already installed (current version is 1). The following actions will be performed: === install 52 packages - install alcotest 1.9.0 - install asetmap 0.8.1 - install astring 0.8.5 - install base v0.14.3 - install base-bytes base - install bigarray-compat 1.1.0 - install cmdliner 1.3.0 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install cstruct-lwt 6.2.0 - install cstruct-sexp 6.2.0 - install dune 3.19.0 - install dune-configurator 3.19.0 - install fmt 0.10.0 - install io-page 2.3.0 - install io-page-unix 2.3.0 (deprecated) - install lambda-term 3.3.2 - install logs 0.8.0 - install lwt 5.9.1 - install lwt_react 1.2.0 - install mew 0.1.0 - install mew_vi 0.5.0 - install mirage-channel 5.0.0 - install mirage-flow 5.0.0 - install num 1.5-1 - 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 parsexp v0.14.2 - install ppx_derivers 1.2.1 - install ppx_sexp_conv v0.14.3 - install ppxlib 0.25.1 - install prometheus 1.2 - install re 1.12.0 - install react 1.2.2 - install result 1.5 - install rresult 0.7.0 - install seq base - install sexplib v0.14.0 - install sexplib0 v0.14.0 - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install trie 1.0.0 - install uchar 0.0.2 - install uucp 16.0.0 - install uuseg 16.0.0 - install uutf 1.0.4 - install win-error 1.0 - install zed 3.2.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved asetmap.0.8.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved base.v0.14.3 (cached) -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-sexp.6.2.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved io-page.2.3.0, io-page-unix.2.3.0 (cached) -> retrieved lambda-term.3.3.2 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved lwt.5.9.1 (cached) -> retrieved lwt_react.1.2.0 (cached) -> retrieved mew.0.1.0 (cached) -> retrieved mew_vi.0.5.0 (cached) -> retrieved mirage-flow.5.0.0 (cached) -> retrieved num.1.5-1 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved mirage-channel.5.0.0 (https://github.com/mirage/mirage-channel/releases/download/v5.0.0/mirage-channel-5.0.0.tbz) -> retrieved ocplib-endian.1.2 (cached) -> retrieved parsexp.v0.14.2 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved dune.3.19.0, dune-configurator.3.19.0 (cached) -> retrieved ppx_sexp_conv.v0.14.3 (cached) -> retrieved ppxlib.0.25.1 (cached) -> retrieved prometheus.1.2 (cached) -> retrieved re.1.12.0 (cached) -> retrieved react.1.2.2 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved result.1.5 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved sexplib.v0.14.0 (cached) -> retrieved sexplib0.v0.14.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved trie.1.0.0 (cached) -> retrieved uchar.0.0.2 (cached) -> retrieved uuseg.16.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved uucp.16.0.0 (cached) -> retrieved win-error.1.0 (cached) -> retrieved zed.3.2.3 (cached) -> installed cmdliner.1.3.0 -> installed num.1.5-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 ocamlbuild.0.16.1 -> installed uchar.0.0.2 -> installed topkg.1.0.8 -> installed asetmap.0.8.1 -> installed rresult.0.7.0 -> installed react.1.2.2 -> installed uutf.1.0.4 -> installed astring.0.8.5 -> installed fmt.0.10.0 -> installed dune.3.19.0 -> installed bigarray-compat.1.1.0 -> installed csexp.1.5.2 -> 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 ppx_derivers.1.2.1 -> installed re.1.12.0 -> installed ocplib-endian.1.2 -> installed result.1.5 -> installed sexplib0.v0.14.0 -> installed stdlib-shims.0.3.0 -> installed trie.1.0.0 -> installed win-error.1.0 -> installed mew.0.1.0 -> installed dune-configurator.3.19.0 -> installed alcotest.1.9.0 -> installed mew_vi.0.5.0 -> installed io-page.2.3.0 -> installed io-page-unix.2.3.0 -> installed lwt.5.9.1 -> installed base.v0.14.3 -> installed cstruct-lwt.6.2.0 -> installed mirage-flow.5.0.0 -> installed prometheus.1.2 -> installed lwt_react.1.2.0 -> installed uucp.16.0.0 -> installed ppxlib.0.25.1 -> installed parsexp.v0.14.2 -> installed logs.0.8.0 -> installed sexplib.v0.14.0 -> installed uuseg.16.0.0 -> installed mirage-channel.5.0.0 -> installed ppx_sexp_conv.v0.14.3 -> installed cstruct-sexp.6.2.0 -> installed zed.3.2.3 -> installed lambda-term.3.3.2 Done. <><> io-page-unix.2.3.0 installed successfully ><><><><><><><><><><><><><><><><> => Note: This package is deprecated. # To update the current shell environment, run: eval $(opam env) 2025-06-02 23:13.29 ---> saved as "e2ba8195e6216a050dfb1694e05665c375610d491480d70b5175246b7a04cc02" /: (copy (src .) (dst /Users/opam/src)) 2025-06-02 23:13.42 ---> saved as "29220aac3fc7324c30e65b71d340319ccd7ad8c2034aca7d573c32bcdc718895" /: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && C:\Users\opam\AppData\Local\opam\4.14.2\bin\ocamlc.opt.exe -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I unix/.protocol_9p_unix.objs/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\asetmap -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\astring -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\base\caml -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\bigarray-compat -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\bytes -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\cstruct-sexp -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\fmt -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\io-page -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\io-page-unix -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\logs -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\mirage-channel -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\mirage-flow -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\prometheus -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\re -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\rresult -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\seq -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 lib/.protocol_9p.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Protocol_9p_unix -o unix/.protocol_9p_unix.objs/byte/protocol_9p_unix__Flow_lwt_unix.cmo -c -impl unix/flow_lwt_unix.ml) File "unix/flow_lwt_unix.ml", line 1: Error: The implementation unix/flow_lwt_unix.ml does not match the interface unix/.protocol_9p_unix.objs/byte\protocol_9p_unix__Flow_lwt_unix.cmi: The value `shutdown' is required but not provided File "src/mirage_flow.mli", line 98, characters 2-71: Expected declaration (cd _build/default && C:\Users\opam\AppData\Local\opam\4.14.2\bin\ocamlopt.opt.exe -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I unix/.protocol_9p_unix.objs/byte -I unix/.protocol_9p_unix.objs/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\asetmap -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\astring -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\base\caml -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\bigarray-compat -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\bytes -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\cstruct-sexp -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\fmt -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\io-page -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\io-page-unix -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\logs -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\mirage-channel -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\mirage-flow -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\prometheus -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\re -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\rresult -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\seq -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 lib/.protocol_9p.objs/byte -I lib/.protocol_9p.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Protocol_9p_unix -o unix/.protocol_9p_unix.objs/native/protocol_9p_unix__Flow_lwt_unix.cmx -c -impl unix/flow_lwt_unix.ml) File "unix/flow_lwt_unix.ml", line 1: Error: The implementation unix/flow_lwt_unix.ml does not match the interface unix/.protocol_9p_unix.objs/byte\protocol_9p_unix__Flow_lwt_unix.cmi: The value `shutdown' is required but not provided File "src/mirage_flow.mli", line 98, characters 2-71: Expected declaration (cd _build/default && C:\Users\opam\AppData\Local\opam\4.14.2\bin\ocamlc.opt.exe -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.main.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\asetmap -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\astring -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\base\caml -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\bigarray-compat -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\bytes -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\cstruct-sexp -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\fmt -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\io-page -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\io-page-unix -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\lambda-term -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\logs/lwt -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\lwt_react -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\mew -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\mew_vi -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\mirage-channel -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\mirage-flow -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\prometheus -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\re -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\react -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\result -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\rresult -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\seq -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\trie -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\uchar -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\uucp -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\uuseg -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\uutf -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\win-error -I C:\Users\opam\AppData\Local\opam\4.14.2\lib\zed -I lib/.protocol_9p.objs/byte -I unix/.protocol_9p_unix.objs/byte -no-alias-deps -opaque -o src/.main.eobjs/byte/main.cmo -c -impl src/main.ml) File "src/main.ml", line 399, characters 12-16: 399 | Term.(ret(pure ls $ debug $ address $ path $ username)), ^^^^ Error (alert deprecated): Cmdliner.Term.pure Use Term.const instead. File "src/main.ml", line 400, characters 2-11: 400 | Term.info "ls" ~doc ~man ^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.info Use Cmd.info instead. File "src/main.ml", line 408, characters 12-16: 408 | Term.(ret(pure read $ debug $ address $ path $ username)), ^^^^ Error (alert deprecated): Cmdliner.Term.pure Use Term.const instead. File "src/main.ml", line 409, characters 2-11: 409 | Term.info "read" ~doc ~man ^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.info Use Cmd.info instead. File "src/main.ml", line 417, characters 12-16: 417 | Term.(ret(pure remove $ debug $ address $ path $ username)), ^^^^ Error (alert deprecated): Cmdliner.Term.pure Use Term.const instead. File "src/main.ml", line 418, characters 2-11: 418 | Term.info "remove" ~doc ~man ^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.info Use Cmd.info instead. File "src/main.ml", line 426, characters 12-16: 426 | Term.(ret(pure serve $ debug $ address $ path)), ^^^^ Error (alert deprecated): Cmdliner.Term.pure Use Term.const instead. File "src/main.ml", line 427, characters 2-11: 427 | Term.info "serve" ~doc ~man ^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.info Use Cmd.info instead. File "src/main.ml", line 435, characters 12-16: 435 | Term.(ret(pure shell $ debug $ address $ username)), ^^^^ Error (alert deprecated): Cmdliner.Term.pure Use Term.const instead. File "src/main.ml", line 436, characters 2-11: 436 | Term.info "shell" ~doc ~man ^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.info Use Cmd.info instead. File "src/main.ml", line 441, characters 13-17: 441 | Term.(ret (pure (`Help (`Pager, None)))), ^^^^ Error (alert deprecated): Cmdliner.Term.pure Use Term.const instead. File "src/main.ml", line 442, characters 2-11: 442 | Term.info (Sys.argv.(0)) ~version ~doc ~man ^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.info Use Cmd.info instead. File "src/main.ml", line 449, characters 8-24: 449 | match Term.eval_choice default_cmd all_cmds with ^^^^^^^^^^^^^^^^ Error (alert deprecated): Cmdliner.Term.eval_choice Use Cmd.group and one of Cmd.eval* instead. "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-06-02 23:13.59: Job failed: Failed: Build failed