(for PR #29099)
2025-12-16 09:15.01: New job: build fstar.2025.12.15, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29099/head (749b51f6618d0d7a7f48b66e781d6ecf017bc24a)
on macos-homebrew-ocaml-4.14/arm64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29099/head" && git reset --hard 749b51f6
git fetch origin master
git merge --no-edit c199949faadf15109c780af6e7b5b8a514096df6
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 fstar.2025.12.15 2025.12.15
RUN opam reinstall fstar.2025.12.15; \
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" != 'fstar.2025.12.15' && 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 .
2025-12-16 09:15.01: Using cache hint "macos-homebrew-ocaml-4.14-fstar.2025.12.15-749b51f6618d0d7a7f48b66e781d6ecf017bc24a"
2025-12-16 09:15.01: 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 fstar.2025.12.15 2025.12.15"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall fstar.2025.12.15;\
\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\" != 'fstar.2025.12.15' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-16 09:15.01: Waiting for resource in pool OCluster
2025-12-16 09:15.01: Waiting for worker…
2025-12-16 09:15.01: Got resource from pool OCluster
Building on m1-worker-04
Updating files: 66% (12572/19030)
Updating files: 67% (12751/19030)
Updating files: 68% (12941/19030)
Updating files: 69% (13131/19030)
Updating files: 70% (13321/19030)
Updating files: 71% (13512/19030)
Updating files: 72% (13702/19030)
Updating files: 73% (13892/19030)
Updating files: 74% (14083/19030)
Updating files: 75% (14273/19030)
Updating files: 76% (14463/19030)
Updating files: 77% (14654/19030)
Updating files: 78% (14844/19030)
Updating files: 79% (15034/19030)
Updating files: 80% (15224/19030)
Updating files: 81% (15415/19030)
Updating files: 82% (15605/19030)
Updating files: 83% (15795/19030)
Updating files: 84% (15986/19030)
Updating files: 85% (16176/19030)
Updating files: 86% (16366/19030)
Updating files: 87% (16557/19030)
Updating files: 88% (16747/19030)
Updating files: 89% (16937/19030)
Updating files: 90% (17127/19030)
Updating files: 91% (17318/19030)
Updating files: 92% (17508/19030)
Updating files: 93% (17698/19030)
Updating files: 94% (17889/19030)
Updating files: 95% (18079/19030)
Updating files: 96% (18269/19030)
Updating files: 97% (18460/19030)
Updating files: 98% (18650/19030)
Updating files: 99% (18840/19030)
Updating files: 100% (19030/19030)
Updating files: 100% (19030/19030), done.
HEAD is now at 065927bfb9 Merge commit 'e76de0de27a7fe72707d71d9e0fae1a3028ed5ad'
HEAD is now at c199949faa Merge pull request #29097 from reynir/release-albatross-v2.6.2
Updating c199949faa..749b51f661
Fast-forward
packages/fstar/fstar.2025.12.15/opam | 52 ++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
create mode 100644 packages/fstar/fstar.2025.12.15/opam
(from macos-homebrew-ocaml-4.14)
2025-12-16 09:15.13 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache
/: (user (uid 1000) (gid 1000))
/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-12-16 09:15.14 ---> 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
2025-12-16 09:15.14 ---> 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=arm64 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 7
# 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
2025-12-16 09:15.14 ---> 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/"))
2025-12-16 09:15.14 ---> using "15fbb76bf7dee5d6e8ae583230339015a61d8d2d8397de2cfe6459f8ba421f1e" from cache
/: (copy (src .) (dst opam-repository/))
2025-12-16 09:15.19 ---> saved as "8f46e66cfc3282dd3184d74125f479bf403b70ca95e79ace3baf66e62c237724"
/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-12-16 09:15.29 ---> saved as "3a6aff5536b33e4d03817460614c3a47568e99df1092f4c11e16b5bbba3f5a7f"
/: (run (network host)
(shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> 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.
2025-12-16 09:15.52 ---> saved as "850b56260d8f1f3c2d122f787539faee95faadd9e714e20a5653ff6db3a28e09"
/: (run (shell "opam pin add -k version -yn fstar.2025.12.15 2025.12.15"))
fstar is now pinned to version 2025.12.15
2025-12-16 09:15.53 ---> saved as "f7f58f19de6609fc2d24bc4998ce17861ae29a957075511cf523c3b629c8d29a"
/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam reinstall fstar.2025.12.15;\
\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\" != 'fstar.2025.12.15' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
fstar.2025.12.15 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 33 packages
- install base-bytes base [required by process]
- install batteries 3.10.0 [required by fstar]
- install camlp-streams 5.0.1 [required by batteries]
- install conf-gmp 5 [required by zarith]
- install conf-pkg-config 4 [required by zarith]
- install cppo 1.8.0 [required by ppx_deriving]
- install dune 3.20.2 [required by fstar]
- install fstar 2025.12.15 (pinned)
- install gen 1.1 [required by sedlex]
- install memtrace 0.2.3 [required by fstar]
- install menhir 20250912 [required by fstar]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by fstar]
- install menhirSdk 20250912 [required by menhir]
- install mtime 2.1.0 [required by fstar]
- install num 1.6 [required by batteries]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocamlbuild 0.16.1 [required by mtime, process]
- install ocamlfind 1.9.8 [required by process, mtime, batteries, etc.]
- install pprint 20230830 [required by fstar]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by fstar]
- install ppx_deriving_yojson 3.10.0 [required by fstar]
- install ppxlib 0.37.0 [required by fstar]
- install process 0.2.1 [required by fstar]
- install sedlex 3.7 [required by fstar]
- install seq base [required by gen]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdint 0.7.2 [required by fstar]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install topkg 1.1.1 [required by mtime]
- install yojson 3.0.0 [required by fstar]
- install zarith 1.14 [required by fstar]
The following system packages will first need to be installed:
coreutils gmp pkgconf
<><> 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
+ /opt/homebrew/bin/brew "install" "coreutils" "gmp" "pkgconf"
- ==> Fetching downloads for: coreutils, gmp and pkgconf
- ✔︎ Bottle Manifest coreutils (9.9)
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle coreutils (9.9)
- ==> Installing coreutils dependency: gmp
- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Pouring coreutils--9.9.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- Commands also provided by macOS and the commands dir, dircolors, vdir have been installed with the prefix "g".
- If you need to use these commands with their normal names, you can add a "gnubin" directory to your PATH with:
- PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
- ==> Summary
- 🍺 /opt/homebrew/Cellar/coreutils/9.9: 453 files, 12.4MB
- ==> Running `brew cleanup coreutils`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Running `brew cleanup gmp`...
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB
- ==> Running `brew cleanup pkgconf`...
- ==> Caveats
- ==> coreutils
- Commands also provided by macOS and the commands dir, dircolors, vdir have been installed with the prefix "g".
- If you need to use these commands with their normal names, you can add a "gnubin" directory to your PATH with:
- PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved batteries.3.10.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> retrieved dune.3.20.2 (cached)
-> retrieved fstar.2025.12.15 (https://github.com/FStarLang/FStar/releases/download/v2025.12.15/fstar-v2025.12.15-src.tar.gz)
-> retrieved gen.1.1 (cached)
-> retrieved memtrace.0.2.3 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved pprint.20230830 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_deriving_yojson.3.10.0 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved process.0.2.1 (https://github.com/dsheets/ocaml-process/archive/0.2.1.tar.gz)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdint.0.7.2 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed process.0.2.1
-> installed zarith.1.14
-> installed dune.3.20.2
-> installed camlp-streams.5.0.1
-> installed menhirCST.20250912
-> installed memtrace.0.2.3
-> installed topkg.1.1.1
-> installed gen.1.1
-> installed menhirLib.20250912
-> installed cppo.1.8.0
-> installed menhirSdk.20250912
-> installed ppx_derivers.1.2.1
-> installed pprint.20230830
-> installed ocaml-compiler-libs.v0.12.4
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed mtime.2.1.0
-> installed stdint.0.7.2
-> installed yojson.3.0.0
-> installed batteries.3.10.0
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed sedlex.3.7
-> installed ppx_deriving.6.1.1
-> installed ppx_deriving_yojson.3.10.0
-> installed fstar.2025.12.15
Done.
<><> fstar.2025.12.15 installed successfully ><><><><><><><><><><><><><><><><><>
=> F* requires specific versions of Z3 to work correctly, and will refuse to run
if the version string does not match. You should have z3-4.8.5 and z3-4.13.3
in your $PATH. For details, see
https://github.com/FStarLang/FStar/blob/master/INSTALL.md#runtime-dependency-particular-version-of-z3.
# To update the current shell environment, run: eval $(opam env)
2025-12-16 09:19.18 ---> saved as "7901dda561cd14bf7cb5147cf494ad907a8cad050c473c3cf7068f6e76d0917c"
Job succeeded
2025-12-16 09:19.25: Job succeeded