2025-05-02 15:03.19: 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.3)
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.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.3 /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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && 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.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 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.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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-05-02 15:03.19: Using cache hint "kit-ty-kate/labrys-freebsd-14.2-ocaml-4.14-freebsd-14.2-4.14_opam-2.3-2becd0362023d281982bd1986567f0ca"
2025-05-02 15:03.19: Using OBuilder spec:
((from freebsd-14.2-ocaml-4.14)
(comment freebsd-14.2-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.3 /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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && 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.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 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.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 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.3 --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-05-02 15:03.19: Waiting for resource in pool OCluster
2025-05-02 19:59.43: Waiting for worker…
2025-05-02 21:10.06: Got resource from pool OCluster
Building on summer
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>
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.2-ocaml-4.14)
2025-05-02 20:58.51 ---> using "e232d73c9161ea3ff94ff4ae2b5a6983da9a9ca98d5185b2db1dbadeae5228e2" from cache
/: (comment freebsd-14.2-4.14_opam-2.3)
/: (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.3 /usr/local/bin/opam"))
2025-05-02 20:58.52 ---> using "5aedfaeff2bc60ce09298f87624d557fac4c416addb6915ab987317e95fa6323" 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-05-02 20:58.52 ---> using "33d10a393b3f49c5577becd825d2bcab91e98bdde15eb554bf0dba345ccb7809" 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.3.0
2025-05-02 20:58.52 ---> using "318cf18a0512582a14a586ceb7ba02273510347df5896f5e5d533054ff3c99cc" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-05-02 20:58.53 ---> using "6fc646c578a950069629f2a24c45eb1d012bef32c9d3cba5f25029d6618e05d7" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
48e47466f5..35eb2f107a master -> origin/master
35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.4.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2025-05-02 20:58.53 ---> using "33bd31d465814134d9845fbc6b4c2487eecfa11473c64d6dd6ded13b157eee71" from cache
/src: (copy (src labrys.opam) (dst ./))
2025-05-02 20:58.54 ---> saved as "c3458756aceed484ecbd750cfbfcd3fffae76f166eaa1a923c3e4ed91f148698"
/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-05-02 20:58.55 ---> saved as "701b69e39f5478859176044bbc77a39369351ff0dd42060cf278e09fd3f969d3"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-02 20:58.56 ---> saved as "5d912085c84bb805eb4c5a08979aeb1eba0c631e86121000b5856ae2fa637cdc"
/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.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 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.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 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.3 --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...
- [summer] Fetching data.pkg: ...
- ....... done
- Processing entries:
- .
- .
- .
- ..
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 35953 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
-
- Installed packages to be UPGRADED:
- pkg: 1.21.3 -> 2.1.2
-
- Number of packages to be upgraded: 1
-
- 12 MiB to be downloaded.
- [summer] [1/1] Fetching pkg-2.1.2.pkg: ...
- .....
- .. done
- Checking integrity... done (0 conflicting)
- [summer] [1/1] Upgrading pkg from 1.21.3 to 2.1.2...
- [summer] [1/1] Extracting pkg-2.1.2: .........
- . done
- Updating FreeBSD repository catalogue...
- FreeBSD 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.6
- cmake-core: 3.31.6
- cmake-doc: 3.31.6
- cmake-man: 3.31.6
- 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.11
- libXdmcp: 1.1.5
- libXext: 1.3.6,1
- libXft: 2.3.8
- libXrender: 0.9.12
- libedit: 3.1.20250104,1
- libuv: 1.50.0
- libxcb: 1.17.0
- libxml2: 2.11.9
- llvm11: 11.0.1_9
- lua54: 5.4.7
- png: 1.6.47
- 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 953 MiB more space.
- 163 MiB to be downloaded.
- [summer] [1/26] Fetching png-1.6.47.pkg: .......... done
- [summer] [2/26] Fetching libxcb-1.17.0.pkg: .......... done
- [summer] [3/26] Fetching freetype2-2.13.3.pkg: .......
- ... done
- [summer] [4/26] Fetching libedit-3.1.20250104,1.pkg: .......... done
- [summer] [5/26] Fetching cmake-man-3.31.6.pkg: .......... done
- [summer] [6/26] Fetching jsoncpp-1.9.6_1.pkg: ........ done
- [summer] [7/26] Fetching libuv-1.50.0.pkg: ......... done
- [summer] [8/26] Fetching lua54-5.4.7.pkg: .......... done
- [summer] [9/26] Fetching tk86-8.6.16.pkg: .......
- ... done
- [summer] [10/26] Fetching llvm11-11.0.1_9.pkg:
- .
- .
- .
- ..
- ..
- ... done
- [summer] [11/26] Fetching cmake-core-3.31.6.pkg: .......... done
- [summer] [12/26] Fetching libXext-1.3.6,1.pkg: ....... done
- [summer] [13/26] Fetching python27-2.7.18_4.pkg: .....
- ..... done
- [summer] [14/26] Fetching cmake-3.31.6.pkg: . done
- [summer] [15/26] Fetching libXau-1.0.11.pkg: . done
- [summer] [16/26] Fetching libxml2-2.11.9.pkg: .
- ......... done
- [summer] [17/26] Fetching fontconfig-2.15.0_3,1.pkg: .......... done
- [summer] [18/26] Fetching libXScrnSaver-1.2.4_1.pkg: . done
- [summer] [19/26] Fetching libX11-1.8.12,1.pkg: .......... done
- [summer] [20/26] Fetching libXrender-0.9.12.pkg: ... done
- [summer] [21/26] Fetching xorgproto-2024.1.pkg: .......... done
- [summer] [22/26] Fetching libXft-2.3.8.pkg: ..... done
- [summer] [23/26] Fetching cmake-doc-3.31.6.pkg: .
- ......... done
- [summer] [24/26] Fetching libXdmcp-1.1.5.pkg: . done
- [summer] [25/26] Fetching rhash-1.4.4_1.pkg: .......... done
- [summer] [26/26] Fetching tcl86-8.6.16_2.pkg: .......... done
- Checking integrity...
- done (0 conflicting)
- [summer] [1/26] Installing cmake-doc-3.31.6...
- [summer] [1/26] Extracting cmake-doc-3.31.6: .......... done
- [summer] [2/26] Installing cmake-man-3.31.6...
- [summer] [2/26] Extracting cmake-man-3.31.6: .......... done
- [summer] [3/26] Installing jsoncpp-1.9.6_1...
- [summer] [3/26] Extracting jsoncpp-1.9.6_1: .......... done
- [summer] [4/26] Installing libXau-1.0.11...
- [summer] [4/26] Extracting libXau-1.0.11: .......... done
- [summer] [5/26] Installing libedit-3.1.20250104,1...
- [summer] [5/26] Extracting libedit-3.1.20250104,1: .......... done
- [summer] [6/26] Installing libuv-1.50.0...
- [summer] [6/26] Extracting libuv-1.50.0: .......... done
- [summer] [7/26] Installing libxml2-2.11.9...
- [summer] [7/26] Extracting libxml2-2.11.9: .......... done
- [summer] [8/26] Installing lua54-5.4.7...
- [summer] [8/26] Extracting lua54-5.4.7: .......... done
- [summer] [9/26] Installing llvm11-11.0.1_9...
- [summer] [9/26] Extracting llvm11-11.0.1_9: .
- ....
- ..... done
- [summer] [10/26] Installing png-1.6.47...
- [summer] [10/26] Extracting png-1.6.47: .........
- . done
- [summer] [11/26] Installing freetype2-2.13.3...
- [summer] [11/26] Extracting freetype2-2.13.3: .......... done
- [summer] [12/26] Installing fontconfig-2.15.0_3,1...
- [summer] [12/26] Extracting fontconfig-2.15.0_3,1: .......... done
- [summer] [13/26] Installing rhash-1.4.4_1...
- [summer] [13/26] Extracting rhash-1.4.4_1: .......... done
- [summer] [14/26] Installing cmake-core-3.31.6...
- [summer] [14/26] Extracting cmake-core-3.31.6: .......... done
- [summer] [15/26] Installing cmake-3.31.6...
- [summer] [16/26] Installing tcl86-8.6.16_2...
- [summer] [16/26] Extracting tcl86-8.6.16_2: .......... done
- [summer] [17/26] Installing xorgproto-2024.1...
- [summer] [17/26] Extracting xorgproto-2024.1: .......... done
- [summer] [18/26] Installing libXdmcp-1.1.5...
- [summer] [18/26] Extracting libXdmcp-1.1.5: ......... done
- [summer] [19/26] Installing libxcb-1.17.0...
- [summer] [19/26] Extracting libxcb-1.17.0: .......... done
- [summer] [20/26] Installing libX11-1.8.12,1...
- [summer] [20/26] Extracting libX11-1.8.12,1: .......... done
- [summer] [21/26] Installing libXext-1.3.6,1...
- [summer] [21/26] Extracting libXext-1.3.6,1: .......... done
- [summer] [22/26] Installing libXScrnSaver-1.2.4_1...
- [summer] [22/26] Extracting libXScrnSaver-1.2.4_1: .......... done
- [summer] [23/26] Installing libXrender-0.9.12...
- [summer] [23/26] Extracting libXrender-0.9.12: .......... done
- [summer] [24/26] Installing libXft-2.3.8...
- [summer] [24/26] Extracting libXft-2.3.8: .......... done
- [summer] [25/26] Installing tk86-8.6.16...
- [summer] [25/26] Extracting tk86-8.6.16: .......... done
- [summer] [26/26] Installing python27-2.7.18_4...
- [summer] [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-05-02 21:00.25 ---> saved as "5fb112d7cf66edc16a85ad56495b6cf202684c4c0476538fc9aee23b69f63d16"
/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.15
∗ containers-data 3.15
∗ csexp 1.5.2
∗ ctypes 0.23.0
∗ dune 3.18.2
∗ dune-configurator 3.18.2
∗ dune-private-libs 3.18.2
∗ dune-site 3.18.2
∗ dyn 3.18.2
∗ either 1.0.0
∗ integers 0.7.0
∗ llvm 11.0.0
∗ menhir 20240715
∗ menhirCST 20240715
∗ menhirLib 20240715
∗ menhirSdk 20240715
∗ msgpack 1.3.0
∗ num 1.5-1
∗ ocamlbuild 0.16.1
∗ ocamlfind 1.9.8
∗ ordering 3.18.2
∗ pp 2.0.0
∗ pprint 20230830
∗ re 1.12.0
∗ seq base
∗ stdlib-shims 0.3.0
∗ stdune 3.18.2
∗ topkg 1.0.8
∗ uutf 1.0.4
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved conf-cmake.1 (cached)
⬇ retrieved bigarray-compat.1.1.0 (cached)
∗ installed conf-cmake.1
∗ installed conf-bash.1
⬇ retrieved cmdliner.1.3.0 (cached)
⬇ retrieved containers.3.15, containers-data.3.15 (cached)
⬇ 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 conf-llvm.11.0.0 (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-llvm/configure.sh.11.0.0)
⬇ retrieved either.1.0.0 (cached)
⬇ retrieved integers.0.7.0 (cached)
[ERROR] The compilation of conf-llvm.11.0.0 failed at "bash -ex configure.sh 11.0.0".
⬇ retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
⬇ retrieved dune.3.18.2, dune-configurator.3.18.2, dune-private-libs.3.18.2, dune-site.3.18.2, dyn.3.18.2, ordering.3.18.2, stdune.3.18.2 (cached)
⬇ retrieved num.1.5-1 (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 seq.base (cached)
∗ installed seq.base
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved re.1.12.0 (cached)
∗ installed cmdliner.1.3.0
⬇ retrieved uutf.1.0.4 (cached)
⬇ retrieved topkg.1.0.8 (cached)
∗ installed num.1.5-1
∗ installed ocamlfind.1.9.8
∗ installed base-bytes.base
∗ installed ocamlbuild.0.16.1
⬇ 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 dune.3.18.2
∗ installed menhirSdk.20240715
∗ installed menhirLib.20240715
∗ installed menhirCST.20240715
∗ installed ordering.3.18.2
∗ installed stdlib-shims.0.3.0
∗ installed re.1.12.0
∗ installed pprint.20230830
∗ installed pp.2.0.0
∗ installed integers.0.7.0
∗ installed either.1.0.0
∗ installed csexp.1.5.2
∗ installed dyn.3.18.2
∗ installed menhir.20240715
∗ installed bigarray-compat.1.1.0
∗ installed msgpack.1.3.0
∗ installed dune-configurator.3.18.2
∗ installed topkg.1.0.8
∗ installed stdune.3.18.2
∗ installed uutf.1.0.4
∗ installed containers.3.15
∗ installed ctypes.0.23.0
∗ installed containers-data.3.15
∗ installed dune-private-libs.3.18.2
∗ installed dune-site.3.18.2
#=== ERROR while compiling conf-llvm.11.0.0 ===================================#
# context 2.3.0 | 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-84433-2713a0.env
# output-file ~/.opam/log/conf-llvm-84433-2713a0.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.15
│ ∗ install containers-data 3.15
│ ∗ install csexp 1.5.2
│ ∗ install ctypes 0.23.0
│ ∗ install dune 3.18.2
│ ∗ install dune-configurator 3.18.2
│ ∗ install dune-private-libs 3.18.2
│ ∗ install dune-site 3.18.2
│ ∗ install dyn 3.18.2
│ ∗ install either 1.0.0
│ ∗ install integers 0.7.0
│ ∗ install menhir 20240715
│ ∗ install menhirCST 20240715
│ ∗ install menhirLib 20240715
│ ∗ install menhirSdk 20240715
│ ∗ install msgpack 1.3.0
│ ∗ install num 1.5-1
│ ∗ install ocamlbuild 0.16.1
│ ∗ install ocamlfind 1.9.8
│ ∗ install ordering 3.18.2
│ ∗ install pp 2.0.0
│ ∗ install pprint 20230830
│ ∗ install re 1.12.0
│ ∗ install seq base
│ ∗ install stdlib-shims 0.3.0
│ ∗ install stdune 3.18.2
│ ∗ install topkg 1.0.8
│ ∗ 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-20250502210027.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.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 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.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 uutf.1.0.4' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS': failed
"jail" "-c" "name=obuilder_94186_10681" "mount.fstab=/tmp/obuilder-jail-8dc177/fstab" "mount.devfs" "path=/obuilder/result/912ab51cbe517178ba94ac80f4ac243ba252fdbfaad7a233abb607f28c5bf719/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.15 containers-data.3.15 csexp.1.5.2 ctypes.0.23.0 dune.3.18.2 dune-configurator.3.18.2 dune-private-libs.3.18.2 dune-site.3.18.2 dyn.3.18.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.5-1 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.18.2 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.18.2 topkg.1.0.8 uutf.1.0.4' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS'" failed with exit status 1
2025-05-02 21:20.09: Job failed: Failed: Build failed