2025-09-16 10:12.05: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/main (37952a1a63a8d56ee283c7bddf9122fd959c7cb9) (freebsd-x86_64:freebsd-14.2-4.14_opam-2.4)Base: freebsd-14.2-ocaml-4.14Opam 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 freebsd-14.2-ocaml-4.14# freebsd-14.2-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/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-freebsd-14.2-ocaml-4.14-freebsd-14.2-4.14_opam-2.4-666c13f0263d3e6defc02cd01a587c68"2025-09-16 10:12.05: Using OBuilder spec:((from freebsd-14.2-ocaml-4.14)(comment freebsd-14.2-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/local/bin/opam-2.4 /usr/local/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 11:56.16: Waiting for worker…2025-09-16 12:47.59: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 37952a1 Apply headache.sh(from freebsd-14.2-ocaml-4.14)2025-09-16 12:56.29 ---> using "e232d73c9161ea3ff94ff4ae2b5a6983da9a9ca98d5185b2db1dbadeae5228e2" from cache/: (comment freebsd-14.2-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/local/bin/opam-2.4 /usr/local/bin/opam"))2025-09-16 12:56.29 ---> using "ab3b72ff1bef5200ab51bf41b5ce466d603a607c082bc77b8cb9a89bd0ee8e2b" from cache/src: (run (shell "opam init --reinit -ni"))No configuration file found, using 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.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2025-09-16 12:56.29 ---> using "4f5272944a297469599fadae70be6af0a741315c350ad35dc552c1741ce274b4" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.2-RELEASE-p1The OCaml toplevel, version 4.14.22.4.12025-09-16 12:56.30 ---> using "07a4e313abba0673771074c9860cdd9543e4761d68d2fb7c6d7221bc739a7e75" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-16 12:56.30 ---> using "3a9f22eefbfbdecb5fa973f708084041cdbe652271a081208757b5e926d582b0" 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_HEAD4028320478..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 possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.3.0- ocaml-config.3However, 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.2025-09-16 12:56.30 ---> using "7725261d76654d1dd37a3cb5fdf4f69d667ba527d60d14c45d86c8dd0154d0d1" 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:56.31 ---> using "ab933d8cc55ffd16efd4bd14676f980c17abf6194743d95f2a09d00cdcf1d62b" 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:56.31 ---> using "6342b8282e83f780734059daa609eaff11f6e3ecc51c343492acdf7636fefa3c" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-16 12:56.31 ---> using "2a122cc49f21b2fc2b0fdbdc3c0025e7059dba6033996830595d926195ff9d03" 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"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[cmdlang-to-climate.dev] synchronised (file:///src)[cmdlang-stdlib-runner.dev] synchronised (file:///src)[cmdlang.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:56.32 ---> using "59284dc8e8b5439fdb649f7dde328b3e09507ecf20c2e2e2877d41f33c6b8860" 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∗ climate 0.8.3∗ cmdliner 1.3.0∗ dune 3.20.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved cmdliner.1.3.0 (cached)⬇ retrieved climate.0.8.3 (cached)⬇ retrieved dune.3.20.2 (cached)∗ installed cmdliner.1.3.0∗ installed dune.3.20.2∗ installed climate.0.8.3Done.2025-09-16 12:56.32 ---> using "b7cf718142345e1af15d18fd80f6169e71bd32739e6ebd3da8a7122a458c99cf" from cache/src: (copy (src .) (dst /src))2025-09-16 12:56.36 ---> saved as "88624c9c7b51f10e46f4c429a3abd10c6b489f7114b733a8445c66bd773e2296"/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/checkjail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' 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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/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"jail" "-c" "name=obuilder_58756_34581" "mount.devfs" "path=/obuilder/result/2cc59e1e2c9b90ad4799fd4c92e875f4b7fa953cddcdc078e2690c7d98457aa4/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' 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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/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:57.42: Job failed: Failed: Build failed