2025-10-20 20:50.34: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/main (7a48225bc245abc54899eb5ede54601afc6321c2) (linux-x86_64:debian-13-4.14_x86_32_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "main" && cd "cmdlang" && git reset --hard 7a48225bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63# debian-13-4.14_x86_32_opam-2.4USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 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 ./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.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 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-20 20:50.34: Using cache hint "mbarbin/cmdlang-ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63-debian-13-4.14_x86_32_opam-2.4-c6f3bc1d497d7ed0be665fe8a6cf4fbd"2025-10-20 20:50.34: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63)(comment debian-13-4.14_x86_32_opam-2.4)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo 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"))(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 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 ./))(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.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 /home/opam/.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 /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")))2025-10-20 20:50.34: Waiting for resource in pool OCluster2025-10-20 20:50.34: Waiting for worker…2025-10-20 20:50.34: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 7a48225 Upgrade climate in tests(from ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63' locallydocker.io/ocaml/opam@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63: Pulling from ocaml/opamf1c1f592b556: Pulling fs layer1b804c748ae2: Pulling fs layer46890ce1a2c6: Pulling fs layer59d360237abf: Pulling fs layer3f9e79276ad2: Pulling fs layer0f3879946ce8: Pulling fs layer46890ce1a2c6: Waitingb5386ba4450a: Pulling fs layerd72a73e60ada: Pulling fs layer59d360237abf: Waiting5657d34ee214: Pulling fs layerb5386ba4450a: Waiting3f9e79276ad2: Waiting0f3879946ce8: Waitingb3739d7df5a6: Pulling fs layerd72a73e60ada: Waiting5657d34ee214: Waiting20686602fa54: Pulling fs layerac71dabb3064: Pulling fs layeraebd608b6359: Pulling fs layer20686602fa54: Waitingac71dabb3064: Waitingb25ca2e1fe6a: Pulling fs layer7b3c426e231e: Pulling fs layeraebd608b6359: Waitingb25ca2e1fe6a: Waiting7c29943894c1: Pulling fs layer6f96d58bfde1: Pulling fs layer7c29943894c1: Waiting57fd7e6f0fcc: Pulling fs layerc62cedd71197: Pulling fs layer57fd7e6f0fcc: Waiting8299ba532ede: Pulling fs layerc62cedd71197: Waitingacd9fe4f75a0: Pulling fs layer4f4fb700ef54: Pulling fs layer9f75e0cf0db8: Pulling fs layer1ac30b6ffbfe: Pulling fs layer8c966152e5b9: Pulling fs layer9f75e0cf0db8: Waiting4f4fb700ef54: Waiting1b89a7d78106: Pulling fs layer1ac30b6ffbfe: Waiting7ec941522540: Pulling fs layer1b89a7d78106: Waiting4ea54a4b23e3: Pulling fs layerf896ea897152: Pulling fs layer7ec941522540: Waiting4ea54a4b23e3: Waiting81d297dab66c: Pulling fs layera761e314d9bb: Pulling fs layerf896ea897152: Waiting7e72fd67616e: Pulling fs layer12aaf83bc4b9: Pulling fs layera761e314d9bb: Waiting052055b1bebb: Pulling fs layer81d297dab66c: Waiting7e72fd67616e: Waitingef3b8f2cb729: Pulling fs layer12aaf83bc4b9: Waiting57924c7f024b: Pulling fs layere08a5917fa7f: Pulling fs layeref3b8f2cb729: Waiting57924c7f024b: Waiting823bcf26ad4e: Pulling fs layerfc03626aec80: Pulling fs layere08a5917fa7f: Waiting1091dd9160fe: Pulling fs layer823bcf26ad4e: Waitingfc03626aec80: Waitingb2ab94a85ee0: Pulling fs layer1091dd9160fe: Waitinge51823fd6968: Pulling fs layerb2ab94a85ee0: Waitingde64f45c764d: Pulling fs layer9ccb9124a814: Pulling fs layer1b804c748ae2: Download complete46890ce1a2c6: Download completef1c1f592b556: Verifying Checksumf1c1f592b556: Download complete59d360237abf: Verifying Checksum59d360237abf: Download complete3f9e79276ad2: Verifying Checksum3f9e79276ad2: Download completeb5386ba4450a: Verifying Checksumb5386ba4450a: Download completed72a73e60ada: Verifying Checksumd72a73e60ada: Download completef1c1f592b556: Pull complete1b804c748ae2: Pull complete46890ce1a2c6: Pull complete5657d34ee214: Verifying Checksum5657d34ee214: Download complete59d360237abf: Pull complete3f9e79276ad2: Pull complete0f3879946ce8: Verifying Checksum0f3879946ce8: Download completeb3739d7df5a6: Verifying Checksumb3739d7df5a6: Download completeac71dabb3064: Verifying Checksumac71dabb3064: Download complete20686602fa54: Verifying Checksum20686602fa54: Download completeaebd608b6359: Verifying Checksumaebd608b6359: Download complete7b3c426e231e: Download completeb25ca2e1fe6a: Verifying Checksumb25ca2e1fe6a: Download complete7c29943894c1: Download complete6f96d58bfde1: Verifying Checksum6f96d58bfde1: Download complete57fd7e6f0fcc: Verifying Checksum57fd7e6f0fcc: Download completec62cedd71197: Download complete8299ba532ede: Verifying Checksum8299ba532ede: Download complete4f4fb700ef54: Download complete9f75e0cf0db8: Verifying Checksum9f75e0cf0db8: Download completeacd9fe4f75a0: Download complete1ac30b6ffbfe: Verifying Checksum1ac30b6ffbfe: Download complete8c966152e5b9: Verifying Checksum8c966152e5b9: Download complete1b89a7d78106: Download complete7ec941522540: Verifying Checksum7ec941522540: Download completef896ea897152: Download complete4ea54a4b23e3: Download completea761e314d9bb: Verifying Checksuma761e314d9bb: Download complete81d297dab66c: Download complete7e72fd67616e: Download complete12aaf83bc4b9: Download complete57924c7f024b: Verifying Checksum57924c7f024b: Download completee08a5917fa7f: Verifying Checksume08a5917fa7f: Download complete823bcf26ad4e: Verifying Checksum823bcf26ad4e: Download completefc03626aec80: Verifying Checksumfc03626aec80: Download complete1091dd9160fe: Verifying Checksum1091dd9160fe: Download completee51823fd6968: Download complete0f3879946ce8: Pull completede64f45c764d: Verifying Checksumde64f45c764d: Download complete9ccb9124a814: Download completeb5386ba4450a: Pull completed72a73e60ada: Pull complete5657d34ee214: Pull completeb3739d7df5a6: Pull complete20686602fa54: Pull completeac71dabb3064: Pull completeef3b8f2cb729: Download completeaebd608b6359: Pull completeb25ca2e1fe6a: Pull complete7b3c426e231e: Pull complete7c29943894c1: Pull complete6f96d58bfde1: Pull complete57fd7e6f0fcc: Pull completec62cedd71197: Pull complete8299ba532ede: Pull completeb2ab94a85ee0: Verifying Checksumb2ab94a85ee0: Download completeacd9fe4f75a0: Pull complete4f4fb700ef54: Pull complete9f75e0cf0db8: Pull complete1ac30b6ffbfe: Pull complete8c966152e5b9: Pull complete1b89a7d78106: Pull complete7ec941522540: Pull complete4ea54a4b23e3: Pull completef896ea897152: Pull complete81d297dab66c: Pull completea761e314d9bb: Pull complete7e72fd67616e: Pull complete12aaf83bc4b9: Pull complete052055b1bebb: Pull completeef3b8f2cb729: Pull complete57924c7f024b: Pull completee08a5917fa7f: Pull complete823bcf26ad4e: Pull completefc03626aec80: Pull complete1091dd9160fe: Pull completeb2ab94a85ee0: Pull completee51823fd6968: Pull completede64f45c764d: Pull complete9ccb9124a814: Pull completeDigest: sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63Status: Downloaded newer image for ocaml/opam@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested2025-10-20 20:52.17 ---> saved as "9324b430a173d988cd667e6a34c7b7fcdaf67bcda08cd9e8ed334f03c397df27"/: (comment debian-13-4.14_x86_32_opam-2.4)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-20 20:52.17 ---> saved as "bd34fdeaa58f0bf53cb92f8d89ca7cdc4f9c93f61c5fdc10eea57b53bead48c4"/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] Initialised2025-10-20 20:52.50 ---> saved as "99d71abddb6022b7c3534606b307b2c5edee7f071445b9278c3f0e55c3479dd3"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.4.12025-10-20 20:52.50 ---> saved as "8f38b9ae7c6bd1d0fb0e011a4d7898d9531ecfc18af87332444cbb11732655f8"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-20 20:52.50 ---> saved as "76f17c68cf981d400bcd478a859a30de47152cca5e6b84a3af48baa9e51d1610"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..5bf570252b master -> origin/masterf619541644 Merge pull request #28708 from gridbugs/climate.0.8.5<><> 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.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-20 20:53.13 ---> saved as "c9014c988e136bd0ada9ceb03c5c5a9f3505300a893ea0276ec4d3d345cc5f55"/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 ./))2025-10-20 20:53.13 ---> saved as "8f551e7b8dd77f4f644962ca92fc507927503b91fcda1e632b805e0ccca4900a"/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)2025-10-20 20:53.24 ---> saved as "2fe6f5f0545043993d43b8f4e8b2d1e50868962147376f85e537b362c627f6a3"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-20 20:53.24 ---> saved as "c255a78522a203109833a4efd4acd49fceccdf42bd117fa530878ed7e9bb2d25"/src: (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")/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.4 --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://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main i386 Packages [53.1 kB]- Fetched 144 kB in 0s (1043 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).2025-10-20 20:53.34 ---> saved as "8ff05a8e5d6502bfc190b90d833fce77f93ed44d659615d5f11f1ed6e2874132"/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.8.5- install cmdliner 2.0.0- install dune 3.20.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved climate.0.8.5 (cached)-> retrieved cmdliner.2.0.0 (cached)-> 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-20 20:54.07 ---> saved as "486b1f2048de5b6ed3966db484a3ac541772f8e3a7d3de266b62fdcba63eec1a"/src: (copy (src .) (dst /src))2025-10-20 20:54.07 ---> saved as "99c4cb35665b20dea0712e3bf1c9c7a0d19a30824c6e99ca789a369d639e30c5"/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"))2025-10-20 20:54.07 ---> saved as "e5b0abdc03df5941831f6b59c5550f6a8325d21a162ddd6a03feb31f241a9a88"Job succeeded2025-10-20 20:54.07: Job succeeded