- github
- ocaml
- opam-repository
- 395113
- freebsd,freebsd-15.0-ocaml-4.14-amd64,tezt.4.2.0,tests
(not at the head of any monitored branch or PR)
2026-04-29 12:47.49: New job: test tezt.4.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (395113449576622af70540fb22e5d90e18554bdc)
on freebsd-15.0-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/29530/head" && git reset --hard 39511344
git fetch origin master
git merge --no-edit dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.0-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 tezt.4.2.0 4.2.0
RUN opam reinstall tezt.4.2.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 "\"freebsd-15.0\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'tezt.4.2.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test tezt.4.2.0) || true
RUN opam reinstall --with-test --verbose tezt.4.2.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 "\"freebsd-15.0\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'tezt.4.2.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-04-29 12:47.49: Using cache hint "freebsd-15.0-ocaml-4.14-tezt.4.2.0-395113449576622af70540fb22e5d90e18554bdc"
2026-04-29 12:47.49: Using OBuilder spec:
((from freebsd-15.0-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 tezt.4.2.0 4.2.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tezt.4.2.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 \"\\\"freebsd-15.0\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tezt.4.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test tezt.4.2.0) || true"))
(run (shell "opam reinstall --with-test --verbose tezt.4.2.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 \"\\\"freebsd-15.0\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tezt.4.2.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-04-29 12:47.49: Connecting to build cluster…
2026-04-29 12:47.49: Waiting for resource in pool OCluster
2026-04-29 12:47.53: Waiting for worker…
2026-04-29 13:15.46: Got resource from pool OCluster
Building on rosemary
All commits already cached
Updating files: 100% (18868/18868), done.
HEAD is now at dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2
Merge made by the 'ort' strategy.
packages/bimage-lwt/bimage-lwt.0.3.0/opam | 6 +++++-
packages/bimage-lwt/bimage-lwt.0.3.1/opam | 6 +++++-
packages/bimage-lwt/bimage-lwt.0.4.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.0.11.0/opam | 4 +++-
packages/caqti-lwt/caqti-lwt.1.0.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.2.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.3.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.6.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.7.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.8.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.9.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.0.1/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.1.1/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.2.4/opam | 6 +++++-
packages/fuseau-lwt/fuseau-lwt.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.1.13/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.2/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.3/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.0.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.3.1.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.2.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.1/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.2/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.1.0/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.2.0/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.3.0/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.1/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.2/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.3/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.4/opam | 7 ++++++-
packages/lwt_eio/lwt_eio.0.5.1/opam | 7 ++++++-
packages/lwt_eio/lwt_eio.0.5/opam | 7 ++++++-
packages/lwt_glib/lwt_glib.1.0.1/opam | 6 +++++-
packages/lwt_glib/lwt_glib.1.1.0/opam | 6 +++++-
packages/lwt_glib/lwt_glib.1.1.1/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.0/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.1/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.0.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.0.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.1.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.3/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.4/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.3/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.1.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.8.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.8.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.3/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.10/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.6/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.7/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.8/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.9/opam | 6 +++++-
packages/mwt/mwt.0.1.0/opam | 6 +++++-
packages/nocrypto/nocrypto.0.5.4-1/opam | 6 +++++-
packages/nocrypto/nocrypto.0.5.4-2/opam | 6 +++++-
packages/ocluster/ocluster.0.1/opam | 4 +++-
packages/ocluster/ocluster.0.2.1/opam | 6 +++++-
packages/ocluster/ocluster.0.2/opam | 4 +++-
packages/ocluster/ocluster.0.3.0/opam | 6 +++++-
packages/picos/picos.0.3.0/opam | 6 +++++-
packages/picos/picos.0.4.0/opam | 6 +++++-
packages/picos_lwt/picos_lwt.0.5.0/opam | 6 +++++-
packages/picos_lwt/picos_lwt.0.6.0/opam | 6 +++++-
packages/tezt/tezt.2.0.0/opam | 6 +++++-
packages/tezt/tezt.3.0.0/opam | 4 +++-
packages/tezt/tezt.3.1.0/opam | 4 +++-
packages/tezt/tezt.3.1.1/opam | 4 +++-
packages/tezt/tezt.4.0.0/opam | 4 +++-
packages/tezt/tezt.4.1.0/opam | 4 +++-
packages/tezt/tezt.4.2.0/opam | 4 +++-
packages/tezt/tezt.4.3.0/opam | 4 +++-
84 files changed, 403 insertions(+), 84 deletions(-)
(from freebsd-15.0-ocaml-4.14)
2026-04-29 13:14.09 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" 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"))
2026-04-29 13:14.10 ---> using "4c4fda7ee7ed9eac597f961b87c33c63b34aaccb551c72772ace9b375fad8d97" 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
2026-04-29 13:14.10 ---> using "de946948e0d785daa61a047a82c57932e35ba22f119c99cc666f726de2cc2a20" 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.1
# self-upgrade no
# system arch=x86_64 os=freebsd os-distribution=freebsd os-version=1500068
# 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.3
# invariant ["ocaml-base-compiler" {= "4.14.3"} | "ocaml-system" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14.3/lib/ocaml/stublibs:/home/opam/.opam/4.14.3/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.3
2026-04-29 13:14.10 ---> using "cc62b571599dace346eb0c2adf0d036a1fca0f9a32553fdeaf78973ab615703a" 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/"))
2026-04-29 13:14.10 ---> using "520b4dcdc21dfac94163528e64fd1a074957ae3ed5eaaa82eef1382aece5f511" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-29 13:14.12 ---> using "22636748fea2131f23e049d0728e3a5e172b8905074debf26a2059e57f72ffac" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-29 13:14.12 ---> using "2d6f97682c850ef20062913d84c4136d101fef97f5943ecfd8913e5ecfc8cbcd" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2026-04-29 13:14.12 ---> using "c4386ac31079478e47c61a5fa6e18b5c697af76d04b70afe3ee29515f249219b" from cache
/home/opam: (run (shell "opam pin add -k version -yn tezt.4.2.0 4.2.0"))
tezt is now pinned to version 4.2.0
2026-04-29 13:14.13 ---> saved as "571b6d90c2bc5bcde5d6458418ddc8e9c80dd69ca81832cbbff04123ae3ea510"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tezt.4.2.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 \"\\\"freebsd-15.0\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tezt.4.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
tezt.4.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 20 packages
∗ base-bytes base [required by ocplib-endian]
∗ clap 0.3.0 [required by tezt]
∗ cppo 1.8.0 [required by lwt]
∗ csexp 1.5.2 [required by dune-configurator]
∗ cstruct 6.2.0 [required by hex]
∗ dune 3.22.2 [required by tezt]
∗ dune-configurator 3.22.2 [required by lwt]
∗ ezjsonm 1.3.0 [required by tezt]
∗ fmt 0.11.0 [required by cstruct]
∗ hex 1.5.0 [required by ezjsonm]
∗ jsonm 1.0.2 [required by ezjsonm]
∗ lwt 5.9.2 [required by tezt]
∗ ocamlbuild 0.16.1 [required by jsonm]
∗ ocamlfind 1.9.8 [required by jsonm]
∗ ocplib-endian 1.2 [required by lwt]
∗ re 1.14.0 [required by tezt]
∗ sexplib0 v0.17.0 [required by ezjsonm]
∗ tezt 4.2.0 (pinned)
∗ topkg 1.1.1 [required by jsonm]
∗ uutf 1.0.4 [required by ezjsonm]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved clap.0.3.0 (cached)
⬇ retrieved cppo.1.8.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved cstruct.6.2.0 (cached)
⬇ retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)
⬇ retrieved ezjsonm.1.3.0 (cached)
⬇ retrieved fmt.0.11.0 (cached)
⬇ retrieved hex.1.5.0 (cached)
⬇ retrieved jsonm.1.0.2 (cached)
⬇ retrieved lwt.5.9.2 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved ocplib-endian.1.2 (cached)
⬇ retrieved re.1.14.0 (cached)
⬇ retrieved sexplib0.v0.17.0 (cached)
⬇ retrieved tezt.4.2.0 (https://gitlab.com/nomadic-labs/tezt/-/archive/4.2.0/tezt-4.2.0.tar.bz2)
⬇ retrieved topkg.1.1.1 (cached)
⬇ retrieved uutf.1.0.4 (cached)
∗ installed ocamlfind.1.9.8
∗ installed base-bytes.base
∗ installed ocamlbuild.0.16.1
∗ installed topkg.1.1.1
∗ installed uutf.1.0.4
∗ installed fmt.0.11.0
∗ installed jsonm.1.0.2
∗ installed dune.3.22.2
∗ installed csexp.1.5.2
∗ installed sexplib0.v0.17.0
∗ installed cstruct.6.2.0
∗ installed cppo.1.8.0
∗ installed clap.0.3.0
∗ installed re.1.14.0
∗ installed hex.1.5.0
∗ installed ocplib-endian.1.2
∗ installed ezjsonm.1.3.0
∗ installed dune-configurator.3.22.2
∗ installed lwt.5.9.2
∗ installed tezt.4.2.0
Done.
2026-04-29 13:15.11 ---> saved as "68e98de2a653a293fcaee85b2584e786872c45c11cf5292266785f7ca9f2099a"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test tezt.4.2.0) || true"))
The following actions will be performed:
=== downgrade 3 packages
↘ dune 3.22.2 to 3.18.2 [required by tezt]
↘ dune-configurator 3.22.2 to 3.19.1 [uses dune]
↘ sexplib0 v0.17.0 to v0.16.0 [uses dune]
=== recompile 13 packages
↻ clap 0.3.0 [uses dune]
↻ cppo 1.8.0 [uses dune]
↻ csexp 1.5.2 [uses dune]
↻ cstruct 6.2.0 [uses dune]
↻ ezjsonm 1.3.0 [uses dune]
↻ fmt 0.11.0 [uses cmdliner]
↻ hex 1.5.0 [uses dune]
↻ jsonm 1.0.2 [uses uutf]
↻ lwt 5.9.2 [uses dune]
↻ ocplib-endian 1.2 [uses dune]
↻ re 1.14.0 [uses dune]
↻ tezt 4.2.0 (pinned)
↻ uutf 1.0.4 [uses cmdliner]
=== install 34 packages
∗ astring 0.8.5 [required by ocamlformat-lib]
∗ base v0.16.5 [required by ocamlformat-lib]
∗ camlp-streams 5.0.1 [required by ocamlformat-lib]
∗ cmdliner 1.3.0 [required by ocamlformat]
∗ conf-npm 1 [required by tezt]
∗ dune-build-info 3.19.1 [required by ocamlformat-lib]
∗ either 1.0.0 [required by ocamlformat-lib]
∗ fix 20250919 [required by ocamlformat-lib]
∗ fpath 0.7.3 [required by ocamlformat-lib]
∗ gen 1.1 [required by sedlex]
∗ js_of_ocaml 6.0.1 [required by tezt]
∗ js_of_ocaml-compiler 6.0.1 [required by js_of_ocaml]
∗ js_of_ocaml-lwt 6.0.1 [required by tezt]
∗ js_of_ocaml-ppx 6.0.1 [required by js_of_ocaml-lwt]
∗ menhir 20260209 [required by js_of_ocaml-compiler, ocamlformat-lib]
∗ menhirCST 20260209 [required by menhir]
∗ menhirGLR 20260209 [required by menhir]
∗ menhirLib 20260209 [required by js_of_ocaml-compiler, ocamlformat-lib]
∗ menhirSdk 20260209 [required by js_of_ocaml-compiler, ocamlformat-lib]
∗ ocaml-compiler-libs v0.12.4 [required by ppxlib]
∗ ocaml-version 4.1.0 [required by ocamlformat-lib]
∗ ocamlformat 0.26.2 [required by tezt]
∗ ocamlformat-lib 0.26.2 [required by ocamlformat]
∗ ocp-indent 1.8.1 [required by ocamlformat-lib]
∗ ppx_derivers 1.2.1 [required by ppxlib]
∗ ppxlib 0.35.0 [required by js_of_ocaml]
∗ result 1.5 [required by ocamlformat-lib]
∗ sedlex 3.7 [required by js_of_ocaml-compiler]
∗ seq base [required by gen]
∗ stdio v0.16.0 [required by ocamlformat-lib]
∗ stdlib-shims 0.3.0 [required by ppxlib]
∗ uucp 17.0.0 [required by uuseg]
∗ uuseg 17.0.0 [required by ocamlformat-lib]
∗ yojson 3.0.0 [required by js_of_ocaml-compiler]
The following system packages will first need to be installed:
npm
<><> 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" "npm"
- Updating FreeBSD-ports repository catalogue...
- FreeBSD-ports repository is up to date.
- Updating FreeBSD-ports-kmods repository catalogue...
- FreeBSD-ports-kmods repository is up to date.
- All repositories are up to date.
- The following 20 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- c-ares: 1.34.6 [FreeBSD-ports]
- corepack: 0.34.6 [FreeBSD-ports]
- googletest: 1.16.0 [FreeBSD-ports]
- hdr_histogram: 0.11.9 [FreeBSD-ports]
- icu: 76.1,1 [FreeBSD-ports]
- libada: 3.4.4 [FreeBSD-ports]
- libedit: 3.1.20251016_1,1 [FreeBSD-ports]
- libnghttp3: 1.15.0 [FreeBSD-ports]
- libngtcp2: 1.22.1 [FreeBSD-ports]
- libuv: 1.52.0 [FreeBSD-ports]
- llhttp: 9.3.1 [FreeBSD-ports]
- merve: 1.2.0_1 [FreeBSD-ports]
- nbytes: 0.1.3 [FreeBSD-ports]
- node24: 24.14.1 [FreeBSD-ports]
- npm: 11.11.0 [FreeBSD-ports]
- npm-node24: 11.11.0 [FreeBSD-ports]
- simdjson: 4.5.0 [FreeBSD-ports]
- simdutf: 8.2.0 [FreeBSD-ports]
- sqlite3: 3.50.4_2,1 [FreeBSD-ports]
- uvwasi: 0.0.23 [FreeBSD-ports]
-
- Number of packages to be installed: 20
-
- The process will require 141 MiB more space.
- 31 MiB to be downloaded.
- [rosemary] [ 1/20] Fetching libngtcp2-1.22.1: .......... done
- [rosemary] [ 2/20] Fetching llhttp-9.3.1: .... done
- [rosemary] [ 3/20] Fetching libnghttp3-1.15.0: ........ done
- [rosemary] [ 4/20] Fetching corepack-0.34.6: .......... done
- [rosemary] [ 5/20] Fetching c-ares-1.34.6: .......... done
- [rosemary] [ 6/20] Fetching libedit-3.1.20251016_1,1: .......... done
- [rosemary] [ 7/20] Fetching nbytes-0.1.3: . done
- [rosemary] [ 8/20] Fetching icu-76.1,1: .......... done
- [rosemary] [ 9/20] Fetching node24-24.14.1: .......... done
- [rosemary] [10/20] Fetching sqlite3-3.50.4_2,1: .......... done
- [rosemary] [11/20] Fetching libada-3.4.4: .......... done
- [rosemary] [12/20] Fetching merve-1.2.0_1: ... done
- [rosemary] [13/20] Fetching libuv-1.52.0: ......... done
- [rosemary] [14/20] Fetching npm-node24-11.11.0: .......... done
- [rosemary] [15/20] Fetching uvwasi-0.0.23: ... done
- [rosemary] [16/20] Fetching simdjson-4.5.0: .......... done
- [rosemary] [17/20] Fetching simdutf-8.2.0: .......... done
- [rosemary] [18/20] Fetching googletest-1.16.0: .......... done
- [rosemary] [19/20] Fetching npm-11.11.0: . done
- [rosemary] [20/20] Fetching hdr_histogram-0.11.9: . done
- Checking integrity... done (0 conflicting)
- [rosemary] [ 1/20] Installing c-ares-1.34.6...
- [rosemary] [ 1/20] Extracting c-ares-1.34.6: .......... done
- [rosemary] [ 2/20] Installing corepack-0.34.6...
- [rosemary] [ 2/20] Extracting corepack-0.34.6: .......... done
- [rosemary] [ 3/20] Installing googletest-1.16.0...
- [rosemary] [ 3/20] Extracting googletest-1.16.0: .......... done
- [rosemary] [ 4/20] Installing hdr_histogram-0.11.9...
- [rosemary] [ 4/20] Extracting hdr_histogram-0.11.9: .......... done
- [rosemary] [ 5/20] Installing icu-76.1,1...
- [rosemary] [ 5/20] Extracting icu-76.1,1: .......... done
- [rosemary] [ 6/20] Installing libada-3.4.4...
- [rosemary] [ 6/20] Extracting libada-3.4.4: .......... done
- [rosemary] [ 7/20] Installing libedit-3.1.20251016_1,1...
- [rosemary] [ 7/20] Extracting libedit-3.1.20251016_1,1: .......... done
- [rosemary] [ 8/20] Installing libnghttp3-1.15.0...
- [rosemary] [ 8/20] Extracting libnghttp3-1.15.0: .......... done
- [rosemary] [ 9/20] Installing libngtcp2-1.22.1...
- [rosemary] [ 9/20] Extracting libngtcp2-1.22.1: .......... done
- [rosemary] [10/20] Installing libuv-1.52.0...
- [rosemary] [10/20] Extracting libuv-1.52.0: .......... done
- [rosemary] [11/20] Installing llhttp-9.3.1...
- [rosemary] [11/20] Extracting llhttp-9.3.1: .......... done
- [rosemary] [12/20] Installing nbytes-0.1.3...
- [rosemary] [12/20] Extracting nbytes-0.1.3: ...... done
- [rosemary] [13/20] Installing simdjson-4.5.0...
- [rosemary] [13/20] Extracting simdjson-4.5.0: .......... done
- [rosemary] [14/20] Installing simdutf-8.2.0...
- [rosemary] [14/20] Extracting simdutf-8.2.0: .......... done
- [rosemary] [15/20] Installing merve-1.2.0_1...
- [rosemary] [15/20] Extracting merve-1.2.0_1: .......... done
- [rosemary] [16/20] Installing sqlite3-3.50.4_2,1...
- [rosemary] [16/20] Extracting sqlite3-3.50.4_2,1: .......... done
- [rosemary] [17/20] Installing uvwasi-0.0.23...
- [rosemary] [17/20] Extracting uvwasi-0.0.23: .......... done
- [rosemary] [18/20] Installing node24-24.14.1...
- [rosemary] [18/20] Extracting node24-24.14.1: .......... done
- [rosemary] [19/20] Installing npm-node24-11.11.0...
- [rosemary] [19/20] Extracting npm-node24-11.11.0: .......... done
- [rosemary] [20/20] Installing npm-11.11.0...
- [rosemary] [20/20] Extracting npm-11.11.0: ... done
- =====
- Message from node24-24.14.1:
-
- --
- Note: If you need npm (Node Package Manager), please install www/npm-node24.
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved astring.0.8.5 (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
⬇ retrieved base.v0.16.5 (https://github.com/janestreet/base/archive/refs/tags/v0.16.5.tar.gz)
⬇ retrieved camlp-streams.5.0.1 (https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz)
⬇ retrieved clap.0.3.0 (https://github.com/rbardou/clap/archive/0.3.0.tar.gz)
⬇ retrieved cmdliner.1.3.0 (https://erratique.ch/software/cmdliner/releases/cmdliner-1.3.0.tbz)
∗ installed conf-npm.1
⬇ retrieved cppo.1.8.0 (https://github.com/ocaml-community/cppo/archive/v1.8.0.tar.gz)
⬇ retrieved csexp.1.5.2 (https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz)
⬇ retrieved cstruct.6.2.0 (https://github.com/mirage/ocaml-cstruct/releases/download/v6.2.0/cstruct-6.2.0.tbz)
∗ installed astring.0.8.5
⬇ retrieved dune.3.18.2 (https://github.com/ocaml/dune/releases/download/3.18.2/dune-3.18.2.tbz)
⬇ retrieved dune-build-info.3.19.1, dune-configurator.3.19.1 (https://github.com/ocaml/dune/releases/download/3.19.1/dune-3.19.1.tbz)
∗ installed cmdliner.1.3.0
⬇ retrieved either.1.0.0 (https://github.com/mirage/either/releases/download/1.0.0/either-1.0.0.tbz)
⬇ retrieved ezjsonm.1.3.0 (https://github.com/mirage/ezjsonm/releases/download/v1.3.0/ezjsonm-1.3.0.tbz)
⬇ retrieved fix.20250919 (https://gitlab.inria.fr/fpottier/fix/-/archive/20250919/archive.tar.gz)
⬇ retrieved fmt.0.11.0 (https://erratique.ch/software/fmt/releases/fmt-0.11.0.tbz)
⬇ retrieved fpath.0.7.3 (https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz)
⬇ retrieved gen.1.1 (https://github.com/c-cube/gen/archive/v1.1.tar.gz)
⬇ retrieved hex.1.5.0 (https://github.com/mirage/ocaml-hex/releases/download/v1.5.0/hex-1.5.0.tbz)
∗ installed fpath.0.7.3
⬇ retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1, js_of_ocaml-lwt.6.0.1, js_of_ocaml-ppx.6.0.1 (https://github.com/ocsigen/js_of_ocaml/releases/download/6.0.1/js_of_ocaml-6.0.1.tbz)
⬇ retrieved jsonm.1.0.2 (https://erratique.ch/software/jsonm/releases/jsonm-1.0.2.tbz)
⬇ retrieved lwt.5.9.2 (https://github.com/ocsigen/lwt/archive/refs/tags/5.9.2.tar.gz)
⬇ retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (https://gitlab.inria.fr/fpottier/menhir/-/archive/20260209/archive.tar.gz)
⬇ retrieved ocaml-compiler-libs.v0.12.4 (https://github.com/janestreet/ocaml-compiler-libs/releases/download/v0.12.4/ocaml-compiler-libs-v0.12.4.tbz)
⬇ retrieved ocaml-version.4.1.0 (https://github.com/ocurrent/ocaml-version/releases/download/v4.1.0/ocaml-version-4.1.0.tbz)
⬇ retrieved ocamlformat.0.26.2, ocamlformat-lib.0.26.2 (https://github.com/ocaml-ppx/ocamlformat/releases/download/0.26.2/ocamlformat-0.26.2.tbz)
⬇ retrieved ocp-indent.1.8.1 (https://github.com/OCamlPro/ocp-indent/archive/1.8.1.tar.gz)
⬇ retrieved ocplib-endian.1.2 (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
⬇ retrieved ppx_derivers.1.2.1 (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz)
⬇ retrieved ppxlib.0.35.0 (https://github.com/ocaml-ppx/ppxlib/releases/download/0.35.0/ppxlib-0.35.0.tbz)
⬇ retrieved re.1.14.0 (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
⬇ retrieved result.1.5 (https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz)
⬇ retrieved sedlex.3.7 (https://github.com/ocaml-community/sedlex/archive/refs/tags/v3.7.tar.gz)
⬇ retrieved seq.base (2 extra sources)
⬇ retrieved seq.base (2 extra sources)
∗ installed seq.base
⬇ retrieved sexplib0.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/sexplib0-v0.16.0.tar.gz)
⬇ retrieved stdio.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/stdio-v0.16.0.tar.gz)
⬇ retrieved stdlib-shims.0.3.0 (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz)
⬇ retrieved tezt.4.2.0 (https://gitlab.com/nomadic-labs/tezt/-/archive/4.2.0/tezt-4.2.0.tar.bz2)
⬇ retrieved uucp.17.0.0 (https://erratique.ch/software/uucp/releases/uucp-17.0.0.tbz)
⬇ retrieved uuseg.17.0.0 (https://erratique.ch/software/uuseg/releases/uuseg-17.0.0.tbz)
⬇ retrieved uutf.1.0.4 (https://erratique.ch/software/uutf/releases/uutf-1.0.4.tbz)
⬇ retrieved yojson.3.0.0 (https://github.com/ocaml-community/yojson/releases/download/3.0.0/yojson-3.0.0.tbz)
⊘ removed tezt.4.2.0
⊘ removed clap.0.3.0
⊘ removed ezjsonm.1.3.0
⊘ removed hex.1.5.0
⊘ removed cstruct.6.2.0
⊘ removed fmt.0.11.0
⊘ removed jsonm.1.0.2
⊘ removed lwt.5.9.2
⊘ removed dune-configurator.3.22.2
⊘ removed csexp.1.5.2
⊘ removed ocplib-endian.1.2
⊘ removed cppo.1.8.0
⊘ removed re.1.14.0
⊘ removed sexplib0.v0.17.0
⊘ removed dune.3.22.2
⊘ removed uutf.1.0.4
∗ installed dune.3.18.2
∗ installed fmt.0.11.0
∗ installed uutf.1.0.4
∗ installed menhirCST.20260209
∗ installed either.1.0.0
∗ installed csexp.1.5.2
∗ installed cstruct.6.2.0
∗ installed stdlib-shims.0.3.0
∗ installed sexplib0.v0.16.0
∗ installed result.1.5
∗ installed ppx_derivers.1.2.1
∗ installed ocaml-version.4.1.0
∗ installed ocaml-compiler-libs.v0.12.4
∗ installed jsonm.1.0.2
∗ installed menhirSdk.20260209
∗ installed menhirLib.20260209
∗ installed hex.1.5.0
∗ installed menhirGLR.20260209
∗ installed gen.1.1
∗ installed yojson.3.0.0
∗ installed fix.20250919
∗ installed ocp-indent.1.8.1
∗ installed ezjsonm.1.3.0
∗ installed cppo.1.8.0
∗ installed clap.0.3.0
∗ installed dune-build-info.3.19.1
∗ installed camlp-streams.5.0.1
∗ installed re.1.14.0
∗ installed ocplib-endian.1.2
∗ installed dune-configurator.3.19.1
∗ installed lwt.5.9.2
∗ installed base.v0.16.5
∗ installed stdio.v0.16.0
∗ installed menhir.20260209
∗ installed ppxlib.0.35.0
∗ installed sedlex.3.7
∗ installed uucp.17.0.0
∗ installed uuseg.17.0.0
[ERROR] The compilation of js_of_ocaml-compiler.6.0.1 failed at "dune build -p js_of_ocaml-compiler -j 39 @install".
∗ installed ocamlformat-lib.0.26.2
∗ installed ocamlformat.0.26.2
#=== ERROR while compiling js_of_ocaml-compiler.6.0.1 =========================#
# context 2.5.1 | freebsd/x86_64 | ocaml-base-compiler.4.14.3 | file:///home/opam/opam-repository
# path ~/.opam/4.14.3/.opam-switch/build/js_of_ocaml-compiler.6.0.1
# command ~/.opam/4.14.3/bin/dune build -p js_of_ocaml-compiler -j 39 @install
# exit-code 1
# env-file ~/.opam/log/js_of_ocaml-compiler-49239-2b2d3b.env
# output-file ~/.opam/log/js_of_ocaml-compiler-49239-2b2d3b.out
### output ###
# (cd tools/version && /home/opam/.opam/4.14.3/bin/ocaml -I +compiler-libs /home/opam/.opam/4.14.3/.opam-switch/build/js_of_ocaml-compiler.6.0.1/_build/.dune/default/tools/version/dune.ml)
# fatal: not a git repository (or any of the parent directories): .git
# (cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlc.opt -w -40 -w -7-37 -safe-string -g -bin-annot -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I /home/opam/.opam/4.14.3/lib/gen -I /home/opam/.opam/4.14.3/lib/menhirLib -I /home/opam/.opam/4.14.3/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14.3/lib/sedlex -I /home/opam/.opam/4.14.3/lib/seq -I /home/opam/.opam/4.14.3/lib/yojson -intf-suffix .ml -no-alias-deps -open Js_of_ocaml_compiler -o compiler/lib/.js_of_ocaml_compiler.objs/byte/js_of_ocaml_compiler__Parse_bytecode.cmo -c -impl compiler/lib/parse_bytecode.pp.ml)
# File "compiler/lib/parse_bytecode.ml", line 254, characters 14-20:
# 254 | env.ce_rec
# ^^^^^^
# Error: This expression has type Instruct.compilation_env
# There is no field ce_rec within type Instruct.compilation_env
# (cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlopt.opt -w -40 -w -7-37 -safe-string -g -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -I /home/opam/.opam/4.14.3/lib/gen -I /home/opam/.opam/4.14.3/lib/menhirLib -I /home/opam/.opam/4.14.3/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14.3/lib/sedlex -I /home/opam/.opam/4.14.3/lib/seq -I /home/opam/.opam/4.14.3/lib/yojson -intf-suffix .ml -no-alias-deps -open Js_of_ocaml_compiler -o compiler/lib/.js_of_ocaml_compiler.objs/native/js_of_ocaml_compiler__Parse_bytecode.cmx -c -impl compiler/lib/parse_bytecode.pp.ml)
# File "compiler/lib/parse_bytecode.ml", line 254, characters 14-20:
# 254 | env.ce_rec
# ^^^^^^
# Error: This expression has type Instruct.compilation_env
# There is no field ce_rec within type Instruct.compilation_env
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
│ λ build js_of_ocaml-compiler 6.0.1
└─
┌─ The following changes have been performed (the rest was aborted)
│ ⊘ remove tezt 4.2.0
│ ↘ downgrade dune 3.22.2 to 3.18.2
│ ↘ downgrade dune-configurator 3.22.2 to 3.19.1
│ ↘ downgrade sexplib0 v0.17.0 to v0.16.0
│ ↻ recompile clap 0.3.0
│ ↻ recompile cppo 1.8.0
│ ↻ recompile csexp 1.5.2
│ ↻ recompile cstruct 6.2.0
│ ↻ recompile ezjsonm 1.3.0
│ ↻ recompile fmt 0.11.0
│ ↻ recompile hex 1.5.0
│ ↻ recompile jsonm 1.0.2
│ ↻ recompile lwt 5.9.2
│ ↻ recompile ocplib-endian 1.2
│ ↻ recompile re 1.14.0
│ ↻ recompile uutf 1.0.4
│ ∗ install astring 0.8.5
│ ∗ install base v0.16.5
│ ∗ install camlp-streams 5.0.1
│ ∗ install cmdliner 1.3.0
│ ∗ install conf-npm 1
│ ∗ install dune-build-info 3.19.1
│ ∗ install either 1.0.0
│ ∗ install fix 20250919
│ ∗ install fpath 0.7.3
│ ∗ install gen 1.1
│ ∗ install menhir 20260209
│ ∗ install menhirCST 20260209
│ ∗ install menhirGLR 20260209
│ ∗ install menhirLib 20260209
│ ∗ install menhirSdk 20260209
│ ∗ install ocaml-compiler-libs v0.12.4
│ ∗ install ocaml-version 4.1.0
│ ∗ install ocamlformat 0.26.2
│ ∗ install ocamlformat-lib 0.26.2
│ ∗ install ocp-indent 1.8.1
│ ∗ install ppx_derivers 1.2.1
│ ∗ install ppxlib 0.35.0
│ ∗ install result 1.5
│ ∗ install sedlex 3.7
│ ∗ install seq base
│ ∗ install stdio v0.16.0
│ ∗ install stdlib-shims 0.3.0
│ ∗ install uucp 17.0.0
│ ∗ install uuseg 17.0.0
│ ∗ install yojson 3.0.0
└─
<><> ocp-indent.1.8.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:
* for Emacs, add these lines to ~/.emacs:
(add-to-list 'load-path "/home/opam/.opam/4.14.3/share/emacs/site-lisp")
(require 'ocp-indent)
* for Vim, add this line to ~/.vimrc:
set rtp^="/home/opam/.opam/4.14.3/share/ocp-indent/vim"
The former state can be restored with:
/usr/local/bin/opam switch import "/home/opam/.opam/4.14.3/.opam-switch/backup/state-20260429131512.export"
Or you can retry to install your package selection with:
/usr/local/bin/opam install --restore
2026-04-29 13:17.03 ---> saved as "ac4e9c345b65dedaa29d6fc992572b4db36bd1e8a69024e37567da42bebd255e"
/home/opam: (run (shell "opam reinstall --with-test --verbose tezt.4.2.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 \"\\\"freebsd-15.0\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tezt.4.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
tezt.4.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 5 packages
∗ js_of_ocaml 6.0.1 [required by tezt]
∗ js_of_ocaml-compiler 6.0.1 [required by js_of_ocaml]
∗ js_of_ocaml-lwt 6.0.1 [required by tezt]
∗ js_of_ocaml-ppx 6.0.1 [required by js_of_ocaml-lwt]
∗ tezt 4.2.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/12: [js_of_ocaml.6.0.1 + 3 others: extract]
⬇ retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1, js_of_ocaml-lwt.6.0.1, js_of_ocaml-ppx.6.0.1 (cached)
Processing 2/12: [tezt.4.2.0: extract]
Processing 3/12: [tezt.4.2.0: extract] [js_of_ocaml-compiler: dune build]
⬇ retrieved tezt.4.2.0 (cached)
Processing 3/12: [js_of_ocaml-compiler: dune build]
+ /home/opam/.opam/4.14.3/bin/dune "build" "-p" "js_of_ocaml-compiler" "-j" "39" "@install" (CWD=/home/opam/.opam/4.14.3/.opam-switch/build/js_of_ocaml-compiler.6.0.1)
- (cd tools/version && /home/opam/.opam/4.14.3/bin/ocaml -I +compiler-libs /home/opam/.opam/4.14.3/.opam-switch/build/js_of_ocaml-compiler.6.0.1/_build/.dune/default/tools/version/dune.ml)
- fatal: not a git repository (or any of the parent directories): .git
- (cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlc.opt -w -40 -w -7-37 -safe-string -g -bin-annot -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I /home/opam/.opam/4.14.3/lib/gen -I /home/opam/.opam/4.14.3/lib/menhirLib -I /home/opam/.opam/4.14.3/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14.3/lib/sedlex -I /home/opam/.opam/4.14.3/lib/seq -I /home/opam/.opam/4.14.3/lib/yojson -intf-suffix .ml -no-alias-deps -open Js_of_ocaml_compiler -o compiler/lib/.js_of_ocaml_compiler.objs/byte/js_of_ocaml_compiler__Parse_bytecode.cmo -c -impl compiler/lib/parse_bytecode.pp.ml)
- File "compiler/lib/parse_bytecode.ml", line 254, characters 14-20:
- 254 | env.ce_rec
- ^^^^^^
- Error: This expression has type Instruct.compilation_env
- There is no field ce_rec within type Instruct.compilation_env
- (cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlopt.opt -w -40 -w -7-37 -safe-string -g -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -I /home/opam/.opam/4.14.3/lib/gen -I /home/opam/.opam/4.14.3/lib/menhirLib -I /home/opam/.opam/4.14.3/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14.3/lib/sedlex -I /home/opam/.opam/4.14.3/lib/seq -I /home/opam/.opam/4.14.3/lib/yojson -intf-suffix .ml -no-alias-deps -open Js_of_ocaml_compiler -o compiler/lib/.js_of_ocaml_compiler.objs/native/js_of_ocaml_compiler__Parse_bytecode.cmx -c -impl compiler/lib/parse_bytecode.pp.ml)
- File "compiler/lib/parse_bytecode.ml", line 254, characters 14-20:
- 254 | env.ce_rec
- ^^^^^^
- Error: This expression has type Instruct.compilation_env
- There is no field ce_rec within type Instruct.compilation_env
[ERROR] The compilation of js_of_ocaml-compiler.6.0.1 failed at "dune build -p js_of_ocaml-compiler -j 39 @install".
#=== ERROR while compiling js_of_ocaml-compiler.6.0.1 =========================#
# context 2.5.1 | freebsd/x86_64 | ocaml-base-compiler.4.14.3 | file:///home/opam/opam-repository
# path ~/.opam/4.14.3/.opam-switch/build/js_of_ocaml-compiler.6.0.1
# command ~/.opam/4.14.3/bin/dune build -p js_of_ocaml-compiler -j 39 @install
# exit-code 1
# env-file ~/.opam/log/js_of_ocaml-compiler-90921-29637c.env
# output-file ~/.opam/log/js_of_ocaml-compiler-90921-29637c.out
### output ###
# (cd tools/version && /home/opam/.opam/4.14.3/bin/ocaml -I +compiler-libs /home/opam/.opam/4.14.3/.opam-switch/build/js_of_ocaml-compiler.6.0.1/_build/.dune/default/tools/version/dune.ml)
# fatal: not a git repository (or any of the parent directories): .git
# (cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlc.opt -w -40 -w -7-37 -safe-string -g -bin-annot -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I /home/opam/.opam/4.14.3/lib/gen -I /home/opam/.opam/4.14.3/lib/menhirLib -I /home/opam/.opam/4.14.3/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14.3/lib/sedlex -I /home/opam/.opam/4.14.3/lib/seq -I /home/opam/.opam/4.14.3/lib/yojson -intf-suffix .ml -no-alias-deps -open Js_of_ocaml_compiler -o compiler/lib/.js_of_ocaml_compiler.objs/byte/js_of_ocaml_compiler__Parse_bytecode.cmo -c -impl compiler/lib/parse_bytecode.pp.ml)
# File "compiler/lib/parse_bytecode.ml", line 254, characters 14-20:
# 254 | env.ce_rec
# ^^^^^^
# Error: This expression has type Instruct.compilation_env
# There is no field ce_rec within type Instruct.compilation_env
# (cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlopt.opt -w -40 -w -7-37 -safe-string -g -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -I /home/opam/.opam/4.14.3/lib/gen -I /home/opam/.opam/4.14.3/lib/menhirLib -I /home/opam/.opam/4.14.3/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14.3/lib/sedlex -I /home/opam/.opam/4.14.3/lib/seq -I /home/opam/.opam/4.14.3/lib/yojson -intf-suffix .ml -no-alias-deps -open Js_of_ocaml_compiler -o compiler/lib/.js_of_ocaml_compiler.objs/native/js_of_ocaml_compiler__Parse_bytecode.cmx -c -impl compiler/lib/parse_bytecode.pp.ml)
# File "compiler/lib/parse_bytecode.ml", line 254, characters 14-20:
# 254 | env.ce_rec
# ^^^^^^
# Error: This expression has type Instruct.compilation_env
# There is no field ce_rec within type Instruct.compilation_env
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions were aborted
│ ∗ install js_of_ocaml 6.0.1
│ ∗ install js_of_ocaml-lwt 6.0.1
│ ∗ install js_of_ocaml-ppx 6.0.1
│ ∗ install tezt 4.2.0
└─
┌─ The following actions failed
│ λ build js_of_ocaml-compiler 6.0.1
└─
╶─ No changes have been performed
'opam reinstall --with-test --verbose tezt.4.2.0' failed.
[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.
opam-repo-ci detected dependencies failing: js_of_ocaml-compiler.6.0.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 --with-test --verbose tezt.4.2.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 "\"freebsd-15.0\""; then
echo "A package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field.";
fi;
test "$pkg" != '\''tezt.4.2.0'\'' && 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_1233_612" "mount.devfs" "path=/obuilder/result/b4b6ac47664b3863c709e0454eca2db3b7f84f155ab3cf887600aae59237907f/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "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 --with-test --verbose tezt.4.2.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 "\"freebsd-15.0\""; then
echo "A package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field.";
fi;
test "$pkg" != '\''tezt.4.2.0'\'' && 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
2026-04-29 13:25.01: Job failed: Failed: Build failed
2026-04-29 13:25.01: Log analysis:
2026-04-29 13:25.01: >>>
[ERROR] The compilation of js_of_ocaml-compiler.6.0.1 failed at "dune build -p js_of_ocaml-compiler -j 39 @install".
(score = 20)
2026-04-29 13:25.01: >>>
# Error: This expression has type Instruct.compilation_env
(score = 48)
2026-04-29 13:25.01: >>>
# Error: This expression has type Instruct.compilation_env
(score = 48)
2026-04-29 13:25.01: >>>
[ERROR] The compilation of js_of_ocaml-compiler.6.0.1 failed at "dune build -p js_of_ocaml-compiler -j 39 @install".
(score = 20)
2026-04-29 13:25.01: >>>
# Error: This expression has type Instruct.compilation_env
(score = 48)
2026-04-29 13:25.01: >>>
# Error: This expression has type Instruct.compilation_env
(score = 48)
2026-04-29 13:25.01: >>>
opam-repo-ci detected dependencies failing: js_of_ocaml-compiler.6.0.1
(score = 75)
2026-04-29 13:25.01: js_of_ocaml-compiler.6.0.1 failed to build