Organisationsygrekocurl49b268 ()freebsd-15.0-4.14_opam-2.5

freebsd-15.0-4.14_opam-2.5

Logs

Show full logs
2026-05-04 16:48.14: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/static (49b2688fd4d45d6314854aae1424ea10da599710) (freebsd-x86_64:freebsd-15.0-4.14_opam-2.5)
Base: freebsd-15.0-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ygrek/ocurl.git" -b "static" && cd "ocurl" && git reset --hard 49b2688f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.0-ocaml-4.14
# freebsd-15.0-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 curl_lwt.opam curl.opam ./
RUN opam pin add -yn curl_lwt.dev './' && \
    opam pin add -yn curl.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 lwt.6.1.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2026-05-04 16:48.14: Using cache hint "ygrek/ocurl-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-b16737b51da75d0489cef3c40418c95f"
2026-05-04 16:48.14: Using OBuilder spec:
((from freebsd-15.0-ocaml-4.14)
 (comment freebsd-15.0-4.14_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src curl_lwt.opam curl.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn curl_lwt.dev './' && \
             \nopam pin add -yn curl.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 lwt.6.1.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2026-05-04 16:48.14: Waiting for resource in pool OCluster
2026-05-04 16:48.14: Waiting for worker…
2026-05-04 16:48.14: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 49b2688 static link

(from freebsd-15.0-ocaml-4.14)
2026-05-04 16:40.51 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" from cache

/: (comment freebsd-15.0-4.14_opam-2.5)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
2026-05-04 16:40.51 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" from cache

/src: (run (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-05-04 16:40.52 ---> using "5b8ccc8e555d7cd0f1032f902b03180b4a94661bb370b5a12ce602073b7e0ee3" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 15.0-RELEASE-p6
The OCaml toplevel, version 4.14.3
2.5.0
2026-05-04 16:40.52 ---> using "63dbf484679c53eec2cd63fc0cfb2a328df30922e62a61c8641a841e6a756d1d" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-04 16:40.52 ---> using "58d88452eeb4eb022753991a08e7397c7288aff7a4440207912f07c2c5a346a8" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u"))
dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository

Everything as up-to-date as possible

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.5.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2026-05-04 16:40.52 ---> using "b86424885e2d1f3464d278e9aeb3653ed4634978aa54e70ce2975b6f13bac018" from cache

/src: (copy (src curl_lwt.opam curl.opam) (dst ./))
2026-05-04 16:40.53 ---> saved as "08ab3322098fd4693441df5df02fabed6891feab3ff49c1dcc1398e43b7fbca6"

/src: (run (network host)
           (shell  "opam pin add -yn curl_lwt.dev './' && \
                  \nopam pin add -yn curl.dev './'"))
[curl_lwt.dev] synchronised (file:///src)
curl_lwt is now pinned to file:///src (version dev)
[curl.dev] synchronised (file:///src)
curl is now pinned to file:///src (version dev)
2026-05-04 16:40.54 ---> saved as "0d7c84a330843e2212156d64d34cb39f10bad441fc2027a0c8256b0399edf008"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-04 16:40.55 ---> saved as "6aa9c528de0b9510d54564eb1c624b679c12cf0e501bfa5129283010245773d8"

/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 lwt.6.1.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[curl_lwt.dev] synchronised (file:///src)
[curl.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2026-05-04 16:41.00 ---> saved as "a79e3316a6280d2a71fe5449fc8541f74b8d8a4b49f434041bf7b55d85dcff27"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 9 packages
   base-bytes        base
   conf-libcurl      2
   cppo              1.8.0
   csexp             1.5.2
   dune              3.22.2
   dune-configurator 3.22.2
   lwt               6.1.2
   ocamlfind         1.9.8
   ocplib-endian     1.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 installed conf-libcurl.2
 retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
 retrieved lwt.6.1.2  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved cppo.1.8.0  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 installed ocamlfind.1.9.8
 installed base-bytes.base
 installed dune.3.22.2
 installed csexp.1.5.2
 installed cppo.1.8.0
 installed ocplib-endian.1.2
 installed dune-configurator.3.22.2
 installed lwt.6.1.2
Done.
2026-05-04 16:41.59 ---> saved as "d350f30900de4e48eb608de49cccfd857b0e33de8430d113ab292bf82bd1d1a1"

/src: (copy (src .) (dst /src))
2026-05-04 16:41.59 ---> saved as "c94dcac0a8bbe10558b7db7f8ba9f65230216469b66f6f3c13908964433fb8f8"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "examples/dune", line 37, characters 18-25:
37 |  (preprocess (pps lwt_ppx))
                       ^^^^^^^
Error: Library "lwt_ppx" not found.
-> required by
   _build/default/examples/.merlin-conf/exe-test_lwt-4ae3cca8f9be9de71a1a7b2ad5e3dcce
-> required by alias examples/check
(cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -I examples/.ocurl.eobjs/byte -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o examples/.ocurl.eobjs/byte/dune__exe__Ocurl.cmo -c -impl examples/ocurl.ml)
File "examples/ocurl.ml", line 21, characters 4-14:
21 | let getContent connection url =
         ^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value getContent.
(cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -I examples/.opar.eobjs/byte -I /home/opam/.opam/4.14.3/lib/ocaml/threads -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o examples/.opar.eobjs/byte/dune__exe__Opar.cmo -c -impl examples/opar.ml)
File "examples/opar.ml", line 9, characters 4-17:
9 | let show_progress fname conn =
        ^^^^^^^^^^^^^
Warning 32 [unused-value-declaration]: unused value show_progress.
(cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -I .curl_lwt.objs/byte -I /home/opam/.opam/4.14.3/lib/bytes -I /home/opam/.opam/4.14.3/lib/lwt -I /home/opam/.opam/4.14.3/lib/lwt/unix -I /home/opam/.opam/4.14.3/lib/ocaml/threads -I /home/opam/.opam/4.14.3/lib/ocplib-endian -I /home/opam/.opam/4.14.3/lib/ocplib-endian/bigstring -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o .curl_lwt.objs/byte/curl_lwt.cmo -c -impl curl_lwt.ml)
File "curl_lwt.ml", line 42, characters 4-20:
42 |     M.action_timeout mt;
         ^^^^^^^^^^^^^^^^
Alert deprecated: M.action_timeout
Use action_timeout' instead
(cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -I .curl_lwt.objs/byte -I .curl_lwt.objs/native -I /home/opam/.opam/4.14.3/lib/bytes -I /home/opam/.opam/4.14.3/lib/lwt -I /home/opam/.opam/4.14.3/lib/lwt/unix -I /home/opam/.opam/4.14.3/lib/ocaml/threads -I /home/opam/.opam/4.14.3/lib/ocplib-endian -I /home/opam/.opam/4.14.3/lib/ocplib-endian/bigstring -I .curl.objs/byte -I .curl.objs/native -intf-suffix .ml -no-alias-deps -opaque -o .curl_lwt.objs/native/curl_lwt.cmx -c -impl curl_lwt.ml)
File "curl_lwt.ml", line 42, characters 4-20:
42 |     M.action_timeout mt;
         ^^^^^^^^^^^^^^^^
Alert deprecated: M.action_timeout
Use action_timeout' instead
(cd _build/default && /usr/bin/cc -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wall -Wno-deprecated-declarations -I/usr/local/include -DCURL_STATICLIB -g -I /home/opam/.opam/4.14.3/lib/ocaml -o curl-helper.o -c curl-helper.c)
curl-helper.c:4081:9: warning: libcurl does not provide CURLINFO_EFFECTIVE_URL [-W#pragma-messages]
 4081 | #pragma message("libcurl does not provide CURLINFO_EFFECTIVE_URL")
      |         ^
curl-helper.c:4392:9: warning: libcurl does not provide CURLINFO_REDIRECT_URL [-W#pragma-messages]
 4392 | #pragma message("libcurl does not provide CURLINFO_REDIRECT_URL")
      |         ^
curl-helper.c:4404:9: warning: libcurl does not provide CURLINFO_PRIMARY_IP [-W#pragma-messages]
 4404 | #pragma message("libcurl does not provide CURLINFO_PRIMARY_IP")
      |         ^
curl-helper.c:4416:9: warning: libcurl does not provide CURLINFO_LOCAL_IP [-W#pragma-messages]
 4416 | #pragma message("libcurl does not provide CURLINFO_LOCAL_IP")
      |         ^
curl-helper.c:4428:9: warning: libcurl does not provide CURLINFO_LOCAL_PORT [-W#pragma-messages]
 4428 | #pragma message("libcurl does not provide CURLINFO_LOCAL_PORT")
      |         ^
curl-helper.c:4440:9: warning: libcurl does not provide CURLINFO_CONDITION_UNMET [-W#pragma-messages]
 4440 | #pragma message("libcurl does not provide CURLINFO_CONDITION_UNMET")
      |         ^
curl-helper.c:4465:9: warning: libcurl does not provide CURLINFO_CERTINFO [-W#pragma-messages]
 4465 | #pragma message("libcurl does not provide CURLINFO_CERTINFO")
      |         ^
curl-helper.c:4476:9: warning: libcurl does not provide CURLINFO_ACTIVESOCKET [-W#pragma-messages]
 4476 | #pragma message("libcurl does not provide CURLINFO_ACTIVESOCKET")
      |         ^
curl-helper.c:4490:9: warning: libcurl does not provide CURLINFO_HTTP_VERSION [-W#pragma-messages]
 4490 | #pragma message("libcurl does not provide CURLINFO_HTTP_VERSION")
      |         ^
curl-helper.c:4510:41: warning: variable 'longValue' is uninitialized when used here [-Wuninitialized]
 4510 |         Store_field(result, 0, Val_long(longValue));
      |                                         ^~~~~~~~~
/home/opam/.opam/4.14.3/lib/ocaml/caml/mlvalues.h:75:47: note: expanded from macro 'Val_long'
   75 | #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
      |                                               ^
/home/opam/.opam/4.14.3/lib/ocaml/caml/memory.h:475:27: note: expanded from macro 'Store_field'
  475 |   value caml__temp_val = (val); \
      |                           ^~~
curl-helper.c:4058:19: note: initialize the variable 'longValue' to silence this warning
 4058 |     long longValue;
      |                   ^
      |                    = 0
curl-helper.c:4531:43: warning: variable 'socketValue' is uninitialized when used here [-Wuninitialized]
 4531 |         Store_field(result, 0, Val_socket(socketValue));
      |                                           ^~~~~~~~~~~
curl-helper.c:98:31: note: expanded from macro 'Val_socket'
   98 | #define Val_socket(v) Val_int(v)
      |                               ^
/home/opam/.opam/4.14.3/lib/ocaml/caml/mlvalues.h:79:29: note: expanded from macro 'Val_int'
   79 | #define Val_int(x) Val_long(x)
      |                             ^
/home/opam/.opam/4.14.3/lib/ocaml/caml/mlvalues.h:75:47: note: expanded from macro 'Val_long'
   75 | #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
      |                                               ^
/home/opam/.opam/4.14.3/lib/ocaml/caml/memory.h:475:27: note: expanded from macro 'Store_field'
  475 |   value caml__temp_val = (val); \
      |                           ^~~
curl-helper.c:4059:30: note: initialize the variable 'socketValue' to silence this warning
 4059 |     curl_socket_t socketValue;
      |                              ^
      |                               = 0
curl-helper.c:4515:49: warning: variable 'doubleValue' is uninitialized when used here [-Wuninitialized]
 4515 |         Store_field(result, 0, caml_copy_double(doubleValue));
      |                                                 ^~~~~~~~~~~
/home/opam/.opam/4.14.3/lib/ocaml/caml/memory.h:475:27: note: expanded from macro 'Store_field'
  475 |   value caml__temp_val = (val); \
      |                           ^~~
curl-helper.c:4057:23: note: initialize the variable 'doubleValue' to silence this warning
 4057 |     double doubleValue;
      |                       ^
      |                        = 0.0
curl-helper.c:4986:72: warning: passing 'const int[3]' to parameter of type 'int *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
 4986 |     extra_fds[i].events = caml_convert_flag_list(Field(v_extra_fd, 1), curlWait_table);
      |                                                                        ^~~~~~~~~~~~~~
/home/opam/.opam/4.14.3/lib/ocaml/caml/alloc.h:60:52: note: passing argument to parameter here
   60 | CAMLextern int caml_convert_flag_list (value, int *);
      |                                                    ^
curl-helper.c:1052:12: warning: unused function 'cb_XFERINFOFUNCTION' [-Wunused-function]
 1052 | static int cb_XFERINFOFUNCTION(void *data,
      |            ^~~~~~~~~~~~~~~~~~~
curl-helper.c:1144:18: warning: unused function 'cb_IOCTLFUNCTION' [-Wunused-function]
 1144 | static curlioerr cb_IOCTLFUNCTION(CURL *ioctl,
      |                  ^~~~~~~~~~~~~~~~
curl-helper.c:2170:13: warning: unused function 'handle_SSL_OPTIONS_' [-Wunused-function]
 2170 | static void handle_SSL_OPTIONS_(CURLoption opt, Connection *conn, value opts)
      |             ^~~~~~~~~~~~~~~~~~~
curl-helper.c:2673:13: warning: unused function 'ocaml_HTTP_VERSION' [-Wunused-function]
 2673 | static long ocaml_HTTP_VERSION(long curl_version)
      |             ^~~~~~~~~~~~~~~~~~
17 warnings generated.
File "dune", lines 3-12, characters 0-253:
 3 | (library
 4 |  (public_name curl)
 5 |  (wrapped false)
 6 |  (foreign_stubs
 7 |   (language c)
 8 |   (flags -DHAVE_CONFIG_H :standard (:include cflags.sexp))
 9 |   (names curl-helper))
10 |  (c_library_flags :standard (:include clibs.sexp))
11 |  (libraries bigarray unix)
12 |  (modules curl))
(cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlmklib.opt -g -o curl_stubs curl-helper.o -ldopt -Wl,--push-state -ldopt -Wl,-Bdynamic -ldopt -lsasl2 -ldopt -lp11-kit -ldopt -Wl,--pop-state -ldopt -L/usr/local/lib -ldopt -lcurl -ldopt -L/usr/local/lib -ldopt -L/usr/local/lib -ldopt -L/usr/local/lib -ldopt -L/usr/local/lib -ldopt -L/usr/local/lib -ldopt -L/usr/local/lib -ldopt -L/usr/local/lib -ldopt -L/usr/local/lib -ldopt -lssh2 -ldopt -lcrypto -ldopt -lzstd -ldopt -lbrotlidec -ldopt -lz -ldopt -pthread -ldopt -lbrotlidec -ldopt -lbrotlicommon -ldopt -lzstd -ldopt -pthread -ldopt -lssl -ldopt -lpsl -ldopt -lunistring -ldopt -lidn2 -ldopt -L/usr/local/lib -ldopt -lunistring -ldopt -R/usr/local/lib -ldopt -lssh2 -ldopt -lcrypto -ldopt -pthread -ldopt -L/lib -ldopt -lz -ldopt -lnghttp2)
ld: error: unable to find library -lsasl2
ld: error: unable to find library -lp11-kit
cc: error: linker command failed with exit code 1 (use -v to see invocation)
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 lwt.6.1.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_1249_1111" "mount.devfs" "path=/obuilder/result/0781b8e0e5e7161613a0960bfa09a77de9039ea34974cb27910374e0c573de93/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 lwt.6.1.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2026-05-04 16:50.23: Job failed: Failed: Build failed