2025-09-10 00:37.24: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/main (9c08934f0da7be3d5b18fc590aef4e778919acae) (linux-x86_64:debian-12-4.14_x86_32_opam-2.4)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "main" && cd "cmdlang" && git reset --hard 9c08934fcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0# debian-12-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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && 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 ./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 './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base climate.0.8.3 cmdliner.1.3.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-09-10 00:37.24: Using cache hint "mbarbin/cmdlang-ocaml/opam:debian-12-ocaml-4.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0-debian-12-4.14_x86_32_opam-2.4-666c13f0263d3e6defc02cd01a587c68"2025-09-10 00:37.24: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0)(comment debian-12-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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && 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)(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 './'"))(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.3 cmdliner.1.3.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-09-10 00:37.24: Waiting for resource in pool OCluster2025-09-10 01:02.52: Waiting for worker…2025-09-10 01:07.24: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 9c08934 Merge pull request #29 from mbarbin/upgrade-docusaurus(from ocaml/opam:debian-12-ocaml-4.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0)2025-09-10 01:07.24 ---> using "30fb5468ed70755230bb4b2524b637980221ab53922c096447b5f45e8e493a2b" from cache/: (comment debian-12-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-09-10 01:07.24 ---> using "0f2a3d74be628b16a2d1fc99c0b57fb677d39de22eb11bf37b297002aa07f90b" 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 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-10 01:07.24 ---> using "e440170f524c02462a41bc193eed001bc0ab8e24fec7425b2bbac66a0ebc9471" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-60-genericThe OCaml toplevel, version 4.14.22.4.12025-09-10 01:07.24 ---> using "04e874066f9f1803431a5e8674fb12e43f76688db4a8709def40bbef3e808bde" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-10 01:07.24 ---> using "312ad2de8224323aa504e9fca6ca14a68cdd05a1bf41e4aff7e6f2ba7b4b0365" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee24528071..ea994caae6 master -> origin/master109398e2fd Merge pull request #28437 from maiste/release-dune-3.20.2<><> 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-09-10 01:07.24 ---> using "a72d4a137cc517fc335dcf2e2cbf16751ecd5e9e471d7034000d4d576f9a1456" 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)(dst ./))2025-09-10 01:07.25 ---> saved as "6f2f1c6b30a83cf14b9fc08402178442a20be651ea28099ded9494368ef32c30"/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 './'"))[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)2025-09-10 01:07.32 ---> saved as "b847e4cebe9a1679a18de49586bf42169d98d971d44313b1c2d29e3f76b61a60"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-10 01:07.33 ---> saved as "090ee9dc4b331a1bfb3e8a62ca113409587b525ab14fe54095dc757b3cc2698b"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.8.3 cmdliner.1.3.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://deb.debian.org/debian bookworm InRelease [151 kB]- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian bookworm/main i386 Packages [8684 kB]- Get:5 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [271 kB]- Fetched 9209 kB in 2s (3725 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-09-10 01:07.44 ---> saved as "59cb8dd9751cacdadef678eae6520a49f252a6960fc436064c53da7b800c6977"/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.3- install cmdliner 1.3.0- install dune 3.20.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved climate.0.8.3 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved dune.3.20.2 (cached)-> installed cmdliner.1.3.0-> installed dune.3.20.2-> installed climate.0.8.3Done.# To update the current shell environment, run: eval $(opam env)2025-09-10 01:08.19 ---> saved as "b76b66bc46d022733b54b838c190cff36357f72a042d2fe0bde9ae844002fafc"/src: (copy (src .) (dst /src))2025-09-10 01:08.22 ---> saved as "ee38154625c2b1315218a850e520a45b8b75c2deb7cf27929bc1a6813a1ed749"/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"))File "lib/cmdlang_to_base/test/cram/bin/dune", line 6, characters 2-24:6 | core_unix.command_unix^^^^^^^^^^^^^^^^^^^^^^Error: Library "core_unix.command_unix" not found.-> required by_build/default/lib/cmdlang_to_base/test/cram/bin/.main_base.eobjs/byte/dune__exe__Main_base.cmi-> required by alias lib/cmdlang_to_base/test/cram/bin/checkFile "test/cram/bin/stdlib-runner/dune", line 4, characters 34-51:4 | (libraries cmdlang_stdlib_runner cram_test_command)^^^^^^^^^^^^^^^^^Error: Library "cram_test_command" not found.-> required by_build/default/test/cram/bin/stdlib-runner/.main_stdlib_runner.eobjs/byte/dune__exe__Main_stdlib_runner.cmi-> required by alias test/cram/bin/stdlib-runner/checkFile "test/cram/bin/base/dune", line 4, characters 51-68:4 | (libraries cmdlang_to_base core_unix.command_unix cram_test_command)^^^^^^^^^^^^^^^^^Error: Library "cram_test_command" not found.-> required by_build/default/test/cram/bin/base/.main_base.eobjs/byte/dune__exe__Main_base.cmi-> required by alias test/cram/bin/base/checkFile "test/cram/bin/climate/dune", line 4, characters 39-56:4 | (libraries climate cmdlang_to_climate cram_test_command)^^^^^^^^^^^^^^^^^Error: Library "cram_test_command" not found.-> required by_build/default/test/cram/bin/climate/.main_climate.eobjs/byte/dune__exe__Main_climate.cmi-> required by alias test/cram/bin/climate/checkFile "test/cram/bin/cmdliner/dune", line 4, characters 41-58:4 | (libraries cmdlang_to_cmdliner cmdliner cram_test_command)^^^^^^^^^^^^^^^^^Error: Library "cram_test_command" not found.-> required by_build/default/test/cram/bin/cmdliner/.main_cmdliner.eobjs/byte/dune__exe__Main_cmdliner.cmi-> required by alias test/cram/bin/cmdliner/checkFile "doc/docs/tutorials/getting-started/bin/dune", line 4, characters 41-56:4 | (libraries cmdlang-to-cmdliner cmdliner getting_started)^^^^^^^^^^^^^^^Error: Library "getting_started" not found.-> required by_build/default/doc/docs/tutorials/getting-started/bin/.main.eobjs/byte/dune__exe__Main.cmi-> required by alias doc/docs/tutorials/getting-started/bin/check"/usr/bin/linux32" "/bin/sh" "-c" "opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build" failed with exit status 12025-09-10 01:08.28: Job failed: Failed: Build failed