2026-03-24 11:59.24: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/main (b3b90b8b75d4d29de48d3bb113ff4be86f0c025a) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "main" && cd "cmdlang" && git reset --hard b3b90b8bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d# 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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.22.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-03-24 11:59.24: Using cache hint "mbarbin/cmdlang-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d-ubuntu-25.10-4.14_opam-2.5-37f760f457a259a7456ee8fd88a4c00e"2026-03-24 11:59.24: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d)(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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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 (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.22.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-03-24 11:59.24: Waiting for resource in pool OCluster2026-03-24 11:59.25: Waiting for worker…2026-03-24 11:59.25: Got resource from pool OClusterBuilding on doris.caelum.ci.devHEAD is now at 720fd58 Use dune-build-info for --versionHEAD is now at b3b90b8 Add coverage annotation for post-installed path(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d' locallydocker.io/ocaml/opam@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d: Pulling from ocaml/opam16c195d4c5e9: Already existseef1e591e8a9: Pulling fs layer475b07e782b4: Pulling fs layer18fb99e993e1: Pulling fs layerca37c6a45798: Pulling fs layerc57691858953: Pulling fs layer5512f1558e14: Pulling fs layerca37c6a45798: Waiting43fe003df081: Pulling fs layerc57691858953: Waiting5512f1558e14: Waiting6e925d30090e: Pulling fs layer43fe003df081: Waiting3417bab79df5: Pulling fs layer6e925d30090e: Waiting0aa36f5a555a: Pulling fs layer3417bab79df5: Waiting474fc3d17365: Pulling fs layer49a3768a5f63: Pulling fs layer0aa36f5a555a: Waiting474fc3d17365: Waitingc5abc7eafdff: Pulling fs layer49a3768a5f63: Waiting62941fb37fba: Pulling fs layerc5abc7eafdff: Waiting378967450a13: Pulling fs layerb77cfa4e2ae3: Pulling fs layercb268f925fd0: Pulling fs layer62941fb37fba: Waitingb77cfa4e2ae3: Waiting378967450a13: Waitingcb268f925fd0: Waiting3bf4591bde94: Pulling fs layer34a47fe3891d: Pulling fs layer3bf4591bde94: Waiting0e9e8d8d7a8c: Pulling fs layer34a47fe3891d: Waiting024b2f94e104: Pulling fs layer0e9e8d8d7a8c: Waiting4f4fb700ef54: Pulling fs layer071fbbcf50f3: Pulling fs layerb43a2046bab2: Pulling fs layerf34036196a91: Pulling fs layer4f4fb700ef54: Waiting071fbbcf50f3: Waiting024b2f94e104: Waitingb43a2046bab2: Waitingb07913c71979: Pulling fs layerf1c987ef231c: Pulling fs layerf34036196a91: Waitingb07913c71979: Waiting1a8485ec060a: Pulling fs layerf1c987ef231c: Waitingaa1dac00c891: Pulling fs layer1a8485ec060a: Waiting215e9614a861: Pulling fs layeraa1dac00c891: Waiting117130324f1d: Pulling fs layeredf62db1b518: Pulling fs layer0db4778affc6: Pulling fs layer215e9614a861: Waitingedf62db1b518: Waitinga7061a59a18a: Pulling fs layer1a46a132d40e: Pulling fs layera7061a59a18a: Waitinge461a5dda351: Pulling fs layerbaef187c60a6: Pulling fs layere461a5dda351: Waiting60fb67301e08: Pulling fs layerbf681241fc68: Pulling fs layer23eaa9b4d484: Pulling fs layer9a6368d68eed: Pulling fs layer0db4778affc6: Waiting2d64e5b84c8e: Pulling fs layere27c13f91de7: Pulling fs layerbaef187c60a6: Waiting60fb67301e08: Waitingbf681241fc68: Waiting707ec58296db: Pulling fs layer23eaa9b4d484: Waitinge27c13f91de7: Waiting9a6368d68eed: Waitingeef1e591e8a9: Verifying Checksumeef1e591e8a9: Download complete475b07e782b4: Verifying Checksum475b07e782b4: Download completeeef1e591e8a9: Pull complete475b07e782b4: Pull complete18fb99e993e1: Verifying Checksum18fb99e993e1: Download completeca37c6a45798: Verifying Checksumca37c6a45798: Download complete5512f1558e14: Download complete43fe003df081: Verifying Checksum43fe003df081: Download complete18fb99e993e1: Pull complete3417bab79df5: Verifying Checksum3417bab79df5: Download completeca37c6a45798: Pull complete0aa36f5a555a: Verifying Checksum0aa36f5a555a: Download complete6e925d30090e: Verifying Checksum6e925d30090e: Download complete49a3768a5f63: Verifying Checksum49a3768a5f63: Download complete474fc3d17365: Verifying Checksum474fc3d17365: Download completec5abc7eafdff: Verifying Checksumc5abc7eafdff: Download complete62941fb37fba: Verifying Checksum62941fb37fba: Download completeb77cfa4e2ae3: Download complete378967450a13: Verifying Checksum378967450a13: Download completecb268f925fd0: Download complete3bf4591bde94: Verifying Checksum3bf4591bde94: Download complete34a47fe3891d: Verifying Checksum34a47fe3891d: Download complete0e9e8d8d7a8c: Verifying Checksum0e9e8d8d7a8c: Download complete024b2f94e104: Verifying Checksum024b2f94e104: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete071fbbcf50f3: Download completeb43a2046bab2: Download completef34036196a91: Download completeb07913c71979: Download completec57691858953: Download completef1c987ef231c: Download complete1a8485ec060a: Download completeaa1dac00c891: Download complete215e9614a861: Verifying Checksum215e9614a861: Download complete117130324f1d: Verifying Checksum117130324f1d: Download completeedf62db1b518: Verifying Checksumedf62db1b518: Download complete0db4778affc6: Verifying Checksum0db4778affc6: Download completea7061a59a18a: Download completee461a5dda351: Verifying Checksume461a5dda351: Download complete60fb67301e08: Verifying Checksum60fb67301e08: Download completebf681241fc68: Download complete23eaa9b4d484: Download completebaef187c60a6: Verifying Checksumbaef187c60a6: Download complete2d64e5b84c8e: Verifying Checksum2d64e5b84c8e: Download completee27c13f91de7: Download complete707ec58296db: Download complete9a6368d68eed: Verifying Checksum9a6368d68eed: Download completec57691858953: Pull complete5512f1558e14: Pull complete43fe003df081: Pull complete1a46a132d40e: Verifying Checksum1a46a132d40e: Download complete6e925d30090e: Pull complete3417bab79df5: Pull complete0aa36f5a555a: Pull complete474fc3d17365: Pull complete49a3768a5f63: Pull completec5abc7eafdff: Pull complete62941fb37fba: Pull complete378967450a13: Pull completeb77cfa4e2ae3: Pull completecb268f925fd0: Pull complete3bf4591bde94: Pull complete34a47fe3891d: Pull complete0e9e8d8d7a8c: Pull complete024b2f94e104: Pull complete4f4fb700ef54: Pull complete071fbbcf50f3: Pull completeb43a2046bab2: Pull completef34036196a91: Pull completeb07913c71979: Pull completef1c987ef231c: Pull complete1a8485ec060a: Pull completeaa1dac00c891: Pull complete215e9614a861: Pull complete117130324f1d: Pull completeedf62db1b518: Pull complete0db4778affc6: Pull completea7061a59a18a: Pull complete1a46a132d40e: Pull completee461a5dda351: Pull completebaef187c60a6: Pull complete60fb67301e08: Pull completebf681241fc68: Pull complete23eaa9b4d484: Pull complete9a6368d68eed: Pull complete2d64e5b84c8e: Pull completee27c13f91de7: Pull complete707ec58296db: Pull completeDigest: sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34dStatus: Downloaded newer image for ocaml/opam@sha256:b63ce908a4a9acc88a16ba3825683fcc8f9968bdc468616b98e70b73e09be34d2026-03-24 12:02.10 ---> saved as "3c4ce9c6e9ee70034bd29229916ad5ec000d95ead0b0fba43b6def92796984a9"/: (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-03-24 12:02.10 ---> saved as "39be6e7cab41726702a381918496ae7f209450c36172c28a96e133eca65443b9"/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-24 12:02.31 ---> saved as "1051b28800052ed02673c24f559c1a667e94c3f4e140f902854f61773b45b4d4"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.22.5.02026-03-24 12:02.31 ---> saved as "a2bc7b82e7ccd6ba372d654ff26238c0a8d40a7573340305012578ac421f9188"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-24 12:02.32 ---> saved as "f58999d006116fb785ab804ae8b57a0dc6afced41860121df9860ff6db0689b1"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD4f056bfedf..b2a1270dba master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/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.5.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-03-24 12:02.45 ---> saved as "972ac7b7ce650cdfd3d8e786eeb46dcac29ababd800d10cbbd61d8df5d6200a7"/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-03-24 12:02.45 ---> saved as "2622d3bfec6dc87865d807916ac32dcf4935b4c302789dedc9a7d729ba25bf19"/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-03-24 12:02.55 ---> saved as "92ae383fa0b935f736b9988e772821f8eb8bbf08deef00d74f9b6e3754d7fa87"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-24 12:02.55 ---> saved as "4f1b32ec3c26d940abd1a858e48be01f2ee54fe26bd114b6952217397d500dee"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.22.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"- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:3 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:4 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [6000 B]- Get:6 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [219 kB]- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [268 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [435 kB]- Get:9 http://archive.ubuntu.com/ubuntu questing-backports/universe amd64 Packages [4037 B]- Get:10 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [310 kB]- Get:11 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [199 kB]- Get:12 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [217 kB]- Fetched 2062 kB in 5s (432 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-03-24 12:03.08 ---> saved as "71c2ce18e417aeb0e96b4d2caf02e5f887a994be9a03f63517bdd284f23e0261"/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.22.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved climate.0.9.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved dune.3.22.0 (cached)-> installed cmdliner.2.1.0-> installed dune.3.22.0-> installed climate.0.9.0Done.# To update the current shell environment, run: eval $(opam env)2026-03-24 12:03.38 ---> saved as "7b7e35b211abf84d7dfb4d53c17972589f21b166193b510ef5c5a45abebc3e59"/src: (copy (src .) (dst /src))2026-03-24 12:03.39 ---> saved as "fd0e364d296adf12b7eaf68cf9f30bb8e89959aea8daf51e4192a3271b6b9d94"/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-03-24 12:03.39 ---> saved as "fcc898207a493812c409758952f14fcb09da2f40a5ae16edc984e409555a01d2"Job succeeded2026-03-24 12:03.39: Job succeeded