2025-12-08 14:44.24: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/main (1dd00bff53e2cec3c9e22f0091cd1481c82b1fe4) (linux-x86_64:ubuntu-25.10-4.14_opam-2.4)Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33cOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "main" && cd "cmdlang" && git reset --hard 1dd00bffcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c# ubuntu-25.10-4.14_opam-2.4USER 1000:1000ENV 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 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 ./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.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-12-08 14:44.24: Using cache hint "mbarbin/cmdlang-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c-ubuntu-25.10-4.14_opam-2.4-67b653ef1dca5c0584da7570906c28c5"2025-12-08 14:44.24: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c)(comment ubuntu-25.10-4.14_opam-2.4)(user (uid 1000) (gid 1000))(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 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 ./))(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.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-12-08 14:44.24: Waiting for resource in pool OCluster2025-12-08 14:44.24: Waiting for worker…2025-12-08 14:48.24: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 1dd00bf Fix brittle expect test(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c' locallydocker.io/ocaml/opam@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c: Pulling from ocaml/opam9b965cd35928: Pulling fs layer6c31bc6d66d3: Pulling fs layer27be051823bf: Pulling fs layerc5295dfd16e5: Pulling fs layer7c6e3b2643c5: Pulling fs layer9b965cd35928: Waitingdb5fc12c4b12: Pulling fs layerc5295dfd16e5: Waiting6c31bc6d66d3: Waitingb7a8523d0575: Pulling fs layer21427cfce9d5: Pulling fs layerdb5fc12c4b12: Waiting27be051823bf: Waiting72bd9dbcf413: Pulling fs layer17e15645b078: Pulling fs layerdd011c665d24: Pulling fs layerf65f55bdd63e: Pulling fs layer7750d91c24d2: Pulling fs layerf793edf3ac50: Pulling fs layerdd011c665d24: Waitingea928b1638f9: Pulling fs layerf65f55bdd63e: Waiting7750d91c24d2: Waitingf793edf3ac50: Waiting84089d21fd1b: Pulling fs layer12e4a134e9bd: Pulling fs layerea928b1638f9: Waiting84089d21fd1b: Waiting66d915a9deb4: Pulling fs layerf5152eee31cf: Pulling fs layer66d915a9deb4: Waiting73b5be887d12: Pulling fs layer4f4fb700ef54: Pulling fs layerf5152eee31cf: Waitingaf6c5d047451: Pulling fs layere8d56734fe9f: Pulling fs layer73b5be887d12: Waiting95a8f02aed80: Pulling fs layere8d56734fe9f: Waiting2fbb14590585: Pulling fs layer78b0de561201: Pulling fs layer6df73f10635d: Pulling fs layer78b0de561201: Waiting2fbb14590585: Waiting5baa9b3ae410: Pulling fs layerd0779cc00790: Pulling fs layer6df73f10635d: Waiting5baa9b3ae410: Waiting7576666feee1: Pulling fs layer90e2f12ac078: Pulling fs layerd0779cc00790: Waiting7576666feee1: Waitingb7afb6b42091: Pulling fs layer18abf9960b7f: Pulling fs layer90e2f12ac078: Waiting5832f9f4ff65: Pulling fs layer4a54ac4d04bd: Pulling fs layera2614a61f4a0: Pulling fs layera11ce7714f98: Pulling fs layer5832f9f4ff65: Waitingc49ad178b5eb: Pulling fs layera2614a61f4a0: Waiting4a54ac4d04bd: Waitingd8925871c7c3: Pulling fs layer13f544cc4c42: Pulling fs layerc49ad178b5eb: Waitingd8925871c7c3: Waiting98f02b69a6f5: Pulling fs layer58d5d99bbb8c: Pulling fs layer52963ccc41a6: Pulling fs layer13f544cc4c42: Waiting98f02b69a6f5: Waiting9b965cd35928: Verifying Checksum9b965cd35928: Download complete6c31bc6d66d3: Download complete27be051823bf: Verifying Checksum27be051823bf: Download completec5295dfd16e5: Verifying Checksumc5295dfd16e5: Download complete7c6e3b2643c5: Verifying Checksum7c6e3b2643c5: Download completeb7a8523d0575: Verifying Checksumb7a8523d0575: Download complete9b965cd35928: Pull complete6c31bc6d66d3: Pull complete21427cfce9d5: Verifying Checksum21427cfce9d5: Download complete27be051823bf: Pull complete72bd9dbcf413: Verifying Checksum72bd9dbcf413: Download complete17e15645b078: Verifying Checksum17e15645b078: Download completedd011c665d24: Verifying Checksumdd011c665d24: Download completec5295dfd16e5: Pull completef65f55bdd63e: Verifying Checksumf65f55bdd63e: Download complete7c6e3b2643c5: Pull completedb5fc12c4b12: Verifying Checksumdb5fc12c4b12: Download complete7750d91c24d2: Verifying Checksum7750d91c24d2: Download completef793edf3ac50: Download completeea928b1638f9: Download complete84089d21fd1b: Verifying Checksum84089d21fd1b: Download complete12e4a134e9bd: Verifying Checksum12e4a134e9bd: Download complete66d915a9deb4: Verifying Checksum66d915a9deb4: Download completef5152eee31cf: Download complete73b5be887d12: Verifying Checksum73b5be887d12: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completeaf6c5d047451: Verifying Checksumaf6c5d047451: Download completee8d56734fe9f: Download complete95a8f02aed80: Verifying Checksum95a8f02aed80: Download complete2fbb14590585: Verifying Checksum2fbb14590585: Download complete78b0de561201: Download complete6df73f10635d: Download complete5baa9b3ae410: Verifying Checksum5baa9b3ae410: Download completed0779cc00790: Verifying Checksumd0779cc00790: Download complete7576666feee1: Download complete90e2f12ac078: Verifying Checksum90e2f12ac078: Download completeb7afb6b42091: Verifying Checksumb7afb6b42091: Download complete18abf9960b7f: Verifying Checksum18abf9960b7f: Download complete4a54ac4d04bd: Verifying Checksum4a54ac4d04bd: Download completedb5fc12c4b12: Pull completea2614a61f4a0: Verifying Checksuma2614a61f4a0: Download completeb7a8523d0575: Pull completea11ce7714f98: Verifying Checksuma11ce7714f98: Download completec49ad178b5eb: Verifying Checksumc49ad178b5eb: Download complete21427cfce9d5: Pull completed8925871c7c3: Verifying Checksumd8925871c7c3: Download complete72bd9dbcf413: Pull complete17e15645b078: Pull completedd011c665d24: Pull completef65f55bdd63e: Pull complete7750d91c24d2: Pull completef793edf3ac50: Pull completeea928b1638f9: Pull complete84089d21fd1b: Pull complete12e4a134e9bd: Pull complete66d915a9deb4: Pull completef5152eee31cf: Pull complete73b5be887d12: Pull complete4f4fb700ef54: Pull completeaf6c5d047451: Pull completee8d56734fe9f: Pull complete95a8f02aed80: Pull complete2fbb14590585: Pull complete78b0de561201: Pull complete6df73f10635d: Pull complete5baa9b3ae410: Pull completed0779cc00790: Pull complete7576666feee1: Pull complete90e2f12ac078: Pull completeb7afb6b42091: Pull complete18abf9960b7f: Pull complete13f544cc4c42: Verifying Checksum13f544cc4c42: Download complete98f02b69a6f5: Verifying Checksum98f02b69a6f5: Download complete58d5d99bbb8c: Download complete52963ccc41a6: Verifying Checksum52963ccc41a6: Download complete5832f9f4ff65: Download complete5832f9f4ff65: Pull complete4a54ac4d04bd: Pull completea2614a61f4a0: Pull completea11ce7714f98: Pull completec49ad178b5eb: Pull completed8925871c7c3: Pull complete13f544cc4c42: Pull complete98f02b69a6f5: Pull complete58d5d99bbb8c: Pull complete52963ccc41a6: Pull completeDigest: sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33cStatus: Downloaded newer image for ocaml/opam@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c2025-12-08 14:51.20 ---> saved as "b266a7dc679260fa8a4817f7250c1721c37d9e694f7fe06a676c0bc4230fb1a6"/: (comment ubuntu-25.10-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-12-08 14:51.20 ---> saved as "53db812cb5271f3fb59e7f1230495f77497eaf292107407c3d1f4529f5d00339"/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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-12-08 14:51.47 ---> saved as "222962b8345bef25725f7bbb1b15f75b6e9fc27522ed220624f57c13593100c6"/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-12-08 14:51.48 ---> saved as "4c03ca8dfc973a5b5e5750e4c55b1cf85e4b2771a53878e0cc337672a8a95241"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-08 14:51.48 ---> saved as "e2586726a64d488670f7e0a05fc10b6c6bcaf54c789b59d86f6d77a38e8bb317"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD2ec6d6cc92..24866eca47 master -> origin/master24866eca47 Merge pull request #29034 from hannesm/fixes<><> 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.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-08 14:52.16 ---> saved as "8b452c3325637ca08fd57cfb7cbc0870a6779d583909837dfb13497f51e71ef7"/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-12-08 14:52.17 ---> saved as "43331a2e4e600ddad98f004d92724fcc9ad42189cf9f5f7c382e4c85580dc95f"/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-12-08 14:52.32 ---> saved as "9da00f4ed6358916ca95d8d272d101d5447b4889c09639564d1884ea58fddb8d"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-08 14:52.32 ---> saved as "8d2b30688363edf2ebec922b76f3e5f2afc57a2bba9526dcd1f0e1942dc256ba"/src: (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")/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"- Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Hit:2 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://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [84.5 kB]- Get:6 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [98.6 kB]- Get:7 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [118 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [214 kB]- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [114 kB]- Get:10 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [101 kB]- Fetched 1134 kB in 0s (5282 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-12-08 14:52.47 ---> saved as "34667daac5890cf8f0e58e5bcd333429d54e9b451cc5644b60f78942489f7c90"/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.20.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved climate.0.9.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved dune.3.20.2 (cached)-> 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-08 14:53.48 ---> saved as "5568ba28fd7c895d60a0683f547e0c30d6f8a44fb8d16e718e03111fb0b6ee86"/src: (copy (src .) (dst /src))2025-12-08 14:53.48 ---> saved as "07fa7eb599146309ea187a53b93fa602be5af910c0f66e33dd6a9db7d7be9dad"/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-12-08 14:53.50 ---> saved as "184f3f036664c7ec3b4cc3d97750037f7c3487bf1fc340c1d6bef5089da87435"Job succeeded2025-12-08 14:53.50: Job succeeded