Organisationskit-ty-katelabrys0ed178 (master)macos-homebrew-4.14_opam-2.1

macos-homebrew-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:55.01: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (macos-x86_64:macos-homebrew-4.14_opam-2.1)
Base: macos-homebrew-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 macos-homebrew-ocaml-4.14
# macos-homebrew-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 labrys.opam ./src/./
RUN opam pin add -yn labrys.dev './src/./'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y labrys.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . ./src
RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-04-30 08:55.01: Using cache hint "kit-ty-kate/labrys-macos-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.1-0f5cc099b82491d23dd864cbb0cbd238"
2024-04-30 08:55.01: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src labrys.opam) (dst ./src/./))
 (run (network host)
      (shell "opam pin add -yn labrys.dev './src/./'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 topkg.1.0.7 uutf.1.0.3")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y labrys.dev $DEPS"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst ./src))
 (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-04-30 08:55.01: Waiting for resource in pool OCluster
2024-04-30 20:37.35: Waiting for workerโ€ฆ
2024-04-30 23:51.35: Got resource from pool OCluster
Building on i7-worker-01
Initialized empty Git repository in /private/var/lib/ocluster-worker/git/labrys.git-72fef864d3675ef07e1504a20f6627589862938b/.git/
HEAD is now at 0ed178a Always call llc during the tests in CI


(from macos-homebrew-ocaml-4.14)
2024-04-30 23:51.54 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-04-30 23:51.54 ---> using "25b9bb92388ede51fae89d4de3a3dbc7bf0716456eef41b1ea8636995a3eeab7" from cache


/: (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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-04-30 23:51.54 ---> using "0525a69f67d7dcc5812c572fe55aa709891b6884e539fc956e1641dd42758a4d" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-30 23:51.54 ---> using "f4908fd0e5799798bb14c138897a7b0cd12737558237c57b6cfe71feb61d52ba" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   3505e93828..e90e14059c  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Constructing initial basis...
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.3.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.
# Run eval $(opam env) to update the current shell environment
2024-04-30 23:51.55 ---> using "4a646ae2cb5f14aae7c83b3016a2084a45899eebaebbe364eddbdc8edd8293bd" from cache


/: (copy (src labrys.opam) (dst ./src/./))
2024-04-30 23:51.56 ---> saved as "9b21a02b9c2922a0ddee9b80378062a30c0b763fe4132e01fb47be08cf0abcf3"


/: (run (network host)
        (shell "opam pin add -yn labrys.dev './src/./'"))
[labrys.dev] synchronised (file:///Users/mac1000/src)
labrys is now pinned to file:///Users/mac1000/src (version dev)
2024-04-30 23:52.20 ---> saved as "544935e13ed5e18fa88258746e0fc15564bdf3de102fed06290da5fd806976eb"


/: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.2.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.13.1 containers-data.3.13.1 csexp.1.5.2 ctypes.0.22.0 dune.3.15.2 dune-configurator.3.15.2 dune-private-libs.3.15.2 dune-site.3.15.2 dyn.3.15.2 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 msgpack.1.3.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ordering.3.15.2 pp.1.2.0 pprint.20230830 re.1.11.0 seq.base stdlib-shims.0.3.0 stdune.3.15.2 topkg.1.0.7 uutf.1.0.3")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y labrys.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[labrys.dev] synchronised (no changes)


[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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


The following system packages will first need to be installed:
    cmake llvm@11 python


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/brew "install" "cmake" "llvm@11" "python"
- Warning: Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag.
- ==> Downloading https://ghcr.io/v2/homebrew/core/cmake/manifests/3.29.2
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5d86fc2c8aaddd092bcc954dec2091b65eb56cecc087312d622cd82f39c55c37--cmake-3.29.2.bottle_manifest.json
- ==> Fetching cmake
- ==> Downloading https://ghcr.io/v2/homebrew/core/cmake/blobs/sha256:4489c01846145cadb0547f8c75b7dfdbe83ea8a6d528c07df2a1650c9a1b8897
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1a4c33bad75ae3133698c01ddca5a6fba39006bdb4ded9877ef13e12de39b6d5--cmake--3.29.2.sonoma.bottle.tar.gz
- Error: llvm@11 has been disabled because it is a versioned formula!
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.12/manifests/3.12.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/5065c4d76c933aad4e13bd77c1bf37f0afe78f4608261edd170e331cb36c8a0d--python@3.12-3.12.3.bottle_manifest.json
- ==> Fetching dependencies for python@3.12: mpdecimal, ca-certificates, openssl@3, readline, sqlite and xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/4.0.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7b63c3b34bee402290af49fac829a6682ab45ea5c9258b6fe03b590a03a4c4a9--mpdecimal-4.0.0-1.bottle_manifest.json
- ==> Fetching mpdecimal
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/blobs/sha256:377dc5e30dd1292ac1666dd43a447b861ad283024f70a3e914c7e11572ae869e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a9dadc90cf8070e93fdea98523c5750106ae071d268c12827376dc68b3413fe7--mpdecimal--4.0.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-03-11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c431e0186df2ccc2ea942b34a3c26c2cebebec8e07ad6abdae48447a52c5f506--ca-certificates-2024-03-11.bottle_manifest.json
- ==> Fetching ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/blobs/sha256:cab828953672906e00a8f25db751977b8dc4115f021f8dfe82b644ade03dacdb
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2c0842d836eaa991deac09d2f933bf5ff5b214d7c5d225c7fe042f6262ca21a9--ca-certificates--2024-03-11.all.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.3.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd7e4cb72da375d51619d8c60fb91a70696e352edb515631b5751d05342e471d--openssl@3-3.3.0-1.bottle_manifest.json
- ==> Fetching openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/blobs/sha256:f37328addd300e16046ee900f26d3ed026a6c810ea88269e114a4e0f06ed41b6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/3455162bf343a308a878ca43d6dbf80074b6095d437ef2881e2286eae64b9818--openssl@3--3.3.0.sonoma.bottle.1.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4ddd52803319828799f1932d4c7fa8d11c667049b20a56341c0c19246a1be93b--readline-8.2.10.bottle_manifest.json
- ==> Fetching readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/blobs/sha256:9796e0ff1cc29ae7e75d8fc1a3e2c5e8ae2aeade8d9d59a16363306bf6c5b8f4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/59bbcc80140931455ac84229d716c168eb192d60b51e5e145505b26a86f590f2--readline--8.2.10.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.45.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9eebda014aefbd585433274db989aa060c29200f656e6e106b4c1956438a2401--sqlite-3.45.3.bottle_manifest.json
- ==> Fetching sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/blobs/sha256:47e8a06001c02bd20d69431a76023baa4662a60127faf9fb8a3106d5f532dd29
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a0da99184f68adc1a919dec9c8cc85c199776544a99e0b19331f21d1e0f85a01--sqlite--3.45.3.sonoma.bottle.tar.gz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b2cc4077807c100af6e0253f51d186f187ff55165638cbe3a4aa16d1c4762660--xz-5.4.6.bottle_manifest.json
- ==> Fetching xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/blobs/sha256:139fcf6d46fb85d3693f5d7452a37ec5f50f17b5ef044ac96a2c7deccb7983b4
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/43f3e389ca6041ad27899272abc383096ddb15ec4c51b83d5873dbc44829cabe--xz--5.4.6.sonoma.bottle.tar.gz
- ==> Fetching python@3.12
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.12/blobs/sha256:2bd309f8e329a645ac48a64e7b7983accf6773711491f635c9c5ed5c5f3a78fb
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/fdd7186f05e876456ea0bb6bf1201c13a917626753b8aacab6f707d7f8aab055--python@3.12--3.12.3.sonoma.bottle.tar.gz
- ==> Pouring cmake--3.29.2.sonoma.bottle.tar.gz
- ==> Caveats
- To install the CMake documentation, run:
-   brew install cmake-docs
- 
- Bash completion has been installed to:
-   /usr/local/etc/bash_completion.d
- 
- Emacs Lisp files have been installed to:
-   /usr/local/share/emacs/site-lisp/cmake
- ==> Summary
- ๐Ÿบ  /usr/local/Cellar/cmake/3.29.2: 3,384 files, 59.2MB
- ==> Running `brew cleanup cmake`...
- Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
- Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
- ==> Installing dependencies for python@3.12: mpdecimal, ca-certificates, openssl@3, readline, sqlite and xz
- ==> Installing python@3.12 dependency: mpdecimal
- ==> Downloading https://ghcr.io/v2/homebrew/core/mpdecimal/manifests/4.0.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/7b63c3b34bee402290af49fac829a6682ab45ea5c9258b6fe03b590a03a4c4a9--mpdecimal-4.0.0-1.bottle_manifest.json
- ==> Pouring mpdecimal--4.0.0.sonoma.bottle.1.tar.gz
- ๐Ÿบ  /usr/local/Cellar/mpdecimal/4.0.0: 21 files, 611.6KB
- ==> Installing python@3.12 dependency: ca-certificates
- ==> Downloading https://ghcr.io/v2/homebrew/core/ca-certificates/manifests/2024-03-11
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/c431e0186df2ccc2ea942b34a3c26c2cebebec8e07ad6abdae48447a52c5f506--ca-certificates-2024-03-11.bottle_manifest.json
- ==> Pouring ca-certificates--2024-03-11.all.bottle.tar.gz


- ๐Ÿบ  /usr/local/Cellar/ca-certificates/2024-03-11: 3 files, 229.2KB
- ==> Installing python@3.12 dependency: openssl@3
- ==> Downloading https://ghcr.io/v2/homebrew/core/openssl/3/manifests/3.3.0-1
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/cd7e4cb72da375d51619d8c60fb91a70696e352edb515631b5751d05342e471d--openssl@3-3.3.0-1.bottle_manifest.json
- ==> Pouring openssl@3--3.3.0.sonoma.bottle.1.tar.gz
- ๐Ÿบ  /usr/local/Cellar/openssl@3/3.3.0: 6,976 files, 32.6MB
- ==> Installing python@3.12 dependency: readline
- ==> Downloading https://ghcr.io/v2/homebrew/core/readline/manifests/8.2.10
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/4ddd52803319828799f1932d4c7fa8d11c667049b20a56341c0c19246a1be93b--readline-8.2.10.bottle_manifest.json
- ==> Pouring readline--8.2.10.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/readline/8.2.10: 50 files, 1.7MB
- ==> Installing python@3.12 dependency: sqlite
- ==> Downloading https://ghcr.io/v2/homebrew/core/sqlite/manifests/3.45.3
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/9eebda014aefbd585433274db989aa060c29200f656e6e106b4c1956438a2401--sqlite-3.45.3.bottle_manifest.json
- ==> Pouring sqlite--3.45.3.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/sqlite/3.45.3: 11 files, 4.7MB
- ==> Installing python@3.12 dependency: xz
- ==> Downloading https://ghcr.io/v2/homebrew/core/xz/manifests/5.4.6
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b2cc4077807c100af6e0253f51d186f187ff55165638cbe3a4aa16d1c4762660--xz-5.4.6.bottle_manifest.json
- ==> Pouring xz--5.4.6.sonoma.bottle.tar.gz
- ๐Ÿบ  /usr/local/Cellar/xz/5.4.6: 163 files, 2.5MB
- ==> Installing python@3.12
- ==> Pouring python@3.12--3.12.3.sonoma.bottle.tar.gz


- ==> Caveats
- Python has been installed as
-   /usr/local/bin/python3
- 
- Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
- `python3`, `python3-config`, `pip3` etc., respectively, have been installed into
-   /usr/local/opt/python@3.12/libexec/bin
- 
- See: https://docs.brew.sh/Homebrew-and-Python
- ==> Summary
- ๐Ÿบ  /usr/local/Cellar/python@3.12/3.12.3: 3,269 files, 61.4MB
- ==> Running `brew cleanup python@3.12`...
- ==> Caveats
- ==> cmake
- To install the CMake documentation, run:
-   brew install cmake-docs
- 
- Bash completion has been installed to:
-   /usr/local/etc/bash_completion.d
- 
- Emacs Lisp files have been installed to:
-   /usr/local/share/emacs/site-lisp/cmake
- ==> python@3.12
- Python has been installed as
-   /usr/local/bin/python3
- 
- Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
- `python3`, `python3-config`, `pip3` etc., respectively, have been installed into
-   /usr/local/opt/python@3.12/libexec/bin
- 
- See: https://docs.brew.sh/Homebrew-and-Python
[ERROR] System package install failed with exit code 1 at command:
            brew install cmake llvm@11 python
This command should get the requirements installed:


    brew install cmake llvm@11 python


2024-04-30 23:53.48 ---> saved as "bf43adeb7bf6427fbf52107e668a9f616354a424d94620302005217fb8005596"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
  - install ocamlbuild        0.14.3
  - install dune              3.15.2
  - install conf-bash         1
  - install num               1.5
  - install cmdliner          1.2.0
  - install ocamlfind         1.9.6
  - install seq               base
  - install conf-cmake        1
  - install conf-python-2-7   1.2
  - install stdlib-shims      0.3.0
  - install pprint            20230830
  - install pp                1.2.0
  - install ordering          3.15.2
  - install menhirSdk         20231231
  - install menhirLib         20231231
  - install menhirCST         20231231
  - install either            1.0.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install conf-llvm         11.0.0
  - install topkg             1.0.7
  - install base-bytes        base
  - install re                1.11.0
  - install integers          0.7.0
  - install dyn               3.15.2
  - install menhir            20231231
  - install dune-configurator 3.15.2
  - install uutf              1.0.3
  - install msgpack           1.3.0
  - install stdune            3.15.2
  - install ctypes            0.22.0
  - install containers        3.13.1
  - install dune-private-libs 3.15.2
  - install llvm              11.0.0
  - install containers-data   3.13.1
  - install dune-site         3.15.2
===== 36 to install =====


The following system packages will first need to be installed:
    llvm@11


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/local/bin/brew "install" "llvm@11"
- Error: llvm@11 has been disabled because it is a versioned formula!
[ERROR] System package install failed with exit code 1 at command:
            brew install llvm@11
You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages altogether.
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 10
2024-04-30 23:54.14: Job failed: Failed: Build failed