Organisationsygrekocurl279802 (static)freebsd-15.0-4.14_opam-2.5

freebsd-15.0-4.14_opam-2.5

Logs

Show full logs
2026-05-26 18:41.26: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/static (279802ac01028368cf206de11e601fa743d0f875) (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 279802ac
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 cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN 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.23.1 dune-configurator.3.23.1 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-26 18:41.26: Using cache hint "ygrek/ocurl-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-2b0d90cefb4aa046784a563c31e631bd"
2026-05-26 18:41.26: 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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
 (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 "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.23.1 dune-configurator.3.23.1 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-26 18:41.26: Waiting for resource in pool OCluster
2026-05-26 18:41.26: Waiting for worker…
2026-05-26 18:41.26: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 279802a discover: fix put ARGN

(from freebsd-15.0-ocaml-4.14)
2026-05-26 18:34.30 ---> 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-26 18:34.30 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   dd592986d4..3e30e43808  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-05-26 18:34.30 ---> using "fb3083ac8add2a4332c1de3c259b6a47598bafbb8d7b0e1e5e29c6b67f7a9368" 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] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)

default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-05-26 18:34.30 ---> using "78a4a21c6992546881f03c67103b6069b09634072ed47b64152f6a67c50e9726" 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-26 18:34.31 ---> using "43c72d0347cbf09be0c1fd4cc67947aaff7d6ae679de74065c879f04bdf95654" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-26 18:34.31 ---> using "d979286dd9e14604e99df325f53a1345c6df7183f6e219b922aeaafa5a252095" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update -u"))

<><> 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-26 18:34.31 ---> using "1f120899db56a2e1ee0875447c3e55c03c975334bb3f7095405979436b3a79d0" from cache

/src: (copy (src curl_lwt.opam curl.opam) (dst ./))
2026-05-26 18:34.31 ---> using "c851dfcc5b26b38dc589df10150efe3d1f4aeb6fe2c3d71df4a1e4e6d6acf0e0" from cache

/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-26 18:34.31 ---> using "545ed961139afa688a5a2c035913447f67d4f500de12516cd9e5870593081e49" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-26 18:34.31 ---> using "b4331b83d0d32a5ca64289f295d65575596916e17a2271f7c842b03758726de3" from cache

/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.23.1 dune-configurator.3.23.1 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-26 18:34.31 ---> using "6ea8e454b56cd9d669a6416f540804979d84ccf304d2cbc6b14de29b56a2e988" from cache

/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.23.1
   dune-configurator 3.23.1
   lwt               6.1.2
   ocamlfind         1.9.8
   ocplib-endian     1.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 installed conf-libcurl.2
 retrieved csexp.1.5.2  (cached)
 retrieved cppo.1.8.0  (cached)
 retrieved lwt.6.1.2  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved dune.3.23.1, dune-configurator.3.23.1  (cached)
 installed ocamlfind.1.9.8
 installed base-bytes.base
 installed dune.3.23.1
 installed csexp.1.5.2
 installed cppo.1.8.0
 installed ocplib-endian.1.2
 installed dune-configurator.3.23.1
 installed lwt.6.1.2
Done.
2026-05-26 18:34.32 ---> using "328db4e9c9cc9c3574d7f288e2651b3bdb329793cdff6c276e358cbec64adca5" from cache

/src: (copy (src .) (dst /src))
2026-05-26 18:34.32 ---> using "189f7facf95146a1395c77bacc2024a65d7bf65a549593272f4d73027d1fd9d6" from cache

/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-7ea57e54dfcdb31d8ef2be2c4623f56b
-> 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.23.1 dune-configurator.3.23.1 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_1312_45131" "mount.devfs" "path=/obuilder/result/43b59dd6c69de7ba85867cf45df8792934f1a767674b3a5db9a749175d0d5821/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.23.1 dune-configurator.3.23.1 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-26 18:42.43: Job failed: Failed: Build failed