2025-12-11 14:49.19: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/pkg-directory-structure (0080e2513e85a0db9b274a7d61f2f32c4b8b887f) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.4)Base: macos-homebrew-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 macos-homebrew-ocaml-4.14# macos-homebrew-4.14_arm64_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 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 ./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.9.0 cmdliner.2.1.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-12-11 14:49.19: Using cache hint "mbarbin/cmdlang-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.4-67b653ef1dca5c0584da7570906c28c5"2025-12-11 14:49.19: Using OBuilder spec:((from macos-homebrew-ocaml-4.14)(comment macos-homebrew-4.14_arm64_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 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 ./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.9.0 cmdliner.2.1.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-12-11 14:49.19: Waiting for resource in pool OCluster2025-12-11 14:49.19: Waiting for worker…2025-12-11 14:49.19: Got resource from pool OClusterBuilding on m1-worker-01Initialized empty Git repository in /private/var/lib/ocluster-worker/git/cmdlang.git-7767ac848259e11ad853b9c30d78bb4e6e2197ec/.git/HEAD is now at 0080e25 Update headache config(from macos-homebrew-ocaml-4.14)2025-12-11 14:49.22 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache/: (comment macos-homebrew-4.14_arm64_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-12-11 14:49.22 ---> 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-12-11 14:49.22 ---> 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-12-11 14:49.22 ---> 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 24866eca47222a207c9a30d2caac223d18f6a780 || git fetch origin master) && git reset -q --hard 24866eca47222a207c9a30d2caac223d18f6a780 && git log --no-decorate -n1 --oneline && opam update -u"))24866eca47 Merge pull request #29034 from hannesm/fixes<><> 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.4.0- ocaml-config.3However, 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 14:49.51 ---> saved as "e0d2fbb7ae0d93deb9da9441b802a376e7788ad147eafbd47a9ad20f1fa01ccb"/: (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-12-11 14:49.53 ---> saved as "47f2eb13e5d36be43e0671c3d3709872881785675af586e5447e462bb09edb1b"/: (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-12-11 14:50.09 ---> saved as "5f8a8e07211924805ab8e06cfe50da164a862ec52e552b9d1c651ccce06d2c38"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-12-11 14:50.10 ---> saved as "c9549de6269c6d9b7b101ca7cf1f91bda3fae5abfd512e0064fe34ce8f6ad83d"/: (env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.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"))+ /opt/homebrew/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-12-11 14:50.31 ---> saved as "28695153f02fb32365c6a118aba880a858b98da1c02d533511481898526da001"/: (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.9.0- install cmdliner 2.1.0- install dune 3.20.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cmdliner.2.1.0 (cached)-> retrieved dune.3.20.2 (cached)-> retrieved climate.0.9.0 (https://github.com/gridbugs/climate/archive/refs/tags/0.9.0.tar.gz)-> 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 14:51.04 ---> saved as "cb06a3af463c18bd640a6ca42d8d5cb8b3116487795c5f94db802bc5773b5d3b"/: (copy (src .) (dst ./src))2025-12-11 14:51.05 ---> saved as "67df3fd806c5118d5e3e3268deb9be41b47c399af71514ae1cc2e2e7c72d2a26"/: (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-12-11 14:51.06 ---> saved as "da78b3fddeac967c6001616fce2e643854109ccf888243a578e02a4a6bbed45e"Job succeeded2025-12-11 14:51.14: Job succeeded