2026-01-03 08:43.03: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/main (90970f793bbdc848d64b87d50cf3ff0df4fa576c) (linux-x86_64:debian-13-4.14_x86_32_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "main" && cd "cmdlang" && git reset --hard 90970f79cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1# 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-BLOCK2026-01-03 08:43.03: Using cache hint "mbarbin/cmdlang-ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1-debian-13-4.14_x86_32_opam-2.4-67b653ef1dca5c0584da7570906c28c5"2026-01-03 08:43.03: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1)(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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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")))2026-01-03 08:43.03: Waiting for resource in pool OCluster2026-01-03 08:43.03: Waiting for worker…2026-01-03 08:43.03: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at 90970f7 Merge pull request #42 from mbarbin/upgrade-dunolint-preview(from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1' locallydocker.io/ocaml/opam@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1: Pulling from ocaml/opama63ab7a4f8b1: Already exists90eaeaa9281a: Pulling fs layer3ef4a47fff3b: Pulling fs layera035e4a8df7a: Pulling fs layer27c7c2db42fd: Pulling fs layerdf73634c59ee: Pulling fs layer740506b396c1: Pulling fs layer90eaeaa9281a: Waiting21424a44369a: Pulling fs layer3ef4a47fff3b: Waitinga035e4a8df7a: Waiting2cc41c1574c5: Pulling fs layer740506b396c1: Waiting27c7c2db42fd: Waiting1259261716c5: Pulling fs layerf33cacc11b9e: Pulling fs layer2cc41c1574c5: Waiting1259261716c5: Waiting10429a67c15b: Pulling fs layer7696c6935c09: Pulling fs layer55dba079700a: Pulling fs layer10429a67c15b: Waiting8b601b003fab: Pulling fs layer279f815ce75c: Pulling fs layera367a43e37d0: Pulling fs layer8b601b003fab: Waitingddcb4c69ef3f: Pulling fs layera367a43e37d0: Waitingb6cb025b8b92: Pulling fs layera53cdec2dcd7: Pulling fs layerb6cb025b8b92: Waitingddcb4c69ef3f: Waiting3ee1edbf87cf: Pulling fs layer4f4fb700ef54: Pulling fs layera53cdec2dcd7: Waiting3ee1edbf87cf: Waiting0f06230845cd: Pulling fs layer8f076ab94419: Pulling fs layer4e40a6b18339: Pulling fs layerc2b833f8d8d5: Pulling fs layer8f076ab94419: Waiting8d153135a1b5: Pulling fs layerf292058db001: Pulling fs layerae41249ac056: Pulling fs layer4e40a6b18339: Waiting623c1c0c658a: Pulling fs layerc2b833f8d8d5: Waitingae41249ac056: Waiting2fa49245472a: Pulling fs layer3c1e1a89d6c4: Pulling fs layer2fa49245472a: Waitingd90aa851c073: Pulling fs layer623c1c0c658a: Waiting0d271491b1d0: Pulling fs layer3c1e1a89d6c4: Waiting6a54adf70616: Pulling fs layerd90aa851c073: Waitingd86adbce7636: Pulling fs layer5d4020b34d71: Pulling fs layer6a54adf70616: Waitingff38dc168d37: Pulling fs layerd86adbce7636: Waiting5ce90e152ba9: Pulling fs layer5d4020b34d71: Waitingc6d794b5689c: Pulling fs layerff38dc168d37: Waiting430a19a7a5b3: Pulling fs layer73dc5c0381a7: Pulling fs layer430a19a7a5b3: Waitingfc906c842913: Pulling fs layera82583718310: Pulling fs layer73dc5c0381a7: Waitingfc906c842913: Waiting90eaeaa9281a: Download complete90eaeaa9281a: Pull complete3ef4a47fff3b: Verifying Checksum3ef4a47fff3b: Download complete3ef4a47fff3b: Pull completea035e4a8df7a: Verifying Checksuma035e4a8df7a: Download complete27c7c2db42fd: Verifying Checksum27c7c2db42fd: Download completea035e4a8df7a: Pull complete27c7c2db42fd: Pull complete740506b396c1: Verifying Checksum740506b396c1: Download completedf73634c59ee: Verifying Checksumdf73634c59ee: Download complete2cc41c1574c5: Verifying Checksum2cc41c1574c5: Download complete1259261716c5: Verifying Checksum1259261716c5: Download complete21424a44369a: Verifying Checksum21424a44369a: Download completef33cacc11b9e: Verifying Checksumf33cacc11b9e: Download complete10429a67c15b: Verifying Checksum10429a67c15b: Download complete7696c6935c09: Verifying Checksum7696c6935c09: Download complete55dba079700a: Verifying Checksum55dba079700a: Download complete8b601b003fab: Download complete279f815ce75c: Verifying Checksum279f815ce75c: Download completeddcb4c69ef3f: Verifying Checksumddcb4c69ef3f: Download completea367a43e37d0: Verifying Checksuma367a43e37d0: Download completeb6cb025b8b92: Verifying Checksumb6cb025b8b92: Download completea53cdec2dcd7: Verifying Checksuma53cdec2dcd7: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete8f076ab94419: Download complete0f06230845cd: Download complete4e40a6b18339: Download completec2b833f8d8d5: Verifying Checksumc2b833f8d8d5: Download complete8d153135a1b5: Verifying Checksum8d153135a1b5: Download completef292058db001: Download complete623c1c0c658a: Download completeae41249ac056: Verifying Checksumae41249ac056: Download complete2fa49245472a: Verifying Checksum2fa49245472a: Download complete3c1e1a89d6c4: Verifying Checksum3c1e1a89d6c4: Download complete0d271491b1d0: Verifying Checksum0d271491b1d0: Download completed90aa851c073: Verifying Checksumd90aa851c073: Download completed86adbce7636: Download completeff38dc168d37: Download complete5ce90e152ba9: Verifying Checksum5ce90e152ba9: Download completec6d794b5689c: Verifying Checksumc6d794b5689c: Download complete5d4020b34d71: Verifying Checksum5d4020b34d71: Download complete73dc5c0381a7: Download completefc906c842913: Verifying Checksumfc906c842913: Download completea82583718310: Verifying Checksuma82583718310: Download complete430a19a7a5b3: Verifying Checksum430a19a7a5b3: Download completedf73634c59ee: Pull complete740506b396c1: Pull complete21424a44369a: Pull complete2cc41c1574c5: Pull complete1259261716c5: Pull completef33cacc11b9e: Pull complete10429a67c15b: Pull complete7696c6935c09: Pull complete55dba079700a: Pull complete8b601b003fab: Pull complete279f815ce75c: Pull completea367a43e37d0: Pull completeddcb4c69ef3f: Pull completeb6cb025b8b92: Pull completea53cdec2dcd7: Pull complete3ee1edbf87cf: Pull complete4f4fb700ef54: Pull complete0f06230845cd: Pull complete8f076ab94419: Pull complete4e40a6b18339: Pull completec2b833f8d8d5: Pull complete8d153135a1b5: Pull completef292058db001: Pull completeae41249ac056: Pull complete623c1c0c658a: Pull complete2fa49245472a: Pull complete3c1e1a89d6c4: Pull completed90aa851c073: Pull complete0d271491b1d0: Pull complete6a54adf70616: Verifying Checksum6a54adf70616: Download complete6a54adf70616: Pull completed86adbce7636: Pull complete5d4020b34d71: Pull completeff38dc168d37: Pull complete5ce90e152ba9: Pull completec6d794b5689c: Pull complete430a19a7a5b3: Pull complete73dc5c0381a7: Pull completefc906c842913: Pull completea82583718310: Pull completeDigest: sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1Status: Downloaded newer image for ocaml/opam@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c12026-01-03 08:43.03 ---> using "1d65b0bad6020b93b3bfb32f730a433f434369390940a005095573c4def7fa4e" from cache/: (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"))2026-01-03 08:43.03 ---> using "6775cad8612664835742e792781f343f0e64078bd976698496d1f1898147008e" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-03 08:43.03 ---> using "2644dadf83db737495e1dd8ed9b3ceae068da85bc3a75294d6d1a20d1bb36578" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.4.12026-01-03 08:43.03 ---> using "04f9088217ac88c2f12f3cdff9e807f7441ad90b1a6d1930f9b1b42b85e3292f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-03 08:43.03 ---> using "6f5c3bd52ef3e7feb5fc1d553e344a070b026be7be6a6cf8177b4a2983d05e27" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..e3e2b0426d master -> origin/masterc65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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-01-03 08:43.03 ---> using "0be5f43d9f984561275cc574396509ccb65b6adb2b85f9ad79420aa06c021ed1" 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-01-03 08:43.03 ---> using "f9de7619d5ddf0ac8bb2a9913dab88cc7d0dae344369d7503d4610aaf92ae5a0" 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-01-03 08:43.03 ---> using "c8f0c7ebd67fa57e85ceb9fb8eb795dc7ab9f50bcffe12290c7e528166ef7fa7" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-03 08:43.03 ---> using "2f37c7dce6398b6d8b5f02a7ab4f98ddfe76a865b26876bef5134ea5fd929809" from cache/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"- 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 [85.7 kB]- Fetched 176 kB in 9s (20.0 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).2026-01-03 08:43.03 ---> using "302beefed5c06347cb03bae55ddf2ff726bb4ce4f9351a19ed8ae938d3b5d6ab" 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.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)2026-01-03 08:43.03 ---> using "b0b11d4abb6d3a5256cb08e2efcb0004d33be4646a503115b30169610c03ae25" from cache/src: (copy (src .) (dst /src))2026-01-03 08:43.03 ---> using "68cf88ccfedd6ddd6a2e6d380678418919a47e986724a37e0ff91828f6967857" from cache/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-01-03 08:43.03 ---> using "c2c4b01231f5a6a462d5d060d3870e5a2b418ec77464865b553ef5670c7c2cfb" from cacheJob succeeded2026-01-03 08:43.04: Job succeeded