2025-10-21 11:36.53: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/main (cc0ec22223e730ca3323ae9f3b166e99b93f0b5a) (macos-x86_64:macos-homebrew-4.14_opam-2.4)Base: macos-homebrew-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "main" && cd "cmdlang" && git reset --hard cc0ec222cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-4.14# macos-homebrew-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e f61954164485b31f279bddc28b91f87eb3614379 || git fetch origin master) && git reset -q --hard f61954164485b31f279bddc28b91f87eb3614379 && 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 ./src/./RUN opam pin add -yn cmdlang.dev './src/./' && \opam pin add -yn cmdlang-to-cmdliner.dev './src/./' && \opam pin add -yn cmdlang-to-climate.dev './src/./' && \opam pin add -yn cmdlang-to-base.dev './src/./' && \opam pin add -yn cmdlang-tests.dev './src/./' && \opam pin add -yn cmdlang-stdlib-runner.dev './src/./' && \opam pin add -yn cmdlang-dev.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base climate.0.8.5 cmdliner.2.0.0 dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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 . ./srcRUN cd ./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-10-21 11:36.53: Using cache hint "mbarbin/cmdlang-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.4-c6f3bc1d497d7ed0be665fe8a6cf4fbd"2025-10-21 11:36.53: Using OBuilder spec:((from macos-homebrew-ocaml-4.14)(comment macos-homebrew-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e f61954164485b31f279bddc28b91f87eb3614379 || git fetch origin master) && git reset -q --hard f61954164485b31f279bddc28b91f87eb3614379 && 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 ./src/./))(run (network host)(shell "opam pin add -yn cmdlang.dev './src/./' && \\nopam pin add -yn cmdlang-to-cmdliner.dev './src/./' && \\nopam pin add -yn cmdlang-to-climate.dev './src/./' && \\nopam pin add -yn cmdlang-to-base.dev './src/./' && \\nopam pin add -yn cmdlang-tests.dev './src/./' && \\nopam pin add -yn cmdlang-stdlib-runner.dev './src/./' && \\nopam pin add -yn cmdlang-dev.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.8.5 cmdliner.2.0.0 dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build")))2025-10-21 11:36.53: Waiting for resource in pool OCluster2025-10-21 11:36.53: Waiting for worker…2025-10-21 11:43.59: Got resource from pool OClusterBuilding on i7-worker-03HEAD is now at 7a48225 Upgrade climate in testsHEAD is now at cc0ec22 Upgrade and pin actions/upload-pages-artifact to current v4(from macos-homebrew-ocaml-4.14)2025-10-21 11:44.01 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache/: (comment macos-homebrew-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))2025-10-21 11:44.01 ---> using "16fd332aba96a180769fbf49639a0f9a6aa6ed7d2edfa24c2b9bea4039176eb4" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using built-in defaults.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.This version of opam requires an update to the layout of /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-10-21 11:44.01 ---> using "441082522a992e4675bb61cf184ac4d487fcb27eccab875ab68ef480e42527a0" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 4.14.22.4.12025-10-21 11:44.02 ---> using "73a23ad864bce177bda3ef5ed15fdc258f712e067e25e839184501078d169a1f" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e f61954164485b31f279bddc28b91f87eb3614379 || git fetch origin master) && git reset -q --hard f61954164485b31f279bddc28b91f87eb3614379 && git log --no-decorate -n1 --oneline && opam update -u"))f619541644 Merge pull request #28708 from gridbugs/climate.0.8.5<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.3.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.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-10-21 11:44.02 ---> using "b09fef2cad85a5e50c93cd06ef1029e5305278a5c1ac932355e2e8fb29772c12" from cache/: (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 ./src/./))2025-10-21 11:44.02 ---> using "d2eabdc09d32b68ccb2d075798c9be27fad10da777041bac514a32f75f4eb3ae" from cache/: (run (network host)(shell "opam pin add -yn cmdlang.dev './src/./' && \\nopam pin add -yn cmdlang-to-cmdliner.dev './src/./' && \\nopam pin add -yn cmdlang-to-climate.dev './src/./' && \\nopam pin add -yn cmdlang-to-base.dev './src/./' && \\nopam pin add -yn cmdlang-tests.dev './src/./' && \\nopam pin add -yn cmdlang-stdlib-runner.dev './src/./' && \\nopam pin add -yn cmdlang-dev.dev './src/./'"))[cmdlang.dev] synchronised (file:///Users/mac1000/src)cmdlang is now pinned to file:///Users/mac1000/src (version dev)[cmdlang-to-cmdliner.dev] synchronised (file:///Users/mac1000/src)cmdlang-to-cmdliner is now pinned to file:///Users/mac1000/src (version dev)[cmdlang-to-climate.dev] synchronised (file:///Users/mac1000/src)cmdlang-to-climate is now pinned to file:///Users/mac1000/src (version dev)[cmdlang-to-base.dev] synchronised (file:///Users/mac1000/src)cmdlang-to-base is now pinned to file:///Users/mac1000/src (version dev)[NOTE] Package cmdlang-tests does not exist in opam repositories registered in the current switch.[cmdlang-tests.dev] synchronised (file:///Users/mac1000/src)cmdlang-tests is now pinned to file:///Users/mac1000/src (version dev)[cmdlang-stdlib-runner.dev] synchronised (file:///Users/mac1000/src)cmdlang-stdlib-runner is now pinned to file:///Users/mac1000/src (version dev)[NOTE] Package cmdlang-dev does not exist in opam repositories registered in the current switch.[cmdlang-dev.dev] synchronised (file:///Users/mac1000/src)cmdlang-dev is now pinned to file:///Users/mac1000/src (version dev)2025-10-21 11:44.03 ---> using "0d5a27afd91666ac4627ea3e0ebee9f49d2d7465ddfc61644ab66c13c18bb053" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-10-21 11:44.03 ---> using "c9ed063d4ce66fcc2b545afdcddd8600a37e120a0eb07d7c56f46ab3b90562c1" from cache/: (env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.8.5 cmdliner.2.0.0 dune.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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"))+ /usr/local/bin/brew "update"- ==> Updating Homebrew...- ==> Homebrew collects anonymous analytics.- Read the analytics documentation (and how to opt-out) here:- https://docs.brew.sh/Analytics- No analytics have been recorded yet (nor will be during this `brew` run).-- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:- https://github.com/Homebrew/brew#donations-- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[cmdlang-to-climate.dev] synchronised (file:///Users/mac1000/src)[cmdlang-stdlib-runner.dev] synchronised (file:///Users/mac1000/src)[cmdlang.dev] synchronised (file:///Users/mac1000/src)[cmdlang-to-cmdliner.dev] synchronised (file:///Users/mac1000/src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[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 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).2025-10-21 11:44.04 ---> using "62556860161c451c9a06c2f0e665e7c34196300f9dd24c67ebae43c46c0478ee" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[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 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).The following actions will be performed:=== install 3 packages- install climate 0.8.5- install cmdliner 2.0.0- install dune 3.20.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cmdliner.2.0.0 (cached)-> retrieved climate.0.8.5 (https://github.com/gridbugs/climate/archive/refs/tags/0.8.5.tar.gz)-> retrieved dune.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed dune.3.20.2-> installed climate.0.8.5Done.# To update the current shell environment, run: eval $(opam env)2025-10-21 11:44.04 ---> using "9de98a9bc09d2a3eea2b36c37672600677d9920f767f9922ea3e1008e8cfaf32" from cache/: (copy (src .) (dst ./src))2025-10-21 11:44.06 ---> saved as "3534ae51ada14050050961da2cd32f0e0a0ab1afe050ce85a8e298f9a3a8d629"/: (run (shell "cd ./src && opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build"))2025-10-21 11:44.09 ---> saved as "3baf56f1a046e2c91fd2c956f135104fadeca4a16e163a998a374a6f17922f51"Job succeeded2025-10-21 11:44.27: Job succeeded