2025-09-16 10:12.05: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/main (37952a1a63a8d56ee283c7bddf9122fd959c7cb9) (linux-x86_64:ubuntu-25.04-4.14_opam-2.4)Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "main" && cd "cmdlang" && git reset --hard 37952a1acat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d# ubuntu-25.04-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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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-16 10:12.05: Using cache hint "mbarbin/cmdlang-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d-ubuntu-25.04-4.14_opam-2.4-666c13f0263d3e6defc02cd01a587c68"2025-09-16 10:12.05: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d)(comment ubuntu-25.04-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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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-16 10:12.05: Waiting for resource in pool OCluster2025-09-16 12:06.20: Waiting for worker…2025-09-16 12:14.32: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 37952a1 Apply headache.sh(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d' locallydocker.io/ocaml/opam@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d: Pulling from ocaml/opam60fb2420030a: Pulling fs layer30a5b9bffc59: Pulling fs layere76e7b0fd035: Pulling fs layer87fd98c989d0: Pulling fs layerfc31fa993861: Pulling fs layerc75b71d41442: Pulling fs layer9f08a6d6f6f5: Pulling fs layer3dfc106a9c15: Pulling fs layer1c3a6d2a01a7: Pulling fs layer2d648021ecec: Pulling fs layerffcf097292c2: Pulling fs layerfc31fa993861: Waitinge1bcef442ada: Pulling fs layer61993b76460e: Pulling fs layer929a57e31854: Pulling fs layer1c3a6d2a01a7: Waitingc75b71d41442: Waiting826e2c54b1a9: Pulling fs layereec17caf12a0: Pulling fs layer9f08a6d6f6f5: Waitingffcf097292c2: Waiting9259e842febf: Pulling fs layer3dfc106a9c15: Waitingae77b4e577af: Pulling fs layer61c1d61eb8ba: Pulling fs layerd7a0435c7be4: Pulling fs layer4f4fb700ef54: Pulling fs layer67b39cdc1121: Pulling fs layer217bd9b7b99f: Pulling fs layer1c96670814d1: Pulling fs layer929a57e31854: Waitingccd441a4e677: Pulling fs layer9e7324b47fd8: Pulling fs layer87fd98c989d0: Waiting0ec34067023b: Pulling fs layereec17caf12a0: Waiting33125ff80400: Pulling fs layer61993b76460e: Waitingb383373ace10: Pulling fs layer67b39cdc1121: Waiting447883287ba9: Pulling fs layercb78f5b619b6: Pulling fs layer1c96670814d1: Waitingd7a0435c7be4: Waitingd52ede671661: Pulling fs layerfa458c0e5391: Pulling fs layer4f4fb700ef54: Waitingeef4f5a958fd: Pulling fs layer61c1d61eb8ba: Waiting450c30b71c71: Pulling fs layer447883287ba9: Waiting2d3751651883: Pulling fs layer9e7324b47fd8: Waiting6d7ce401ccd8: Pulling fs layer33125ff80400: Waiting0ec34067023b: Waitingfa458c0e5391: Waiting31c1aa1ff3db: Pulling fs layera1655bb63c33: Pulling fs layer8d725d821777: Pulling fs layer91c567e53ac8: Pulling fs layerd52ede671661: Waiting3c95a1616c24: Pulling fs layereef4f5a958fd: Waitingbd55d20213f1: Pulling fs layer450c30b71c71: Waiting6d7ce401ccd8: Waitinga1655bb63c33: Waiting3c95a1616c24: Waiting8d725d821777: Waitingcb78f5b619b6: Waiting2d3751651883: Waiting31c1aa1ff3db: Waiting217bd9b7b99f: Waitingbd55d20213f1: Waitinge76e7b0fd035: Verifying Checksume76e7b0fd035: Download complete30a5b9bffc59: Verifying Checksum30a5b9bffc59: Download completefc31fa993861: Verifying Checksumfc31fa993861: Download complete87fd98c989d0: Verifying Checksum87fd98c989d0: Download complete60fb2420030a: Download complete9f08a6d6f6f5: Verifying Checksum9f08a6d6f6f5: Download complete3dfc106a9c15: Verifying Checksum3dfc106a9c15: Download completec75b71d41442: Verifying Checksumc75b71d41442: Download complete1c3a6d2a01a7: Verifying Checksum1c3a6d2a01a7: Download complete60fb2420030a: Pull complete30a5b9bffc59: Pull completee76e7b0fd035: Pull completeffcf097292c2: Verifying Checksumffcf097292c2: Download complete2d648021ecec: Verifying Checksum2d648021ecec: Download completee1bcef442ada: Verifying Checksume1bcef442ada: Download complete929a57e31854: Verifying Checksum929a57e31854: Download complete61993b76460e: Verifying Checksum61993b76460e: Download complete826e2c54b1a9: Download completeeec17caf12a0: Verifying Checksumeec17caf12a0: Download complete9259e842febf: Download complete87fd98c989d0: Pull completeae77b4e577af: Verifying Checksumae77b4e577af: Download complete61c1d61eb8ba: Verifying Checksum61c1d61eb8ba: Download completed7a0435c7be4: Verifying Checksumd7a0435c7be4: Download completefc31fa993861: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete67b39cdc1121: Verifying Checksum67b39cdc1121: Download complete217bd9b7b99f: Download completeccd441a4e677: Verifying Checksumccd441a4e677: Download complete1c96670814d1: Download complete9e7324b47fd8: Verifying Checksum9e7324b47fd8: Download complete33125ff80400: Verifying Checksum33125ff80400: Download complete0ec34067023b: Verifying Checksum0ec34067023b: Download completeb383373ace10: Verifying Checksumb383373ace10: Download complete447883287ba9: Verifying Checksum447883287ba9: Download completecb78f5b619b6: Verifying Checksumcb78f5b619b6: Download completed52ede671661: Verifying Checksumd52ede671661: Download completefa458c0e5391: Verifying Checksumfa458c0e5391: Download complete450c30b71c71: Download complete6d7ce401ccd8: Download complete31c1aa1ff3db: Download completea1655bb63c33: Download complete2d3751651883: Verifying Checksum2d3751651883: Download complete91c567e53ac8: Verifying Checksum91c567e53ac8: Download completec75b71d41442: Pull complete9f08a6d6f6f5: Pull complete3c95a1616c24: Verifying Checksum3c95a1616c24: Download complete3dfc106a9c15: Pull completebd55d20213f1: Verifying Checksumbd55d20213f1: Download complete1c3a6d2a01a7: Pull complete2d648021ecec: Pull completeffcf097292c2: Pull completee1bcef442ada: Pull complete61993b76460e: Pull complete929a57e31854: Pull complete826e2c54b1a9: Pull completeeec17caf12a0: Pull completeeef4f5a958fd: Verifying Checksumeef4f5a958fd: Download complete9259e842febf: Pull completeae77b4e577af: Pull complete61c1d61eb8ba: Pull completed7a0435c7be4: Pull complete4f4fb700ef54: Pull complete67b39cdc1121: Pull complete217bd9b7b99f: Pull complete1c96670814d1: Pull completeccd441a4e677: Pull complete9e7324b47fd8: Pull complete0ec34067023b: Pull complete33125ff80400: Pull completeb383373ace10: Pull complete447883287ba9: Pull completecb78f5b619b6: Pull completed52ede671661: Pull completefa458c0e5391: Pull completeeef4f5a958fd: Pull complete450c30b71c71: Pull complete2d3751651883: Pull complete6d7ce401ccd8: Pull complete31c1aa1ff3db: Pull completea1655bb63c33: Pull complete8d725d821777: Verifying Checksum8d725d821777: Download complete8d725d821777: Pull complete91c567e53ac8: Pull complete3c95a1616c24: Pull completebd55d20213f1: Pull completeDigest: sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2dStatus: Downloaded newer image for ocaml/opam@sha256:0807508722c605aedaf57603c3d976134858d73e8acd59d0459848bcd6a52a2d2025-09-16 12:46.15 ---> using "6445603d95b4d6f8a0cc4b067867ad8502c05bb39a118c7268888ef8cc2c4e36" from cache/: (comment ubuntu-25.04-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-09-16 12:46.15 ---> using "7ad150f251741d606ac6503f344d72dcc5bd5f313a2335d5eee3c014aa99bfe6" 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-16 12:46.15 ---> using "55855347ad7177e52ea1253facff35ea156ea33e15ee3e13029c016c8647e07c" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-142-genericThe OCaml toplevel, version 4.14.22.4.12025-09-16 12:46.15 ---> using "dbe66741533320c831c671504bf8635a0466b82af65054bfe9bd11ea91bdcafc" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-16 12:46.15 ---> using "5ce0f42df606e17f242ff81fc5c610c3e8f7106af10cefe63952863c569c99c4" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD854fc71d55..7949ff40d8 master -> origin/master6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc<><> 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-16 12:46.15 ---> using "f33beb23ce7b10e2ecfb161fa5775eaadc7ecce13cf6479b3a8bb7c84e28da80" 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-16 12:46.15 ---> using "09b96cc0a1f5d4843cdcd0cbca761846952c191c3af3f5954a6455c08a70109d" 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 './'"))[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-16 12:46.15 ---> using "8f9e151e4b82f2d607d756ef1257206a05162e7b19e9c1bc0de6f91462296ff5" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-16 12:46.15 ---> using "8920a5d157def65abb5e7432337316383602ae99fde162e00b8edb46a334c23b" from cache/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://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]- Get:2 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [230 kB]- Get:3 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [267 kB]- Get:4 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [150 kB]- Get:5 http://security.ubuntu.com/ubuntu plucky-security/multiverse amd64 Packages [49.0 kB]- Hit:6 http://archive.ubuntu.com/ubuntu plucky InRelease- Get:7 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]- Get:8 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]- Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/multiverse amd64 Packages [49.2 kB]- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [260 kB]- Get:11 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [404 kB]- Get:12 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [240 kB]- Fetched 2028 kB in 1s (1997 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-16 12:46.15 ---> using "8ae190e93b930879938de7ca67e6fe8ef1f01d4db9b69f7f9b7a6338af40878e" 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.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-16 12:46.15 ---> using "05b9f74cba15c3b1802493544e3212b6fc3596a1ca704dd81f490894d96c1f54" from cache/src: (copy (src .) (dst /src))2025-09-16 12:46.15 ---> saved as "ce656942f58388dd0f2d360f9bc46584aad3bd070f71d355833301cbbc871184"/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/env" "bash" "-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-16 12:46.16: Job failed: Failed: Build failed