2026-04-25 17:17.58: New job: test ocaml-ai-sdk.0.3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29761/head (f2dd44265f7b93418d6de2838da2f5c72fba9048)
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/29761/head" && git reset --hard f2dd4426
git fetch origin master
git merge --no-edit f83868273da7d23bb2e3b15a2e041734003c5080
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 ocaml-ai-sdk.0.3 0.3
RUN opam reinstall ocaml-ai-sdk.0.3; \
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" != 'ocaml-ai-sdk.0.3' && 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 ocaml-ai-sdk.0.3) || true
RUN opam reinstall --with-test --verbose ocaml-ai-sdk.0.3; \
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" != 'ocaml-ai-sdk.0.3' && 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-25 17:17.58: Using cache hint "freebsd-14.3-ocaml-4.14-ocaml-ai-sdk.0.3-f2dd44265f7b93418d6de2838da2f5c72fba9048"
2026-04-25 17:17.58: 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 ocaml-ai-sdk.0.3 0.3"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-ai-sdk.0.3;\
\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\" != 'ocaml-ai-sdk.0.3' && 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 ocaml-ai-sdk.0.3) || true"))
(run (shell "opam reinstall --with-test --verbose ocaml-ai-sdk.0.3;\
\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\" != 'ocaml-ai-sdk.0.3' && 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-25 17:17.58: Waiting for resource in pool OCluster
2026-04-25 17:17.58: Waiting for worker…
2026-04-25 17:17.58: Got resource from pool OCluster
Building on rosemary
All commits already cached
Updating files: 100% (18844/18844), done.
HEAD is now at f83868273d Merge pull request #29799 from sim642/release-earlybird-1.3.6
Updating f83868273d..f2dd44265f
Fast-forward
packages/ai-sdk-react/ai-sdk-react.0.3/opam | 40 ++++++++++++++++++++++
packages/ocaml-ai-sdk/ocaml-ai-sdk.0.3/opam | 53 +++++++++++++++++++++++++++++
2 files changed, 93 insertions(+)
create mode 100644 packages/ai-sdk-react/ai-sdk-react.0.3/opam
create mode 100644 packages/ocaml-ai-sdk/ocaml-ai-sdk.0.3/opam
(from freebsd-14.3-ocaml-4.14)
2026-04-25 17:14.33 ---> 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"))
2026-04-25 17:14.34 ---> 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
2026-04-25 17:14.34 ---> 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.5.0
# 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.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-25 17:14.34 ---> 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/"))
2026-04-25 17:14.34 ---> using "2a5689f2ff4b86af979d0390fa2dfee1e6e92b3f4e476fbe79b59c6ee634de82" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-25 17:14.36 ---> using "bf709420d98e4489a2e50b4a7c90807b0aac0e79b2961b375dc2ec9f7139ab88" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)
default (at file:///home/opam/opam-repository):
[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-04-25 17:14.36 ---> using "cb57380a329d7e71de1620c627e05f2a60dd2e9f4859c3609966d2fd26e72d57" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2026-04-25 17:14.36 ---> using "b846695f795ad368546e0df953ce7108d463a3d0993427dcd6a04a1ea11fcd0a" from cache
/home/opam: (run (shell "opam pin add -k version -yn ocaml-ai-sdk.0.3 0.3"))
ocaml-ai-sdk is now pinned to version 0.3
2026-04-25 17:14.36 ---> using "e73d3fe2c934a799263426d84c6363d06de9f4b6d80a2afe08251057ba80898c" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-ai-sdk.0.3;\
\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\" != 'ocaml-ai-sdk.0.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocaml-ai-sdk.0.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 127 packages
∗ angstrom 0.16.1 [required by uri]
∗ asn1-combinators 0.3.2 [required by x509]
∗ astring 0.8.5 [required by conduit]
∗ base v0.16.5 [required by jane_rope, core, regex_parser_intf]
∗ base-bytes base [required by ocplib-endian]
∗ base64 3.5.2 [required by ocaml-ai-sdk]
∗ base_bigstring v0.16.0 [required by core]
∗ base_quickcheck v0.16.0 [required by core]
∗ bigstringaf 0.10.0 [required by angstrom]
∗ bin_prot v0.16.0 [required by core]
∗ bos 0.3.0 [required by ca-certs]
∗ ca-certs 1.0.1 [required by conduit-lwt-unix]
∗ cmdliner 2.1.1 [required by cohttp-lwt-unix, uuseg]
∗ cohttp 6.2.1 [required by cohttp-lwt-unix]
∗ cohttp-lwt 6.2.1 [required by cohttp-lwt-unix]
∗ cohttp-lwt-unix 6.2.1 [required by ocaml-ai-sdk]
∗ conduit 8.0.0 [required by conduit-lwt]
∗ conduit-lwt 8.0.0 [required by cohttp-lwt-unix]
∗ conduit-lwt-unix 8.0.0 [required by cohttp-lwt-unix]
∗ conf-g++ 1.0 [required by re2]
∗ conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
∗ conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
∗ conf-libssl 4 [required by ssl]
∗ conf-pkg-config 4 [required by conf-libssl]
∗ core v0.16.2 [required by re2]
∗ cppo 1.8.0 [required by ppx_deriving]
∗ csexp 1.5.2 [required by dune-configurator]
∗ digestif 1.3.0 [required by ca-certs]
∗ domain-name 0.5.0 [required by ipaddr]
∗ dune 3.22.2 [required by ocaml-ai-sdk]
∗ dune-configurator 3.22.2 [required by mirage-crypto, lwt, base, ssl]
∗ duration 0.3.1 [required by mirage-crypto-rng]
∗ eqaf 0.10 [required by digestif, mirage-crypto]
∗ fieldslib v0.16.0 [required by core]
∗ fmt 0.11.0 [required by cohttp-lwt-unix]
∗ fpath 0.7.3 [required by ca-certs]
∗ gmap 0.3.0 [required by x509]
∗ http 6.2.1 [required by cohttp-lwt-unix]
∗ int_repr v0.16.0 [required by base_bigstring]
∗ ipaddr 5.6.2 [required by cohttp-lwt, cohttp, conduit-lwt-unix]
∗ ipaddr-sexp 5.6.2 [required by conduit-lwt-unix]
∗ jane-street-headers v0.16.0 [required by core]
∗ jane_rope v0.16.0 [required by re2]
∗ jsonschema 0.1.0 [required by ocaml-ai-sdk]
∗ jst-config v0.16.0 [required by core]
∗ kdf 1.0.0 [required by x509]
∗ logs 0.10.0 [required by cohttp-lwt-unix]
∗ lwt 5.9.2 [required by ocaml-ai-sdk]
∗ lwt_ppx 5.9.1 [required by ocaml-ai-sdk]
∗ lwt_ssl 1.2.0 [required by ocaml-ai-sdk]
∗ macaddr 5.6.2 [required by ipaddr]
∗ magic-mime 1.3.1 [required by cohttp-lwt-unix]
∗ melange-json-native 2.0.0 [required by ocaml-ai-sdk]
∗ mirage-crypto 2.1.0 [required by ca-certs]
∗ mirage-crypto-ec 2.1.0 [required by x509]
∗ mirage-crypto-pk 2.1.0 [required by x509]
∗ mirage-crypto-rng 2.1.0 [required by x509]
∗ num 1.6 [required by sexplib]
∗ ocaml-ai-sdk 0.3 (pinned)
∗ ocaml-compiler-libs v0.12.4 [required by ppxlib]
∗ ocaml-syntax-shims 1.0.0 [required by angstrom]
∗ ocamlbuild 0.16.1 [required by uuseg]
∗ ocamlfind 1.9.8 [required by uuseg]
∗ ocplib-endian 1.2 [required by lwt]
∗ ohex 0.2.0 [required by ca-certs]
∗ parsexp v0.16.0 [required by sexplib]
∗ ppx_assert v0.16.0 [required by core]
∗ ppx_base v0.16.0 [required by core]
∗ ppx_bench v0.16.0 [required by ppx_jane]
∗ ppx_bin_prot v0.16.0 [required by ppx_jane]
∗ ppx_cold v0.16.0 [required by ppx_base]
∗ ppx_compare v0.16.0 [required by ppx_base, bin_prot]
∗ ppx_custom_printf v0.16.0 [required by ppx_jane]
∗ ppx_derivers 1.2.1 [required by ppx_deriving]
∗ ppx_deriving 6.0.3 [required by ocaml-ai-sdk]
∗ ppx_deriving_yojson 3.9.1 [required by jsonschema]
∗ ppx_disable_unused_warnings v0.16.0 [required by ppx_jane]
∗ ppx_enumerate v0.16.0 [required by ppx_base]
∗ ppx_expect v0.16.2 [required by ppx_jane]
∗ ppx_fields_conv v0.16.0 [required by ppx_jane]
∗ ppx_fixed_literal v0.16.0 [required by ppx_jane]
∗ ppx_globalize v0.16.0 [required by ppx_base]
∗ ppx_hash v0.16.0 [required by core]
∗ ppx_here v0.16.0 [required by ppx_jane]
∗ ppx_ignore_instrumentation v0.16.0 [required by ppx_jane]
∗ ppx_inline_test v0.16.1 [required by core]
∗ ppx_jane v0.16.0 [required by re2]
∗ ppx_let v0.16.0 [required by ppx_jane]
∗ ppx_log v0.16.0 [required by ppx_jane]
∗ ppx_module_timer v0.16.0 [required by ppx_jane]
∗ ppx_optcomp v0.16.0 [required by core]
∗ ppx_optional v0.16.0 [required by ppx_jane]
∗ ppx_pipebang v0.16.0 [required by ppx_jane]
∗ ppx_sexp_conv v0.16.0 [required by cohttp-lwt-unix]
∗ ppx_sexp_message v0.16.0 [required by core]
∗ ppx_sexp_value v0.16.0 [required by ppx_jane]
∗ ppx_stable v0.16.0 [required by ppx_jane]
∗ ppx_stable_witness v0.16.0 [required by ppx_jane]
∗ ppx_string v0.16.0 [required by ppx_jane]
∗ ppx_tydi v0.16.0 [required by ppx_jane]
∗ ppx_typerep_conv v0.16.0 [required by ppx_jane]
∗ ppx_variants_conv v0.16.0 [required by ppx_jane]
∗ ppxlib 0.35.0 [required by lwt_ppx, melange-json-native]
∗ ptime 1.2.0 [required by ca-certs]
∗ re 1.14.0 [required by jsonschema]
∗ re2 v0.16.0 [required by ocaml-ai-sdk]
∗ regex_parser_intf v0.16.0 [required by re2]
∗ rresult 0.7.0 [required by bos]
∗ sexplib v0.16.0 [required by core]
∗ sexplib0 v0.16.0 [required by cohttp-lwt, cohttp, conduit-lwt]
∗ splittable_random v0.16.0 [required by core]
∗ ssl 0.7.0 [required by lwt_ssl]
∗ stdio v0.16.0 [required by core]
∗ stdlib-shims 0.3.0 [required by ppxlib]
∗ stringext 1.6.0 [required by cohttp]
∗ time_now v0.16.0 [required by core]
∗ topkg 1.1.1 [required by uuseg]
∗ trace 0.12 [required by ocaml-ai-sdk]
∗ typerep v0.16.0 [required by core]
∗ uri 4.4.0 [required by jsonschema]
∗ uri-sexp 4.4.0 [required by cohttp]
∗ uucp 17.0.0 [required by uuseg]
∗ uuseg 17.0.0 [required by ocaml-ai-sdk]
∗ variantslib v0.16.0 [required by core]
∗ x509 1.0.6 [required by ca-certs]
∗ yojson 3.0.0 [required by ocaml-ai-sdk]
∗ zarith 1.14 [required by mirage-crypto-pk]
The following system packages will first need to be installed:
ca_root_nss gcc gmp
<><> 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" "ca_root_nss" "gcc" "gmp"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data:
- .
- ....
- ..... done
- Processing entries:
- ...
- ..
- ..
- ..
- . done
- FreeBSD repository update completed. 37065 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- [rosemary] Fetching data: ......... done
- Processing entries: .......... done
- FreeBSD-kmods repository update completed. 245 packages processed.
- All repositories are up to date.
- The following 7 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- binutils: 2.44,1 [FreeBSD]
- ca_root_nss: 3.117_2 [FreeBSD]
- gcc: 14_5 [FreeBSD]
- gcc14: 14.2.0_4 [FreeBSD]
- gmp: 6.3.0 [FreeBSD]
- mpc: 1.4.0 [FreeBSD]
- mpfr: 4.2.2,1 [FreeBSD]
-
- Number of packages to be installed: 7
-
- The process will require 504 MiB more space.
- 107 MiB to be downloaded.
- [rosemary] [1/7] Fetching mpc-1.4.0: ........ done
- [rosemary] [2/7] Fetching gcc-14_5: . done
- [rosemary] [3/7] Fetching gmp-6.3.0: .......... done
- [rosemary] [4/7] Fetching mpfr-4.2.2,1: .......... done
- [rosemary] [5/7] Fetching binutils-2.44,1: ...
- ....... done
- [rosemary] [6/7] Fetching gcc14-14.2.0_4:
- .
- .
- .
- .
- .
- ..
- ..
- . done
- [rosemary] [7/7] Fetching ca_root_nss-3.117_2: .......... done
- Checking integrity...
- done (0 conflicting)
- [rosemary] [1/7] Installing binutils-2.44,1...
- [rosemary] [1/7] Extracting binutils-2.44,1: .......... done
- [rosemary] [2/7] Installing ca_root_nss-3.117_2...
- [rosemary] [2/7] Extracting ca_root_nss-3.117_2: ....... done
- [rosemary] [3/7] Installing gmp-6.3.0...
- [rosemary] [3/7] Extracting gmp-6.3.0: .......... done
- [rosemary] [4/7] Installing mpfr-4.2.2,1...
- [rosemary] [4/7] Extracting mpfr-4.2.2,1: .......... done
- [rosemary] [5/7] Installing mpc-1.4.0...
- [rosemary] [5/7] Extracting mpc-1.4.0: .......... done
- [rosemary] [6/7] Installing gcc14-14.2.0_4...
- [rosemary] [6/7] Extracting gcc14-14.2.0_4: .........
- . done
- [rosemary] [7/7] Installing gcc-14_5...
- [rosemary] [7/7] Extracting gcc-14_5: ... done
- =====
- Message from ca_root_nss-3.117_2:
-
- --
- FreeBSD does not, and can not warrant that the certification authorities
- whose certificates are included in this package have in any way been
- audited for trustworthiness or RFC 3647 compliance.
-
- Assessment and verification of trust is the complete responsibility of
- the system administrator.
-
- This package installs symlinks to support root certificate discovery
- for software that either uses other cryptographic libraries than
- OpenSSL, or use OpenSSL but do not follow recommended practice.
-
- If you prefer to do this manually, replace the following symlinks with
- either an empty file or your site-local certificate bundle.
-
- * /etc/ssl/cert.pem
- * /usr/local/etc/ssl/cert.pem
- * /usr/local/openssl/cert.pem
- =====
- Message from gcc14-14.2.0_4:
-
- --
- To ensure binaries built with this toolchain find appropriate versions
- of the necessary run-time libraries, you may want to link using
-
- -Wl,-rpath=/usr/local/lib/gcc14
-
- For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
- transparently.
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved angstrom.0.16.1 (cached)
⬇ retrieved asn1-combinators.0.3.2 (cached)
⬇ retrieved astring.0.8.5 (cached)
⬇ retrieved base.v0.16.5 (cached)
⬇ retrieved base64.3.5.2 (cached)
⬇ retrieved base_bigstring.v0.16.0 (cached)
⬇ retrieved base_quickcheck.v0.16.0 (cached)
⬇ retrieved bigstringaf.0.10.0 (cached)
⬇ retrieved bin_prot.v0.16.0 (cached)
⬇ retrieved bos.0.3.0 (cached)
⬇ retrieved ca-certs.1.0.1 (cached)
⬇ retrieved cmdliner.2.1.1 (cached)
⬇ retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1 (cached)
⬇ retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)
⬇ retrieved conf-gmp.5 (cached)
⬇ retrieved conf-gmp-powm-sec.4 (cached)
⬇ retrieved conf-libssl.4 (cached)
∗ installed conf-g++.1.0
∗ installed conf-pkg-config.4
∗ installed conf-libssl.4
∗ installed conf-gmp.5
∗ installed conf-gmp-powm-sec.4
⬇ retrieved core.v0.16.2 (cached)
⬇ retrieved cppo.1.8.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved digestif.1.3.0 (cached)
⬇ retrieved domain-name.0.5.0 (cached)
⬇ retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)
⬇ retrieved duration.0.3.1 (cached)
⬇ retrieved eqaf.0.10 (cached)
⬇ retrieved fieldslib.v0.16.0 (cached)
⬇ retrieved fmt.0.11.0 (cached)
⬇ retrieved fpath.0.7.3 (cached)
⬇ retrieved gmap.0.3.0 (cached)
⬇ retrieved int_repr.v0.16.0 (cached)
⬇ retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2 (cached)
∗ installed cmdliner.2.1.1
⬇ retrieved jane-street-headers.v0.16.0 (cached)
⬇ retrieved jane_rope.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jane_rope-v0.16.0.tar.gz)
⬇ retrieved jsonschema.0.1.0 (https://github.com/tmattio/ocaml-jsonschema/releases/download/0.1.0/jsonschema-0.1.0.tbz)
⬇ retrieved jst-config.v0.16.0 (cached)
⬇ retrieved kdf.1.0.0 (cached)
⬇ retrieved logs.0.10.0 (cached)
⬇ retrieved lwt.5.9.2 (cached)
⬇ retrieved lwt_ppx.5.9.1 (cached)
⬇ retrieved lwt_ssl.1.2.0 (cached)
⬇ retrieved magic-mime.1.3.1 (cached)
⬇ retrieved melange-json-native.2.0.0 (cached)
⬇ retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)
⬇ retrieved num.1.6 (cached)
⬇ retrieved ocaml-ai-sdk.0.3 (cached)
⬇ retrieved ocaml-compiler-libs.v0.12.4 (cached)
⬇ retrieved ocaml-syntax-shims.1.0.0 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved ocplib-endian.1.2 (cached)
⬇ retrieved ohex.0.2.0 (cached)
⬇ retrieved parsexp.v0.16.0 (cached)
⬇ retrieved ppx_assert.v0.16.0 (cached)
⬇ retrieved ppx_base.v0.16.0 (cached)
⬇ retrieved ppx_bench.v0.16.0 (cached)
⬇ retrieved ppx_bin_prot.v0.16.0 (cached)
⬇ retrieved ppx_cold.v0.16.0 (cached)
⬇ retrieved ppx_compare.v0.16.0 (cached)
⬇ retrieved ppx_custom_printf.v0.16.0 (cached)
⬇ retrieved ppx_derivers.1.2.1 (cached)
⬇ retrieved ppx_deriving.6.0.3 (cached)
⬇ retrieved ppx_deriving_yojson.3.9.1 (cached)
⬇ retrieved ppx_disable_unused_warnings.v0.16.0 (cached)
⬇ retrieved ppx_enumerate.v0.16.0 (cached)
⬇ retrieved ppx_expect.v0.16.2 (cached)
⬇ retrieved ppx_fields_conv.v0.16.0 (cached)
⬇ retrieved ppx_fixed_literal.v0.16.0 (cached)
⬇ retrieved ppx_globalize.v0.16.0 (cached)
⬇ retrieved ppx_hash.v0.16.0 (cached)
⬇ retrieved ppx_here.v0.16.0 (cached)
⬇ retrieved ppx_ignore_instrumentation.v0.16.0 (cached)
⬇ retrieved ppx_inline_test.v0.16.1 (cached)
⬇ retrieved ppx_jane.v0.16.0 (cached)
⬇ retrieved ppx_let.v0.16.0 (cached)
⬇ retrieved ppx_log.v0.16.0 (cached)
⬇ retrieved ppx_module_timer.v0.16.0 (cached)
⬇ retrieved ppx_optcomp.v0.16.0 (cached)
⬇ retrieved ppx_optional.v0.16.0 (cached)
⬇ retrieved ppx_pipebang.v0.16.0 (cached)
⬇ retrieved ppx_sexp_conv.v0.16.0 (cached)
⬇ retrieved ppx_sexp_message.v0.16.0 (cached)
⬇ retrieved ppx_sexp_value.v0.16.0 (cached)
⬇ retrieved ppx_stable.v0.16.0 (cached)
⬇ retrieved ppx_stable_witness.v0.16.0 (cached)
⬇ retrieved ppx_string.v0.16.0 (cached)
⬇ retrieved ppx_tydi.v0.16.0 (cached)
⬇ retrieved ppx_typerep_conv.v0.16.0 (cached)
⬇ retrieved ppx_variants_conv.v0.16.0 (cached)
⬇ retrieved ppxlib.0.35.0 (cached)
⬇ retrieved ptime.1.2.0 (cached)
⬇ retrieved re.1.14.0 (cached)
⬇ retrieved re2.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/re2-v0.16.0.tar.gz)
⬇ retrieved regex_parser_intf.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/regex_parser_intf-v0.16.0.tar.gz)
⬇ retrieved rresult.0.7.0 (cached)
⬇ retrieved sexplib.v0.16.0 (cached)
⬇ retrieved sexplib0.v0.16.0 (cached)
⬇ retrieved splittable_random.v0.16.0 (cached)
⬇ retrieved ssl.0.7.0 (cached)
∗ installed num.1.6
⬇ retrieved stdio.v0.16.0 (cached)
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved stringext.1.6.0 (cached)
⬇ retrieved time_now.v0.16.0 (cached)
⬇ retrieved topkg.1.1.1 (cached)
⬇ retrieved trace.0.12 (cached)
⬇ retrieved typerep.v0.16.0 (cached)
⬇ retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
⬇ retrieved uucp.17.0.0 (cached)
⬇ retrieved uuseg.17.0.0 (cached)
⬇ retrieved variantslib.v0.16.0 (cached)
⬇ retrieved x509.1.0.6 (cached)
⬇ retrieved yojson.3.0.0 (cached)
⬇ retrieved zarith.1.14 (cached)
∗ installed ocamlfind.1.9.8
∗ installed base-bytes.base
∗ installed ocamlbuild.0.16.1
∗ installed zarith.1.14
∗ installed topkg.1.1.1
∗ installed rresult.0.7.0
∗ installed ptime.1.2.0
∗ installed fmt.0.11.0
∗ installed astring.0.8.5
∗ installed fpath.0.7.3
∗ installed dune.3.22.2
∗ installed ppx_derivers.1.2.1
∗ installed jane-street-headers.v0.16.0
∗ installed stdlib-shims.0.3.0
∗ installed ohex.0.2.0
∗ installed macaddr.5.6.2
∗ installed gmap.0.3.0
∗ installed duration.0.3.1
∗ installed stringext.1.6.0
∗ installed http.6.2.1
∗ installed eqaf.0.10
∗ installed ocaml-syntax-shims.1.0.0
∗ installed ocaml-compiler-libs.v0.12.4
∗ installed domain-name.0.5.0
∗ installed sexplib0.v0.16.0
∗ installed csexp.1.5.2
∗ installed trace.0.12
∗ installed parsexp.v0.16.0
∗ installed ipaddr.5.6.2
∗ installed digestif.1.3.0
∗ installed yojson.3.0.0
∗ installed re.1.14.0
∗ installed magic-mime.1.3.1
∗ installed cppo.1.8.0
∗ installed base64.3.5.2
∗ installed asn1-combinators.0.3.2
∗ installed ocplib-endian.1.2
∗ installed sexplib.v0.16.0
∗ installed dune-configurator.3.22.2
∗ installed bigstringaf.0.10.0
∗ installed angstrom.0.16.1
∗ installed ssl.0.7.0
∗ installed mirage-crypto.2.1.0
∗ installed kdf.1.0.0
∗ installed uri.4.4.0
∗ installed lwt.5.9.2
∗ installed lwt_ssl.1.2.0
∗ installed logs.0.10.0
∗ installed base.v0.16.5
∗ installed mirage-crypto-rng.2.1.0
∗ installed fieldslib.v0.16.0
∗ installed variantslib.v0.16.0
∗ installed regex_parser_intf.v0.16.0
∗ installed stdio.v0.16.0
∗ installed mirage-crypto-pk.2.1.0
∗ installed typerep.v0.16.0
∗ installed bos.0.3.0
∗ installed mirage-crypto-ec.2.1.0
∗ installed ppxlib.0.35.0
∗ installed x509.1.0.6
∗ installed ca-certs.1.0.1
∗ installed ppx_globalize.v0.16.0
∗ installed ppx_cold.v0.16.0
∗ installed ppx_tydi.v0.16.0
∗ installed ppx_here.v0.16.0
∗ installed ppx_disable_unused_warnings.v0.16.0
∗ installed ppx_enumerate.v0.16.0
∗ installed ppx_ignore_instrumentation.v0.16.0
∗ installed ppx_stable_witness.v0.16.0
∗ installed ppx_pipebang.v0.16.0
∗ installed ppx_variants_conv.v0.16.0
∗ installed ppx_typerep_conv.v0.16.0
∗ installed ppx_optional.v0.16.0
∗ installed ppx_optcomp.v0.16.0
∗ installed ppx_fixed_literal.v0.16.0
∗ installed ppx_compare.v0.16.0
∗ installed lwt_ppx.5.9.1
∗ installed ppx_stable.v0.16.0
∗ installed ppx_fields_conv.v0.16.0
∗ installed melange-json-native.2.0.0
∗ installed ppx_let.v0.16.0
∗ installed ppx_deriving.6.0.3
∗ installed ppx_sexp_conv.v0.16.0
∗ installed ppx_deriving_yojson.3.9.1
∗ installed ipaddr-sexp.5.6.2
∗ installed uri-sexp.4.4.0
∗ installed ppx_hash.v0.16.0
∗ installed ppx_sexp_value.v0.16.0
∗ installed ppx_assert.v0.16.0
∗ installed ppx_sexp_message.v0.16.0
∗ installed conduit.8.0.0
∗ installed jsonschema.0.1.0
∗ installed ppx_base.v0.16.0
∗ installed conduit-lwt.8.0.0
∗ installed cohttp.6.2.1
∗ installed ppx_custom_printf.v0.16.0
∗ installed ppx_log.v0.16.0
∗ installed jst-config.v0.16.0
∗ installed ppx_string.v0.16.0
∗ installed conduit-lwt-unix.8.0.0
∗ installed cohttp-lwt.6.2.1
∗ installed time_now.v0.16.0
∗ installed cohttp-lwt-unix.6.2.1
∗ installed ppx_module_timer.v0.16.0
∗ installed bin_prot.v0.16.0
∗ installed ppx_inline_test.v0.16.1
∗ installed uucp.17.0.0
∗ installed ppx_bench.v0.16.0
∗ installed ppx_bin_prot.v0.16.0
∗ installed ppx_expect.v0.16.2
∗ installed splittable_random.v0.16.0
∗ installed uuseg.17.0.0
∗ installed base_quickcheck.v0.16.0
∗ installed ppx_jane.v0.16.0
∗ installed jane_rope.v0.16.0
∗ installed int_repr.v0.16.0
∗ installed base_bigstring.v0.16.0
∗ installed core.v0.16.2
[ERROR] The compilation of re2.v0.16.0 failed at "dune build -p re2 -j 39".
#=== ERROR while compiling re2.v0.16.0 ========================================#
# context 2.5.0 | freebsd/x86_64 | ocaml-base-compiler.4.14.3 | file:///home/opam/opam-repository
# path ~/.opam/4.14.3/.opam-switch/build/re2.v0.16.0
# command ~/.opam/4.14.3/bin/dune build -p re2 -j 39
# exit-code 1
# env-file ~/.opam/log/re2-87785-47e0b7.env
# output-file ~/.opam/log/re2-87785-47e0b7.out
### output ###
# File "src/re2_c/dune", lines 5-26, characters 0-675:
# 5 | (rule (targets libre2_c_stubs.a dllre2_c_stubs.so)
# 6 | (deps (source_tree libre2))
# 7 | (action
# ....
# 24 | \ncp libre2/obj/so/libre2.so dllre2_c_stubs.so\
# 25 | \n%{make} -s -C libre2 clean\
# 26 | \n")))
# (cd _build/default/src/re2_c && /usr/local/bin/bash -e -u -o pipefail -c '
# ARFLAGS=rsc
# CXXFLAGS="-Wall -O3 -g -pthread"
# if [ FreeBSD = `uname -s` ]; then
# CXX=clang++
# CXXFLAGS="$CXXFLAGS -I /usr/local/lib/re2"
# else
# CXX=g++
# fi
# if ! true; then
# CXX="$CXX -m32"
# fi
# /usr/local/bin/gmake -s -C libre2 clean
# /usr/local/bin/gmake -s -C libre2 ARFLAGS="$ARFLAGS" CXX="$CXX" CXXFLAGS="$CXXFLAGS" obj/libre2.a obj/so/libre2.so
# cp libre2/obj/libre2.a libre2_c_stubs.a
# cp libre2/obj/so/libre2.so dllre2_c_stubs.so
# /usr/local/bin/gmake -s -C libre2 clean
# ')
# ld: error: version script assignment of 'global' to symbol '_ZlsRSoRKN3re211StringPieceE' failed: symbol not defined
# clang++: error: linker command failed with exit code 1 (use -v to see invocation)
# gmake: *** [Makefile:181: obj/so/libre2.so] Error 1
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
│ λ build re2 v0.16.0
└─
┌─ The following changes have been performed (the rest was aborted)
│ ∗ install angstrom 0.16.1
│ ∗ install asn1-combinators 0.3.2
│ ∗ install astring 0.8.5
│ ∗ install base v0.16.5
│ ∗ install base-bytes base
│ ∗ install base64 3.5.2
│ ∗ install base_bigstring v0.16.0
│ ∗ install base_quickcheck v0.16.0
│ ∗ install bigstringaf 0.10.0
│ ∗ install bin_prot v0.16.0
│ ∗ install bos 0.3.0
│ ∗ install ca-certs 1.0.1
│ ∗ install cmdliner 2.1.1
│ ∗ install cohttp 6.2.1
│ ∗ install cohttp-lwt 6.2.1
│ ∗ install cohttp-lwt-unix 6.2.1
│ ∗ install conduit 8.0.0
│ ∗ install conduit-lwt 8.0.0
│ ∗ install conduit-lwt-unix 8.0.0
│ ∗ install conf-g++ 1.0
│ ∗ install conf-gmp 5
│ ∗ install conf-gmp-powm-sec 4
│ ∗ install conf-libssl 4
│ ∗ install conf-pkg-config 4
│ ∗ install core v0.16.2
│ ∗ install cppo 1.8.0
│ ∗ install csexp 1.5.2
│ ∗ install digestif 1.3.0
│ ∗ install domain-name 0.5.0
│ ∗ install dune 3.22.2
│ ∗ install dune-configurator 3.22.2
│ ∗ install duration 0.3.1
│ ∗ install eqaf 0.10
│ ∗ install fieldslib v0.16.0
│ ∗ install fmt 0.11.0
│ ∗ install fpath 0.7.3
│ ∗ install gmap 0.3.0
│ ∗ install http 6.2.1
│ ∗ install int_repr v0.16.0
│ ∗ install ipaddr 5.6.2
│ ∗ install ipaddr-sexp 5.6.2
│ ∗ install jane-street-headers v0.16.0
│ ∗ install jane_rope v0.16.0
│ ∗ install jsonschema 0.1.0
│ ∗ install jst-config v0.16.0
│ ∗ install kdf 1.0.0
│ ∗ install logs 0.10.0
│ ∗ install lwt 5.9.2
│ ∗ install lwt_ppx 5.9.1
│ ∗ install lwt_ssl 1.2.0
│ ∗ install macaddr 5.6.2
│ ∗ install magic-mime 1.3.1
│ ∗ install melange-json-native 2.0.0
│ ∗ install mirage-crypto 2.1.0
│ ∗ install mirage-crypto-ec 2.1.0
│ ∗ install mirage-crypto-pk 2.1.0
│ ∗ install mirage-crypto-rng 2.1.0
│ ∗ install num 1.6
│ ∗ install ocaml-compiler-libs v0.12.4
│ ∗ install ocaml-syntax-shims 1.0.0
│ ∗ install ocamlbuild 0.16.1
│ ∗ install ocamlfind 1.9.8
│ ∗ install ocplib-endian 1.2
│ ∗ install ohex 0.2.0
│ ∗ install parsexp v0.16.0
│ ∗ install ppx_assert v0.16.0
│ ∗ install ppx_base v0.16.0
│ ∗ install ppx_bench v0.16.0
│ ∗ install ppx_bin_prot v0.16.0
│ ∗ install ppx_cold v0.16.0
│ ∗ install ppx_compare v0.16.0
│ ∗ install ppx_custom_printf v0.16.0
│ ∗ install ppx_derivers 1.2.1
│ ∗ install ppx_deriving 6.0.3
│ ∗ install ppx_deriving_yojson 3.9.1
│ ∗ install ppx_disable_unused_warnings v0.16.0
│ ∗ install ppx_enumerate v0.16.0
│ ∗ install ppx_expect v0.16.2
│ ∗ install ppx_fields_conv v0.16.0
│ ∗ install ppx_fixed_literal v0.16.0
│ ∗ install ppx_globalize v0.16.0
│ ∗ install ppx_hash v0.16.0
│ ∗ install ppx_here v0.16.0
│ ∗ install ppx_ignore_instrumentation v0.16.0
│ ∗ install ppx_inline_test v0.16.1
│ ∗ install ppx_jane v0.16.0
│ ∗ install ppx_let v0.16.0
│ ∗ install ppx_log v0.16.0
│ ∗ install ppx_module_timer v0.16.0
│ ∗ install ppx_optcomp v0.16.0
│ ∗ install ppx_optional v0.16.0
│ ∗ install ppx_pipebang v0.16.0
│ ∗ install ppx_sexp_conv v0.16.0
│ ∗ install ppx_sexp_message v0.16.0
│ ∗ install ppx_sexp_value v0.16.0
│ ∗ install ppx_stable v0.16.0
│ ∗ install ppx_stable_witness v0.16.0
│ ∗ install ppx_string v0.16.0
│ ∗ install ppx_tydi v0.16.0
│ ∗ install ppx_typerep_conv v0.16.0
│ ∗ install ppx_variants_conv v0.16.0
│ ∗ install ppxlib 0.35.0
│ ∗ install ptime 1.2.0
│ ∗ install re 1.14.0
│ ∗ install regex_parser_intf v0.16.0
│ ∗ install rresult 0.7.0
│ ∗ install sexplib v0.16.0
│ ∗ install sexplib0 v0.16.0
│ ∗ install splittable_random v0.16.0
│ ∗ install ssl 0.7.0
│ ∗ install stdio v0.16.0
│ ∗ install stdlib-shims 0.3.0
│ ∗ install stringext 1.6.0
│ ∗ install time_now v0.16.0
│ ∗ install topkg 1.1.1
│ ∗ install trace 0.12
│ ∗ install typerep v0.16.0
│ ∗ install uri 4.4.0
│ ∗ install uri-sexp 4.4.0
│ ∗ install uucp 17.0.0
│ ∗ install uuseg 17.0.0
│ ∗ install variantslib v0.16.0
│ ∗ install x509 1.0.6
│ ∗ 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.3/.opam-switch/backup/state-20260425171434.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.
opam-repo-ci detected dependencies failing: re2.v0.16.0
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 ocaml-ai-sdk.0.3;
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" != '\''ocaml-ai-sdk.0.3'\'' && 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_52585_65292" "mount.fstab=/tmp/obuilder-jail-3fd024/fstab" "mount.devfs" "path=/obuilder/result/fdd8e932b5c4df981a32e5f34daa9fb2bd9e7f3775059db32c0233348e98a796/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 ocaml-ai-sdk.0.3;
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" != '\''ocaml-ai-sdk.0.3'\'' && 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-25 17:22.15: Job failed: Failed: Build failed
2026-04-25 17:22.15: Log analysis:
2026-04-25 17:22.15: >>>
[ERROR] The compilation of re2.v0.16.0 failed at "dune build -p re2 -j 39".
(score = 20)
2026-04-25 17:22.15: >>>
# ld: error: version script assignment of 'global' to symbol '_ZlsRSoRKN3re211StringPieceE' failed: symbol not defined
(score = 30)
2026-04-25 17:22.15: >>>
opam-repo-ci detected dependencies failing: re2.v0.16.0
(score = 75)
2026-04-25 17:22.15: re2.v0.16.0 failed to build