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

macos-homebrew-4.14_arm64_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-arm64:macos-homebrew-4.14_arm64_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_arm64_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_arm64_opam-2.1-0f5cc099b82491d23dd864cbb0cbd238"
2024-04-30 08:55.01: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
 (comment macos-homebrew-4.14_arm64_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 16:32.51: Waiting for workerโ€ฆ
2024-04-30 18:48.54: Got resource from pool OCluster
Building on m1-worker-04
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 18:49.00 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache


/: (comment macos-homebrew-4.14_arm64_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 18:49.00 ---> 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 18:49.00 ---> 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 18:49.01 ---> 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
   b530f3bbd2..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 18:49.01 ---> using "4a646ae2cb5f14aae7c83b3016a2084a45899eebaebbe364eddbdc8edd8293bd" from cache


/: (copy (src labrys.opam) (dst ./src/./))
2024-04-30 18:49.02 ---> 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 18:49.10 ---> 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"))
+ /opt/homebrew/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...


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /opt/homebrew/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:af3a67e244d5d201d0fcca342ac274bd518bf5101056a4a18897e46770bc7979
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/b1e236b71b8f99f70c19887345c85f4022c1d28c8948b90075965abcc9a7c5fa--cmake--3.29.2.arm64_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:2965eec8a30f462b3bd6a8cc2756c1645e75f4399471594e434e36e886239e2e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/f7a1a899d1404f0c9c837f61028928d0704d1cdd79728461141555850e51091c--mpdecimal--4.0.0.arm64_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:ec6f9daf8e32d96f4a2f4cd56d18533ee47bb8d9e7cb3d832ac64115d8a1a4ca
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/47ee1c5661a263b9000a31a0c0fd731921584c62a47c5d1504e9406e5faa0c13--openssl@3--3.3.0.arm64_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:713fd1fa8544426b7e97eb21d13153195fea4c407db8a174bd183777b81c9192
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/38d453b1d32a0b25eaa526a0dcb81d97078e62528c0d28f5ce9ef1ee44373ff4--readline--8.2.10.arm64_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:253a7732af34b28f992072e84d9977d511844a0ebd238e94a5cb2f3fe254604c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a716992551c2a2fbff8f0c957cbbad32440c0ff161e8f70f049477139135e9e8--sqlite--3.45.3.arm64_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:01ced87d92d0c1131c069108efb14f6940f9e528e2d044ac41d9a0d8f5169f2e
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/a8def111ef35d2c9d46e56ff2c6c7b623b61be0f395014454e9f11db2db16981--xz--5.4.6.arm64_sonoma.bottle.tar.gz
- ==> Fetching python@3.12
- ==> Downloading https://ghcr.io/v2/homebrew/core/python/3.12/blobs/sha256:fd301f96783de7d57e8d704ca0967e5cf111350acbf1ad8bec36fa27bb75fc3c
- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e43a5ea97fe9ed667fa5f8b90c1dc4d51352bc6c9993d06c7d0a0ef3a47d2801--python@3.12--3.12.3.arm64_sonoma.bottle.tar.gz
- ==> Pouring cmake--3.29.2.arm64_sonoma.bottle.tar.gz
- ==> Caveats
- To install the CMake documentation, run:
-   brew install cmake-docs
- 
- Bash completion has been installed to:
-   /opt/homebrew/etc/bash_completion.d
- 
- Emacs Lisp files have been installed to:
-   /opt/homebrew/share/emacs/site-lisp/cmake
- ==> Summary
- ๐Ÿบ  /opt/homebrew/Cellar/cmake/3.29.2: 3,384 files, 55.4MB
- ==> 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.arm64_sonoma.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/mpdecimal/4.0.0: 21 files, 637KB
- ==> 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


- ๐Ÿบ  /opt/homebrew/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.arm64_sonoma.bottle.1.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/openssl@3/3.3.0: 6,976 files, 32.2MB
- ==> 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.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/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.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/sqlite/3.45.3: 11 files, 4.8MB
- ==> 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.arm64_sonoma.bottle.tar.gz
- ๐Ÿบ  /opt/homebrew/Cellar/xz/5.4.6: 163 files, 2.6MB
- ==> Installing python@3.12
- ==> Pouring python@3.12--3.12.3.arm64_sonoma.bottle.tar.gz


- ==> Caveats
- Python has been installed as
-   /opt/homebrew/bin/python3
- 
- Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
- `python3`, `python3-config`, `pip3` etc., respectively, have been installed into
-   /opt/homebrew/opt/python@3.12/libexec/bin
- 
- See: https://docs.brew.sh/Homebrew-and-Python
- ==> Summary
- ๐Ÿบ  /opt/homebrew/Cellar/python@3.12/3.12.3: 3,271 files, 65.5MB
- ==> Running `brew cleanup python@3.12`...
- Removing: /Users/mac1000/Library/Caches/Homebrew/python@3.12_bottle_manifest--3.12.2_1... (23.2KB)
- Removing: /Users/mac1000/Library/Caches/Homebrew/python@3.12_bottle_manifest--3.12.2_1-1... (23.3KB)
- ==> Caveats
- ==> cmake
- To install the CMake documentation, run:
-   brew install cmake-docs
- 
- Bash completion has been installed to:
-   /opt/homebrew/etc/bash_completion.d
- 
- Emacs Lisp files have been installed to:
-   /opt/homebrew/share/emacs/site-lisp/cmake
- ==> python@3.12
- Python has been installed as
-   /opt/homebrew/bin/python3
- 
- Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
- `python3`, `python3-config`, `pip3` etc., respectively, have been installed into
-   /opt/homebrew/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 18:49.54 ---> 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...
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
+ /opt/homebrew/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 18:50.11: Job failed: Failed: Build failed