Build:
- 0
2026-01-27 09:56.34: New job: build catala-format.1.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29294/head (fa7355fd45a5547451e8f0303bccc05a546f4cf9)
on macos-homebrew-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29294/head" && git reset --hard fa7355fd
git fetch origin master
git merge --no-edit da10f1e072f9cf90a6e65dbf66e23531bae678b3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-4.14
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn catala-format.1.1.0 1.1.0
RUN opam reinstall catala-format.1.1.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"macos-homebrew\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'catala-format.1.1.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-01-27 09:56.34: Using cache hint "macos-homebrew-ocaml-4.14-catala-format.1.1.0-fa7355fd45a5547451e8f0303bccc05a546f4cf9"
2026-01-27 09:56.34: Using OBuilder spec:
((from macos-homebrew-ocaml-4.14)
(user (uid 1000) (gid 1000))
(run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
(run (network host)
(shell "opam init --reinit -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url -k local --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn catala-format.1.1.0 1.1.0"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall catala-format.1.1.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'catala-format.1.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-27 09:56.34: Waiting for resource in pool OCluster
2026-01-27 09:56.35: Waiting for worker…
2026-01-27 10:09.46: Got resource from pool OCluster
Building on i7-worker-02
All commits already cached
Updating files: 30% (5795/19277)
Updating files: 31% (5976/19277)
Updating files: 32% (6169/19277)
Updating files: 33% (6362/19277)
Updating files: 34% (6555/19277)
Updating files: 35% (6747/19277)
Updating files: 36% (6940/19277)
Updating files: 37% (7133/19277)
Updating files: 38% (7326/19277)
Updating files: 39% (7519/19277)
Updating files: 40% (7711/19277)
Updating files: 41% (7904/19277)
Updating files: 42% (8097/19277)
Updating files: 43% (8290/19277)
Updating files: 44% (8482/19277)
Updating files: 45% (8675/19277)
Updating files: 46% (8868/19277)
Updating files: 47% (9061/19277)
Updating files: 48% (9253/19277)
Updating files: 49% (9446/19277)
Updating files: 50% (9639/19277)
Updating files: 51% (9832/19277)
Updating files: 52% (10025/19277)
Updating files: 53% (10217/19277)
Updating files: 54% (10410/19277)
Updating files: 55% (10603/19277)
Updating files: 55% (10669/19277)
Updating files: 56% (10796/19277)
Updating files: 57% (10988/19277)
Updating files: 58% (11181/19277)
Updating files: 59% (11374/19277)
Updating files: 60% (11567/19277)
Updating files: 61% (11759/19277)
Updating files: 62% (11952/19277)
Updating files: 63% (12145/19277)
Updating files: 64% (12338/19277)
Updating files: 65% (12531/19277)
Updating files: 66% (12723/19277)
Updating files: 67% (12916/19277)
Updating files: 68% (13109/19277)
Updating files: 69% (13302/19277)
Updating files: 70% (13494/19277)
Updating files: 71% (13687/19277)
Updating files: 72% (13880/19277)
Updating files: 73% (14073/19277)
Updating files: 74% (14265/19277)
Updating files: 75% (14458/19277)
Updating files: 76% (14651/19277)
Updating files: 77% (14844/19277)
Updating files: 78% (15037/19277)
Updating files: 79% (15229/19277)
Updating files: 80% (15422/19277)
Updating files: 81% (15615/19277)
Updating files: 82% (15808/19277)
Updating files: 83% (16000/19277)
Updating files: 83% (16131/19277)
Updating files: 84% (16193/19277)
Updating files: 85% (16386/19277)
Updating files: 86% (16579/19277)
Updating files: 87% (16771/19277)
Updating files: 88% (16964/19277)
Updating files: 89% (17157/19277)
Updating files: 90% (17350/19277)
Updating files: 91% (17543/19277)
Updating files: 92% (17735/19277)
Updating files: 93% (17928/19277)
Updating files: 94% (18121/19277)
Updating files: 95% (18314/19277)
Updating files: 96% (18506/19277)
Updating files: 97% (18699/19277)
Updating files: 98% (18892/19277)
Updating files: 99% (19085/19277)
Updating files: 100% (19277/19277)
Updating files: 100% (19277/19277), done.
HEAD is now at da10f1e072 Merge pull request #29290 from Octachron/ocaml_5.6_dev_packages
Updating da10f1e072..fa7355fd45
Fast-forward
packages/catala-format/catala-format.1.1.0/opam | 40 +++++++++++
packages/catala-lsp/catala-lsp.1.1.0/opam | 40 +++++++++++
packages/catala/catala.1.1.0/opam | 88 +++++++++++++++++++++++++
3 files changed, 168 insertions(+)
create mode 100644 packages/catala-format/catala-format.1.1.0/opam
create mode 100644 packages/catala-lsp/catala-lsp.1.1.0/opam
create mode 100644 packages/catala/catala.1.1.0/opam
(from macos-homebrew-ocaml-4.14)
2026-01-27 10:09.52 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-01-27 10:09.53 ---> using "f20a31eccb94af52fa2a3ef86b723bc6460bac3d8a92b8861915540c2498d20a" from cache
/: (run (network host)
(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 /Users/mac1000/.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:///Users/mac1000/opam-repository
2026-01-27 10:09.53 ---> using "7818e224f85c11d1d318abe9ba4e297be345388b7ed476f912b6900c6bae56aa" from cache
/: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=macos os-distribution=homebrew os-version=15.5
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 11
# repositories 1 (version-controlled)
# pinned 0
# current-switch 4.14.2
# invariant ["ocaml-base-compiler" {= "4.14.2"} | "ocaml-system" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /Users/mac1000/.opam/4.14.2/lib/ocaml/stublibs:/Users/mac1000/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-01-27 10:09.53 ---> using "625776f8b2f728a128171e2ba4372c97abd18632a07574a8412026e8be39dac5" from cache
/: (env OPAMDOWNLOADJOBS 1)
/: (env OPAMERRLOGLEN 0)
/: (env OPAMPRECISETRACKING 1)
/: (env CI true)
/: (env OPAM_REPO_CI true)
/: (run (shell "rm -rf opam-repository/"))
2026-01-27 10:09.54 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2026-01-27 10:10.04 ---> saved as "ea956560ce7047ff15c9ba6176189e5e050216534b015a87fddb1ede227749c2"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-01-27 10:10.26 ---> saved as "abd5a09a76d8f636d245eea7f472b74a1c5e46323c12218d14e0020e6f2ad067"
/: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:80c194381e990a4967a1ae44b8242b688e6a17ab590865a38671137677411469
- #=#=#
0.5%
-
1.1%
# 1.5%
# 2.1%
# 2.6%
## 3.0%
## 3.6%
### 4.4%
### 5.2%
#### 6.0%
#### 6.8%
##### 7.8%
-
###### 8.5%
###### 9.3%
####### 10.2%
####### 11.1%
######## 11.9%
######### 12.8%
######### 13.7%
########## 14.5%
########### 15.4%
########### 16.2%
-
############ 17.0%
############ 18.0%
############# 18.8%
############## 19.7%
############## 20.5%
############### 21.4%
################ 22.3%
################ 23.1%
################# 24.0%
################# 24.8%
################## 25.7%
################### 26.5%
-
################### 27.5%
#################### 28.3%
##################### 29.3%
##################### 30.1%
###################### 30.9%
###################### 31.8%
####################### 32.7%
######################## 33.5%
######################## 34.4%
######################### 35.3%
######################### 36.1%
-
########################## 36.9%
########################### 37.8%
########################### 38.7%
############################ 39.5%
############################# 40.4%
############################# 41.3%
############################## 42.1%
############################## 43.0%
############################### 43.8%
################################ 44.6%
################################ 45.5%
-
################################# 46.4%
################################## 47.3%
################################## 48.2%
################################### 49.0%
################################### 49.9%
#################################### 50.8%
##################################### 51.7%
##################################### 52.5%
###################################### 53.3%
####################################### 54.2%
####################################### 55.1%
-
######################################## 56.0%
######################################## 56.8%
######################################### 57.8%
########################################## 58.6%
########################################## 59.4%
########################################### 60.3%
############################################ 61.1%
############################################ 62.0%
############################################# 62.8%
############################################# 63.7%
############################################## 64.5%
-
############################################### 65.5%
############################################### 66.3%
################################################ 67.1%
################################################ 68.0%
################################################# 68.9%
################################################## 69.7%
################################################## 70.5%
################################################### 71.4%
#################################################### 72.3%
#################################################### 73.2%
##################################################### 74.1%
-
##################################################### 74.9%
###################################################### 75.9%
####################################################### 76.7%
####################################################### 77.5%
######################################################## 78.3%
######################################################### 79.3%
######################################################### 80.2%
########################################################## 81.0%
########################################################## 81.8%
########################################################### 82.8%
############################################################ 83.6%
-
############################################################ 84.6%
############################################################# 85.4%
############################################################## 86.3%
############################################################## 87.2%
############################################################### 88.0%
############################################################### 88.8%
################################################################ 89.8%
################################################################# 90.6%
################################################################# 91.5%
################################################################## 92.3%
################################################################### 93.1%
-
################################################################### 94.1%
#################################################################### 95.1%
##################################################################### 95.9%
##################################################################### 96.7%
###################################################################### 97.6%
###################################################################### 98.6%
####################################################################### 99.4%
######################################################################## 100.0%
- ==> Pouring portable-ruby-3.4.8.catalina.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
- https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
-
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
- https://github.com/Homebrew/brew#donations
-
- Already up-to-date.
2026-01-27 10:10.57 ---> saved as "0f42c7e4dd3d81727e5e763748ebe351042a720833ed3137a595a98f7f517fb8"
/: (run (shell "opam pin add -k version -yn catala-format.1.1.0 1.1.0"))
catala-format is now pinned to version 1.1.0
2026-01-27 10:10.59 ---> saved as "55701e10ad69e4e89b744e26048708a06ec71f39d858d2e73136da15cf1a9dfb"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall catala-format.1.1.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"macos-homebrew\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'catala-format.1.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
catala-format.1.1.0 is not installed. Install it? [Y/n] y
[ERROR] In the opam file for catala.1.1.0:
- At /Users/mac1000/.opam/repo/default/packages/catala/catala.1.1.0/opam:85:4-85:140::
while expecting checksum: Invalid_argument("OpamHash.of_string")
'url.checksum' has been ignored.
The following actions will be performed:
=== install 52 packages
- install alcotest 1.9.1 [required by catala]
- install angstrom 0.16.1 [required by uri]
- install astring 0.8.5 [required by alcotest]
- install bigstringaf 0.10.0 [required by angstrom]
- install bindlib 6.0.0 [required by catala]
- install catala 1.1.0 [required by catala-format]
- install catala-format 1.1.0 (pinned)
- install cmdliner 2.1.0 [required by catala-format]
- install conf-c++ 1.0 [required by catala-format]
- install conf-gmp 5 [required by zarith]
- install conf-ninja 1
- install conf-pkg-config 4 [required by zarith]
- install conf-rust-2021 1 [required by topiary]
- install cppo 1.8.0 [required by catala]
- install crunch 4.0.0 [required by catala]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by hex]
- install dune 3.21.0 [required by catala-format]
- install dune-configurator 3.21.0 [required by bigstringaf]
- install fmt 0.11.0 [required by alcotest]
- install gen 1.1 [required by sedlex]
- install hex 1.5.0 [required by catala]
- install json-data-encoding 1.0.1 [required by catala]
- install menhir 20250912 [required by catala]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by catala]
- install menhirSdk 20250912 [required by menhir]
- install ninja_utils 0.9.0 [required by catala]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install ocamlbuild 0.16.1 [required by uucp]
- install ocamlfind 1.9.8 [required by catala]
- install ocamlgraph 2.2.0 [required by catala]
- install ocolor 1.3.1 [required by catala]
- install otoml 1.0.5 [required by catala]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.37.0 [required by sedlex]
- install ptime 1.2.0 [required by crunch]
- install re 1.14.0 [required by catala]
- install sedlex 3.7 [required by catala]
- install seq base [required by yojson]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by alcotest]
- install stringext 1.6.0 [required by uri]
- install topiary 0.5.1 [required by catala-format]
- install topkg 1.1.1 [required by uucp]
- install ubase 0.20 [required by catala]
- install uri 4.4.0 [required by json-data-encoding]
- install uucp 17.0.0 [required by catala]
- install uutf 1.0.4 [required by alcotest, otoml]
- install yojson 2.2.2 [required by catala]
- install zarith 1.14 [required by catala]
The following system packages will first need to be installed:
gmp ninja pkgconf rust
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
2. Display the recommended brew command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/local/bin/brew "install" "gmp" "ninja" "pkgconf" "rust"
- ==> Fetching downloads for: gmp, ninja, pkgconf and rust
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest ninja (1.13.2)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest rust (1.93.0)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle ninja (1.13.2)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle Manifest ca-certificates (2025-12-02)
- ✔︎ Bottle ca-certificates (2025-12-02)
- ✔︎ Bottle Manifest openssl@3 (3.6.0)
- ✔︎ Bottle Manifest libssh2 (1.11.1)
- ✔︎ Bottle libssh2 (1.11.1)
- ✔︎ Bottle Manifest libgit2 (1.9.2)
- ✔︎ Bottle Manifest mpdecimal (4.0.1)
- ✔︎ Bottle mpdecimal (4.0.1)
- ✔︎ Bottle Manifest readline (8.3.3)
- ✔︎ Bottle readline (8.3.3)
- ✔︎ Bottle Manifest sqlite (3.51.2)
- ✔︎ Bottle sqlite (3.51.2)
- ✔︎ Bottle Manifest xz (5.8.2)
- ✔︎ Bottle xz (5.8.2)
- ✔︎ Bottle Manifest lz4 (1.10.0)
- ✔︎ Bottle lz4 (1.10.0)
- ✔︎ Bottle Manifest zstd (1.5.7)
- ✔︎ Bottle zstd (1.5.7)
- ✔︎ Bottle Manifest python@3.14 (3.14.2_1)
- ✔︎ Bottle Manifest z3 (4.15.4)
- ✔︎ Bottle Manifest llvm (21.1.8)
- ✔︎ Bottle z3 (4.15.4)
- ✔︎ Bottle openssl@3 (3.6.0)
- ✔︎ Bottle libgit2 (1.9.2)
- ✔︎ Bottle llvm (21.1.8)
- ✔︎ Bottle python@3.14 (3.14.2_1)
- ✔︎ Bottle rust (1.93.0)
- ==> Pouring gmp--6.3.0.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring ninja--1.13.2.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/ninja/1.13.2: 10 files, 442.9KB
- ==> Running `brew cleanup ninja`...
- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 383.2KB
- ==> Running `brew cleanup pkgconf`...
- ==> Installing dependencies for rust: ca-certificates, openssl@3, libssh2, libgit2, mpdecimal, readline, sqlite, xz, lz4, zstd, python@3.14, z3 and llvm
- ==> Installing rust dependency: ca-certificates
- ==> Pouring ca-certificates--2025-12-02.all.bottle.1.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺 /usr/local/Cellar/ca-certificates/2025-12-02: 4 files, 235.9KB
- ==> Installing rust dependency: openssl@3
- ==> Pouring openssl@3--3.6.0.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/openssl@3/3.6.0: 7,609 files, 37.9MB
- ==> Installing rust dependency: libssh2
- ==> Pouring libssh2--1.11.1.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libssh2/1.11.1: 201 files, 1.2MB
- ==> Installing rust dependency: libgit2
- ==> Pouring libgit2--1.9.2.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/libgit2/1.9.2: 109 files, 5MB
- ==> Installing rust dependency: mpdecimal
- ==> Pouring mpdecimal--4.0.1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/mpdecimal/4.0.1: 22 files, 570.3KB
- ==> Installing rust dependency: readline
- ==> Pouring readline--8.3.3.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/readline/8.3.3: 56 files, 2.6MB
- ==> Installing rust dependency: sqlite
- ==> Pouring sqlite--3.51.2.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/sqlite/3.51.2: 13 files, 5.2MB
- ==> Installing rust dependency: xz
- ==> Pouring xz--5.8.2.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/xz/5.8.2: 96 files, 2.4MB
- ==> Installing rust dependency: lz4
- ==> Pouring lz4--1.10.0.sequoia.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/lz4/1.10.0: 24 files, 678.2KB
- ==> Installing rust dependency: zstd
- ==> Pouring zstd--1.5.7.sequoia.bottle.1.tar.gz
- 🍺 /usr/local/Cellar/zstd/1.5.7: 32 files, 2.5MB
- ==> Installing rust dependency: python@3.14
- ==> Pouring python@3.14--3.14.2_1.sequoia.bottle.tar.gz
- 🍺 /usr/local/Cellar/python@3.14/3.14.2_1: 3,752 files, 68.6MB
- ==> Installing rust dependency: z3
- ==> Pouring z3--4.15.4.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/z3/4.15.4: 120 files, 34.4MB
- ==> Installing rust dependency: llvm
- ==> Pouring llvm--21.1.8.sonoma.bottle.tar.gz
- 🍺 /usr/local/Cellar/llvm/21.1.8: 9,286 files, 1.9GB
- ==> Installing rust
- ==> Pouring rust--1.93.0.sonoma.bottle.tar.gz
- ==> Caveats
- Link this toolchain with `rustup` under the name `system` with:
- rustup toolchain link system "$(brew --prefix rust)"
-
- If you use rustup, avoid PATH conflicts by following instructions in:
- brew info rustup
- ==> Summary
- 🍺 /usr/local/Cellar/rust/1.93.0: 4,658 files, 387.2MB
- ==> Running `brew cleanup rust`...
- ==> Caveats
- Bash completion has been installed to:
- /usr/local/etc/bash_completion.d
- ==> rust
- Link this toolchain with `rustup` under the name `system` with:
- rustup toolchain link system "$(brew --prefix rust)"
-
- If you use rustup, avoid PATH conflicts by following instructions in:
- brew info rustup
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (cached)
-> retrieved angstrom.0.16.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bindlib.6.0.0 (cached)
-> retrieved catala.1.1.0 (https://github.com/CatalaLang/catala/archive/refs/tags/1.1.0.tar.gz)
-> retrieved catala-format.1.1.0 (https://github.com/CatalaLang/catala-format/archive/refs/tags/1.1.0.tar.gz)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> installed conf-ninja.1
-> installed conf-pkg-config.4
-> installed conf-c++.1.0
-> installed conf-gmp.5
-> retrieved conf-rust-2021.1 (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-rust-2021/test.rs)
-> retrieved cppo.1.8.0 (cached)
-> retrieved crunch.4.0.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> installed conf-rust-2021.1
-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved json-data-encoding.1.0.1 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> installed cmdliner.2.1.0
-> retrieved ninja_utils.0.9.0 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved ocolor.1.3.1 (cached)
-> retrieved otoml.1.0.5 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed dune.3.21.0
-> installed csexp.1.5.2
-> installed menhirCST.20250912
-> installed re.1.14.0
-> installed ppx_derivers.1.2.1
-> installed ocamlgraph.2.2.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed menhirSdk.20250912
-> installed menhirLib.20250912
-> installed stdlib-shims.0.3.0
-> installed ninja_utils.0.9.0
-> installed gen.1.1
-> installed cppo.1.8.0
-> installed bindlib.6.0.0
-> installed stringext.1.6.0
-> installed sexplib0.v0.17.0
-> installed ocolor.1.3.1
-> installed dune-configurator.3.21.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> retrieved topiary.0.5.1 (https://github.com/tweag/topiary-opam/releases/download/v0.5.1/source-code-with-submodules.tar.xz)
-> retrieved topkg.1.1.1 (cached)
-> retrieved ubase.0.20 (cached)
-> installed ppxlib.0.37.0
-> retrieved uri.4.4.0 (cached)
-> installed menhir.20250912
-> retrieved uucp.17.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.2.2.2 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ubase.0.20
-> installed yojson.2.2.2
-> installed uri.4.4.0
-> installed sedlex.3.7
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed cstruct.6.2.0
-> installed crunch.4.0.0
-> installed otoml.1.0.5
-> installed hex.1.5.0
-> installed alcotest.1.9.1
-> installed json-data-encoding.1.0.1
-> installed uucp.17.0.0
-> installed catala.1.1.0
-> installed topiary.0.5.1
-> installed catala-format.1.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-27 10:26.45 ---> saved as "c51e88b9692c7ca5f70d5f736b28a61ef3a96941e3cea5de0158e81642a31752"
Job succeeded
2026-01-27 10:26.57: Job succeeded