(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 ubuntu-25.04-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/29099/head" && git reset --hard 749b51f6
git fetch origin master
git merge --no-edit c199949faadf15109c780af6e7b5b8a514096df6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:d191a2b5b92ad58fb9972045b49daa351d72d7b41834d039705a03277b002e47
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/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 --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 "\"ubuntu-25.04\""; 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 "ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:d191a2b5b92ad58fb9972045b49daa351d72d7b41834d039705a03277b002e47-fstar.2025.12.15-749b51f6618d0d7a7f48b66e781d6ecf017bc24a"
2025-12-16 09:15.01: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:d191a2b5b92ad58fb9972045b49daa351d72d7b41834d039705a03277b002e47)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -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 --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 /home/opam/.opam/download-cache)))
(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 \"\\\"ubuntu-25.04\\\"\"; 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.04: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
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 ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:d191a2b5b92ad58fb9972045b49daa351d72d7b41834d039705a03277b002e47)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:d191a2b5b92ad58fb9972045b49daa351d72d7b41834d039705a03277b002e47' locally
docker.io/ocaml/opam@sha256:d191a2b5b92ad58fb9972045b49daa351d72d7b41834d039705a03277b002e47: Pulling from ocaml/opam
c62190a9ab61: Already exists
8c22c3a9fee5: Already exists
b6a3881708c6: Already exists
181330b22b7e: Already exists
506bc07f54fb: Already exists
445a1d2e706e: Already exists
7a1946ec19c4: Already exists
98b064112b67: Already exists
1aec4bda6ddc: Already exists
76877c886107: Already exists
b702cfeb6615: Already exists
099ebca02eb1: Already exists
94b85c014d20: Already exists
e00c8f8334dc: Already exists
9a9581a3a202: Already exists
0ab820126803: Already exists
e578d8d3689b: Already exists
e578d8d3689b: Already exists
37286d2d5f81: Already exists
90223cbaf085: Already exists
c788b16891b0: Already exists
81346b5ad6e3: Already exists
4f4fb700ef54: Already exists
e654b9dd0f7f: Already exists
e08cf68499fe: Already exists
6bb38bef3de3: Already exists
5cc64a03c4df: Already exists
4dafc3bf5bc1: Already exists
79ef16461777: Already exists
51a91543f56b: Already exists
649cda3295cf: Already exists
b1c66dda0dac: Already exists
48e1615134a1: Already exists
a504a74d82d4: Already exists
1660d21f3d44: Already exists
b568157ae43b: Already exists
a4e40167eb6a: Already exists
4a5791c95f65: Already exists
47d329750f4e: Already exists
4b7417253945: Already exists
71f35f70e437: Already exists
c55df1cd407e: Pulling fs layer
0912b60e4ac4: Pulling fs layer
7477d01c0a1b: Pulling fs layer
a85c0ea3d1ec: Pulling fs layer
a85c0ea3d1ec: Waiting
0912b60e4ac4: Verifying Checksum
0912b60e4ac4: Download complete
7477d01c0a1b: Verifying Checksum
7477d01c0a1b: Download complete
a85c0ea3d1ec: Verifying Checksum
a85c0ea3d1ec: Download complete
c55df1cd407e: Verifying Checksum
c55df1cd407e: Download complete
c55df1cd407e: Pull complete
0912b60e4ac4: Pull complete
7477d01c0a1b: Pull complete
a85c0ea3d1ec: Pull complete
Digest: sha256:d191a2b5b92ad58fb9972045b49daa351d72d7b41834d039705a03277b002e47
Status: Downloaded newer image for ocaml/opam@sha256:d191a2b5b92ad58fb9972045b49daa351d72d7b41834d039705a03277b002e47
2025-12-16 09:23.37 ---> using "7a51192f1c7aa0581bc8c2bac6f99c436bdb0d7a97c149c7aae632c2f9acea53" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-16 09:23.37 ---> using "ccc3b31d82488df716c4e32c5322b190a28425528d649a12fb77bb9b6e7e9b7e" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from 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.0 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 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-16 09:23.37 ---> using "20ff3d131e0b6917ae584598616585da1d7b901f84482cb7d66d02de5e3c16f7" from cache
/home/opam: (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=linux os-distribution=ubuntu os-version=25.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "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 /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-12-16 09:23.37 ---> using "8a72d62a5805d942533ea119650ccfa64d18bfcb9ce12311765008969adc2f6b" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2025-12-16 09:23.37 ---> using "a45bdc58b740b590bd0f2023f92871831be966cec1b71857862ffc2857a5b72c" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-16 09:23.39 ---> using "7f360c9b7ae55588194b908dff479c309fb10fc39ca3bf57f5c4561553119046" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-16 09:23.39 ---> using "e9d52665fa44139b3771f07f4c8e18f8e3e89be0c73db47911e329b1ae1e1ddf" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]
- Get:2 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [251 kB]
- Get:3 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [391 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu plucky InRelease
- Get:5 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]
- Get:6 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]
- Get:7 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [565 kB]
- Get:8 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [338 kB]
- Fetched 1923 kB in 1s (1406 kB/s)
- Reading package lists...
-
2025-12-16 09:23.39 ---> using "f584d6e51b5113076e18bb41c69c57f1e894283dd452fb66150f2fbaad7188c4" from cache
/home/opam: (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:23.39 ---> using "35baad2a821cddfd6d6c77d310e1b67841de18396ace40aa692cbce314c49ff5" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(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 \"\\\"ubuntu-25.04\\\"\"; 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:
libgmp-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get 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/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16503 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-6ubuntu1.2) ...
<><> 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-gmp.5
-> installed conf-pkg-config.4
-> 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 (cached)
-> 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 topkg.1.1.1
-> installed mtime.2.1.0
-> installed dune.3.20.2
-> installed camlp-streams.5.0.1
-> installed menhirCST.20250912
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed pprint.20230830
-> installed gen.1.1
-> installed memtrace.0.2.3
-> installed menhirSdk.20250912
-> installed sexplib0.v0.17.0
-> installed menhirLib.20250912
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed stdint.0.7.2
-> installed yojson.3.0.0
-> installed batteries.3.10.0
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed ppx_deriving.6.1.1
-> installed sedlex.3.7
-> 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:25.05 ---> saved as "c91be6f6dbed9682853c86642bf70ef10ee3c902f80b6ce460ecce7870920c2b"
Job succeeded
2025-12-16 09:25.28: Job succeeded