2025-12-11 14:49.19: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/pkg-directory-structure (0080e2513e85a0db9b274a7d61f2f32c4b8b887f) (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/mbarbin/cmdlang.git" -b "pkg-directory-structure" && cd "cmdlang" && git reset --hard 0080e251cat > 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 24866eca47222a207c9a30d2caac223d18f6a780 || git fetch origin master) && git reset -q --hard 24866eca47222a207c9a30d2caac223d18f6a780 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam /Users/opam/src/./RUN opam pin add -yn cmdlang.dev '/Users/opam/src/./' && \opam pin add -yn cmdlang-to-cmdliner.dev '/Users/opam/src/./' && \opam pin add -yn cmdlang-to-climate.dev '/Users/opam/src/./' && \opam pin add -yn cmdlang-to-base.dev '/Users/opam/src/./' && \opam pin add -yn cmdlang-tests.dev '/Users/opam/src/./' && \opam pin add -yn cmdlang-stdlib-runner.dev '/Users/opam/src/./' && \opam pin add -yn cmdlang-dev.dev '/Users/opam/src/./'RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'ENV DEPS="arch-x86_64.1 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 dune.3.20.2 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 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 system-mingw.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /Users/opam/srcRUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-11 14:49.19: Using cache hint "mbarbin/cmdlang-windows-server-2022-amd64-ocaml-4.14-windows-server-2022-amd64-4.14_opam-2.4-2320fd3d698507171fc76bf3f8f3f63f"2025-12-11 14:49.19: 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 24866eca47222a207c9a30d2caac223d18f6a780 || git fetch origin master) && git reset -q --hard 24866eca47222a207c9a30d2caac223d18f6a780 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam)(dst /Users/opam/src/./))(run (network host)(shell "opam pin add -yn cmdlang.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-to-cmdliner.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-to-climate.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-to-base.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-tests.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-stdlib-runner.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-dev.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 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 dune.3.20.2 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 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 system-mingw.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.4 --depext-only -y cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-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=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build")))2025-12-11 14:49.19: Waiting for resource in pool OCluster2025-12-11 14:49.19: Waiting for worker…2025-12-11 14:52.33: Got resource from pool OClusterBuilding on thymeUpdating files: 55% (99/180) Updating files: 56% (101/180) Updating files: 57% (103/180) Updating files: 58% (105/180) Updating files: 59% (107/180) Updating files: 60% (108/180) Updating files: 61% (110/180) Updating files: 62% (112/180) Updating files: 63% (114/180) Updating files: 64% (116/180) Updating files: 65% (117/180) Updating files: 66% (119/180) Updating files: 67% (121/180) Updating files: 68% (123/180) Updating files: 69% (125/180) Updating files: 70% (126/180) Updating files: 71% (128/180) Updating files: 72% (130/180) Updating files: 73% (132/180) Updating files: 74% (134/180) Updating files: 75% (135/180) Updating files: 76% (137/180) Updating files: 77% (139/180) Updating files: 78% (141/180) Updating files: 79% (143/180) Updating files: 80% (144/180) Updating files: 81% (146/180) Updating files: 82% (148/180) Updating files: 83% (150/180) Updating files: 84% (152/180) Updating files: 85% (153/180) Updating files: 86% (155/180) Updating files: 87% (157/180) Updating files: 88% (159/180) Updating files: 89% (161/180) Updating files: 90% (162/180) Updating files: 91% (164/180) Updating files: 92% (166/180) Updating files: 93% (168/180) Updating files: 94% (170/180) Updating files: 95% (171/180) Updating files: 96% (173/180) Updating files: 97% (175/180) Updating files: 98% (177/180) Updating files: 99% (179/180) Updating files: 100% (180/180) Updating files: 100% (180/180), done.HEAD is now at 620c53a Bump actions/setup-node from 5 to 6HEAD is now at 0080e25 Update headache config(from windows-server-2022-amd64-ocaml-4.14)2025-12-11 14:52.39 ---> 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-11 14:52.39 ---> 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-11 14:52.39 ---> 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-11 14:52.39 ---> 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 24866eca47222a207c9a30d2caac223d18f6a780 || git fetch origin master) && git reset -q --hard 24866eca47222a207c9a30d2caac223d18f6a780 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf6368c68f9..810e1f14b7 master -> origin/master24866eca47 Merge pull request #29034 from hannesm/fixes<><> 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-11 15:00.50 ---> saved as "1023beee7a792cf476397d94d1de05938dc05d94f93dce7032cb32ef9e168771"/: (copy (src cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam)(dst /Users/opam/src/./))2025-12-11 15:02.27 ---> saved as "ec8b2678eb4e64dcf6968a916f403e77edda1ffeeb936f4c616b35a0ec6d6493"/: (run (network host)(shell "opam pin add -yn cmdlang.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-to-cmdliner.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-to-climate.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-to-base.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-tests.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-stdlib-runner.dev '/Users/opam/src/./' && \\nopam pin add -yn cmdlang-dev.dev '/Users/opam/src/./'"))[cmdlang.dev] synchronised (file://C:/Users/opam/src/.)cmdlang is now pinned to file://C:/Users/opam/src/. (version dev)[cmdlang-to-cmdliner.dev] synchronised (file://C:/Users/opam/src/.)cmdlang-to-cmdliner is now pinned to file://C:/Users/opam/src/. (version dev)[cmdlang-to-climate.dev] synchronised (file://C:/Users/opam/src/.)cmdlang-to-climate is now pinned to file://C:/Users/opam/src/. (version dev)[cmdlang-to-base.dev] synchronised (file://C:/Users/opam/src/.)cmdlang-to-base is now pinned to file://C:/Users/opam/src/. (version dev)[NOTE] Package cmdlang-tests does not exist in opam repositories registered in the current switch.[cmdlang-tests.dev] synchronised (file://C:/Users/opam/src/.)cmdlang-tests is now pinned to file://C:/Users/opam/src/. (version dev)[cmdlang-stdlib-runner.dev] synchronised (file://C:/Users/opam/src/.)cmdlang-stdlib-runner is now pinned to file://C:/Users/opam/src/. (version dev)[NOTE] Package cmdlang-dev does not exist in opam repositories registered in the current switch.[cmdlang-dev.dev] synchronised (file://C:/Users/opam/src/.)cmdlang-dev is now pinned to file://C:/Users/opam/src/. (version dev)2025-12-11 15:03.50 ---> saved as "58cd603547f754111f3c033f9f025b97aa42cf604086066a2159e0227bbcb402"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))2025-12-11 15:04.41 ---> saved as "6d3d801a18a24b9be3221073bff4892318bd21f043296e1a9c2520bedfa40e48"/: (env DEPS "arch-x86_64.1 base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 conf-mingw-w64-gcc-x86_64.1 dune.3.20.2 flexdll.0.44 host-arch-x86_64.1 host-system-mingw.1 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 system-mingw.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.4 --depext-only -y cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.dev $DEPS"))<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[cmdlang-stdlib-runner.dev] synchronised (file://C:/Users/opam/src/.)[cmdlang.dev] synchronised (file://C:/Users/opam/src/.)[cmdlang-to-climate.dev] synchronised (file://C:/Users/opam/src/.)[cmdlang-to-cmdliner.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-12-11 15:06.39 ---> saved as "113873b5653a38aef9f275de7be93f425de42ffa9d0c165d974f98b2ee0aac0d"/: (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 3 packages- install climate 0.9.0- install cmdliner 2.1.0- install dune 3.20.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> 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 dune.3.20.2 (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz)-> installed cmdliner.2.1.0-> installed dune.3.20.2-> installed climate.0.9.0Done.# To update the current shell environment, run: eval $(opam env)2025-12-11 15:14.15 ---> saved as "6e98dd228f105ff6652f87cdbb2374a506dbfabdfe834837d6e7bdb6790b4819"/: (copy (src .) (dst /Users/opam/src))2025-12-11 15:14.56 ---> saved as "ac862b5e3b95887fbd28fa4cbf34a85d82fcdf121810db248653764865afc20f"/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build"))2025-12-11 15:15.48 ---> saved as "e5ee8b5671bd992d69ca4ad9e66affae12692a335be02eeffa1312e6b17c65c0"Job succeeded2025-12-11 15:15.49: Job succeeded