2025-10-07 16:51.04: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.4) Base: freebsd-14.3-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/kit-ty-kate/labrys.git" -b "master" && cd "labrys" && git reset --hard 0ed178a5 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.3-ocaml-4.14 # freebsd-14.3-4.14_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 labrys.opam ./ RUN opam pin add -yn labrys.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.2.0.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.20.2 topkg.1.1.0 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y labrys.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-10-07 16:51.04: Using cache hint "kit-ty-kate/labrys-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.4-f5a4e673460bab8b7ab8a9cc04a41402" 2025-10-07 16:51.04: Using OBuilder spec: ((from freebsd-14.3-ocaml-4.14) (comment freebsd-14.3-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 dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src labrys.opam) (dst ./)) (run (network host) (shell "opam pin add -yn labrys.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.2.0.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.20.2 topkg.1.1.0 uutf.1.0.4") (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 labrys.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 @install @check @runtest && rm -rf _build")) ) 2025-10-07 16:51.04: Waiting for resource in pool OCluster 2025-10-07 20:50.15: Waiting for worker… 2025-10-07 21:54.13: Got resource from pool OCluster Building on rosemary hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> hint: hint: Disable this message with "git config set advice.defaultBranchName false" Initialized empty Git repository in /obuilder/state/git/labrys.git-72fef864d3675ef07e1504a20f6627589862938b/.git/ HEAD is now at 0ed178a Always call llc during the tests in CI (from freebsd-14.3-ocaml-4.14) 2025-10-07 21:59.15 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache /: (comment freebsd-14.3-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-10-07 21:59.15 ---> using "f8f2ae50f983ba53790a433c81d8570b8becc44c74ab2707cf43746ed1b463d1" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2025-10-07 21:59.16 ---> using "a95cd97103c96a777086d9508c45964fbffa4285a5c5e6703b704acabfb6945b" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.3-RELEASE-p3 The OCaml toplevel, version 4.14.2 2.4.1 2025-10-07 21:59.16 ---> using "199d8be57ed603ac6837a6d6cc7e578c2f630e2b79e2520a8892deff98662ca8" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-07 21:59.16 ---> using "c9d8693a3c313f3750cea43d98891a3f5490d8d3ab8357236d5eb49fea038272" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && git log --no-decorate -n1 --oneline && opam update -u")) dbd126f1b3 Merge pull request #28599 from dbuenzli/b0-publish-cmdliner.2.0.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.3.0 - ocaml-config.3 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. 2025-10-07 21:59.16 ---> using "b673ee78ef2d567a781c90c4f479e4cc2deab0689088e561b68af5a277bdcb1e" from cache /src: (copy (src labrys.opam) (dst ./)) 2025-10-07 21:59.21 ---> saved as "db74585bf8e67fb82eeb96f4808c19d7d3fe6e176f95d8fe80a5c2178adcf533" /src: (run (network host) (shell "opam pin add -yn labrys.dev './'")) [labrys.dev] synchronised (file:///src) labrys is now pinned to file:///src (version dev) 2025-10-07 21:59.24 ---> saved as "4ff1916a6eb0d1802d4e54a16e3a16b92c0d591553f7eb91a83c4a0fdfa0bb5b" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-07 21:59.26 ---> saved as "a8f88cc6864b5db15667fcc4223518f24e2b1eb35ac73b88c525a4b2fb667690" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.2.0.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.20.2 topkg.1.1.0 uutf.1.0.4") /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 labrys.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [labrys.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). The following system packages will first need to be installed: devel/cmake devel/llvm11 lang/python27 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "devel/cmake" "devel/llvm11" "lang/python27" - Updating FreeBSD repository catalogue... - [rosemary] Fetching data.pkg: . - .. - ... - ... - . done - Processing entries: - .. - . - .. - . - . - . - . - . done - FreeBSD repository update completed. 36549 packages processed. - Updating FreeBSD-kmods repository catalogue... - FreeBSD-kmods repository is up to date. - All repositories are up to date. - The following 26 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - cmake: 3.31.9 [FreeBSD] - cmake-core: 3.31.9 [FreeBSD] - cmake-doc: 3.31.9 [FreeBSD] - cmake-man: 3.31.9 [FreeBSD] - fontconfig: 2.15.0_3,1 [FreeBSD] - freetype2: 2.13.3 [FreeBSD] - jsoncpp: 1.9.6_1 [FreeBSD] - libX11: 1.8.12,1 [FreeBSD] - libXScrnSaver: 1.2.4_1 [FreeBSD] - libXau: 1.0.12 [FreeBSD] - libXdmcp: 1.1.5 [FreeBSD] - libXext: 1.3.6,1 [FreeBSD] - libXft: 2.3.8 [FreeBSD] - libXrender: 0.9.12 [FreeBSD] - libedit: 3.1.20250104,1 [FreeBSD] - libuv: 1.51.0 [FreeBSD] - libxcb: 1.17.0 [FreeBSD] - libxml2: 2.14.5 [FreeBSD] - llvm11: 11.0.1_10 [FreeBSD] - lua54: 5.4.8 [FreeBSD] - png: 1.6.50 [FreeBSD] - python27: 2.7.18_4 [FreeBSD] - rhash: 1.4.4_1 [FreeBSD] - tcl86: 8.6.17 [FreeBSD] - tk86: 8.6.17 [FreeBSD] - xorgproto: 2024.1 [FreeBSD] - - Number of packages to be installed: 26 - - The process will require 953 MiB more space. - 163 MiB to be downloaded. - [rosemary] [1/26] Fetching cmake-3.31.9.pkg: . done - [rosemary] [2/26] Fetching png-1.6.50.pkg: .......... done - [rosemary] [3/26] Fetching libXau-1.0.12.pkg: . done - [rosemary] [4/26] Fetching libxcb-1.17.0.pkg: .......... done - [rosemary] [5/26] Fetching libxml2-2.14.5.pkg: .......... done - [rosemary] [6/26] Fetching freetype2-2.13.3.pkg: .......... done - [rosemary] [7/26] Fetching fontconfig-2.15.0_3,1.pkg: .......... done - [rosemary] [8/26] Fetching libedit-3.1.20250104,1.pkg: ......... done - [rosemary] [9/26] Fetching cmake-man-3.31.9.pkg: .......... done - [rosemary] [10/26] Fetching libXScrnSaver-1.2.4_1.pkg: . done - [rosemary] [11/26] Fetching jsoncpp-1.9.6_1.pkg: ......... done - [rosemary] [12/26] Fetching libuv-1.51.0.pkg: ......... done - [rosemary] [13/26] Fetching libX11-1.8.12,1.pkg: .......... done - [rosemary] [14/26] Fetching libXrender-0.9.12.pkg: . done - [rosemary] [15/26] Fetching xorgproto-2024.1.pkg: .......... done - [rosemary] [16/26] Fetching lua54-5.4.8.pkg: .......... done - [rosemary] [17/26] Fetching libXft-2.3.8.pkg: ..... done - [rosemary] [18/26] Fetching cmake-doc-3.31.9.pkg: .. - ........ done - [rosemary] [19/26] Fetching tk86-8.6.17.pkg: .......... done - [rosemary] [20/26] Fetching llvm11-11.0.1_10.pkg: - . - . - . - . - . - . - . - . - . - . done - [rosemary] [21/26] Fetching libXdmcp-1.1.5.pkg: . done - [rosemary] [22/26] Fetching cmake-core-3.31.9.pkg: . - .. - .... - ... done - [rosemary] [23/26] Fetching rhash-1.4.4_1.pkg: .......... done - [rosemary] [24/26] Fetching libXext-1.3.6,1.pkg: ....... done - [rosemary] [25/26] Fetching tcl86-8.6.17.pkg: .......... done - [rosemary] [26/26] Fetching python27-2.7.18_4.pkg: ..... - ..... done - Checking integrity... - done (0 conflicting) - [rosemary] [1/26] Installing cmake-doc-3.31.9... - [rosemary] [1/26] Extracting cmake-doc-3.31.9: .. - ........ done - [rosemary] [2/26] Installing cmake-man-3.31.9... - [rosemary] [2/26] Extracting cmake-man-3.31.9: .......... done - [rosemary] [3/26] Installing jsoncpp-1.9.6_1... - [rosemary] [3/26] Extracting jsoncpp-1.9.6_1: .......... done - [rosemary] [4/26] Installing libXau-1.0.12... - [rosemary] [4/26] Extracting libXau-1.0.12: .......... done - [rosemary] [5/26] Installing libedit-3.1.20250104,1... - [rosemary] [5/26] Extracting libedit-3.1.20250104,1: .......... done - [rosemary] [6/26] Installing libuv-1.51.0... - [rosemary] [6/26] Extracting libuv-1.51.0: .......... done - [rosemary] [7/26] Installing libxml2-2.14.5... - [rosemary] [7/26] Extracting libxml2-2.14.5: .......... done - [rosemary] [8/26] Installing lua54-5.4.8... - [rosemary] [8/26] Extracting lua54-5.4.8: .......... done - [rosemary] [9/26] Installing llvm11-11.0.1_10... - [rosemary] [9/26] Extracting llvm11-11.0.1_10: - ..... - ... - .. done - [rosemary] [10/26] Installing png-1.6.50... - [rosemary] [10/26] Extracting png-1.6.50: .......... done - [rosemary] [11/26] Installing freetype2-2.13.3... - [rosemary] [11/26] Extracting freetype2-2.13.3: .......... done - [rosemary] [12/26] Installing fontconfig-2.15.0_3,1... - [rosemary] [12/26] Extracting fontconfig-2.15.0_3,1: .......... done - [rosemary] [13/26] Installing rhash-1.4.4_1... - [rosemary] [13/26] Extracting rhash-1.4.4_1: .......... done - [rosemary] [14/26] Installing cmake-core-3.31.9... - [rosemary] [14/26] Extracting cmake-core-3.31.9: - .......... done - [rosemary] [15/26] Installing cmake-3.31.9... - [rosemary] [16/26] Installing tcl86-8.6.17... - [rosemary] [16/26] Extracting tcl86-8.6.17: .......... done - [rosemary] [17/26] Installing xorgproto-2024.1... - [rosemary] [17/26] Extracting xorgproto-2024.1: .......... done - [rosemary] [18/26] Installing libXdmcp-1.1.5... - [rosemary] [18/26] Extracting libXdmcp-1.1.5: ......... done - [rosemary] [19/26] Installing libxcb-1.17.0... - [rosemary] [19/26] Extracting libxcb-1.17.0: .......... done - [rosemary] [20/26] Installing libX11-1.8.12,1... - [rosemary] [20/26] Extracting libX11-1.8.12,1: .......... done - [rosemary] [21/26] Installing libXext-1.3.6,1... - [rosemary] [21/26] Extracting libXext-1.3.6,1: .......... done - [rosemary] [22/26] Installing libXScrnSaver-1.2.4_1... - [rosemary] [22/26] Extracting libXScrnSaver-1.2.4_1: .......... done - [rosemary] [23/26] Installing libXrender-0.9.12... - [rosemary] [23/26] Extracting libXrender-0.9.12: .......... done - [rosemary] [24/26] Installing libXft-2.3.8... - [rosemary] [24/26] Extracting libXft-2.3.8: .......... done - [rosemary] [25/26] Installing tk86-8.6.17... - [rosemary] [25/26] Extracting tk86-8.6.17: .......... done - [rosemary] [26/26] Installing python27-2.7.18_4... - [rosemary] [26/26] Extracting python27-2.7.18_4: - .......... done - ==> Running trigger: fontconfig.ucl - Running fc-cache to build fontconfig cache... - ===== - Message from freetype2-2.13.3: - - -- - The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as - the default, emulating a modern version of ClearType. This change inevitably - leads to different rendering results, and you might change port's options to - adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment - variable). - - The environment variable "FREETYPE_PROPERTIES" can be used to control the - driver properties. Example: - - FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ - cff:no-stem-darkening=1 \ - autofitter:warping=1 - - This allows to select, say, the subpixel hinting mode at runtime for a given - application. - - If LONG_PCF_NAMES port's option was enabled, the PCF family names may include - the foundry and information whether they contain wide characters. For example, - "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at - run time with using pcf:no-long-family-names property, if needed. Example: - - FREETYPE_PROPERTIES=pcf:no-long-family-names=1 - - How to recreate fontconfig cache with using such environment variable, - if needed: - # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv - - The controllable properties are listed in the section "Controlling FreeType - Modules" in the reference's table of contents - (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed). - ===== - Message from python27-2.7.18_4: - - -- - Only the tkinter standard extension module is included or supported; - the previous ports now only support Python 3+. - -- - ===> NOTICE: - - This port is deprecated; you may wish to reconsider installing it: - - EOLed upstream. - - It is scheduled to be removed on or after 2020-12-31. 2025-10-07 22:01.10 ---> saved as "bbf9de589e727e37dd0e45da5a0612d98fd0c1fc2f07d60e38a484ad76b6cca4" /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 35 packages ∗ base-bytes base ∗ bigarray-compat 1.1.0 ∗ cmdliner 2.0.0 ∗ conf-bash 1 ∗ conf-cmake 1 ∗ conf-llvm 11.0.0 ∗ conf-python-2-7 1.2 ∗ containers 3.16 ∗ containers-data 3.16 ∗ csexp 1.5.2 ∗ ctypes 0.23.0 ∗ dune 3.20.2 ∗ dune-configurator 3.20.2 ∗ dune-private-libs 3.20.2 ∗ dune-site 3.20.2 ∗ dyn 3.20.2 ∗ either 1.0.0 ∗ integers 0.7.0 ∗ llvm 11.0.0 ∗ menhir 20250912 ∗ menhirCST 20250912 ∗ menhirLib 20250912 ∗ menhirSdk 20250912 ∗ msgpack 1.3.0 ∗ num 1.6 ∗ ocamlbuild 0.16.1 ∗ ocamlfind 1.9.8 ∗ ordering 3.20.2 ∗ pp 2.0.0 ∗ pprint 20230830 ∗ re 1.14.0 ∗ stdlib-shims 0.3.0 ∗ stdune 3.20.2 ∗ topkg 1.1.0 ∗ uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved conf-cmake.1 (cached) ∗ installed conf-cmake.1 ∗ installed conf-bash.1 ⬇ retrieved conf-llvm.11.0.0 (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-llvm/configure.sh.11.0.0) ⬇ retrieved cmdliner.2.0.0 (cached) ⬇ retrieved containers.3.16, containers-data.3.16 (cached) [ERROR] The compilation of conf-llvm.11.0.0 failed at "bash -ex configure.sh 11.0.0". ⬇ retrieved conf-python-2-7.1.2 (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-python-2-7/test.py) ⬇ retrieved csexp.1.5.2 (cached) ∗ installed conf-python-2-7.1.2 ⬇ retrieved ctypes.0.23.0 (cached) ⬇ retrieved bigarray-compat.1.1.0 (cached) ⬇ retrieved either.1.0.0 (cached) ⬇ retrieved integers.0.7.0 (cached) ⬇ retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached) ⬇ retrieved dune.3.20.2, dune-configurator.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached) ⬇ retrieved num.1.6 (cached) ⬇ retrieved msgpack.1.3.0 (https://github.com/msgpack/msgpack-ocaml/archive/1.3.0.tar.gz) ⬇ retrieved ocamlbuild.0.16.1 (cached) ⬇ retrieved pp.2.0.0 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved pprint.20230830 (cached) ⬇ retrieved re.1.14.0 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ∗ installed ocamlbuild.0.16.1 ⬇ retrieved uutf.1.0.4 (cached) ⬇ retrieved topkg.1.1.0 (cached) ∗ installed num.1.6 ∗ installed cmdliner.2.0.0 ⬇ retrieved llvm.11.0.0 (https://github.com/llvm/llvm-project/releases/download/llvmorg-11.1.0/llvm-11.1.0.src.tar.xz) ∗ installed ocamlfind.1.9.8 ∗ installed base-bytes.base ∗ installed topkg.1.1.0 ∗ installed uutf.1.0.4 ∗ installed msgpack.1.3.0 ∗ installed dune.3.20.2 ∗ installed menhirSdk.20250912 ∗ installed menhirLib.20250912 ∗ installed menhirCST.20250912 ∗ installed either.1.0.0 ∗ installed csexp.1.5.2 ∗ installed ordering.3.20.2 ∗ installed stdlib-shims.0.3.0 ∗ installed pprint.20230830 ∗ installed pp.2.0.0 ∗ installed integers.0.7.0 ∗ installed re.1.14.0 ∗ installed bigarray-compat.1.1.0 ∗ installed dune-configurator.3.20.2 ∗ installed dyn.3.20.2 ∗ installed containers.3.16 ∗ installed containers-data.3.16 ∗ installed stdune.3.20.2 ∗ installed ctypes.0.23.0 ∗ installed dune-private-libs.3.20.2 ∗ installed dune-site.3.20.2 ∗ installed menhir.20250912 #=== ERROR while compiling conf-llvm.11.0.0 ===================================# # context 2.4.1 | freebsd/x86_64 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository # path ~/.opam/4.14.2/.opam-switch/build/conf-llvm.11.0.0 # command /usr/local/bin/bash -ex configure.sh 11.0.0 # exit-code 1 # env-file ~/.opam/log/conf-llvm-34687-950e3f.env # output-file ~/.opam/log/conf-llvm-34687-950e3f.out ### output ### # [...] # + for llvm_config in llvm-config-$version llvm-config-${version}.0 llvm-config${version}0 llvm-config-mp-$version llvm-config-mp-${version}.0 llvm${version}-config llvm-config-${version}-32 llvm-config-${version}-64 llvm-config $brew_llvm_config # ++ llvm-config --version # configure.sh: line 11: llvm-config: command not found # + llvm_version= # + true # + case $llvm_version in # + echo 'Note: '\''llvm-config'\'' doesn'\''t match the required version. Got '\'''\'' but required '\''11'\''.' # Note: 'llvm-config' doesn't match the required version. Got '' but required '11'. # + continue # + echo 'Error: LLVM 11 is not installed.' # Error: LLVM 11 is not installed. # + exit 1 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ┌─ The following actions failed │ λ build conf-llvm 11.0.0 └─ ┌─ The following changes have been performed (the rest was aborted) │ ∗ install base-bytes base │ ∗ install bigarray-compat 1.1.0 │ ∗ install cmdliner 2.0.0 │ ∗ install conf-bash 1 │ ∗ install conf-cmake 1 │ ∗ install conf-python-2-7 1.2 │ ∗ install containers 3.16 │ ∗ install containers-data 3.16 │ ∗ install csexp 1.5.2 │ ∗ install ctypes 0.23.0 │ ∗ install dune 3.20.2 │ ∗ install dune-configurator 3.20.2 │ ∗ install dune-private-libs 3.20.2 │ ∗ install dune-site 3.20.2 │ ∗ install dyn 3.20.2 │ ∗ install either 1.0.0 │ ∗ install integers 0.7.0 │ ∗ install menhir 20250912 │ ∗ install menhirCST 20250912 │ ∗ install menhirLib 20250912 │ ∗ install menhirSdk 20250912 │ ∗ install msgpack 1.3.0 │ ∗ install num 1.6 │ ∗ install ocamlbuild 0.16.1 │ ∗ install ocamlfind 1.9.8 │ ∗ install ordering 3.20.2 │ ∗ install pp 2.0.0 │ ∗ install pprint 20230830 │ ∗ install re 1.14.0 │ ∗ install stdlib-shims 0.3.0 │ ∗ install stdune 3.20.2 │ ∗ install topkg 1.1.0 │ ∗ install uutf 1.0.4 └─ The former state can be restored with: /usr/local/bin/opam switch import "/home/opam/.opam/4.14.2/.opam-switch/backup/state-20251007220115.export" jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.2.0.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.20.2 topkg.1.1.0 uutf.1.0.4' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS': failed "jail" "-c" "name=obuilder_73090_6523" "mount.fstab=/tmp/obuilder-jail-912cc9/fstab" "mount.devfs" "path=/obuilder/result/1b780b590bc33689839a2fb40b7577d8ef5f6016fe13b1b7f0fe3cec6ed6c8e8/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.2.0.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.20.2 dune-configurator.3.20.2 dune-private-libs.3.20.2 dune-site.3.20.2 dyn.3.20.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.20.2 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.20.2 topkg.1.1.0 uutf.1.0.4' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS'" failed with exit status 1 2025-10-07 22:04.53: Job failed: Failed: Build failed