2026-02-13 08:05.49: New job: test mbarbin/pplumbing https://github.com/mbarbin/pplumbing.git#refs/heads/dependabot/github_actions/actions/checkout-6.0.2 (db1acafa99615f95d51918a9ccbcbea772e2726c) (windows-amd64:windows-server-2022-amd64-4.14_opam-2.5)Base: windows-server-2022-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/pplumbing.git" -b "dependabot/github_actions/actions/checkout-6.0.2" && cd "pplumbing" && git reset --hard db1acafacat > Dockerfile <<'END-OF-DOCKERFILE'FROM windows-server-2022-amd64-ocaml-4.14# windows-server-2022-amd64-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam /Users/opam/src/./RUN opam pin add -yn pplumbing.dev '/Users/opam/src/./' && \opam pin add -yn pplumbing-tests.dev '/Users/opam/src/./' && \opam pin add -yn pplumbing-pp-tty.dev '/Users/opam/src/./' && \opam pin add -yn pplumbing-log.dev '/Users/opam/src/./' && \opam pin add -yn pplumbing-log-cli.dev '/Users/opam/src/./' && \opam pin add -yn pplumbing-err.dev '/Users/opam/src/./' && \opam pin add -yn pplumbing-dev.dev '/Users/opam/src/./' && \opam pin add -yn cmdlang-cmdliner-err-runner.dev '/Users/opam/src/./' && \opam pin add -yn cmdlang-climate-err-runner.dev '/Users/opam/src/./'RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'ENV DEPS="arch-x86_64.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 host-arch-x86_64.1 host-system-mingw.1 loc.0.3.3 logs.0.10.0 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.1 system-mingw.1 top-closure.3.21.1 topkg.1.1.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /Users/opam/srcRUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build --only-packages=pplumbing,pplumbing-pp-tty,pplumbing-log,pplumbing-log-cli,pplumbing-err,cmdlang-cmdliner-err-runner,cmdlang-climate-err-runner @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-13 08:05.49: Using cache hint "mbarbin/pplumbing-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.5-fb6fcd7f1298289241ae881b474b728e"2026-02-13 08:05.49: Using OBuilder spec:((from windows-server-2022-amd64-ocaml-4.14)(comment windows-server-2022-amd64-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f /usr/bin/opam-2.5 /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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam)(dst /Users/opam/src/./))(run (network host)(shell "opam pin add -yn pplumbing.dev '/Users/opam/src/./' && \\nopam pin add -yn pplumbing-tests.dev '/Users/opam/src/./' && \\nopam pin add -yn pplumbing-pp-tty.dev '/Users/opam/src/./' && \\nopam pin add -yn pplumbing-log.dev '/Users/opam/src/./' && \\nopam pin add -yn pplumbing-log-cli.dev '/Users/opam/src/./' && \\nopam pin add -yn pplumbing-err.dev '/Users/opam/src/./' && \\nopam pin add -yn pplumbing-dev.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-cmdliner-err-runner.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-climate-err-runner.dev '/Users/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))(env DEPS "arch-x86_64.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 host-arch-x86_64.1 host-system-mingw.1 loc.0.3.3 logs.0.10.0 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.1 system-mingw.1 top-closure.3.21.1 topkg.1.1.1")(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.5 --depext-only -y pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.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 --only-packages=pplumbing,pplumbing-pp-tty,pplumbing-log,pplumbing-log-cli,pplumbing-err,cmdlang-cmdliner-err-runner,cmdlang-climate-err-runner @install @check @runtest && rm -rf _build")))2026-02-13 08:05.49: Waiting for resource in pool OCluster2026-02-13 08:05.49: Waiting for worker…2026-02-13 10:44.01: Got resource from pool OClusterBuilding on thymeAll commits already cachedHEAD is now at db1acaf Bump actions/checkout from 6.0.1 to 6.0.2(from windows-server-2022-amd64-ocaml-4.14)2026-02-13 10:44.01 ---> using "55c9cbebb0e098c78ccc09b1cc6e84ec9f0bd2275b7cebf331cc913575946dc0" from cache/: (comment windows-server-2022-amd64-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-02-13 10:44.01 ---> using "589249c8537cd2595d1a56969bee44d230053ee1da7b9f5fad53810018a00416" 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-repository2026-02-13 10:44.01 ---> using "b9bc8c8f985ec3874b127afe7be3cf82929cf6115fc0b5fe613bcc544ffc5e38" 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 4.14.22.5.02026-02-13 10:44.01 ---> using "a986fc985afd784ee19dda4e2b4661047e76f110654e5682135d95c60aa4a307" 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..302e116c40 master -> origin/master302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1<><> 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)2026-02-13 10:44.01 ---> using "380a492e86177d43662419a76c4f8724e47f16a64dbadfb71ed7b39ea5320afc" from cache/: (copy (src pplumbing.opam pplumbing-tests.opam pplumbing-pp-tty.opam pplumbing-log.opam pplumbing-log-cli.opam pplumbing-err.opam pplumbing-dev.opam cmdlang-cmdliner-err-runner.opam cmdlang-climate-err-runner.opam)(dst /Users/opam/src/./))2026-02-13 10:44.01 ---> using "e02305b51d8cc587cc8802424c79e74ae2952c69de11bdd2fcd9ff7c6a9a0b7b" from cache/: (run (network host)(shell "opam pin add -yn pplumbing.dev '/Users/opam/src/./' && \\nopam pin add -yn pplumbing-tests.dev '/Users/opam/src/./' && \\nopam pin add -yn pplumbing-pp-tty.dev '/Users/opam/src/./' && \\nopam pin add -yn pplumbing-log.dev '/Users/opam/src/./' && \\nopam pin add -yn pplumbing-log-cli.dev '/Users/opam/src/./' && \\nopam pin add -yn pplumbing-err.dev '/Users/opam/src/./' && \\nopam pin add -yn pplumbing-dev.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-cmdliner-err-runner.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-climate-err-runner.dev '/Users/opam/src/./'"))[pplumbing.dev] synchronised (file://C:/Users/opam/src/.)pplumbing is now pinned to file://C:/Users/opam/src/. (version dev)[NOTE] Package pplumbing-tests does not exist in opam repositories registered in the current switch.[pplumbing-tests.dev] synchronised (file://C:/Users/opam/src/.)pplumbing-tests is now pinned to file://C:/Users/opam/src/. (version dev)[pplumbing-pp-tty.dev] synchronised (file://C:/Users/opam/src/.)pplumbing-pp-tty is now pinned to file://C:/Users/opam/src/. (version dev)[pplumbing-log.dev] synchronised (file://C:/Users/opam/src/.)pplumbing-log is now pinned to file://C:/Users/opam/src/. (version dev)[pplumbing-log-cli.dev] synchronised (file://C:/Users/opam/src/.)pplumbing-log-cli is now pinned to file://C:/Users/opam/src/. (version dev)[pplumbing-err.dev] synchronised (file://C:/Users/opam/src/.)pplumbing-err is now pinned to file://C:/Users/opam/src/. (version dev)[NOTE] Package pplumbing-dev does not exist in opam repositories registered in the current switch.[pplumbing-dev.dev] synchronised (file://C:/Users/opam/src/.)pplumbing-dev is now pinned to file://C:/Users/opam/src/. (version dev)[cmdlang-cmdliner-err-runner.dev] synchronised (file://C:/Users/opam/src/.)cmdlang-cmdliner-err-runner is now pinned to file://C:/Users/opam/src/. (version dev)[NOTE] Package cmdlang-climate-err-runner does not exist in opam repositories registered in the current switch.[cmdlang-climate-err-runner.dev] synchronised (file://C:/Users/opam/src/.)cmdlang-climate-err-runner is now pinned to file://C:/Users/opam/src/. (version dev)2026-02-13 10:44.01 ---> using "aed6c3214187e248350e81b9332640edf89f24ed428fd837ab34333381303b19" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2026-02-13 10:44.01 ---> using "9e4a59f6e25374a7f1320db04d539c4cd2c50934d0a3da9e444c5013aef32a4a" from cache/: (env DEPS "arch-x86_64.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdlang.0.0.10 cmdlang-to-climate.0.0.10 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 csexp.1.5.2 dune.3.21.1 dyn.3.21.1 flexdll.0.44 fmt.0.11.0 fpath.0.7.3 fs-io.3.21.1 host-arch-x86_64.1 host-system-mingw.1 loc.0.3.3 logs.0.10.0 mingw-w64-shims.0.2.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.21.1 parsexp.v0.16.0 pp.2.0.0 sexplib0.v0.16.0 stdune.3.21.1 system-mingw.1 top-closure.3.21.1 topkg.1.1.1")/: (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.5 --depext-only -y pplumbing.dev pplumbing-pp-tty.dev pplumbing-log.dev pplumbing-log-cli.dev pplumbing-err.dev cmdlang-cmdliner-err-runner.dev cmdlang-climate-err-runner.dev $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[cmdlang-climate-err-runner.dev] synchronised (file://C:/Users/opam/src/.)[cmdlang-cmdliner-err-runner.dev] synchronised (file://C:/Users/opam/src/.)[pplumbing.dev] synchronised (file://C:/Users/opam/src/.)[pplumbing-err.dev] synchronised (file://C:/Users/opam/src/.)[pplumbing-log.dev] synchronised (file://C:/Users/opam/src/.)[pplumbing-log-cli.dev] synchronised (file://C:/Users/opam/src/.)[pplumbing-pp-tty.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).# To update the current shell environment, run: eval $(opam env)2026-02-13 10:44.01 ---> using "60d43fad3519a18aff444b61eeaf34aad35cb510e093ea2dcf91e4b7d19e5ca6" 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:=== install 23 packages- install astring 0.8.5- install climate 0.9.0- install cmdlang 0.0.10- install cmdlang-to-climate 0.0.10- install cmdlang-to-cmdliner 0.0.10- install cmdliner 2.1.0- install csexp 1.5.2- install dune 3.21.1- install dyn 3.21.1- install fmt 0.11.0- install fpath 0.7.3- install fs-io 3.21.1- install loc 0.3.3- install logs 0.10.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ordering 3.21.1- install parsexp v0.16.0- install pp 2.0.0- install sexplib0 v0.16.0- install stdune 3.21.1- install top-closure 3.21.1- install topkg 1.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved cmdliner.2.1.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz)-> retrieved climate.0.9.0 (https://github.com/gridbugs/climate/archive/refs/tags/0.9.0.tar.gz)-> retrieved csexp.1.5.2 (cached)-> retrieved cmdlang.0.0.10, cmdlang-to-climate.0.0.10, cmdlang-to-cmdliner.0.0.10 (https://github.com/mbarbin/cmdlang/releases/download/0.0.10/cmdlang-0.0.10.tbz)-> retrieved fpath.0.7.3 (cached)-> retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)-> retrieved logs.0.10.0 (https://erratique.ch/software/logs/releases/logs-0.10.0.tbz)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved loc.0.3.3 (https://github.com/mbarbin/loc/releases/download/0.3.3/loc-0.3.3.tbz)-> retrieved pp.2.0.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved topkg.1.1.1 (https://erratique.ch/software/topkg/releases/topkg-1.1.1.tbz)-> retrieved dune.3.21.1, dyn.3.21.1, fs-io.3.21.1, ordering.3.21.1, stdune.3.21.1, top-closure.3.21.1 (https://github.com/ocaml/dune/releases/download/3.21.1/dune-3.21.1.tbz)-> installed cmdliner.2.1.0-> 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 topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed logs.0.10.0-> installed dune.3.21.1-> installed climate.0.9.0-> installed cmdlang.0.0.10-> installed csexp.1.5.2-> installed pp.2.0.0-> installed sexplib0.v0.16.0-> installed cmdlang-to-climate.0.0.10-> installed cmdlang-to-cmdliner.0.0.10-> installed ordering.3.21.1-> installed fs-io.3.21.1-> installed parsexp.v0.16.0-> installed top-closure.3.21.1-> installed dyn.3.21.1-> installed stdune.3.21.1-> installed loc.0.3.3Done.# To update the current shell environment, run: eval $(opam env)2026-02-13 10:44.01 ---> using "a929cf8a1763adfc363e11248b2f14e4f2b65f71c756b26feff11119d7a012d6" from cache/: (copy (src .) (dst /Users/opam/src))2026-02-13 10:44.52 ---> saved as "80c21b0acba32e93e684e39062160c0d9fd92913096abdb62e3db9a3a5e7d333"/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build --only-packages=pplumbing,pplumbing-pp-tty,pplumbing-log,pplumbing-log-cli,pplumbing-err,cmdlang-cmdliner-err-runner,cmdlang-climate-err-runner @install @check @runtest && rm -rf _build"))2026-02-13 10:45.39 ---> saved as "e57532e52fc2edfe8452ac1b6189c78a00faacbcb5abdd7f8690a3929eaa05a9"Job succeeded2026-02-13 10:45.39: Job succeeded