2026-05-04 16:48.14: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/static (49b2688fd4d45d6314854aae1424ea10da599710) (linux-x86_64:ubuntu-24.04-5.4_opam-2.5) Base: ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:52aa6935df4f331cf0908e036760b43fd20e0b811bc548c57e893089dbb9cc5b 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 ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:52aa6935df4f331cf0908e036760b43fd20e0b811bc548c57e893089dbb9cc5b # ubuntu-24.04-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/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-ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:52aa6935df4f331cf0908e036760b43fd20e0b811bc548c57e893089dbb9cc5b-ubuntu-24.04-5.4_opam-2.5-6880fa0d759fb1d45cc3ead977bc52f7" 2026-05-04 16:48.14: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:52aa6935df4f331cf0908e036760b43fd20e0b811bc548c57e893089dbb9cc5b) (comment ubuntu-24.04-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/bin/opam-2.5 /usr/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.17: Got resource from pool OCluster Building on phoebe.caelum.ci.dev All commits already cached HEAD is now at 49b2688 static link (from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:52aa6935df4f331cf0908e036760b43fd20e0b811bc548c57e893089dbb9cc5b) Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:52aa6935df4f331cf0908e036760b43fd20e0b811bc548c57e893089dbb9cc5b' locally docker.io/ocaml/opam@sha256:52aa6935df4f331cf0908e036760b43fd20e0b811bc548c57e893089dbb9cc5b: Pulling from ocaml/opam 689b91d88a0f: Pulling fs layer 4e71de5e5d62: Pulling fs layer ebacb4dcb106: Pulling fs layer e54a581ed4fe: Pulling fs layer 31c8da56d6c5: Pulling fs layer 78c5ccb5f898: Pulling fs layer 05d21c448f84: Pulling fs layer 559aa43d65a4: Pulling fs layer d5185a2eabb5: Pulling fs layer 4af1cc7467a6: Pulling fs layer 785492f225f6: Pulling fs layer 42bfa704d2dd: Pulling fs layer e54a581ed4fe: Waiting 3be5ed29336d: Pulling fs layer e3319c2037f4: Pulling fs layer 78c5ccb5f898: Waiting 05d21c448f84: Waiting 94e34681764b: Pulling fs layer 31c8da56d6c5: Waiting 4af1cc7467a6: Waiting 4ec9e68ee34d: Pulling fs layer 785492f225f6: Waiting 3be5ed29336d: Waiting d5185a2eabb5: Waiting aec43c725cd2: Pulling fs layer 559aa43d65a4: Waiting 42bfa704d2dd: Waiting 7acecb48ba6a: Pulling fs layer e3319c2037f4: Waiting 94e34681764b: Waiting aec43c725cd2: Waiting 492dd654d68c: Pulling fs layer 3c8005e626fb: Pulling fs layer 4ec9e68ee34d: Waiting 7acecb48ba6a: Waiting b6f67ba481ee: Pulling fs layer 492dd654d68c: Waiting 3c8005e626fb: Waiting 4f4fb700ef54: Pulling fs layer b6f67ba481ee: Waiting df53a60fa952: Pulling fs layer b42cdad985d5: Pulling fs layer 4f4fb700ef54: Waiting 494e19bd873f: Pulling fs layer 53ffe4a4f1f9: Pulling fs layer df53a60fa952: Waiting b42cdad985d5: Waiting 754abef4f8f7: Pulling fs layer 53ffe4a4f1f9: Waiting 3664f1751578: Pulling fs layer aa77633fe275: Pulling fs layer 3664f1751578: Waiting 5eec1f142a21: Pulling fs layer 494e19bd873f: Waiting aa77633fe275: Waiting 754abef4f8f7: Waiting f70f5a070895: Pulling fs layer 5eec1f142a21: Waiting 4bf3f5d0067b: Pulling fs layer cff0354fc807: Pulling fs layer 3485656325da: Pulling fs layer f70f5a070895: Waiting 7e84f578b127: Pulling fs layer afcb0d69a5ce: Pulling fs layer cff0354fc807: Waiting 4bf3f5d0067b: Waiting 7eeb573d125d: Pulling fs layer 3485656325da: Waiting 7e84f578b127: Waiting 1d036fde2e92: Pulling fs layer 7eeb573d125d: Waiting afcb0d69a5ce: Waiting 8bd34066b8cd: Pulling fs layer b1bdbb688505: Pulling fs layer 1d036fde2e92: Waiting a32fe70ebf8b: Pulling fs layer b1bdbb688505: Waiting 8bd34066b8cd: Waiting c8a281298210: Pulling fs layer a32fe70ebf8b: Waiting c3aa8e81a32f: Pulling fs layer e3c4f2c16d28: Pulling fs layer 0691d9999d93: Pulling fs layer c8a281298210: Waiting e3c4f2c16d28: Waiting e65256d8aa45: Pulling fs layer c3aa8e81a32f: Waiting 0691d9999d93: Waiting cf0d291468bf: Pulling fs layer e65256d8aa45: Waiting cf0d291468bf: Waiting ebacb4dcb106: Verifying Checksum ebacb4dcb106: Download complete 4e71de5e5d62: Download complete 31c8da56d6c5: Verifying Checksum 31c8da56d6c5: Download complete e54a581ed4fe: Verifying Checksum e54a581ed4fe: Download complete 05d21c448f84: Verifying Checksum 05d21c448f84: Download complete 559aa43d65a4: Verifying Checksum 559aa43d65a4: Download complete d5185a2eabb5: Verifying Checksum d5185a2eabb5: Download complete 4af1cc7467a6: Verifying Checksum 4af1cc7467a6: Download complete 785492f225f6: Verifying Checksum 785492f225f6: Download complete 42bfa704d2dd: Verifying Checksum 42bfa704d2dd: Download complete 3be5ed29336d: Verifying Checksum 3be5ed29336d: Download complete 78c5ccb5f898: Verifying Checksum 78c5ccb5f898: Download complete 689b91d88a0f: Verifying Checksum 689b91d88a0f: Download complete 94e34681764b: Verifying Checksum 94e34681764b: Download complete e3319c2037f4: Verifying Checksum e3319c2037f4: Download complete 4ec9e68ee34d: Download complete aec43c725cd2: Verifying Checksum aec43c725cd2: Download complete 7acecb48ba6a: Verifying Checksum 7acecb48ba6a: Download complete 492dd654d68c: Verifying Checksum 492dd654d68c: Download complete 3c8005e626fb: Verifying Checksum 3c8005e626fb: Download complete b6f67ba481ee: Verifying Checksum b6f67ba481ee: Download complete 4f4fb700ef54: Download complete df53a60fa952: Verifying Checksum df53a60fa952: Download complete b42cdad985d5: Download complete 494e19bd873f: Verifying Checksum 494e19bd873f: Download complete 53ffe4a4f1f9: Verifying Checksum 53ffe4a4f1f9: Download complete 754abef4f8f7: Verifying Checksum 754abef4f8f7: Download complete 3664f1751578: Verifying Checksum 3664f1751578: Download complete aa77633fe275: Download complete 5eec1f142a21: Download complete 4bf3f5d0067b: Download complete f70f5a070895: Verifying Checksum f70f5a070895: Download complete 3485656325da: Download complete cff0354fc807: Verifying Checksum cff0354fc807: Download complete afcb0d69a5ce: Verifying Checksum afcb0d69a5ce: Download complete 689b91d88a0f: Pull complete 4e71de5e5d62: Pull complete ebacb4dcb106: Pull complete 1d036fde2e92: Verifying Checksum 1d036fde2e92: Download complete 8bd34066b8cd: Verifying Checksum 8bd34066b8cd: Download complete b1bdbb688505: Verifying Checksum b1bdbb688505: Download complete e54a581ed4fe: Pull complete a32fe70ebf8b: Verifying Checksum a32fe70ebf8b: Download complete 31c8da56d6c5: Pull complete c8a281298210: Download complete c3aa8e81a32f: Verifying Checksum c3aa8e81a32f: Download complete 7e84f578b127: Verifying Checksum 7e84f578b127: Download complete e3c4f2c16d28: Verifying Checksum e3c4f2c16d28: Download complete e65256d8aa45: Verifying Checksum e65256d8aa45: Download complete 0691d9999d93: Verifying Checksum 0691d9999d93: Download complete cf0d291468bf: Download complete 7eeb573d125d: Verifying Checksum 7eeb573d125d: Download complete 78c5ccb5f898: Pull complete 05d21c448f84: Pull complete 559aa43d65a4: Pull complete d5185a2eabb5: Pull complete 4af1cc7467a6: Pull complete 785492f225f6: Pull complete 42bfa704d2dd: Pull complete 3be5ed29336d: Pull complete e3319c2037f4: Pull complete 94e34681764b: Pull complete 4ec9e68ee34d: Pull complete aec43c725cd2: Pull complete 7acecb48ba6a: Pull complete 492dd654d68c: Pull complete 3c8005e626fb: Pull complete b6f67ba481ee: Pull complete 4f4fb700ef54: Pull complete df53a60fa952: Pull complete b42cdad985d5: Pull complete 494e19bd873f: Pull complete 53ffe4a4f1f9: Pull complete 754abef4f8f7: Pull complete 3664f1751578: Pull complete aa77633fe275: Pull complete 5eec1f142a21: Pull complete f70f5a070895: Pull complete 4bf3f5d0067b: Pull complete cff0354fc807: Pull complete 3485656325da: Pull complete 7e84f578b127: Pull complete afcb0d69a5ce: Pull complete 7eeb573d125d: Pull complete 1d036fde2e92: Pull complete 8bd34066b8cd: Pull complete b1bdbb688505: Pull complete a32fe70ebf8b: Pull complete c8a281298210: Pull complete c3aa8e81a32f: Pull complete e3c4f2c16d28: Pull complete 0691d9999d93: Pull complete e65256d8aa45: Pull complete cf0d291468bf: Pull complete Digest: sha256:52aa6935df4f331cf0908e036760b43fd20e0b811bc548c57e893089dbb9cc5b Status: Downloaded newer image for ocaml/opam@sha256:52aa6935df4f331cf0908e036760b43fd20e0b811bc548c57e893089dbb9cc5b 2026-05-04 16:48.25 ---> using "a06438aa566b1a049d3c7f3592a97d1d542968d81a3b125c496e6979e82c3753" from cache /: (comment ubuntu-24.04-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/bin/opam-2.5 /usr/bin/opam")) 2026-05-04 16:48.25 ---> using "c2b2360ef99f72899407b49dd086bb8647a07219c731395851adaf9da76ebc22" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from 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.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-05-04 16:48.25 ---> using "b5f92c54ac9e0bb36cf513f47b75a50818a7b9cd0b304784316918bc86e321e8" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-110-generic The OCaml toplevel, version 5.4.1 2.5.0 2026-05-04 16:48.25 ---> using "6dcd95a2cd00bae4736d988819170a2206558fe7fede2c0ce0afe161d3bc3ff5" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-04 16:48.25 ---> using "622547fce7a62120860246a1c49c10aaf61fb8918ad64525eab71906d89383a5" 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")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 42844088d7..ade76687fb master -> origin/master dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2 <><> Updating package 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) Everything as up-to-date as possible 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.45 ---> saved as "f9bdc254e6564194e7a271c5ca967061f7d802f615fce94d30b247c9016bf9c6" /src: (copy (src curl_lwt.opam curl.opam) (dst ./)) 2026-05-04 16:48.47 ---> saved as "8e1258909a210d2f427a278e8256ae9ab61bae2138f5a1519e602388f909f7ed" /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:48.54 ---> saved as "35b6cf35151e82c54f98bab8b47208c5b4dce40ba4767dd64aa6878a64edb50b" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-04 16:48.58 ---> saved as "dac8fdf2b4289f3070230d184142c32a55fcf59559033172814fd4dd1ab687fe" /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")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease - Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] - Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3810 kB] - Get:5 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2142 kB] - Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2400 kB] - Get:7 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.1 kB] - Get:8 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Packages [671 B] - Get:9 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.5 kB] - Get:10 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [49.0 kB] - Ign:11 http://security.ubuntu.com/ubuntu noble-security InRelease - Get:11 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Get:12 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [2018 kB] - Get:13 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [34.2 kB] - Get:14 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3566 kB] - Get:15 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1499 kB] - Fetched 16.0 MB in 2min 10s (123 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [curl.dev] synchronised (file:///src) [curl_lwt.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). The following system packages will first need to be installed: libcurl4-gnutls-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev" - debconf: delaying package configuration, since apt-utils is not installed - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16365 files and directories currently installed.) - Preparing to unpack .../curl_8.5.0-2ubuntu10.9_amd64.deb ... - Unpacking curl (8.5.0-2ubuntu10.9) over (8.5.0-2ubuntu10.8) ... - Preparing to unpack .../libcurl4t64_8.5.0-2ubuntu10.9_amd64.deb ... - Unpacking libcurl4t64:amd64 (8.5.0-2ubuntu10.9) over (8.5.0-2ubuntu10.8) ... - Preparing to unpack .../libcurl3t64-gnutls_8.5.0-2ubuntu10.9_amd64.deb ... - Unpacking libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.9) over (8.5.0-2ubuntu10.8) ... - Selecting previously unselected package libcurl4-gnutls-dev:amd64. - Preparing to unpack .../libcurl4-gnutls-dev_8.5.0-2ubuntu10.9_amd64.deb ... - Unpacking libcurl4-gnutls-dev:amd64 (8.5.0-2ubuntu10.9) ... - Setting up libcurl4t64:amd64 (8.5.0-2ubuntu10.9) ... - Setting up libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.9) ... - Setting up libcurl4-gnutls-dev:amd64 (8.5.0-2ubuntu10.9) ... - Setting up curl (8.5.0-2ubuntu10.9) ... - Processing triggers for libc-bin (2.39-0ubuntu8.7) ... # To update the current shell environment, run: eval $(opam env) 2026-05-04 16:51.26 ---> saved as "e82c8bd5386aaeda44a990c2bd0a8893f3eb34ee89cfb960b1897d087cdc968d" /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 - 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 <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-libcurl.2 -> 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:52.11 ---> saved as "b3e6627d128f2cf356e9e6c78cb186841dabc1e834b2834e71f14182c8c024fd" /src: (copy (src .) (dst /src)) 2026-05-04 16:52.13 ---> saved as "42d2e7ff8e74e78305815308a62d5e5e55d03b259f26485d769f8f0bfae4ff62" /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/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/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/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/lib/ocaml/threads -I /home/opam/.opam/5.4/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/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/lib/bytes -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/lwt/unix -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib-endian -I /home/opam/.opam/5.4/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/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/lib/bytes -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/lwt/unix -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib-endian -I /home/opam/.opam/5.4/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 File "examples/dune", line 7, characters 2-19: 7 | test_memory_leaks ^^^^^^^^^^^^^^^^^ (cd _build/default && /home/opam/.opam/5.4/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 -o examples/test_memory_leaks.exe /home/opam/.opam/5.4/lib/ocaml/unix/unix.cmxa curl.cmxa -I . examples/.ocurl.eobjs/native/dune__exe.cmx examples/.ocurl.eobjs/native/dune__exe__Test_memory_leaks.cmx -cc 'gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wl,-Bstatic' -cclib -Wl,-Bdynamic) /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_decode': (.text+0x6c): undefined reference to `gss_unwrap' /usr/bin/ld: (.text+0x98): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_encode': (.text+0x121): undefined reference to `gss_wrap' /usr/bin/ld: (.text+0x162): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_end': (.text+0x1cb): undefined reference to `gss_delete_sec_context' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_auth': (.text+0x485): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE' /usr/bin/ld: (.text+0x494): undefined reference to `gss_import_name' /usr/bin/ld: (.text+0x4bb): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x56f): undefined reference to `gss_display_name' /usr/bin/ld: (.text+0x5c8): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x76b): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x776): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x7d0): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x7db): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x82b): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x836): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x8f3): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x8fe): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x94d): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x958): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-psl.o): in function `Curl_psl_destroy': (.text+0x31): undefined reference to `psl_free' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-psl.o): in function `Curl_psl_use': (.text+0xc8): undefined reference to `psl_latest' /usr/bin/ld: (.text+0x169): undefined reference to `psl_builtin' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-version.o): in function `curl_version': (.text+0xef): undefined reference to `zlibVersion' /usr/bin/ld: (.text+0x11b): undefined reference to `BrotliDecoderVersion' /usr/bin/ld: (.text+0x161): undefined reference to `ZSTD_versionNumber' /usr/bin/ld: (.text+0x1dd): undefined reference to `idn2_check_version' /usr/bin/ld: (.text+0x209): undefined reference to `psl_get_version' /usr/bin/ld: (.text+0x2b2): undefined reference to `ldap_get_option' /usr/bin/ld: (.text+0x48d): undefined reference to `ldap_memfree' /usr/bin/ld: (.text+0x499): undefined reference to `ber_memvfree' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-version.o): in function `curl_version_info': (.text+0x500): undefined reference to `zlibVersion' /usr/bin/ld: (.text+0x513): undefined reference to `idn2_check_version' /usr/bin/ld: (.text+0x53a): undefined reference to `BrotliDecoderVersion' /usr/bin/ld: (.text+0x545): undefined reference to `BrotliDecoderVersion' /usr/bin/ld: (.text+0x583): undefined reference to `ZSTD_versionNumber' /usr/bin/ld: (.text+0x58e): undefined reference to `ZSTD_versionNumber' /usr/bin/ld: (.text+0x603): undefined reference to `nghttp2_version' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `myssh_statemach_act': (.text+0x105): undefined reference to `ssh_scp_free' /usr/bin/ld: (.text+0x11e): undefined reference to `ssh_set_blocking' /usr/bin/ld: (.text+0x13d): undefined reference to `ssh_scp_free' /usr/bin/ld: (.text+0x154): undefined reference to `ssh_disconnect' /usr/bin/ld: (.text+0x15e): undefined reference to `ssh_version' /usr/bin/ld: (.text+0x178): undefined reference to `ssh_string_free_char' /usr/bin/ld: (.text+0x1ad): undefined reference to `ssh_free' /usr/bin/ld: (.text+0x1c9): undefined reference to `ssh_string_free_char' /usr/bin/ld: (.text+0x1e5): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0x1f6): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0x207): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0x218): undefined reference to `ssh_key_free' /usr/bin/ld: (.text+0x229): undefined reference to `ssh_key_free' /usr/bin/ld: (.text+0x2bb): undefined reference to `ssh_string_free_char' /usr/bin/ld: (.text+0x391): undefined reference to `ssh_set_blocking' /usr/bin/ld: (.text+0x3ab): undefined reference to `ssh_connect' /usr/bin/ld: (.text+0x41e): undefined reference to `ssh_get_server_publickey' /usr/bin/ld: (.text+0x45c): undefined reference to `ssh_get_publickey_hash' /usr/bin/ld: (.text+0x4c4): undefined reference to `ssh_clean_pubkey_hash' /usr/bin/ld: (.text+0x4d0): undefined reference to `ssh_key_free' /usr/bin/ld: (.text+0x4e1): undefined reference to `ssh_knownhosts_entry_free' /usr/bin/ld: (.text+0x515): undefined reference to `ssh_userauth_none' /usr/bin/ld: (.text+0x560): undefined reference to `ssh_scp_init' /usr/bin/ld: (.text+0x582): undefined reference to `ssh_scp_pull_request' /usr/bin/ld: (.text+0x597): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x5fc): undefined reference to `ssh_userauth_password' /usr/bin/ld: (.text+0x64d): undefined reference to `ssh_set_blocking' /usr/bin/ld: (.text+0x659): undefined reference to `sftp_new' /usr/bin/ld: (.text+0x671): undefined reference to `sftp_init' /usr/bin/ld: (.text+0x69a): undefined reference to `sftp_canonicalize_path' /usr/bin/ld: (.text+0x6cc): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x741): undefined reference to `ssh_scp_close' /usr/bin/ld: (.text+0x788): undefined reference to `ssh_scp_init' /usr/bin/ld: (.text+0x7af): undefined reference to `ssh_scp_push_file' /usr/bin/ld: (.text+0x7c3): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x830): undefined reference to `sftp_fstat' /usr/bin/ld: (.text+0x8a5): undefined reference to `sftp_close' /usr/bin/ld: (.text+0x8c3): undefined reference to `sftp_open' /usr/bin/ld: (.text+0x8db): undefined reference to `sftp_file_set_nonblocking' /usr/bin/ld: (.text+0x900): undefined reference to `sftp_closedir' /usr/bin/ld: (.text+0x94d): undefined reference to `sftp_close' /usr/bin/ld: (.text+0x969): undefined reference to `sftp_free' /usr/bin/ld: (.text+0x985): undefined reference to `ssh_string_free_char' /usr/bin/ld: (.text+0x9c5): undefined reference to `sftp_close' /usr/bin/ld: (.text+0xa7d): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0xa90): undefined reference to `sftp_lstat' /usr/bin/ld: (.text+0xb5c): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0xb6f): undefined reference to `sftp_readdir' /usr/bin/ld: (.text+0xc78): undefined reference to `sftp_mkdir' /usr/bin/ld: (.text+0xd79): undefined reference to `sftp_close' /usr/bin/ld: (.text+0xd98): undefined reference to `sftp_open' /usr/bin/ld: (.text+0xe44): undefined reference to `sftp_seek64' /usr/bin/ld: (.text+0xe66): undefined reference to `sftp_get_error' /usr/bin/ld: (.text+0xece): undefined reference to `sftp_setstat' /usr/bin/ld: (.text+0xf32): undefined reference to `sftp_stat' /usr/bin/ld: (.text+0xf49): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0x1041): undefined reference to `ssh_userauth_publickey' /usr/bin/ld: (.text+0x1266): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0x1279): undefined reference to `sftp_stat' /usr/bin/ld: (.text+0x1447): undefined reference to `sftp_rmdir' /usr/bin/ld: (.text+0x1487): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x14af): undefined reference to `sftp_statvfs' /usr/bin/ld: (.text+0x14fd): undefined reference to `sftp_statvfs_free' /usr/bin/ld: (.text+0x158d): undefined reference to `sftp_mkdir' /usr/bin/ld: (.text+0x15cd): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x161f): undefined reference to `sftp_unlink' /usr/bin/ld: (.text+0x165f): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x168e): undefined reference to `sftp_rename' /usr/bin/ld: (.text+0x16e6): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x1716): undefined reference to `sftp_symlink' /usr/bin/ld: (.text+0x176e): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x17b3): undefined reference to `ssh_string_free_char' /usr/bin/ld: (.text+0x1842): undefined reference to `ssh_userauth_kbdint' /usr/bin/ld: (.text+0x1860): undefined reference to `ssh_userauth_kbdint_getnprompts' /usr/bin/ld: (.text+0x187e): undefined reference to `ssh_userauth_kbdint_setanswer' /usr/bin/ld: (.text+0x18a1): undefined reference to `ssh_userauth_kbdint' /usr/bin/ld: (.text+0x18c3): undefined reference to `ssh_userauth_kbdint_getnprompts' /usr/bin/ld: (.text+0x18e6): undefined reference to `ssh_userauth_kbdint' /usr/bin/ld: (.text+0x1942): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0x19bf): undefined reference to `sftp_seek64' /usr/bin/ld: (.text+0x1af8): undefined reference to `ssh_scp_request_get_size' /usr/bin/ld: (.text+0x1c1d): undefined reference to `ssh_pki_import_privkey_file' /usr/bin/ld: (.text+0x1cdd): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x1d50): undefined reference to `ssh_string_free_char' /usr/bin/ld: (.text+0x1ef4): undefined reference to `ssh_userauth_list' /usr/bin/ld: (.text+0x1f34): undefined reference to `ssh_session_get_known_hosts_entry' /usr/bin/ld: (.text+0x1f68): undefined reference to `ssh_pki_export_pubkey_base64' /usr/bin/ld: (.text+0x1f9a): undefined reference to `ssh_key_type' /usr/bin/ld: (.text+0x2182): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x2323): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x2361): undefined reference to `sftp_opendir' /usr/bin/ld: (.text+0x23c4): undefined reference to `ssh_set_blocking' /usr/bin/ld: (.text+0x23f7): undefined reference to `ssh_scp_new' /usr/bin/ld: (.text+0x2421): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x245f): undefined reference to `ssh_userauth_gssapi' /usr/bin/ld: (.text+0x258f): undefined reference to `sftp_get_error' /usr/bin/ld: (.text+0x25d2): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x263d): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0x2673): undefined reference to `sftp_get_error' /usr/bin/ld: (.text+0x26a3): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x2857): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x287c): undefined reference to `sftp_dir_eof' /usr/bin/ld: (.text+0x2976): undefined reference to `sftp_get_error' /usr/bin/ld: (.text+0x2a5b): undefined reference to `sftp_readlink' /usr/bin/ld: (.text+0x2ae8): undefined reference to `sftp_stat' /usr/bin/ld: (.text+0x2b0d): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0x2bc9): undefined reference to `ssh_scp_new' /usr/bin/ld: (.text+0x2c4a): undefined reference to `ssh_userauth_publickey_auto' /usr/bin/ld: (.text+0x2ddf): undefined reference to `ssh_pki_export_pubkey_base64' /usr/bin/ld: (.text+0x2e13): undefined reference to `ssh_key_type' /usr/bin/ld: (.text+0x3037): undefined reference to `sftp_seek64' /usr/bin/ld: (.text+0x31d1): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x31f6): undefined reference to `ssh_userauth_try_publickey' /usr/bin/ld: (.text+0x3226): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x3390): undefined reference to `ssh_session_update_known_hosts' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `sftp_send': (.text+0x382d): undefined reference to `sftp_write' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `scp_send': (.text+0x3883): undefined reference to `ssh_scp_write' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `scp_recv': (.text+0x38ca): undefined reference to `ssh_scp_read' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `sftp_recv': (.text+0x3aed): undefined reference to `sftp_async_read' /usr/bin/ld: (.text+0x3b28): undefined reference to `ssh_get_poll_flags' /usr/bin/ld: (.text+0x3b65): undefined reference to `sftp_async_read_begin' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `myssh_multi_statemach': (.text+0x3c18): undefined reference to `ssh_get_poll_flags' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `scp_doing': (.text+0x3d98): undefined reference to `ssh_get_poll_flags' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `sftp_doing': (.text+0x3e48): undefined reference to `ssh_get_poll_flags' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `myssh_connect': (.text+0x3f0c): undefined reference to `ssh_new' /usr/bin/ld: (.text+0x3f2d): undefined reference to `ssh_options_set' /usr/bin/ld: (.text+0x3f43): undefined reference to `ssh_options_parse_config' /usr/bin/ld: (.text+0x3f60): undefined reference to `ssh_options_set' /usr/bin/ld: (.text+0x3f99): undefined reference to `ssh_options_set' /usr/bin/ld: (.text+0x3fce): undefined reference to `ssh_options_set' /usr/bin/ld: (.text+0x3fef): undefined reference to `ssh_options_set' /usr/bin/ld: (.text+0x4038): undefined reference to `ssh_pki_import_pubkey_file' /usr/bin/ld: (.text+0x4154): undefined reference to `ssh_options_set' /usr/bin/ld: (.text+0x41b4): undefined reference to `ssh_options_set' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `Curl_ssh_init': (.text+0x4269): undefined reference to `ssh_init' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `Curl_ssh_version': (.text+0x42a4): undefined reference to `ssh_version' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `Curl_ssh_cleanup': (.text+0x4285): undefined reference to `ssh_finalize' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `zstd_do_close': (.text+0x84): undefined reference to `ZSTD_freeDStream' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `zstd_do_write': (.text+0x127): undefined reference to `ZSTD_decompressStream' /usr/bin/ld: (.text+0x12f): undefined reference to `ZSTD_isError' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `zstd_do_init': (.text+0x221): undefined reference to `ZSTD_createDStream' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `brotli_do_close': (.text+0x25a): undefined reference to `BrotliDecoderDestroyInstance' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `brotli_do_write': (.text+0x32c): undefined reference to `BrotliDecoderDecompressStream' /usr/bin/ld: (.text+0x380): undefined reference to `BrotliDecoderDestroyInstance' /usr/bin/ld: (.text+0x3d5): undefined reference to `BrotliDecoderGetErrorCode' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `brotli_do_init': (.text+0x457): undefined reference to `BrotliDecoderCreateInstance' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `deflate_do_init': (.text+0x592): undefined reference to `inflateInit_' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `gzip_do_close': (.text+0x635): undefined reference to `inflateEnd' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `deflate_do_close': (.text+0x6c5): undefined reference to `inflateEnd' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `exit_zlib': (.text+0x75c): undefined reference to `inflateEnd' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `gzip_do_init': (.text+0x7fc): undefined reference to `zlibVersion' /usr/bin/ld: (.text+0x828): undefined reference to `inflateInit2_' /usr/bin/ld: (.text+0x879): undefined reference to `inflateInit2_' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `inflate_stream': (.text+0x925): undefined reference to `inflate' /usr/bin/ld: (.text+0xaa4): undefined reference to `inflateEnd' /usr/bin/ld: (.text+0xabd): undefined reference to `inflateInit2_' /usr/bin/ld: (.text+0xb5b): undefined reference to `inflateEnd' /usr/bin/ld: (.text+0xba5): undefined reference to `inflateEnd' /usr/bin/ld: (.text+0xbbd): undefined reference to `inflateEnd' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `gzip_do_write': (.text+0x1015): undefined reference to `inflateEnd' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cookie.o): in function `Curl_cookie_add': (.text+0x12e6): undefined reference to `psl_is_cookie_domain_acceptable' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_disconnect': (.text+0x38): undefined reference to `RTMP_Close' /usr/bin/ld: (.text+0x40): undefined reference to `RTMP_Free' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_connect': (.text+0xef): undefined reference to `RTMP_Connect1' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_send': (.text+0x196): undefined reference to `RTMP_Write' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_recv': (.text+0x1f4): undefined reference to `RTMP_Read' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_do': (.text+0x27f): undefined reference to `RTMP_ConnectStream' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_setup_connection': (.text+0x308): undefined reference to `RTMP_Alloc' /usr/bin/ld: (.text+0x318): undefined reference to `RTMP_Init' /usr/bin/ld: (.text+0x325): undefined reference to `RTMP_SetBufferMS' /usr/bin/ld: (.text+0x335): undefined reference to `RTMP_SetupURL' /usr/bin/ld: (.text+0x374): undefined reference to `RTMP_Free' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_query': (.text+0x113): undefined reference to `nghttp2_session_check_request_allowed' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `h2_process_pending_input': (.text+0x2c0): undefined reference to `nghttp2_session_mem_recv' /usr/bin/ld: (.text+0x325): undefined reference to `nghttp2_session_check_request_allowed' /usr/bin/ld: (.text+0x367): undefined reference to `nghttp2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_is_alive': (.text+0x562): undefined reference to `nghttp2_session_want_read' /usr/bin/ld: (.text+0x576): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `h2_pri_spec': (.text+0x6bf): undefined reference to `nghttp2_priority_spec_init' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `h2_progress_egress': (.text+0x7ae): undefined reference to `nghttp2_submit_priority' /usr/bin/ld: (.text+0x7bb): undefined reference to `nghttp2_is_fatal' /usr/bin/ld: (.text+0x824): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: (.text+0x830): undefined reference to `nghttp2_session_send' /usr/bin/ld: (.text+0x849): undefined reference to `nghttp2_is_fatal' /usr/bin/ld: (.text+0x8de): undefined reference to `nghttp2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_begin_headers': (.text+0xa0c): undefined reference to `nghttp2_session_get_stream_user_data' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `req_body_read_callback': (.text+0xcbe): undefined reference to `nghttp2_session_get_stream_user_data' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_stream_close': (.text+0xeb9): undefined reference to `nghttp2_session_get_stream_user_data' /usr/bin/ld: (.text+0xf29): undefined reference to `nghttp2_session_set_stream_user_data' /usr/bin/ld: (.text+0xf7d): undefined reference to `nghttp2_http2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_handle_stream_close': (.text+0x129d): undefined reference to `nghttp2_http2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_recv': (.text+0x15e2): undefined reference to `nghttp2_session_consume' /usr/bin/ld: (.text+0x166d): undefined reference to `nghttp2_session_get_local_window_size' /usr/bin/ld: (.text+0x167c): undefined reference to `nghttp2_session_get_stream_effective_local_window_size' /usr/bin/ld: (.text+0x168b): undefined reference to `nghttp2_session_get_stream_effective_recv_data_length' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_data_chunk_recv': (.text+0x17f6): undefined reference to `nghttp2_session_get_stream_user_data' /usr/bin/ld: (.text+0x18b9): undefined reference to `nghttp2_session_consume' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_adjust_pollset': (.text+0x1968): undefined reference to `nghttp2_session_get_remote_window_size' /usr/bin/ld: (.text+0x19d7): undefined reference to `nghttp2_session_get_stream_remote_window_size' /usr/bin/ld: (.text+0x1a01): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: (.text+0x1a48): undefined reference to `nghttp2_session_get_remote_window_size' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_ctx_clear': (.text+0x1a87): undefined reference to `nghttp2_session_del' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_keep_alive': (.text+0x2013): undefined reference to `nghttp2_submit_ping' /usr/bin/ld: (.text+0x201f): undefined reference to `nghttp2_session_send' /usr/bin/ld: (.text+0x204e): undefined reference to `nghttp2_strerror' /usr/bin/ld: (.text+0x2074): undefined reference to `nghttp2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_data_done.isra.0': (.text+0x211c): undefined reference to `nghttp2_submit_rst_stream' /usr/bin/ld: (.text+0x214a): undefined reference to `nghttp2_session_get_stream_user_data' /usr/bin/ld: (.text+0x215b): undefined reference to `nghttp2_session_set_stream_user_data' /usr/bin/ld: (.text+0x2209): undefined reference to `nghttp2_session_consume' /usr/bin/ld: (.text+0x2224): undefined reference to `nghttp2_session_send' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_cntrl': (.text+0x22d1): undefined reference to `nghttp2_session_set_local_window_size' /usr/bin/ld: (.text+0x2396): undefined reference to `nghttp2_session_resume_data' /usr/bin/ld: (.text+0x23da): undefined reference to `nghttp2_session_set_local_window_size' /usr/bin/ld: (.text+0x2434): undefined reference to `nghttp2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_ctx_init': (.text+0x262c): undefined reference to `nghttp2_session_callbacks_new' /usr/bin/ld: (.text+0x264e): undefined reference to `nghttp2_session_callbacks_set_send_callback' /usr/bin/ld: (.text+0x2661): undefined reference to `nghttp2_session_callbacks_set_on_frame_recv_callback' /usr/bin/ld: (.text+0x2674): undefined reference to `nghttp2_session_callbacks_set_on_frame_send_callback' /usr/bin/ld: (.text+0x2687): undefined reference to `nghttp2_session_callbacks_set_on_data_chunk_recv_callback' /usr/bin/ld: (.text+0x269a): undefined reference to `nghttp2_session_callbacks_set_on_stream_close_callback' /usr/bin/ld: (.text+0x26ad): undefined reference to `nghttp2_session_callbacks_set_on_begin_headers_callback' /usr/bin/ld: (.text+0x26c0): undefined reference to `nghttp2_session_callbacks_set_on_header_callback' /usr/bin/ld: (.text+0x26d3): undefined reference to `nghttp2_session_callbacks_set_error_callback' /usr/bin/ld: (.text+0x26f4): undefined reference to `nghttp2_option_new' /usr/bin/ld: (.text+0x2725): undefined reference to `nghttp2_option_set_no_auto_window_update' /usr/bin/ld: (.text+0x2736): undefined reference to `nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation' /usr/bin/ld: (.text+0x2753): undefined reference to `nghttp2_session_client_new2' /usr/bin/ld: (.text+0x2765): undefined reference to `nghttp2_option_del' /usr/bin/ld: (.text+0x27fa): undefined reference to `nghttp2_pack_settings_payload' /usr/bin/ld: (.text+0x2835): undefined reference to `nghttp2_session_callbacks_del' /usr/bin/ld: (.text+0x28bc): undefined reference to `nghttp2_submit_settings' /usr/bin/ld: (.text+0x28d8): undefined reference to `nghttp2_session_set_local_window_size' /usr/bin/ld: (.text+0x2981): undefined reference to `nghttp2_session_upgrade2' /usr/bin/ld: (.text+0x2997): undefined reference to `nghttp2_session_set_stream_user_data' /usr/bin/ld: (.text+0x2a23): undefined reference to `nghttp2_strerror' /usr/bin/ld: (.text+0x2a5f): undefined reference to `nghttp2_strerror' /usr/bin/ld: (.text+0x2a8b): undefined reference to `nghttp2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_send': (.text+0x2fec): undefined reference to `nghttp2_session_get_remote_window_size' /usr/bin/ld: (.text+0x30c9): undefined reference to `nghttp2_session_check_request_allowed' /usr/bin/ld: (.text+0x3139): undefined reference to `nghttp2_submit_request' /usr/bin/ld: (.text+0x3365): undefined reference to `nghttp2_session_get_remote_window_size' /usr/bin/ld: (.text+0x3374): undefined reference to `nghttp2_session_get_stream_remote_window_size' /usr/bin/ld: (.text+0x342c): undefined reference to `nghttp2_session_want_read' /usr/bin/ld: (.text+0x343c): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: (.text+0x3474): undefined reference to `nghttp2_session_want_read' /usr/bin/ld: (.text+0x3484): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: (.text+0x34c8): undefined reference to `nghttp2_session_resume_data' /usr/bin/ld: (.text+0x34cf): undefined reference to `nghttp2_is_fatal' /usr/bin/ld: (.text+0x354d): undefined reference to `nghttp2_submit_request' /usr/bin/ld: (.text+0x37ee): undefined reference to `nghttp2_session_get_stream_remote_window_size' /usr/bin/ld: (.text+0x3818): undefined reference to `nghttp2_session_get_stream_remote_window_size' /usr/bin/ld: (.text+0x38c8): undefined reference to `nghttp2_session_get_remote_window_size' /usr/bin/ld: (.text+0x391e): undefined reference to `nghttp2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_header': (.text+0x39be): undefined reference to `nghttp2_session_get_stream_user_data' /usr/bin/ld: (.text+0x3d4d): undefined reference to `nghttp2_submit_rst_stream' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_ver': (.text+0x40c4): undefined reference to `nghttp2_version' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_frame_recv': (.text+0x436e): undefined reference to `nghttp2_session_get_stream_user_data' /usr/bin/ld: (.text+0x43e7): undefined reference to `nghttp2_session_get_remote_settings' /usr/bin/ld: (.text+0x43f8): undefined reference to `nghttp2_session_get_remote_settings' /usr/bin/ld: (.text+0x467a): undefined reference to `nghttp2_session_get_stream_effective_local_window_size' /usr/bin/ld: (.text+0x4693): undefined reference to `nghttp2_session_get_stream_effective_recv_data_length' /usr/bin/ld: (.text+0x4713): undefined reference to `nghttp2_session_get_stream_local_window_size' /usr/bin/ld: (.text+0x473f): undefined reference to `nghttp2_session_set_local_window_size' /usr/bin/ld: (.text+0x4acf): undefined reference to `nghttp2_submit_rst_stream' /usr/bin/ld: (.text+0x4ad8): undefined reference to `nghttp2_is_fatal' /usr/bin/ld: (.text+0x4b6d): undefined reference to `nghttp2_submit_rst_stream' /usr/bin/ld: (.text+0x4b74): undefined reference to `nghttp2_is_fatal' /usr/bin/ld: (.text+0x4da5): undefined reference to `nghttp2_session_set_stream_user_data' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_request_upgrade': (.text+0x4e95): undefined reference to `nghttp2_pack_settings_payload' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-idn.o): in function `idn_decode': (.text+0x32): undefined reference to `idn2_check_version' /usr/bin/ld: (.text+0x53): undefined reference to `idn2_lookup_ul' /usr/bin/ld: (.text+0x8c): undefined reference to `idn2_lookup_ul' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-idn.o): in function `Curl_idn_decode': (.text+0x123): undefined reference to `idn2_free' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-idn.o): in function `Curl_idn_encode': (.text+0x192): undefined reference to `idn2_to_unicode_8z8z' /usr/bin/ld: (.text+0x1b1): undefined reference to `idn2_free' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-idn.o): in function `Curl_free_idnconverted_hostname': (.text+0x21a): undefined reference to `idn2_free' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-idn.o): in function `Curl_idnconvert_hostname': (.text+0x2b1): undefined reference to `idn2_free' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `my_md5_init': (.text+0x49): undefined reference to `nettle_md5_init' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `Curl_md5it': (.text+0x96): undefined reference to `nettle_md5_init' /usr/bin/ld: (.text+0xab): undefined reference to `nettle_md5_update' /usr/bin/ld: (.text+0xbb): undefined reference to `nettle_md5_digest' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `my_md5_final': (.text+0x10): undefined reference to `nettle_md5_digest' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `my_md5_update': (.text+0x2d): undefined reference to `nettle_md5_update' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_disconnect': (.text+0x7e): undefined reference to `ldap_get_option' /usr/bin/ld: (.text+0x96): undefined reference to `ber_sockbuf_add_io' /usr/bin/ld: (.text+0xa4): undefined reference to `ldap_unbind_ext' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_done': (.text+0x294): undefined reference to `ldap_abandon_ext' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_recv': (.text+0x3ea): undefined reference to `ldap_result' /usr/bin/ld: (.text+0x411): undefined reference to `ldap_msgtype' /usr/bin/ld: (.text+0x42d): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x486): undefined reference to `ldap_parse_result' /usr/bin/ld: (.text+0x4da): undefined reference to `ldap_memfree' /usr/bin/ld: (.text+0x4e6): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x51f): undefined reference to `ldap_get_dn_ber' /usr/bin/ld: (.text+0x52f): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x551): undefined reference to `ldap_err2string' /usr/bin/ld: (.text+0x5b7): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x5cb): undefined reference to `ldap_err2string' /usr/bin/ld: (.text+0x5eb): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x613): undefined reference to `ldap_err2string' /usr/bin/ld: (.text+0x658): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x6b9): undefined reference to `ldap_get_attribute_ber' /usr/bin/ld: (.text+0x86e): undefined reference to `ber_memfree' /usr/bin/ld: (.text+0x88a): undefined reference to `ber_free' /usr/bin/ld: (.text+0x896): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x8a9): undefined reference to `ber_memfree' /usr/bin/ld: (.text+0x909): undefined reference to `ldap_get_attribute_ber' /usr/bin/ld: (.text+0x91f): undefined reference to `ber_free' /usr/bin/ld: (.text+0x959): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0xa3e): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0xa56): undefined reference to `ber_memfree' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_ssl_connect': (.text+0xafe): undefined reference to `ldap_get_option' /usr/bin/ld: (.text+0xb16): undefined reference to `ber_sockbuf_add_io' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_perform_mechs': (.text+0xb83): undefined reference to `ldap_search_ext' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_perform_bind': (.text+0xc73): undefined reference to `ldap_sasl_bind' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_cancel_auth': (.text+0xd42): undefined reference to `ldap_sasl_bind' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_connecting': (.text+0xe82): undefined reference to `ldap_result' /usr/bin/ld: (.text+0xef1): undefined reference to `ldap_parse_result' /usr/bin/ld: (.text+0xf5d): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0xf8f): undefined reference to `ldap_abandon_ext' /usr/bin/ld: (.text+0xfc6): undefined reference to `ldap_msgtype' /usr/bin/ld: (.text+0x10bd): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x114a): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x11c7): undefined reference to `ber_free' /usr/bin/ld: (.text+0x1260): undefined reference to `ldap_parse_sasl_bind_result' /usr/bin/ld: (.text+0x128a): undefined reference to `ldap_err2string' /usr/bin/ld: (.text+0x12e3): undefined reference to `ber_bvfree' /usr/bin/ld: (.text+0x12f3): undefined reference to `ldap_err2string' /usr/bin/ld: (.text+0x1340): undefined reference to `ldap_msgtype' /usr/bin/ld: (.text+0x13dd): undefined reference to `ldap_parse_sasl_bind_result' /usr/bin/ld: (.text+0x143d): undefined reference to `ldap_get_dn_ber' /usr/bin/ld: (.text+0x146e): undefined reference to `ldap_get_attribute_ber' /usr/bin/ld: (.text+0x14ae): undefined reference to `ldap_get_attribute_ber' /usr/bin/ld: (.text+0x1517): undefined reference to `ber_memfree' /usr/bin/ld: (.text+0x15c9): undefined reference to `ldap_err2string' /usr/bin/ld: (.text+0x16e1): undefined reference to `ldap_set_option' /usr/bin/ld: (.text+0x16ea): undefined reference to `ldap_msgfree' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_perform_auth': (.text+0x17ff): undefined reference to `ldap_sasl_bind' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_do': (.text+0x1970): undefined reference to `ldap_url_parse' /usr/bin/ld: (.text+0x19e0): undefined reference to `ldap_get_option' /usr/bin/ld: (.text+0x19f8): undefined reference to `ber_sockbuf_add_io' /usr/bin/ld: (.text+0x1a25): undefined reference to `ldap_search_ext' /usr/bin/ld: (.text+0x1a35): undefined reference to `ldap_free_urldesc' /usr/bin/ld: (.text+0x1a9a): undefined reference to `ldap_err2string' /usr/bin/ld: (.text+0x1ad2): undefined reference to `ldap_abandon_ext' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_connect': (.text+0x1b5f): undefined reference to `ldap_pvt_url_scheme2proto' /usr/bin/ld: (.text+0x1cb7): undefined reference to `ldap_init_fd' /usr/bin/ld: (.text+0x1ce0): undefined reference to `ldap_set_option' /usr/bin/ld: (.text+0x1cf0): undefined reference to `ldap_set_option' /usr/bin/ld: (.text+0x1d7e): undefined reference to `ldap_start_tls' /usr/bin/ld: (.text+0x1deb): undefined reference to `ldap_err2string' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_setup_connection': (.text+0x1ec6): undefined reference to `ldap_free_urldesc' /usr/bin/ld: (.text+0x1f0b): undefined reference to `ldap_url_parse' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-sha256.o): in function `my_sha256_init': (.text+0x9): undefined reference to `nettle_sha256_init' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-sha256.o): in function `Curl_sha256it': (.text+0x96): undefined reference to `nettle_sha256_init' /usr/bin/ld: (.text+0xab): undefined reference to `nettle_sha256_update' /usr/bin/ld: (.text+0xbb): undefined reference to `nettle_sha256_digest' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-sha256.o): in function `my_sha256_update': (.text+0x2d): undefined reference to `nettle_sha256_update' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-sha256.o): in function `my_sha256_final': (.text+0x50): undefined reference to `nettle_sha256_digest' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-socks_gssapi.o): in function `check_gss_err.part.0': (.text+0x77): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x9d): undefined reference to `gss_display_status' /usr/bin/ld: (.text+0xd1): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x10f): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x131): undefined reference to `gss_display_status' /usr/bin/ld: (.text+0x15a): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x1d2): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-socks_gssapi.o): in function `Curl_SOCKS5_gssapi_negotiate': (.text+0x391): undefined reference to `gss_import_name' /usr/bin/ld: (.text+0x3a5): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x4a9): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x4b8): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x5b8): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x5f2): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x601): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x610): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x621): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0x6c6): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE' /usr/bin/ld: (.text+0x6f0): undefined reference to `gss_import_name' /usr/bin/ld: (.text+0x735): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x75c): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x76d): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0x7bc): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x7cb): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x7dc): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0x804): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x813): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x832): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x85a): undefined reference to `gss_inquire_context' /usr/bin/ld: (.text+0x88b): undefined reference to `gss_display_name' /usr/bin/ld: (.text+0x8dc): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x8eb): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x9b2): undefined reference to `gss_wrap' /usr/bin/ld: (.text+0x9d5): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xa6d): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xb3f): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xc1c): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0xc2d): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xc7c): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xc87): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0xc96): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xcd6): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xd0e): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xd19): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0xdb1): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xdf8): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xe03): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xe14): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xe3b): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xe46): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0xe55): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xe77): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xebb): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xee7): undefined reference to `gss_unwrap' /usr/bin/ld: (.text+0xf05): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xf24): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xf7a): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xf85): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xf96): undefined reference to `gss_delete_sec_context' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-spnego_gssapi.o): in function `Curl_auth_create_spnego_message': (.text+0x97): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xb9): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-spnego_gssapi.o): in function `Curl_auth_cleanup_spnego': (.text+0x111): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0x12d): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x151): undefined reference to `gss_release_name' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-spnego_gssapi.o): in function `Curl_auth_decode_spnego_message': (.text+0x2b0): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x328): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x347): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x398): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE' /usr/bin/ld: (.text+0x3a4): undefined reference to `gss_import_name' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_version': (.text+0x154): undefined reference to `gnutls_check_version' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_send': (.text+0x1a2): undefined reference to `gnutls_record_send' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `handshake': (.text+0x281): undefined reference to `gnutls_handshake' /usr/bin/ld: (.text+0x2a1): undefined reference to `gnutls_error_is_fatal' /usr/bin/ld: (.text+0x2bb): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x34a): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x384): undefined reference to `gnutls_record_get_direction' /usr/bin/ld: (.text+0x3a4): undefined reference to `gnutls_alert_get' /usr/bin/ld: (.text+0x3ab): undefined reference to `gnutls_alert_get_name' /usr/bin/ld: (.text+0x3c4): undefined reference to `gnutls_alert_get' /usr/bin/ld: (.text+0x3cb): undefined reference to `gnutls_alert_get_name' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_recv': (.text+0x44c): undefined reference to `gnutls_record_recv' /usr/bin/ld: (.text+0x48e): undefined reference to `gnutls_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_sha256sum': (.text+0x50e): undefined reference to `nettle_sha256_init' /usr/bin/ld: (.text+0x51c): undefined reference to `nettle_sha256_update' /usr/bin/ld: (.text+0x529): undefined reference to `nettle_sha256_digest' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_close': (.text+0x594): undefined reference to `gnutls_record_recv' /usr/bin/ld: (.text+0x5a1): undefined reference to `gnutls_bye' /usr/bin/ld: (.text+0x5a9): undefined reference to `gnutls_deinit' /usr/bin/ld: (.text+0x5be): undefined reference to `gnutls_certificate_free_credentials' /usr/bin/ld: (.text+0x5d4): undefined reference to `gnutls_srp_free_client_credentials' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_shutdown': (.text+0x690): undefined reference to `gnutls_deinit' /usr/bin/ld: (.text+0x699): undefined reference to `gnutls_certificate_free_credentials' /usr/bin/ld: (.text+0x6b4): undefined reference to `gnutls_srp_free_client_credentials' /usr/bin/ld: (.text+0x6f5): undefined reference to `gnutls_record_recv' /usr/bin/ld: (.text+0x76a): undefined reference to `gnutls_bye' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_pull': (.text+0x7f1): undefined reference to `gnutls_transport_set_errno' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_push': (.text+0x881): undefined reference to `gnutls_transport_set_errno' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_random': (.text+0x8ae): undefined reference to `gnutls_rnd' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_data_pending': (.text+0x8d9): undefined reference to `gnutls_record_check_pending' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_init': (.text+0x90d): undefined reference to `gnutls_global_init' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_cleanup': (.text+0x945): undefined reference to `gnutls_global_deinit' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_client_init': (.text+0x9c9): undefined reference to `gnutls_certificate_allocate_credentials' /usr/bin/ld: (.text+0xa12): undefined reference to `gnutls_srp_allocate_client_credentials' /usr/bin/ld: (.text+0xa2c): undefined reference to `gnutls_srp_set_client_credentials' /usr/bin/ld: (.text+0xa6f): undefined reference to `gnutls_certificate_set_verify_flags' /usr/bin/ld: (.text+0xa82): undefined reference to `gnutls_certificate_set_x509_trust_file' /usr/bin/ld: (.text+0xabb): undefined reference to `gnutls_certificate_set_x509_trust_dir' /usr/bin/ld: (.text+0xaf4): undefined reference to `gnutls_certificate_set_x509_crl_file' /usr/bin/ld: (.text+0xb1c): undefined reference to `gnutls_init' /usr/bin/ld: (.text+0xb56): undefined reference to `gnutls_server_name_set' /usr/bin/ld: (.text+0xb6a): undefined reference to `gnutls_set_default_priority' /usr/bin/ld: (.text+0xb7e): undefined reference to `gnutls_check_version' /usr/bin/ld: (.text+0xc3a): undefined reference to `gnutls_priority_set_direct' /usr/bin/ld: (.text+0xcb9): undefined reference to `gnutls_certificate_set_x509_key_file2' /usr/bin/ld: (.text+0xcdf): undefined reference to `gnutls_credentials_set' /usr/bin/ld: (.text+0xd01): undefined reference to `gnutls_global_init' /usr/bin/ld: (.text+0xd63): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0xe89): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0xed3): undefined reference to `gnutls_ocsp_status_request_enable_client' /usr/bin/ld: (.text+0xf46): undefined reference to `gnutls_certificate_set_x509_system_trust' /usr/bin/ld: (.text+0xfbf): undefined reference to `gnutls_priority_set_direct' /usr/bin/ld: (.text+0x1001): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x105b): undefined reference to `gnutls_credentials_set' /usr/bin/ld: (.text+0x106a): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x10fa): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x115b): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x1183): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x1253): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x135b): undefined reference to `gnutls_certificate_set_x509_key_file' /usr/bin/ld: (.text+0x1413): undefined reference to `gnutls_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_connect_step1': (.text+0x155c): undefined reference to `gnutls_alpn_set_protocols' /usr/bin/ld: (.text+0x15b4): undefined reference to `gnutls_transport_set_ptr' /usr/bin/ld: (.text+0x15c3): undefined reference to `gnutls_transport_set_push_function' /usr/bin/ld: (.text+0x15d2): undefined reference to `gnutls_transport_set_pull_function' /usr/bin/ld: (.text+0x1662): undefined reference to `gnutls_session_set_data' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `Curl_gtls_verifyserver': (.text+0x16fb): undefined reference to `gnutls_protocol_get_version' /usr/bin/ld: (.text+0x1706): undefined reference to `gnutls_mac_get' /usr/bin/ld: (.text+0x1714): undefined reference to `gnutls_cipher_get' /usr/bin/ld: (.text+0x1722): undefined reference to `gnutls_kx_get' /usr/bin/ld: (.text+0x1743): undefined reference to `gnutls_certificate_get_peers' /usr/bin/ld: (.text+0x1822): undefined reference to `gnutls_cipher_get' /usr/bin/ld: (.text+0x186a): undefined reference to `gnutls_x509_crt_init' /usr/bin/ld: (.text+0x1880): undefined reference to `gnutls_x509_crt_import' /usr/bin/ld: (.text+0x1897): undefined reference to `gnutls_x509_crt_init' /usr/bin/ld: (.text+0x1911): undefined reference to `gnutls_x509_crt_import' /usr/bin/ld: (.text+0x1924): undefined reference to `gnutls_x509_crt_check_issuer' /usr/bin/ld: (.text+0x1933): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: (.text+0x1983): undefined reference to `gnutls_x509_crt_get_dn_by_oid' /usr/bin/ld: (.text+0x19aa): undefined reference to `gnutls_x509_crt_check_hostname' /usr/bin/ld: (.text+0x19d6): undefined reference to `gnutls_x509_crt_get_expiration_time' /usr/bin/ld: (.text+0x1a07): undefined reference to `gnutls_x509_crt_get_activation_time' /usr/bin/ld: (.text+0x1a87): undefined reference to `gnutls_pubkey_init' /usr/bin/ld: (.text+0x1a98): undefined reference to `gnutls_pubkey_import_x509' /usr/bin/ld: (.text+0x1ac3): undefined reference to `gnutls_pubkey_deinit' /usr/bin/ld: (.text+0x1aff): undefined reference to `gnutls_x509_crt_get_pk_algorithm' /usr/bin/ld: (.text+0x1b1b): undefined reference to `gnutls_x509_crt_get_dn2' /usr/bin/ld: (.text+0x1b3f): undefined reference to `gnutls_x509_crt_get_issuer_dn2' /usr/bin/ld: (.text+0x1b60): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: (.text+0x1b7b): undefined reference to `gnutls_certificate_verify_peers2' /usr/bin/ld: (.text+0x1be7): undefined reference to `gnutls_protocol_get_name' /usr/bin/ld: (.text+0x1bfe): undefined reference to `gnutls_cipher_suite_get_name' /usr/bin/ld: (.text+0x1ca1): undefined reference to `gnutls_ocsp_status_request_get' /usr/bin/ld: (.text+0x1cbe): undefined reference to `gnutls_ocsp_resp_init' /usr/bin/ld: (.text+0x1ccd): undefined reference to `gnutls_ocsp_resp_import' /usr/bin/ld: (.text+0x1d07): undefined reference to `gnutls_ocsp_resp_get_single' /usr/bin/ld: (.text+0x1e7b): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x1f80): undefined reference to `gnutls_free' /usr/bin/ld: (.text+0x1fad): undefined reference to `gnutls_x509_crt_get_activation_time' /usr/bin/ld: (.text+0x1fcb): undefined reference to `gnutls_x509_crt_get_expiration_time' /usr/bin/ld: (.text+0x1fe4): undefined reference to `gnutls_free' /usr/bin/ld: (.text+0x2069): undefined reference to `gnutls_ocsp_resp_deinit' /usr/bin/ld: (.text+0x2083): undefined reference to `gnutls_pk_algorithm_get_name' /usr/bin/ld: (.text+0x20b0): undefined reference to `gnutls_x509_crt_get_version' /usr/bin/ld: (.text+0x20e3): undefined reference to `gnutls_pubkey_export' /usr/bin/ld: (.text+0x2137): undefined reference to `gnutls_pubkey_export' /usr/bin/ld: (.text+0x21ab): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: (.text+0x222c): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: (.text+0x230b): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: (.text+0x23e7): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: (.text+0x241b): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o):(.text+0x24d9): more undefined references to `gnutls_x509_crt_deinit' follow /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_verifyserver': (.text+0x25cb): undefined reference to `gnutls_alpn_get_selected_protocol' /usr/bin/ld: (.text+0x2635): undefined reference to `gnutls_session_get_data' /usr/bin/ld: (.text+0x2662): undefined reference to `gnutls_session_get_data' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `proxy_h2_process_pending_input': (.text+0xe3): undefined reference to `nghttp2_session_mem_recv' /usr/bin/ld: (.text+0x1a0): undefined reference to `nghttp2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `proxy_h2_on_stream_close': (.text+0x499): undefined reference to `nghttp2_http2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `proxy_h2_progress_egress': (.text+0x51d): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: (.text+0x52a): undefined reference to `nghttp2_session_send' /usr/bin/ld: (.text+0x544): undefined reference to `nghttp2_is_fatal' /usr/bin/ld: (.text+0x5fd): undefined reference to `nghttp2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `cf_h2_proxy_recv': (.text+0x975): undefined reference to `nghttp2_session_consume' /usr/bin/ld: (.text+0xd0f): undefined reference to `nghttp2_http2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `cf_h2_proxy_send': (.text+0xead): undefined reference to `nghttp2_session_resume_data' /usr/bin/ld: (.text+0xeb4): undefined reference to `nghttp2_is_fatal' /usr/bin/ld: (.text+0xf07): undefined reference to `nghttp2_session_get_stream_remote_window_size' /usr/bin/ld: (.text+0xf43): undefined reference to `nghttp2_session_get_remote_window_size' /usr/bin/ld: (.text+0x1064): undefined reference to `nghttp2_session_get_remote_window_size' /usr/bin/ld: (.text+0x1076): undefined reference to `nghttp2_session_get_stream_remote_window_size' /usr/bin/ld: (.text+0x1154): undefined reference to `nghttp2_session_want_read' /usr/bin/ld: (.text+0x121c): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `cf_h2_proxy_adjust_pollset': (.text+0x1383): undefined reference to `nghttp2_session_get_remote_window_size' /usr/bin/ld: (.text+0x140a): undefined reference to `nghttp2_session_get_stream_remote_window_size' /usr/bin/ld: (.text+0x1424): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `cf_h2_proxy_ctx_clear': (.text+0x14c7): undefined reference to `nghttp2_session_del' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `tunnel_send_callback': (.text+0x1892): undefined reference to `nghttp2_session_get_stream_user_data' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `cf_h2_proxy_is_alive': (.text+0x22bb): undefined reference to `nghttp2_session_want_read' /usr/bin/ld: (.text+0x22cf): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `cf_h2_proxy_connect': (.text+0x258f): undefined reference to `nghttp2_submit_request' /usr/bin/ld: (.text+0x28d0): undefined reference to `nghttp2_session_callbacks_new' /usr/bin/ld: (.text+0x28eb): undefined reference to `nghttp2_session_callbacks_set_send_callback' /usr/bin/ld: (.text+0x28fe): undefined reference to `nghttp2_session_callbacks_set_on_frame_recv_callback' /usr/bin/ld: (.text+0x2911): undefined reference to `nghttp2_session_callbacks_set_on_frame_send_callback' /usr/bin/ld: (.text+0x2924): undefined reference to `nghttp2_session_callbacks_set_on_data_chunk_recv_callback' /usr/bin/ld: (.text+0x2937): undefined reference to `nghttp2_session_callbacks_set_on_stream_close_callback' /usr/bin/ld: (.text+0x294a): undefined reference to `nghttp2_session_callbacks_set_on_header_callback' /usr/bin/ld: (.text+0x296f): undefined reference to `nghttp2_option_new' /usr/bin/ld: (.text+0x2999): undefined reference to `nghttp2_session_callbacks_del' /usr/bin/ld: (.text+0x2e62): undefined reference to `nghttp2_strerror' /usr/bin/ld: (.text+0x2eb5): undefined reference to `nghttp2_option_set_no_auto_window_update' /usr/bin/ld: (.text+0x2ec6): undefined reference to `nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation' /usr/bin/ld: (.text+0x2ee3): undefined reference to `nghttp2_session_client_new2' /usr/bin/ld: (.text+0x2ef5): undefined reference to `nghttp2_option_del' /usr/bin/ld: (.text+0x2f42): undefined reference to `nghttp2_submit_settings' /usr/bin/ld: (.text+0x2f5b): undefined reference to `nghttp2_session_set_local_window_size' /usr/bin/ld: (.text+0x2f7b): undefined reference to `nghttp2_session_callbacks_del' /usr/bin/ld: (.text+0x3101): undefined reference to `nghttp2_strerror' /usr/bin/ld: (.text+0x312c): undefined reference to `nghttp2_session_callbacks_del' /usr/bin/ld: (.text+0x31b2): undefined reference to `nghttp2_strerror' /usr/bin/ld: (.text+0x31d1): undefined reference to `nghttp2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_gssapi.o): in function `display_gss_error': (.text+0x79): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x96): undefined reference to `gss_display_status' /usr/bin/ld: (.text+0xa8): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_gssapi.o): in function `Curl_gss_init_sec_context': (.text+0x17c): undefined reference to `gss_init_sec_context' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_ntlm_core.o): in function `setup_des_key': (.text+0xf7): undefined reference to `nettle_des_set_key' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_ntlm_core.o): in function `Curl_ntlm_core_lm_resp': (.text+0x16c): undefined reference to `nettle_des_encrypt' /usr/bin/ld: (.text+0x18d): undefined reference to `nettle_des_encrypt' /usr/bin/ld: (.text+0x1ae): undefined reference to `nettle_des_encrypt' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_ntlm_core.o): in function `Curl_ntlm_core_mk_lm_hash': (.text+0x270): undefined reference to `nettle_des_encrypt' /usr/bin/ld: (.text+0x291): undefined reference to `nettle_des_encrypt' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md4.o): in function `Curl_md4it': (.text+0x36): undefined reference to `nettle_md4_init' /usr/bin/ld: (.text+0x4b): undefined reference to `nettle_md4_update' /usr/bin/ld: (.text+0x5b): undefined reference to `nettle_md4_digest' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5_gssapi.o): in function `Curl_auth_create_gssapi_user_message': (.text+0x1a8): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE' /usr/bin/ld: (.text+0x1b4): undefined reference to `gss_import_name' /usr/bin/ld: (.text+0x1ef): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x22a): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5_gssapi.o): in function `Curl_auth_create_gssapi_security_message': (.text+0x33d): undefined reference to `gss_unwrap' /usr/bin/ld: (.text+0x3c1): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x459): undefined reference to `gss_wrap' /usr/bin/ld: (.text+0x488): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5_gssapi.o): in function `Curl_auth_cleanup_gssapi': (.text+0x5ff): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0x61a): undefined reference to `gss_release_name' collect2: error: ld returned 1 exit status File "caml_startup", line 1: Error: Error during linking (exit code 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:52.18: Job failed: Failed: Build failed