2026-02-01 14:52.08: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/main (676d80815ff8abb693fb66b5665ef8d745bb3644) (linux-x86_64:alpine-3.22-4.14_opam-2.5)Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216Opam 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:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216# alpine-3.22-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.08: Using cache hint "mbarbin/cmdlang-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216-alpine-3.22-4.14_opam-2.5-693d87b89e135645c82c527fc90ef295"2026-02-01 14:52.08: Using OBuilder spec:((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)(comment alpine-3.22-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.08: 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.devAll commits already cachedHEAD is now at 676d808 Remove root dune-workspace file(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216' locallydocker.io/ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216: Pulling from ocaml/opam2d35ebdb57d9: Pulling fs layeradfc86c1accf: Pulling fs layerd09377907434: Pulling fs layera699cf44908b: Pulling fs layerc088e74f1f31: Pulling fs layer7e99e6eaa847: Pulling fs layerdb4b89a22482: Pulling fs layerf1f17593da04: Pulling fs layerc088e74f1f31: Waitingbb79fbf72548: Pulling fs layera699cf44908b: Waitingcf69890848e3: Pulling fs layer80e325d6146c: Pulling fs layerdb4b89a22482: Waiting66a526c41d4c: Pulling fs layer2d35ebdb57d9: Waitingd09377907434: Waiting347d38b311ac: Pulling fs layer984612fde4c4: Pulling fs layerf1f17593da04: Waiting80e325d6146c: Waiting347d38b311ac: Waiting0ac0da982daa: Pulling fs layer209c9bca9b0e: Pulling fs layer66a526c41d4c: Waiting3d3356d548ff: Pulling fs layerc072da09f122: Pulling fs layer0ac0da982daa: Waiting4f4fb700ef54: Pulling fs layer3d3356d548ff: Waitingc072da09f122: Waitingeff3d806a4a8: Pulling fs layerf5c413f5234b: Pulling fs layer09ddc5430e22: Pulling fs layer2c7c283b1afc: Pulling fs layer4f4fb700ef54: Waiting4af9a971b585: Pulling fs layereff3d806a4a8: Waitingf5c413f5234b: Waitingdf8d9be3e30d: Pulling fs layer2c7c283b1afc: Waiting09ddc5430e22: Waiting5e55ae3325a7: Pulling fs layer4af9a971b585: Waiting635cb27b4304: Pulling fs layer5e55ae3325a7: Waiting898fbde8ad42: Pulling fs layer66c0ffc92413: Pulling fs layerc8cca855638d: Pulling fs layer66c0ffc92413: Waiting45d2501a899c: Pulling fs layer10b0fe6926c2: Pulling fs layerc8cca855638d: Waiting0a1d7b83a687: Pulling fs layer2c3441915309: Pulling fs layer3d1a575b1bb0: Pulling fs layer0a1d7b83a687: Waiting45d2501a899c: Waiting2c3441915309: Waiting6e5fa830b59d: Pulling fs layer3d1a575b1bb0: Waiting72225f5a6449: Pulling fs layer6e5fa830b59d: Waiting5a8b6a59afe3: Pulling fs layer81299dd100ce: Pulling fs layer72225f5a6449: Waitingad267db4d3a7: Pulling fs layer81299dd100ce: Waitingde32f8de692b: Pulling fs layerad267db4d3a7: Waiting2d35ebdb57d9: Verifying Checksum2d35ebdb57d9: Download complete2d35ebdb57d9: Pull completeadfc86c1accf: Verifying Checksumadfc86c1accf: Download completeadfc86c1accf: Pull completed09377907434: Verifying Checksumd09377907434: Download completed09377907434: Pull completec088e74f1f31: Verifying Checksumc088e74f1f31: Download complete7e99e6eaa847: Verifying Checksum7e99e6eaa847: Download completedb4b89a22482: Verifying Checksumdb4b89a22482: Download completef1f17593da04: Verifying Checksumf1f17593da04: Download completebb79fbf72548: Verifying Checksumbb79fbf72548: Download completecf69890848e3: Verifying Checksumcf69890848e3: Download complete80e325d6146c: Verifying Checksum80e325d6146c: Download completea699cf44908b: Verifying Checksuma699cf44908b: Download complete66a526c41d4c: Verifying Checksum66a526c41d4c: Download complete347d38b311ac: Download complete984612fde4c4: Verifying Checksum984612fde4c4: Download complete0ac0da982daa: Download complete209c9bca9b0e: Download complete3d3356d548ff: Verifying Checksum3d3356d548ff: Download completec072da09f122: Verifying Checksumc072da09f122: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completeeff3d806a4a8: Verifying Checksumeff3d806a4a8: Download completef5c413f5234b: Verifying Checksumf5c413f5234b: Download complete09ddc5430e22: Verifying Checksum09ddc5430e22: Download complete2c7c283b1afc: Verifying Checksum2c7c283b1afc: Download complete4af9a971b585: Verifying Checksum4af9a971b585: Download completedf8d9be3e30d: Verifying Checksumdf8d9be3e30d: Download complete5e55ae3325a7: Verifying Checksum5e55ae3325a7: Download complete635cb27b4304: Download complete898fbde8ad42: Download complete66c0ffc92413: Verifying Checksum66c0ffc92413: Download completec8cca855638d: Verifying Checksumc8cca855638d: Download complete45d2501a899c: Verifying Checksum45d2501a899c: Download complete0a1d7b83a687: Verifying Checksum0a1d7b83a687: Download complete3d1a575b1bb0: Download complete6e5fa830b59d: Verifying Checksum6e5fa830b59d: Download complete72225f5a6449: Download completea699cf44908b: Pull completec088e74f1f31: Pull complete7e99e6eaa847: Pull completedb4b89a22482: Pull completef1f17593da04: Pull complete10b0fe6926c2: Verifying Checksum10b0fe6926c2: Download completebb79fbf72548: Pull complete81299dd100ce: Verifying Checksum81299dd100ce: Download completecf69890848e3: Pull completead267db4d3a7: Download complete80e325d6146c: Pull completede32f8de692b: Verifying Checksumde32f8de692b: Download complete66a526c41d4c: Pull complete347d38b311ac: Pull complete984612fde4c4: Pull complete0ac0da982daa: Pull complete209c9bca9b0e: Pull complete3d3356d548ff: Pull completec072da09f122: Pull complete4f4fb700ef54: Pull completeeff3d806a4a8: Pull completef5c413f5234b: Pull complete2c3441915309: Verifying Checksum2c3441915309: Download complete09ddc5430e22: Pull complete2c7c283b1afc: Pull complete4af9a971b585: Pull completedf8d9be3e30d: Pull complete5e55ae3325a7: Pull complete635cb27b4304: Pull complete898fbde8ad42: Pull complete66c0ffc92413: Pull complete5a8b6a59afe3: Verifying Checksum5a8b6a59afe3: Download completec8cca855638d: Pull complete45d2501a899c: Pull complete10b0fe6926c2: Pull complete0a1d7b83a687: Pull complete2c3441915309: Pull complete3d1a575b1bb0: Pull complete6e5fa830b59d: Pull complete72225f5a6449: Pull complete5a8b6a59afe3: Pull complete81299dd100ce: Pull completead267db4d3a7: Pull completede32f8de692b: Pull completeDigest: sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216Status: Downloaded newer image for ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c529092162026-02-01 14:52.09 ---> using "d1cef22083ba59d6db4e2f107091c68dd70ebdcc64c3894ad7db7be62ad17f4a" from cache/: (comment alpine-3.22-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.09 ---> using "7c7cce50f5e947565c3d5dbad3ac3b61d12cac1cb4c13b6c802d6a8bb10d1345" 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] y[NOTE] The 'jobs' option was reset, its value was 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-01 14:52.09 ---> using "d95bbd73a24778f1321e62f69802692f647c727b93c3a5bbd318b81d4a471a07" 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.09 ---> using "0946bc50f9a71a954b4e3169058449c50f765d27decff1e10b17d7843ccd9459" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-01 14:52.09 ---> using "f598dcec640aed1c1320fd535f3be224f496aae5fd076bc0ab3a32f9d65fd942" 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-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)2026-02-01 14:52.09 ---> using "d27dbf5e08e72fb1a17daaf34a00974b8055113683999092101fdecccdb87fe1" 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.09 ---> using "33af8662be90d68161c2ec6405a364648604105f4f098a160b7cb12e264656d9" 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.09 ---> using "caaddb1078cf93463988317e084ecd872f5e76f7846f78dfd58aa0320680a1bd" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-01 14:52.09 ---> using "e077a03c8b833af993ea272f5b7c9cc0b995c7efc16b5d34b9fa0ea227bc4921" 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 "apk" "update"- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz- v3.22.3-1-gc6c5e5eda18 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]- v3.22.3-2-gf789f241095 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]- v20260127-326-g01ad62d58ba [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-327-ge9cf1f5d743 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-325-g9aa814b9ea3 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 60869 distinct packages available<><> 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.09 ---> using "6ccf4fa0e2e3bf4a91d8c583d48cd17f008666cfe1bb93fa41a4630580563266" 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.09 ---> using "75dad4ba2159812f880c5aa6a9c9deab2ac798bb77efc294cd4aa1b0e07fc2c2" from cache/src: (copy (src .) (dst /src))2026-02-01 14:52.09 ---> saved as "d425e6eef8b092a961153255886479d404359703f586b23e993a1e4a50d418d3"/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.10 ---> saved as "ab222e017ed71e5132f2b5306383d2c05b6bcf60f2043b85bbb7e821f3546ad9"Job succeeded2026-02-01 14:52.10: Job succeeded