Organisationsygrekocurl49b268 ()openbsd-77-amd64-5.4_opam-2.5

openbsd-77-amd64-5.4_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) (openbsd-amd64:openbsd-77-amd64-5.4_opam-2.5)
Base: openbsd-77-amd64-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 49b2688f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-77-amd64-ocaml-5.4
# openbsd-77-amd64-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
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 /home/opam/src/./
RUN opam pin add -yn curl_lwt.dev '/home/opam/src/./' && \
    opam pin add -yn curl.dev '/home/opam/src/./'
RUN echo '(lang dune 3.0)' > '/home/opam/src/./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.22.2 dune-configurator.3.22.2 lwt.6.1.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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 . /home/opam/src
RUN cd /home/opam/src && 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-openbsd-77-amd64-ocaml-5.4-openbsd-77-amd64-5.4_opam-2.5-e8880438b1ad35d3e31cb83d424a9693"
2026-05-04 16:48.14: Using OBuilder spec:
((from openbsd-77-amd64-ocaml-5.4)
 (comment openbsd-77-amd64-5.4_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (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 /home/opam/src/./))
 (run (network host)
      (shell  "opam pin add -yn curl_lwt.dev '/home/opam/src/./' && \
             \nopam pin add -yn curl.dev '/home/opam/src/./'"))
 (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./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.22.2 dune-configurator.3.22.2 lwt.6.1.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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 /home/opam/src))
 (run (shell "cd /home/opam/src && 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 oregano.caelum.ci.dev
HEAD is now at eb85486 fix CURLINFO_HTTP_VERSION
HEAD is now at 49b2688 static link

(from openbsd-77-amd64-ocaml-5.4)
2026-05-04 16:48.14 ---> using "8424522d1f78b81b26ba463ba357c8ca122e0f74070b621aa84fc80c68430631" from cache

/: (comment openbsd-77-amd64-5.4_opam-2.5)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (run (shell "doas ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-05-04 16:48.14 ---> using "cd72dc3a3c8ea2afd18b1257d8b5421d0f9a4dafb0a258b995fdf62c1e2a67c4" from cache

/: (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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from file:///home/opam/opam-repository
2026-05-04 16:48.14 ---> using "25ee98d58d8c907869f6fd5004c258d71c5033e73edf1fe48b86a48a34773b77" from cache

/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.7
The OCaml toplevel, version 5.4.0
2.5.0
2026-05-04 16:48.14 ---> using "b97072ad387d97fa49b3fc7ece6dbbedda3ad8df05946df9b57bbb8c1e1ea296" from cache

/: (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"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   93a7bce43a..dd592986d4  master     -> origin/master
dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
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)


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
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.
# To update the current shell environment, run: eval $(opam env)
2026-05-04 16:48.14 ---> using "8e5582741277f6d33cad2599464368e692ae6523f1cead8c6658c2117a1f09e9" from cache

/: (copy (src curl_lwt.opam curl.opam) (dst /home/opam/src/./))
2026-05-04 16:48.14 ---> using "eb12eadd6fb51ae4a17ac5e517211fe1cf047436f88d7ddbffa851fc1df90684" from cache

/: (run (network host)
        (shell  "opam pin add -yn curl_lwt.dev '/home/opam/src/./' && \
               \nopam pin add -yn curl.dev '/home/opam/src/./'"))
[curl_lwt.dev] synchronised (file:///home/opam/src)
curl_lwt is now pinned to file:///home/opam/src (version dev)
[curl.dev] synchronised (file:///home/opam/src)
curl is now pinned to file:///home/opam/src (version dev)
2026-05-04 16:48.14 ---> using "89d7418808ef5308acffd50b3a72bd5513b42adbcfe4b9aa9730d20234fb9f78" from cache

/: (run (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))
2026-05-04 16:48.14 ---> using "3313c321f2b70df4fad5a7aa8c3544fe132b7ca073ce21434466d554f27740c9" from cache

/: (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.22.2 dune-configurator.3.22.2 lwt.6.1.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[curl_lwt.dev] synchronised (file:///home/opam/src)
[curl.dev] synchronised (file:///home/opam/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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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).
# To update the current shell environment, run: eval $(opam env)
2026-05-04 16:48.14 ---> using "8266f3770e84c251a053006c7f9ecc80b15bb860ec28795bf206be73ad4dcdd7" from cache

/: (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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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
  - install base-bytes        base
  - install conf-libcurl      2
  - install cppo              1.8.0
  - install csexp             1.5.2
  - install dune              3.22.2
  - install dune-configurator 3.22.2
  - install lwt               6.1.2
  - install ocamlfind         1.9.8
  - install 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.22.2, dune-configurator.3.22.2  (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.
# To update the current shell environment, run: eval $(opam env)
2026-05-04 16:48.14 ---> using "642d6781dfb4348262bff4f77ed8b6271ba689cb5aee0f8ed00171e44331118e" from cache

/: (copy (src .) (dst /home/opam/src))
2026-05-04 16:49.13 ---> saved as "6f5c50a7a21f543efc88bd8931b5d9f84c9b9150c658b9bd48b15af5a0de450e"

/: (run (shell "cd /home/opam/src && 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/5.4.0/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.0/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.0/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.0/lib/bytes -I /home/opam/.opam/5.4.0/lib/lwt -I /home/opam/.opam/5.4.0/lib/lwt/unix -I /home/opam/.opam/5.4.0/lib/ocaml/threads -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/lib/ocplib-endian -I /home/opam/.opam/5.4.0/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.0/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.0/lib/bytes -I /home/opam/.opam/5.4.0/lib/lwt -I /home/opam/.opam/5.4.0/lib/lwt/unix -I /home/opam/.opam/5.4.0/lib/ocaml/threads -I /home/opam/.opam/5.4.0/lib/ocaml/unix -I /home/opam/.opam/5.4.0/lib/ocplib-endian -I /home/opam/.opam/5.4.0/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 && /home/opam/.opam/5.4.0/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.0/lib/ocaml/threads -I /home/opam/.opam/5.4.0/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 && /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 -g -I /home/opam/.opam/5.4.0/lib/ocaml -I /home/opam/.opam/5.4.0/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]
#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]
#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]
#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]
#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]
#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]
#pragma message("libcurl does not provide CURLINFO_CONDITION_UNMET")
        ^
curl-helper.c:4465:9: warning: libcurl does not provide CURLINFO_CERTINFO [-W#pragma-messages]
#pragma message("libcurl does not provide CURLINFO_CERTINFO")
        ^
curl-helper.c:4476:9: warning: libcurl does not provide CURLINFO_ACTIVESOCKET [-W#pragma-messages]
#pragma message("libcurl does not provide CURLINFO_ACTIVESOCKET")
        ^
curl-helper.c:4490:9: warning: libcurl does not provide CURLINFO_HTTP_VERSION [-W#pragma-messages]
#pragma message("libcurl does not provide CURLINFO_HTTP_VERSION")
        ^
curl-helper.c:4510:41: warning: variable 'longValue' is uninitialized when used here [-Wuninitialized]
        Store_field(result, 0, Val_long(longValue));
                                        ^~~~~~~~~
/home/opam/.opam/5.4.0/lib/ocaml/caml/mlvalues.h:79:47: note: expanded from macro 'Val_long'
#define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
                                              ^
/home/opam/.opam/5.4.0/lib/ocaml/caml/memory.h:470:27: note: expanded from macro 'Store_field'
  value caml__temp_val = (val); \
                          ^~~
curl-helper.c:4058:19: note: initialize the variable 'longValue' to silence this warning
    long longValue;
                  ^
                   = 0
curl-helper.c:4531:43: warning: variable 'socketValue' is uninitialized when used here [-Wuninitialized]
        Store_field(result, 0, Val_socket(socketValue));
                                          ^~~~~~~~~~~
curl-helper.c:98:31: note: expanded from macro 'Val_socket'
#define Val_socket(v) Val_int(v)
                              ^
/home/opam/.opam/5.4.0/lib/ocaml/caml/mlvalues.h:83:29: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
                            ^
/home/opam/.opam/5.4.0/lib/ocaml/caml/mlvalues.h:79:47: note: expanded from macro 'Val_long'
#define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
                                              ^
/home/opam/.opam/5.4.0/lib/ocaml/caml/memory.h:470:27: note: expanded from macro 'Store_field'
  value caml__temp_val = (val); \
                          ^~~
curl-helper.c:4059:30: note: initialize the variable 'socketValue' to silence this warning
    curl_socket_t socketValue;
                             ^
                              = 0
curl-helper.c:4515:49: warning: variable 'doubleValue' is uninitialized when used here [-Wuninitialized]
        Store_field(result, 0, caml_copy_double(doubleValue));
                                                ^~~~~~~~~~~
/home/opam/.opam/5.4.0/lib/ocaml/caml/memory.h:470:27: note: expanded from macro 'Store_field'
  value caml__temp_val = (val); \
                          ^~~
curl-helper.c:4057:23: note: initialize the variable 'doubleValue' to silence this warning
    double doubleValue;
                      ^
                       = 0.0
curl-helper.c:1052:12: warning: unused function 'cb_XFERINFOFUNCTION' [-Wunused-function]
static int cb_XFERINFOFUNCTION(void *data,
           ^
curl-helper.c:1144:18: warning: unused function 'cb_IOCTLFUNCTION' [-Wunused-function]
static curlioerr cb_IOCTLFUNCTION(CURL *ioctl,
                 ^
curl-helper.c:2170:13: warning: unused function 'handle_SSL_OPTIONS_' [-Wunused-function]
static void handle_SSL_OPTIONS_(CURLoption opt, Connection *conn, value opts)
            ^
curl-helper.c:2673:13: warning: unused function 'ocaml_HTTP_VERSION' [-Wunused-function]
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.0/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 -pthread -ldopt -lcurl -ldopt -lz -ldopt -lssl -ldopt -lcrypto -ldopt -lnghttp2 -ldopt -lngtcp2 -ldopt -lngtcp2_crypto_quictls -ldopt -lnghttp3)
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)
"cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-05-04 16:51.46: Job failed: Failed: Build failed