2024-12-02 14:58.11: New job: test mefyl/timmy https://github.com/mefyl/timmy.git#refs/heads/master (80f6b1fc73bc7c5f28397e5aad520c43791fdeb7) (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/mefyl/timmy.git" -b "master" && cd "timmy" && git reset --hard 80f6b1fc 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 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 || git fetch origin master) && git reset -q --hard 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 && git log --no-decorate -n1 --oneline && opam update -u RUN mkdir -p 'opam/' COPY --chown=1000:1000 timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam /Users/opam/src/./ COPY --chown=1000:1000 opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam /Users/opam/src/opam/ RUN opam pin add -yn timmy.dev '/Users/opam/src/./' && \ opam pin add -yn timmy-unix.dev '/Users/opam/src/./' && \ opam pin add -yn timmy-lwt.dev '/Users/opam/src/./' && \ opam pin add -yn timmy-jsoo.dev '/Users/opam/src/./' && \ opam pin add -yn timmy-windows.dev '/Users/opam/src/opam/' && \ opam pin add -yn timmy-unix-windows.dev '/Users/opam/src/opam/' && \ opam pin add -yn timmy-unix-macos.dev '/Users/opam/src/opam/' && \ opam pin add -yn timmy-macos.dev '/Users/opam/src/opam/' && \ opam pin add -yn timmy-lwt-windows.dev '/Users/opam/src/opam/' && \ opam pin add -yn timmy-lwt-macos.dev '/Users/opam/src/opam/' && \ opam pin add -yn timmy-jsoo-windows.dev '/Users/opam/src/opam/' && \ opam pin add -yn timmy-jsoo-macos.dev '/Users/opam/src/opam/' ENV DEPS="alcotest.1.8.0 alcotest-lwt.1.8.0 arch-x86_64.1 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-bash.1 conf-mingw-w64-gcc-x86_64.1 conf-npm.1 conf-tzdata.1 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.0 dune-configurator.3.17.0 ezjsonm.1.3.0 flexdll.0.43 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-mingw.1 js_of_ocaml.5.9.0 js_of_ocaml-compiler.5.9.0 js_of_ocaml-ppx.5.9.0 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mingw-w64-shims.0.2.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.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 posixat.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 shexp.v0.16.0 spawn.v0.17.0 stdio.v0.16.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.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 2024-12-02 14:58.11: Using cache hint "mefyl/timmy-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.3-d5d97f1a217e9e9f66164c74166e43cd" 2024-12-02 14:58.11: 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 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 || git fetch origin master) && git reset -q --hard 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 && git log --no-decorate -n1 --oneline && opam update -u")) (run (shell "mkdir -p 'opam/'")) (copy (src timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam) (dst /Users/opam/src/./)) (copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam) (dst /Users/opam/src/opam/)) (run (network host) (shell "opam pin add -yn timmy.dev '/Users/opam/src/./' && \ \nopam pin add -yn timmy-unix.dev '/Users/opam/src/./' && \ \nopam pin add -yn timmy-lwt.dev '/Users/opam/src/./' && \ \nopam pin add -yn timmy-jsoo.dev '/Users/opam/src/./' && \ \nopam pin add -yn timmy-windows.dev '/Users/opam/src/opam/' && \ \nopam pin add -yn timmy-unix-windows.dev '/Users/opam/src/opam/' && \ \nopam pin add -yn timmy-unix-macos.dev '/Users/opam/src/opam/' && \ \nopam pin add -yn timmy-macos.dev '/Users/opam/src/opam/' && \ \nopam pin add -yn timmy-lwt-windows.dev '/Users/opam/src/opam/' && \ \nopam pin add -yn timmy-lwt-macos.dev '/Users/opam/src/opam/' && \ \nopam pin add -yn timmy-jsoo-windows.dev '/Users/opam/src/opam/' && \ \nopam pin add -yn timmy-jsoo-macos.dev '/Users/opam/src/opam/'")) (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 arch-x86_64.1 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-bash.1 conf-mingw-w64-gcc-x86_64.1 conf-npm.1 conf-tzdata.1 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.0 dune-configurator.3.17.0 ezjsonm.1.3.0 flexdll.0.43 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-mingw.1 js_of_ocaml.5.9.0 js_of_ocaml-compiler.5.9.0 js_of_ocaml-ppx.5.9.0 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mingw-w64-shims.0.2.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.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 posixat.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 shexp.v0.16.0 spawn.v0.17.0 stdio.v0.16.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2") (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 timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.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")) ) 2024-12-02 14:58.11: Waiting for resource in pool OCluster 2024-12-02 14:58.11: Waiting for worker… 2024-12-02 14:58.11: Got resource from pool OCluster Building on odawa All commits already cached HEAD is now at 80f6b1f Merge branch 'feature/negative-timestamp-better-error-message' into 'master' (from windows-server-2022-amd64-ocaml-4.14) 2024-12-02 14:58.11 ---> 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")) 2024-12-02 14:58.11 ---> 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 2024-12-02 14:58.11 ---> 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 2024-12-02 14:58.11 ---> 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 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 || git fetch origin master) && git reset -q --hard 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..1b58d8c4dd master -> origin/master 1b58d8c4dd Merge pull request #26975 from maiste/release-dune-3.17.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file://C:/Users/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2024-12-02 14:58.11 ---> using "df14e4a32b2fc7798aa310e071ce74931efbf31b3e00e98841775638bdbc000d" from cache /: (run (shell "mkdir -p 'opam/'")) 2024-12-02 14:58.11 ---> using "7e391e7e358c5cd327e997565001bf9fc3ee36435f505de3065f5448ebd39560" from cache /: (copy (src timmy.opam timmy-unix.opam timmy-lwt.opam timmy-jsoo.opam) (dst /Users/opam/src/./)) 2024-12-02 14:58.11 ---> using "63018a724abeccac954bfb98154edf60e2f41d156ecbca0efb7fe03da99e87d4" from cache /: (copy (src opam/timmy-windows.opam opam/timmy-unix-windows.opam opam/timmy-unix-macos.opam opam/timmy-macos.opam opam/timmy-lwt-windows.opam opam/timmy-lwt-macos.opam opam/timmy-jsoo-windows.opam opam/timmy-jsoo-macos.opam) (dst /Users/opam/src/opam/)) 2024-12-02 14:58.11 ---> using "11debde66a9b4d2c4ce73e31cfd28cb64d2d7019bef4d2cecce4371ff7e05f55" from cache /: (run (network host) (shell "opam pin add -yn timmy.dev '/Users/opam/src/./' && \ \nopam pin add -yn timmy-unix.dev '/Users/opam/src/./' && \ \nopam pin add -yn timmy-lwt.dev '/Users/opam/src/./' && \ \nopam pin add -yn timmy-jsoo.dev '/Users/opam/src/./' && \ \nopam pin add -yn timmy-windows.dev '/Users/opam/src/opam/' && \ \nopam pin add -yn timmy-unix-windows.dev '/Users/opam/src/opam/' && \ \nopam pin add -yn timmy-unix-macos.dev '/Users/opam/src/opam/' && \ \nopam pin add -yn timmy-macos.dev '/Users/opam/src/opam/' && \ \nopam pin add -yn timmy-lwt-windows.dev '/Users/opam/src/opam/' && \ \nopam pin add -yn timmy-lwt-macos.dev '/Users/opam/src/opam/' && \ \nopam pin add -yn timmy-jsoo-windows.dev '/Users/opam/src/opam/' && \ \nopam pin add -yn timmy-jsoo-macos.dev '/Users/opam/src/opam/'")) [timmy.dev] synchronised (file://C:/Users/opam/src/.) timmy is now pinned to file://C:/Users/opam/src/. (version dev) [timmy-unix.dev] synchronised (file://C:/Users/opam/src/.) timmy-unix is now pinned to file://C:/Users/opam/src/. (version dev) [timmy-lwt.dev] synchronised (file://C:/Users/opam/src/.) timmy-lwt is now pinned to file://C:/Users/opam/src/. (version dev) [timmy-jsoo.dev] synchronised (file://C:/Users/opam/src/.) timmy-jsoo is now pinned to file://C:/Users/opam/src/. (version dev) Package timmy-windows does not exist, create as a NEW package? [y/n] y [timmy-windows.dev] synchronised (file://C:/Users/opam/src/opam) timmy-windows is now pinned to file://C:/Users/opam/src/opam (version dev) Package timmy-unix-windows does not exist, create as a NEW package? [y/n] y [timmy-unix-windows.dev] synchronised (file://C:/Users/opam/src/opam) timmy-unix-windows is now pinned to file://C:/Users/opam/src/opam (version dev) Package timmy-unix-macos does not exist, create as a NEW package? [y/n] y [timmy-unix-macos.dev] synchronised (file://C:/Users/opam/src/opam) timmy-unix-macos is now pinned to file://C:/Users/opam/src/opam (version dev) Package timmy-macos does not exist, create as a NEW package? [y/n] y [timmy-macos.dev] synchronised (file://C:/Users/opam/src/opam) timmy-macos is now pinned to file://C:/Users/opam/src/opam (version dev) Package timmy-lwt-windows does not exist, create as a NEW package? [y/n] y [timmy-lwt-windows.dev] synchronised (file://C:/Users/opam/src/opam) timmy-lwt-windows is now pinned to file://C:/Users/opam/src/opam (version dev) Package timmy-lwt-macos does not exist, create as a NEW package? [y/n] y [timmy-lwt-macos.dev] synchronised (file://C:/Users/opam/src/opam) timmy-lwt-macos is now pinned to file://C:/Users/opam/src/opam (version dev) Package timmy-jsoo-windows does not exist, create as a NEW package? [y/n] y [timmy-jsoo-windows.dev] synchronised (file://C:/Users/opam/src/opam) timmy-jsoo-windows is now pinned to file://C:/Users/opam/src/opam (version dev) Package timmy-jsoo-macos does not exist, create as a NEW package? [y/n] y [timmy-jsoo-macos.dev] synchronised (file://C:/Users/opam/src/opam) timmy-jsoo-macos is now pinned to file://C:/Users/opam/src/opam (version dev) 2024-12-02 14:58.11 ---> using "9c02878c712a7d8caa8dec34933e7dcf7fd0d6beb55679863042ca3c0bb117ee" from cache /: (env DEPS "alcotest.1.8.0 alcotest-lwt.1.8.0 arch-x86_64.1 astring.0.8.5 base.v0.16.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-bash.1 conf-mingw-w64-gcc-x86_64.1 conf-npm.1 conf-tzdata.1 cppo.1.7.0 csexp.1.5.2 cstruct.6.2.0 dune.3.17.0 dune-configurator.3.17.0 ezjsonm.1.3.0 flexdll.0.43 fmt.0.9.0 gen.1.1 hex.1.5.0 host-arch-x86_64.1 host-system-mingw.1 js_of_ocaml.5.9.0 js_of_ocaml-compiler.5.9.0 js_of_ocaml-ppx.5.9.0 jsonm.1.0.2 logs.0.7.0 lwt.5.9.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 mingw-w64-shims.0.2.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.15.0 ocamlfind.1.9.5 ocplib-endian.1.2 opam-file-format.2.1.6 parsexp.v0.16.0 posixat.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_here.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.33.0 ptime.1.2.0 re.1.12.0 sedlex.3.3 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 shexp.v0.16.0 spawn.v0.17.0 stdio.v0.16.0 stdlib-shims.0.3.0 system-mingw.1 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2") /: (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 timmy.dev timmy-unix.dev timmy-lwt.dev timmy-jsoo.dev $DEPS")) <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [timmy.dev] synchronised (no changes) [timmy-jsoo.dev] synchronised (no changes) [timmy-lwt.dev] synchronised (no changes) [timmy-unix.dev] synchronised (no changes) [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.43). [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). 2024-12-02 14:58.11 ---> using "458e24472985db9d2b863c239e46ab41c8499c25a5fcdba94251148ff575f05d" 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.43). [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 56 packages - install alcotest 1.8.0 - install alcotest-lwt 1.8.0 - install astring 0.8.5 - install base v0.16.3 - install base-bytes base - install cmdliner 1.3.0 - install conf-bash 1 - install conf-npm 1 - install conf-tzdata 1 - install cppo 1.7.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.17.0 - install dune-configurator 3.17.0 - install ezjsonm 1.3.0 - install fmt 0.9.0 - install gen 1.1 - install hex 1.5.0 - install js_of_ocaml 5.9.0 - install js_of_ocaml-compiler 5.9.0 - install js_of_ocaml-ppx 5.9.0 - install jsonm 1.0.2 - install logs 0.7.0 - install lwt 5.9.0 - install menhir 20240715 - install menhirCST 20240715 - install menhirLib 20240715 - install menhirSdk 20240715 - install num 1.5-1 - install ocaml-compiler-libs v0.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.5 - install ocplib-endian 1.2 - install opam-file-format 2.1.6 - install parsexp v0.16.0 - install posixat v0.16.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_here v0.16.0 - install ppx_optcomp v0.16.0 - install ppx_sexp_conv v0.16.0 - install ppxlib 0.33.0 - install ptime 1.2.0 - install re 1.12.0 - install sedlex 3.3 - install seq base - install sexplib v0.16.0 - install sexplib0 v0.16.0 - install shexp v0.16.0 - install spawn v0.17.0 - install stdio v0.16.0 - install stdlib-shims 0.3.0 - install topkg 1.0.7 - install uutf 1.0.3 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved alcotest.1.8.0, alcotest-lwt.1.8.0 (cached) -> retrieved base.v0.16.3 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.7.0 (cached) #=== ERROR while compiling conf-npm.1 =========================================# "npm": command not found. <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build conf-npm 1 +- - No changes have been performed # To update the current shell environment, run: eval $(opam env) "opam install $DEPS" failed with exit status 31 2024-12-02 14:58.44: Job failed: Failed: Build failed