- github
- ocaml
- opam-repository
- c847d2
- freebsd,freebsd-14.3-ocaml-4.14-amd64,jasmin.2025.06.2
(not at the head of any monitored branch or PR)
2025-11-20 12:37.23: New job: build jasmin.2025.06.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28932/head (c847d2021bc985e2ce93a0822b65d6afb14f2418)
on freebsd-14.3-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/28932/head" && git reset --hard c847d202
git fetch origin master
git merge --no-edit 2a5ab3fbccdfdb06d413c48cfe1c129758b3a413
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-4.14
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/local/bin/opam-dev /usr/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 --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn jasmin.2025.06.2 2025.06.2
RUN opam reinstall jasmin.2025.06.2; \
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 "\"freebsd-14.3\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'jasmin.2025.06.2' && 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-11-20 12:37.23: Using cache hint "freebsd-14.3-ocaml-4.14-jasmin.2025.06.2-c847d2021bc985e2ce93a0822b65d6afb14f2418"
2025-11-20 12:37.23: Using OBuilder spec:
((from freebsd-14.3-ocaml-4.14)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/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 --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn jasmin.2025.06.2 2025.06.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall jasmin.2025.06.2;\
\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 \"\\\"freebsd-14.3\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'jasmin.2025.06.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-20 12:37.23: Waiting for resource in pool OCluster
2025-11-20 12:37.23: Waiting for worker…
2025-11-20 12:37.23: Got resource from pool OCluster
Building on rosemary
All commits already cached
Updating files: 100% (18783/18783), done.
HEAD is now at 2a5ab3fbcc Merge pull request #28924 from hannesm/release-ca-certs-nss-v3.118
Updating 2a5ab3fbcc..c847d2021b
Fast-forward
packages/jasmin/jasmin.2025.06.2/opam | 39 +++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 packages/jasmin/jasmin.2025.06.2/opam
(from freebsd-14.3-ocaml-4.14)
2025-11-20 12:37.15 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2025-11-20 12:37.16 ---> using "96677dfb826139d1d475397206e27cf90befca1f152a356651021947800ddc31" from cache
/home/opam: (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 /home/opam/.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:///home/opam/opam-repository
2025-11-20 12:37.16 ---> using "b7155bb4d9f0dfa9c383663e6516f5803e4c2ab438da3ab4eeccd3740ad9833f" 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.4.1
# self-upgrade no
# system arch=x86_64 os=freebsd os-distribution=freebsd os-version=1403000
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 39
# 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 /home/opam/.opam/4.14.2/lib/ocaml/stublibs:/home/opam/.opam/4.14.2/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-11-20 12:37.16 ---> using "b0effd5cf5c473eb9f84aee26e7221d934f437c21ca61c365f825913ca23d38c" 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-11-20 12:37.16 ---> using "2a5689f2ff4b86af979d0390fa2dfee1e6e92b3f4e476fbe79b59c6ee634de82" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-20 12:37.25 ---> saved as "d0c01e0c171c68ee9fcbe52ce91602dd8ff6eaf89be39b37e04a39e350216151"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-20 12:37.38 ---> saved as "f1543d390d656ab5f04b6806277579b317403a834a6b4e2a7f738cfe835680a2"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2025-11-20 12:37.39 ---> saved as "a291fff6e162db8d8d99721156a6442159b0a8083fcf1588ed5a31cc5d4ec018"
/home/opam: (run (shell "opam pin add -k version -yn jasmin.2025.06.2 2025.06.2"))
jasmin is now pinned to version 2025.06.2
2025-11-20 12:37.39 ---> saved as "eb24556fb41df4f193ded539aad0ddbf5fd9f883348dcc2f147c30469f3fc010"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall jasmin.2025.06.2;\
\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 \"\\\"freebsd-14.3\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'jasmin.2025.06.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
jasmin.2025.06.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 28 packages
∗ angstrom 0.16.1 [required by jasmin]
∗ apron v0.9.15 [required by jasmin]
∗ batteries 3.10.0 [required by jasmin]
∗ bigarray-compat 1.1.0 [required by mlgmpidl]
∗ bigstringaf 0.10.0 [required by angstrom]
∗ camlidl 1.13 [required by jasmin]
∗ camlp-streams 5.0.1 [required by batteries]
∗ cmdliner 2.0.0 [required by jasmin]
∗ conf-gmp 5 [required by zarith]
∗ conf-mpfr 3 [required by mlgmpidl]
∗ conf-perl 2 [required by apron]
∗ conf-pkg-config 4 [required by zarith]
∗ conf-ppl 1 [required by jasmin]
∗ csexp 1.5.2 [required by dune-configurator]
∗ dune 3.20.2 [required by jasmin]
∗ dune-configurator 3.20.2 [required by bigstringaf]
∗ jasmin 2025.06.2 (pinned)
∗ menhir 20250912 [required by jasmin]
∗ menhirCST 20250912 [required by menhir]
∗ menhirLib 20250912 [required by jasmin]
∗ menhirSdk 20250912 [required by menhir]
∗ mlgmpidl 1.2.15-1 [required by apron]
∗ num 1.6 [required by batteries]
∗ ocaml-syntax-shims 1.0.0 [required by angstrom]
∗ ocamlbuild 0.16.1 [required by apron]
∗ ocamlfind 1.9.8 [required by jasmin]
∗ yojson 3.0.0 [required by jasmin]
∗ zarith 1.14 [required by jasmin]
The following system packages will first need to be installed:
gmp mpfr ppl
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
2. Display the recommended pkg 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/sudo "pkg" "install" "-y" "gmp" "mpfr" "ppl"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg: ..
- ...
- ....
- . done
- Processing entries: .
- ...
- ...
- .
- .. done
- FreeBSD repository update completed. 36623 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- [rosemary] Fetching data.pkg: .. done
- Processing entries: .......... done
- FreeBSD-kmods repository update completed. 213 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
-
- Installed packages to be UPGRADED:
- pkg: 2.3.1 -> 2.4.2 [FreeBSD]
-
- Number of packages to be upgraded: 1
-
- 12 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.4.2.pkg:
- ..
- ..
- ...
- ... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.3.1 to 2.4.2...
- [rosemary] [1/1] Extracting pkg-2.4.2: .........
- . done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- Updating FreeBSD-kmods repository catalogue...
- FreeBSD-kmods repository is up to date.
- All repositories are up to date.
- The following 4 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- glpk: 5.0 [FreeBSD]
- gmp: 6.3.0 [FreeBSD]
- mpfr: 4.2.2,1 [FreeBSD]
- ppl: 1.2_1 [FreeBSD]
-
- Number of packages to be installed: 4
-
- The process will require 50 MiB more space.
- 14 MiB to be downloaded.
- [rosemary] [1/4] Fetching glpk-5.0.pkg: .
- .......
- .. done
- [rosemary] [2/4] Fetching ppl-1.2_1.pkg: .
- ..
- ...
- ...
- . done
- [rosemary] [3/4] Fetching gmp-6.3.0.pkg: .......... done
- [rosemary] [4/4] Fetching mpfr-4.2.2,1.pkg:
- .......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/4] Installing gmp-6.3.0...
- [rosemary] [1/4] Extracting gmp-6.3.0: .......... done
- [rosemary] [2/4] Installing glpk-5.0...
- [rosemary] [2/4] Extracting glpk-5.0: .......... done
- [rosemary] [3/4] Installing mpfr-4.2.2,1...
- [rosemary] [3/4] Extracting mpfr-4.2.2,1: .......... done
- [rosemary] [4/4] Installing ppl-1.2_1...
- [rosemary] [4/4] Extracting ppl-1.2_1: .......... done
- =====
- Message from glpk-5.0:
-
- --
- ===> NOTICE:
-
- The glpk port currently does not have a maintainer. As a result, it is
- more likely to have unresolved issues, not be up-to-date, or even be removed in
- the future. To volunteer to maintain this port, please create an issue at:
-
- https://bugs.freebsd.org/bugzilla
-
- More information about port maintainership is available at:
-
- https://docs.freebsd.org/en/articles/contributing/#ports-contributing
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved angstrom.0.16.1 (cached)
⬇ retrieved apron.v0.9.15 (cached)
⬇ retrieved batteries.3.10.0 (cached)
⬇ retrieved bigarray-compat.1.1.0 (cached)
⬇ retrieved bigstringaf.0.10.0 (cached)
⬇ retrieved camlidl.1.13 (cached)
⬇ retrieved camlp-streams.5.0.1 (cached)
⬇ retrieved cmdliner.2.0.0 (cached)
⬇ retrieved conf-gmp.5 (cached)
⬇ retrieved conf-mpfr.3 (cached)
⬇ retrieved conf-ppl.1 (cached)
⬇ retrieved csexp.1.5.2 (cached)
∗ installed conf-pkg-config.4
∗ installed conf-perl.2
∗ installed conf-gmp.5
∗ installed conf-mpfr.3
∗ installed conf-ppl.1
⬇ retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
⬇ retrieved jasmin.2025.06.2 (https://github.com/jasmin-lang/jasmin/releases/download/v2025.06.2/jasmin-compiler-v2025.06.2.tar.bz2)
⬇ retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
⬇ retrieved mlgmpidl.1.2.15-1 (cached)
⬇ retrieved num.1.6 (cached)
∗ installed cmdliner.2.0.0
∗ installed camlidl.1.13
⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved yojson.3.0.0 (cached)
⬇ retrieved zarith.1.14 (cached)
∗ installed num.1.6
∗ installed ocamlfind.1.9.8
∗ installed ocamlbuild.0.16.1
∗ installed zarith.1.14
∗ installed dune.3.20.2
∗ installed menhirCST.20250912
∗ installed csexp.1.5.2
∗ installed yojson.3.0.0
∗ installed ocaml-syntax-shims.1.0.0
∗ installed menhirSdk.20250912
∗ installed menhirLib.20250912
∗ installed camlp-streams.5.0.1
∗ installed bigarray-compat.1.1.0
∗ installed dune-configurator.3.20.2
∗ installed bigstringaf.0.10.0
∗ installed angstrom.0.16.1
∗ installed mlgmpidl.1.2.15-1
∗ installed batteries.3.10.0
∗ installed menhir.20250912
∗ installed apron.v0.9.15
[ERROR] The compilation of jasmin.2025.06.2 failed at "gmake all".
#=== ERROR while compiling jasmin.2025.06.2 ===================================#
# context 2.4.1 | freebsd/x86_64 | ocaml-base-compiler.4.14.2 | pinned(https://github.com/jasmin-lang/jasmin/releases/download/v2025.06.2/jasmin-compiler-v2025.06.2.tar.bz2)
# path ~/.opam/4.14.2/.opam-switch/build/jasmin.2025.06.2
# command /usr/local/bin/gmake all
# exit-code 2
# env-file ~/.opam/log/jasmin-64660-326a49.env
# output-file ~/.opam/log/jasmin-64660-326a49.out
### output ###
# /usr/local/bin/gmake -C compiler
# gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/jasmin.2025.06.2/compiler'
# rm -f jasminc jasmin2tex jasmin-ct jasmin2ec
# dune build @check @install
# File "safetylib/dune", line 6, characters 40-49:
# 6 | (libraries jasmin yojson apron.octMPQ apron.ppl apron.boxMPQ))
# ^^^^^^^^^
# Error: Library "apron.ppl" not found.
# -> required by library "jasmin_checksafety" in _build/default/safetylib
# -> required by
# _build/default/safetylib/.jasmin_checksafety.objs/byte/jasmin_checksafety__SafetyAbsExpr.cmi
# -> required by alias safetylib/check
# gmake[1]: *** [Makefile:39: all] Error 1
# gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/jasmin.2025.06.2/compiler'
# gmake: *** [Makefile:2: all] Error 2
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
│ λ build jasmin 2025.06.2
└─
┌─ The following changes have been performed
│ ∗ install angstrom 0.16.1
│ ∗ install apron v0.9.15
│ ∗ install batteries 3.10.0
│ ∗ install bigarray-compat 1.1.0
│ ∗ install bigstringaf 0.10.0
│ ∗ install camlidl 1.13
│ ∗ install camlp-streams 5.0.1
│ ∗ install cmdliner 2.0.0
│ ∗ install conf-gmp 5
│ ∗ install conf-mpfr 3
│ ∗ install conf-perl 2
│ ∗ install conf-pkg-config 4
│ ∗ install conf-ppl 1
│ ∗ install csexp 1.5.2
│ ∗ install dune 3.20.2
│ ∗ install dune-configurator 3.20.2
│ ∗ install menhir 20250912
│ ∗ install menhirCST 20250912
│ ∗ install menhirLib 20250912
│ ∗ install menhirSdk 20250912
│ ∗ install mlgmpidl 1.2.15-1
│ ∗ install num 1.6
│ ∗ install ocaml-syntax-shims 1.0.0
│ ∗ install ocamlbuild 0.16.1
│ ∗ install ocamlfind 1.9.8
│ ∗ install yojson 3.0.0
│ ∗ install zarith 1.14
└─
The former state can be restored with:
/usr/local/bin/opam switch import "/home/opam/.opam/4.14.2/.opam-switch/backup/state-20251120123740.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
jail: /usr/bin/su -l opam -c cd '/home/opam' && env OPAM_REPO_CI='true' CI='true' OPAMPRECISETRACKING='1' OPAMERRLOGLEN='0' OPAMDOWNLOADJOBS='1' '/usr/bin/env' 'bash' '-c' 'opam reinstall jasmin.2025.06.2;
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 "\"freebsd-14.3\""; then
echo "A package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field.";
fi;
test "$pkg" != '\''jasmin.2025.06.2'\'' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1': failed
"jail" "-c" "name=obuilder_856_102872" "mount.fstab=/tmp/obuilder-jail-1657d4/fstab" "mount.devfs" "path=/obuilder/result/b5cf16b54cf65c0fb9cfac6219cb1f5b6c25ff81afdcc938bc33f270e0679d1a/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/home/opam' && env OPAM_REPO_CI='true' CI='true' OPAMPRECISETRACKING='1' OPAMERRLOGLEN='0' OPAMDOWNLOADJOBS='1' '/usr/bin/env' 'bash' '-c' 'opam reinstall jasmin.2025.06.2;
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 "\"freebsd-14.3\""; then
echo "A package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field.";
fi;
test "$pkg" != '\''jasmin.2025.06.2'\'' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1'" failed with exit status 1
2025-11-20 12:40.03: Job failed: Failed: Build failed
2025-11-20 12:40.03: Log analysis:
2025-11-20 12:40.03: >>>
[ERROR] The compilation of jasmin.2025.06.2 failed at "gmake all".
(score = 20)
2025-11-20 12:40.03: >>>
# Error: Library "apron.ppl" not found.
(score = 48)
2025-11-20 12:40.03: Library "apron.ppl" not found.