Organisationskit-ty-katelabrys0ed178 (master)freebsd-14.2-4.14_opam-2.4

freebsd-14.2-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-09-16 10:11.22: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (freebsd-x86_64:freebsd-14.2-4.14_opam-2.4)
Base: freebsd-14.2-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.2-ocaml-4.14
# freebsd-14.2-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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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.1.3.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.13.2 seq.base 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-09-16 10:11.22: Using cache hint "kit-ty-kate/labrys-freebsd-14.2-ocaml-4.14-freebsd-14.2-4.14_opam-2.4-92e8fe05da255aac19e1eff7e3a6d884"
2025-09-16 10:11.22: 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 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.1.3.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.13.2 seq.base 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-09-16 10:11.22: Waiting for resource in pool OCluster
2025-09-16 10:11.23: Waiting for worker…
2025-09-16 11:38.42: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 0ed178a Always call llc during the tests in CI


(from freebsd-14.2-ocaml-4.14)
2025-09-16 11:46.21 ---> 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 11:46.21 ---> 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 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2025-09-16 11:46.22 ---> using "4f5272944a297469599fadae70be6af0a741315c350ad35dc552c1741ce274b4" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.2-RELEASE-p1
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-16 11:46.22 ---> using "07a4e313abba0673771074c9860cdd9543e4761d68d2fb7c6d7221bc739a7e75" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-16 11:46.22 ---> 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_HEAD
4028320478..7949ff40d8  master     -> origin/master
6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc


<><> 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-09-16 11:46.22 ---> using "7725261d76654d1dd37a3cb5fdf4f69d667ba527d60d14c45d86c8dd0154d0d1" from cache


/src: (copy (src labrys.opam) (dst ./))
2025-09-16 11:46.23 ---> saved as "a4e950ac433fa93bd0bb0dc1178f77a1f6cac5e16b4190b1ea9710a770d9b009"


/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-09-16 11:46.24 ---> saved as "d69cf42fe3bda923333e2301cb529ce872a8feb35880f94eb51d4b4a565d9f1d"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-16 11:46.25 ---> saved as "a45d6c4503eb4d0c728ac08cfce68a838848037f9862939c05e934c1da3bd4f9"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.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.13.2 seq.base 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. 35671 packages processed.
- 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.7
- 	cmake-core: 3.31.7
- 	cmake-doc: 3.31.7
- 	cmake-man: 3.31.7
- 	fontconfig: 2.15.0_3,1
- 	freetype2: 2.13.3
- 	jsoncpp: 1.9.6_1
- 	libX11: 1.8.12,1
- 	libXScrnSaver: 1.2.4_1
- 	libXau: 1.0.12
- 	libXdmcp: 1.1.5
- 	libXext: 1.3.6,1
- 	libXft: 2.3.8
- 	libXrender: 0.9.12
- 	libedit: 3.1.20250104,1
- 	libuv: 1.51.0
- 	libxcb: 1.17.0
- 	libxml2: 2.14.5
- 	llvm11: 11.0.1_10
- 	lua54: 5.4.7
- 	png: 1.6.49
- 	python27: 2.7.18_4
- 	rhash: 1.4.4_1
- 	tcl86: 8.6.16_2
- 	tk86: 8.6.16
- 	xorgproto: 2024.1
- 
- Number of packages to be installed: 26
- 
- The process will require 952 MiB more space.
- 163 MiB to be downloaded.
- [rosemary] [1/26] Fetching cmake-3.31.7.pkg: . done
- [rosemary] [2/26] Fetching png-1.6.49.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.7.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.7.pkg: .......... done
- [rosemary] [17/26] Fetching libXft-2.3.8.pkg: ...... done
- [rosemary] [18/26] Fetching cmake-doc-3.31.7.pkg: ...
- ....... done
- [rosemary] [19/26] Fetching tk86-8.6.16.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.7.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.16_2.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.7...
- [rosemary] [1/26] Extracting cmake-doc-3.31.7: .....
- ..... done
- [rosemary] [2/26] Installing cmake-man-3.31.7...
- [rosemary] [2/26] Extracting cmake-man-3.31.7: .......... 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.7...
- [rosemary] [8/26] Extracting lua54-5.4.7: .......... 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.49...
- [rosemary] [10/26] Extracting png-1.6.49: .......... 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.7...
- [rosemary] [14/26] Extracting cmake-core-3.31.7: .......... done
- [rosemary] [15/26] Installing cmake-3.31.7...
- [rosemary] [16/26] Installing tcl86-8.6.16_2...
- [rosemary] [16/26] Extracting tcl86-8.6.16_2: .......... 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.16...
- [rosemary] [25/26] Extracting tk86-8.6.16: .......... 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-09-16 11:47.26 ---> saved as "f2cdf7d77077c49a4e084f51a85762e9ffc2dcb03a512d3da2e316b98aeb9c95"


/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 36 packages
 base-bytes        base
 bigarray-compat   1.1.0
 cmdliner          1.3.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.13.2
 seq               base
 stdlib-shims      0.3.0
 stdune            3.20.2
 topkg             1.1.0
 uutf              1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved conf-cmake.1  (cached)
 retrieved conf-llvm.11.0.0  (cached)
 retrieved conf-python-2-7.1.2  (cached)
 installed conf-python-2-7.1.2
 installed conf-cmake.1
 installed conf-bash.1
 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 cmdliner.1.3.0  (cached)
 retrieved csexp.1.5.2  (cached)
 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 msgpack.1.3.0  (cached)
 retrieved num.1.6  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved pp.2.0.0  (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 re.1.13.2  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 installed ocamlbuild.0.16.1
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved pprint.20230830  (cached)
 installed num.1.6
 retrieved uutf.1.0.4  (cached)
 retrieved llvm.11.0.0  (cached)
 retrieved topkg.1.1.0  (cached)
 installed cmdliner.1.3.0
 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 pp.2.0.0
 installed stdlib-shims.0.3.0
 installed either.1.0.0
 installed csexp.1.5.2
 installed integers.0.7.0
 installed ordering.3.20.2
 installed re.1.13.2
 installed pprint.20230830
 installed bigarray-compat.1.1.0
 installed dyn.3.20.2
 installed dune-configurator.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-16340-2c69e9.env
# output-file ~/.opam/log/conf-llvm-16340-2c69e9.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          1.3.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.13.2
 install seq               base
 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-20250916114727.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.1.3.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.13.2 seq.base 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_58756_32786" "mount.fstab=/tmp/obuilder-jail-e4b7ae/fstab" "mount.devfs" "path=/obuilder/result/250e3dc0685237301962e08507ce9afc2710bb7d7cfd7b3d845a1c9540e9efe0/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.1.3.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.13.2 seq.base 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-09-16 11:49.50: Job failed: Failed: Build failed