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-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 49b2688f 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 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-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.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-04 16:48.14: Using cache hint "ygrek/ocurl-freebsd-15.0-ocaml-5.4-freebsd-15.0-5.4_opam-2.5-6880fa0d759fb1d45cc3ead977bc52f7" 2026-05-04 16:48.14: 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 (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-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.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-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 HEAD is now at eb85486 fix CURLINFO_HTTP_VERSION HEAD is now at 49b2688 static link (from freebsd-15.0-ocaml-5.4) 2026-05-04 16:40.51 ---> 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-04 16:40.51 ---> using "781b57a4d4f2bf94cdb9becd5038442a59a2ca35fdf36b854445c032b968c335" 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.51 ---> using "b806a290c026df5c2502119c7bacc521336ea69e029a5a664ccac03ac292bb91" 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-04 16:40.52 ---> using "b5d732cc667cfadc3b7b196a89147e232c7e4d39afe01136d77cb7e64e06560f" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-04 16:40.52 ---> using "1a9460a5b2b0597f096d9fac3bdc427c687096f5774f717660d59364e080f500" 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 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 "589f52c681a0a1c9815ce7acf0ec19d3823353ce0a6120d2827b15014d32c305" from cache /src: (copy (src curl_lwt.opam curl.opam) (dst ./)) 2026-05-04 16:40.53 ---> saved as "f278626f48c39e30a6e3934515f584d2b564b5d28f586aec5833e9895013d882" /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 "0be1cb7e4fc1bfbf8ea9e7de573b75421eab3a05b18fed33e5b62890f3fdc1f8" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-04 16:40.54 ---> saved as "49a3e274bf8132a7465da8d6339bbda4cdc1b36694d18e2ea80d280eaf130e43" /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.22.2 dune-configurator.3.22.2 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-04 16:41.00 ---> saved as "d698eb66fefb22530cd5a9b5e40daa1a3959cdae5fb73c073b9bb104e67d3ca1" /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.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:42.01 ---> saved as "6ef039a5f3acf053400ec0930908c9881a685823acaa9f69996a96ae2721fb7f" /src: (copy (src .) (dst /src)) 2026-05-04 16:42.02 ---> saved as "9140310489fac298bbed88d38a7a49b5b15b02c62069b4c88151739bdffcb0a5" /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/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.22.2 dune-configurator.3.22.2 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_1249_1113" "mount.devfs" "path=/obuilder/result/e5f714c0496b0c1b7a9eebb08666f837bbb32939693d63acd8c4c9e3dd177994/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.22.2 dune-configurator.3.22.2 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-04 16:50.26: Job failed: Failed: Build failed