2026-02-01 14:52.07: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/main (676d80815ff8abb693fb66b5665ef8d745bb3644) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ecOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "main" && cd "cmdlang" && git reset --hard 676d8081cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec# ubuntu-25.10-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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 ./RUN opam pin add -yn cmdlang.dev './' && \opam pin add -yn cmdlang-to-cmdliner.dev './' && \opam pin add -yn cmdlang-to-climate.dev './' && \opam pin add -yn cmdlang-to-base.dev './' && \opam pin add -yn cmdlang-tests.dev './' && \opam pin add -yn cmdlang-stdlib-runner.dev './' && \opam pin add -yn cmdlang-dev.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.21.0 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.5 --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 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-BLOCK2026-02-01 14:52.07: Using cache hint "mbarbin/cmdlang-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec-ubuntu-25.10-4.14_opam-2.5-693d87b89e135645c82c527fc90ef295"2026-02-01 14:52.07: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec)(comment ubuntu-25.10-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo 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"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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 ./))(run (network host)(shell "opam pin add -yn cmdlang.dev './' && \\nopam pin add -yn cmdlang-to-cmdliner.dev './' && \\nopam pin add -yn cmdlang-to-climate.dev './' && \\nopam pin add -yn cmdlang-to-base.dev './' && \\nopam pin add -yn cmdlang-tests.dev './' && \\nopam pin add -yn cmdlang-stdlib-runner.dev './' && \\nopam pin add -yn cmdlang-dev.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.21.0 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 /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build")))2026-02-01 14:52.07: Waiting for resource in pool OCluster2026-02-01 14:52.08: Waiting for worker…2026-02-01 14:52.08: Got resource from pool OClusterBuilding on toxis.caelum.ci.devHEAD is now at cd9ee39 Upgrade dunolint workflowHEAD is now at 676d808 Remove root dune-workspace file(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec' locallydocker.io/ocaml/opam@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec: Pulling from ocaml/opam16c195d4c5e9: Pulling fs layerea8d6f284f52: Pulling fs layera590f1caf60c: Pulling fs layer95a0aba17fe6: Pulling fs layer24604fb30e30: Pulling fs layerbb7bc1b8d84e: Pulling fs layerb52bcdd4741a: Pulling fs layer8c668707afec: Pulling fs layerc4692dd3f67a: Pulling fs layer5eaf747da0d4: Pulling fs layerdacd9c5006da: Pulling fs layerf4da334a65ba: Pulling fs layerea8d6f284f52: Waitinga590f1caf60c: Waitingac7668965f73: Pulling fs layer24604fb30e30: Waiting34d1263af20a: Pulling fs layer5eaf747da0d4: Waiting8c668707afec: Waiting95a0aba17fe6: Waitingdacd9c5006da: Waitingbb7bc1b8d84e: Waitinga86b2aea8581: Pulling fs layerb52bcdd4741a: Waiting32d4d471ed96: Pulling fs layerb77ed416f3dc: Pulling fs layerac7668965f73: Waiting34d1263af20a: Waitinga86b2aea8581: Waiting32d4d471ed96: Waitingb77ed416f3dc: Waitingd1055a5d5025: Pulling fs layer202c9ab5b2cc: Pulling fs layer5c7364b10079: Pulling fs layerf1b0581b7244: Pulling fs layerd1055a5d5025: Waiting4f4fb700ef54: Pulling fs layer5c7364b10079: Waiting9fa3330063e0: Pulling fs layerf1b0581b7244: Waiting202c9ab5b2cc: Waiting2713ff50a5c7: Pulling fs layer4f4fb700ef54: Waiting42b31df89324: Pulling fs layercccb2a33229d: Pulling fs layer9fa3330063e0: Waiting2713ff50a5c7: Waitingf9eb1b0ba386: Pulling fs layer42b31df89324: Waitingcfa1b801ea0b: Pulling fs layer731be0d7062d: Pulling fs layerf9eb1b0ba386: Waitingcfa1b801ea0b: Waiting75483806616d: Pulling fs layer61d580994fd0: Pulling fs layer731be0d7062d: Waiting369979efbe7c: Pulling fs layer3dcb2f554fbb: Pulling fs layer61d580994fd0: Waitinge1eaa3dbc066: Pulling fs layer369979efbe7c: Waitingbb45476b0f8e: Pulling fs layere1eaa3dbc066: Waiting530fce115371: Pulling fs layerbb45476b0f8e: Waitingfb7cddf53135: Pulling fs layerfd3c4ec2a132: Pulling fs layerfb7cddf53135: Waiting809886565a24: Pulling fs layer530fce115371: Waitingb7adeb70e5d2: Pulling fs layerfd3c4ec2a132: Waitingeadd9f1803a3: Pulling fs layer809886565a24: Waiting0bebb82b5512: Pulling fs layer88ef2e8c2c2e: Pulling fs layerc0847e5b776d: Pulling fs layer6832235b99fe: Pulling fs layer0bebb82b5512: Waiting88ef2e8c2c2e: Waiting6832235b99fe: Waitingea8d6f284f52: Verifying Checksumea8d6f284f52: Download complete16c195d4c5e9: Verifying Checksum16c195d4c5e9: Download completea590f1caf60c: Verifying Checksuma590f1caf60c: Download complete24604fb30e30: Verifying Checksum24604fb30e30: Download complete95a0aba17fe6: Verifying Checksum95a0aba17fe6: Download complete8c668707afec: Verifying Checksum8c668707afec: Download completeb52bcdd4741a: Verifying Checksumb52bcdd4741a: Download completec4692dd3f67a: Verifying Checksumc4692dd3f67a: Download complete16c195d4c5e9: Pull completeea8d6f284f52: Pull completea590f1caf60c: Pull completebb7bc1b8d84e: Verifying Checksumbb7bc1b8d84e: Download completedacd9c5006da: Verifying Checksumdacd9c5006da: Download complete5eaf747da0d4: Download complete34d1263af20a: Verifying Checksum34d1263af20a: Download completef4da334a65ba: Verifying Checksumf4da334a65ba: Download completeac7668965f73: Download complete32d4d471ed96: Download completea86b2aea8581: Download completeb77ed416f3dc: Download complete95a0aba17fe6: Pull completed1055a5d5025: Verifying Checksumd1055a5d5025: Download complete24604fb30e30: Pull complete202c9ab5b2cc: Verifying Checksum202c9ab5b2cc: Download complete5c7364b10079: Verifying Checksum5c7364b10079: Download completef1b0581b7244: Verifying Checksumf1b0581b7244: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete9fa3330063e0: Verifying Checksum9fa3330063e0: Download complete2713ff50a5c7: Verifying Checksum2713ff50a5c7: Download complete42b31df89324: Verifying Checksum42b31df89324: Download completecccb2a33229d: Verifying Checksumcccb2a33229d: Download completef9eb1b0ba386: Verifying Checksumf9eb1b0ba386: Download completecfa1b801ea0b: Download complete731be0d7062d: Verifying Checksum731be0d7062d: Download complete75483806616d: Verifying Checksum75483806616d: Download complete61d580994fd0: Download complete369979efbe7c: Download complete3dcb2f554fbb: Download completee1eaa3dbc066: Verifying Checksume1eaa3dbc066: Download complete530fce115371: Verifying Checksum530fce115371: Download completefd3c4ec2a132: Verifying Checksumfd3c4ec2a132: Download complete809886565a24: Verifying Checksum809886565a24: Download completeb7adeb70e5d2: Verifying Checksumb7adeb70e5d2: Download completebb7bc1b8d84e: Pull completeeadd9f1803a3: Verifying Checksumeadd9f1803a3: Download completefb7cddf53135: Verifying Checksumfb7cddf53135: Download completeb52bcdd4741a: Pull complete88ef2e8c2c2e: Download complete8c668707afec: Pull completec0847e5b776d: Verifying Checksumc0847e5b776d: Download completec4692dd3f67a: Pull completebb45476b0f8e: Verifying Checksumbb45476b0f8e: Download complete6832235b99fe: Download complete5eaf747da0d4: Pull completedacd9c5006da: Pull completef4da334a65ba: Pull completeac7668965f73: Pull complete34d1263af20a: Pull completea86b2aea8581: Pull complete32d4d471ed96: Pull completeb77ed416f3dc: Pull complete0bebb82b5512: Verifying Checksum0bebb82b5512: Download completed1055a5d5025: Pull complete202c9ab5b2cc: Pull complete5c7364b10079: Pull completef1b0581b7244: Pull complete4f4fb700ef54: Pull complete9fa3330063e0: Pull complete2713ff50a5c7: Pull complete42b31df89324: Pull completecccb2a33229d: Pull completef9eb1b0ba386: Pull completecfa1b801ea0b: Pull complete731be0d7062d: Pull complete75483806616d: Pull complete61d580994fd0: Pull complete369979efbe7c: Pull complete3dcb2f554fbb: Pull completee1eaa3dbc066: Pull completebb45476b0f8e: Pull complete530fce115371: Pull completefb7cddf53135: Pull completefd3c4ec2a132: Pull complete809886565a24: Pull completeb7adeb70e5d2: Pull completeeadd9f1803a3: Pull complete0bebb82b5512: Pull complete88ef2e8c2c2e: Pull completec0847e5b776d: Pull complete6832235b99fe: Pull completeDigest: sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ecStatus: Downloaded newer image for ocaml/opam@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec2026-02-01 14:52.08 ---> using "75df70da953d671714cf7970335f8c27515d2f02b005faf9feb62dfc11340dab" from cache/: (comment ubuntu-25.10-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-02-01 14:52.08 ---> using "0868f6818629c9b1fa57e9f1c50087daaf981ede9b3ef45b1cac6a45ce3b4ca0" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from 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 /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] Initialised2026-02-01 14:52.08 ---> using "89677c0f84fccc82a17b3a8527b0294b759518be030b5c5a65a2fc0031b0a85c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.5.02026-02-01 14:52.08 ---> using "296a891161693ac3543b75e3b7cd7f7cf6580366f514416736fdfe515b00ffd0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-01 14:52.08 ---> using "fcaed8e9cab88da0ffb726db9094aacfbc5c85d997ff47780dee0c4350554c52" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..e64c51d911 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository[ocaml-patches-overlay] synchronised from git+https://github.com/ocurrent/opam-repository#patchesThe following actions will be performed:=== recompile 2 packages- recompile ocaml 4.14.2 [upstream or system changes]- recompile opam-depext 1.2.3 [uses ocaml]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved opam-depext.1.2.3 (cached)-> removed opam-depext.1.2.3-> removed ocaml.4.14.2-> installed ocaml.4.14.2-> installed opam-depext.1.2.3Done.<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead# To update the current shell environment, run: eval $(opam env)2026-02-01 14:52.08 ---> using "39defe92d95778e17f342e83d7489986e082573b183e1145409ad3d2115053ae" from cache/src: (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 ./))2026-02-01 14:52.08 ---> using "48d32f9b7d151d8a190026e4e6b404b2f1d0c1307a06f9131ec8618c882fab60" from cache/src: (run (network host)(shell "opam pin add -yn cmdlang.dev './' && \\nopam pin add -yn cmdlang-to-cmdliner.dev './' && \\nopam pin add -yn cmdlang-to-climate.dev './' && \\nopam pin add -yn cmdlang-to-base.dev './' && \\nopam pin add -yn cmdlang-tests.dev './' && \\nopam pin add -yn cmdlang-stdlib-runner.dev './' && \\nopam pin add -yn cmdlang-dev.dev './'"))[cmdlang.dev] synchronised (file:///src)cmdlang is now pinned to file:///src (version dev)[cmdlang-to-cmdliner.dev] synchronised (file:///src)cmdlang-to-cmdliner is now pinned to file:///src (version dev)[cmdlang-to-climate.dev] synchronised (file:///src)cmdlang-to-climate is now pinned to file:///src (version dev)[cmdlang-to-base.dev] synchronised (file:///src)cmdlang-to-base is now pinned to file:///src (version dev)[NOTE] Package cmdlang-tests does not exist in opam repositories registered in the current switch.[cmdlang-tests.dev] synchronised (file:///src)cmdlang-tests is now pinned to file:///src (version dev)[cmdlang-stdlib-runner.dev] synchronised (file:///src)cmdlang-stdlib-runner is now pinned to file:///src (version dev)[NOTE] Package cmdlang-dev does not exist in opam repositories registered in the current switch.[cmdlang-dev.dev] synchronised (file:///src)cmdlang-dev is now pinned to file:///src (version dev)2026-02-01 14:52.08 ---> using "f3d77e825d0cb727df2fcd8673964ec8d60fbe86e00a170568cc0a8742f9f2bf" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-01 14:52.08 ---> using "f741d1325b6d0b626c1b969dbd5a888386170c95031484b77b86cc640c1f2c2f" from cache/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.21.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Ign:1 http://archive.ubuntu.com/ubuntu questing InRelease- Ign:2 http://security.ubuntu.com/ubuntu questing-security InRelease- Ign:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease- Ign:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease- Ign:2 http://security.ubuntu.com/ubuntu questing-security InRelease- Ign:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease- Ign:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease- Ign:1 http://archive.ubuntu.com/ubuntu questing InRelease- Ign:2 http://security.ubuntu.com/ubuntu questing-security InRelease- Ign:1 http://archive.ubuntu.com/ubuntu questing InRelease- Ign:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease- Ign:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease- Ign:2 http://security.ubuntu.com/ubuntu questing-security InRelease- Ign:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease- Ign:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease- Ign:1 http://archive.ubuntu.com/ubuntu questing InRelease- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [330 kB]- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [3223 B]- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [203 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [173 kB]- Get:2 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Get:9 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [122 kB]- Get:10 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [157 kB]- Get:11 http://security.ubuntu.com/ubuntu questing-security/multiverse amd64 Packages [2714 B]- Get:12 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [186 kB]- Fetched 1581 kB in 16s (100 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[cmdlang.dev] synchronised (file:///src)[cmdlang-stdlib-runner.dev] synchronised (file:///src)[cmdlang-to-climate.dev] synchronised (file:///src)[cmdlang-to-cmdliner.dev] synchronised (file:///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).# To update the current shell environment, run: eval $(opam env)2026-02-01 14:52.08 ---> using "8f7999dd416c9654860a4667badee58c08e00cf0ab8b7ee747329e77c205d32a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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.21.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved climate.0.9.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved dune.3.21.0 (cached)-> installed cmdliner.2.1.0-> installed dune.3.21.0-> installed climate.0.9.0Done.# To update the current shell environment, run: eval $(opam env)2026-02-01 14:52.08 ---> using "137076b53337e3645978baa90f85712c8105a352bc38e641e6e13056589f5b8f" from cache/src: (copy (src .) (dst /src))2026-02-01 14:52.09 ---> saved as "4cd1fc84c0153e3a491410ccc4ed2b4d08443ee92550b53edf927ecae68b4128"/src: (run (shell "opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build"))2026-02-01 14:52.09 ---> saved as "343440a584190e4db353ad52016024380946dc30fad50aa0227406bd25fd7e54"Job succeeded2026-02-01 14:52.09: Job succeeded