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

freebsd-15.0-5.4_opam-2.5

Link Copied
Code Copied

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-5.4_opam-2.5)
Base: freebsd-15.0-ocaml-5.4
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-5.4
# freebsd-15.0-5.4_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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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-5.4-freebsd-15.0-5.4_opam-2.5-50ad28da2981df628a8da127617b6252"
2026-05-26 18:41.26: Using OBuilder spec:
((from freebsd-15.0-ocaml-5.4)
(comment freebsd-15.0-5.4_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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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
HEAD is now at cd7dec8 discover: use ARGN instead of custom call to pkgconfig
HEAD is now at 279802a discover: fix put ARGN


(from freebsd-15.0-ocaml-5.4)
2026-05-26 18:34.24 ---> using "e2f9399617b174328a08b4d831e677f3a97fbfa86ae070bfd238f77cd03a9525" from cache


/: (comment freebsd-15.0-5.4_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.25 ---> using "781b57a4d4f2bf94cdb9becd5038442a59a2ca35fdf36b854445c032b968c335" 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.25 ---> using "c2cda2e56642b4eb6e562886347b792aa905f7ede0a3c37ac4d1d98d0da2d345" 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.26 ---> using "1b3c19695c6e31db0f7da2b3cb7e1044eabf49177fa202e6378e442557f8cb2b" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 15.0-RELEASE-p6
The OCaml toplevel, version 5.4.1
2.5.0
2026-05-26 18:34.26 ---> using "7e46bb49654beeeca9e40e8b1ec82c4784478ada993bd05b101bd7a6b2dceec5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-05-26 18:34.26 ---> using "3427ba97a56bbc5904630bf247fdb3641a7d7e75499187de2234b6f4d8e3ce5b" 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
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.26 ---> using "f6d3f7f0f64457c8da62f99a68dfdeaccba90264d3fff14456f9753b490f8c49" from cache


/src: (copy (src curl_lwt.opam curl.opam) (dst ./))
2026-05-26 18:34.26 ---> using "0a057894585c28efbb6cdc811b93866f787ab966e3675578d59118d744424a76" 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.26 ---> using "77f374219887b5cc0ffb34bc0ab6d6c7a63c5fc849f64075c948c519befb938a" from cache


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


/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2026-05-26 18:34.27 ---> using "ea16ecef52da905dbd2a030a4b437880d282f110242bc64a0470e060fff67915" 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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.27 ---> using "b2be38316073e1ead0a607b494065e1f0b54b5a39d09cf889111651e1bcd0ffd" from cache


/src: (copy (src .) (dst /src))
2026-05-26 18:34.27 ---> using "1cb3dba7695c5a7f5f7f2a9c356eb2ef8997c5b20070181aacfbe573341e1f0d" 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/5.4.1/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 -bin-annot-occurrences -I examples/.ocurl.eobjs/byte -I /home/opam/.opam/5.4.1/lib/ocaml/unix -I .curl.objs/byte -cmi-file examples/.ocurl.eobjs/byte/dune__exe__Ocurl.cmi -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/5.4.1/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 -bin-annot-occurrences -I examples/.opar.eobjs/byte -I /home/opam/.opam/5.4.1/lib/ocaml/threads -I /home/opam/.opam/5.4.1/lib/ocaml/unix -I .curl.objs/byte -cmi-file examples/.opar.eobjs/byte/dune__exe__Opar.cmi -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/5.4.1/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 -bin-annot-occurrences -I .curl_lwt.objs/byte -I /home/opam/.opam/5.4.1/lib/bytes -I /home/opam/.opam/5.4.1/lib/lwt -I /home/opam/.opam/5.4.1/lib/lwt/unix -I /home/opam/.opam/5.4.1/lib/ocaml/threads -I /home/opam/.opam/5.4.1/lib/ocaml/unix -I /home/opam/.opam/5.4.1/lib/ocplib-endian -I /home/opam/.opam/5.4.1/lib/ocplib-endian/bigstring -I .curl.objs/byte -cmi-file .curl_lwt.objs/byte/curl_lwt.cmi -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/5.4.1/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/5.4.1/lib/bytes -I /home/opam/.opam/5.4.1/lib/lwt -I /home/opam/.opam/5.4.1/lib/lwt/unix -I /home/opam/.opam/5.4.1/lib/ocaml/threads -I /home/opam/.opam/5.4.1/lib/ocaml/unix -I /home/opam/.opam/5.4.1/lib/ocplib-endian -I /home/opam/.opam/5.4.1/lib/ocplib-endian/bigstring -I .curl.objs/byte -I .curl.objs/native -cmi-file .curl_lwt.objs/byte/curl_lwt.cmi -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 -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wall -Wno-deprecated-declarations -I/usr/local/include -DCURL_STATICLIB -g -I /home/opam/.opam/5.4.1/lib/ocaml -I /home/opam/.opam/5.4.1/lib/ocaml/unix -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/5.4.1/lib/ocaml/caml/mlvalues.h:79:47: note: expanded from macro 'Val_long'
79 | #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
|                                               ^
/home/opam/.opam/5.4.1/lib/ocaml/caml/memory.h:470:27: note: expanded from macro 'Store_field'
470 |   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/5.4.1/lib/ocaml/caml/mlvalues.h:83:29: note: expanded from macro 'Val_int'
83 | #define Val_int(x) Val_long(x)
|                             ^
/home/opam/.opam/5.4.1/lib/ocaml/caml/mlvalues.h:79:47: note: expanded from macro 'Val_long'
79 | #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
|                                               ^
/home/opam/.opam/5.4.1/lib/ocaml/caml/memory.h:470:27: note: expanded from macro 'Store_field'
470 |   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/5.4.1/lib/ocaml/caml/memory.h:470:27: note: expanded from macro 'Store_field'
470 |   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: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)
|             ^~~~~~~~~~~~~~~~~~
16 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/5.4.1/bin/ocamlmklib -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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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_45130" "mount.devfs" "path=/obuilder/result/aba06fc45ed599b6d9f718587faf72fb741cdd6bc5dcb4db86d1d7707c57a93c/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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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.39: Job failed: Failed: Build failed