Organisationsygrekocurl279802 (static)ubuntu-24.04-5.4_opam-2.5

ubuntu-24.04-5.4_opam-2.5

Logs

Show full logs
2026-05-26 18:41.26: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/static (279802ac01028368cf206de11e601fa743d0f875) (linux-x86_64:ubuntu-24.04-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ygrek/ocurl.git" -b "static" && cd "ocurl" && git reset --hard 279802ac
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3
# 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 cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --chown=1000:1000 curl_lwt.opam curl.opam ./
RUN opam pin add -yn curl_lwt.dev './' && \
    opam pin add -yn curl.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2026-05-26 18:41.26: Using cache hint "ygrek/ocurl-ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3-ubuntu-24.04-5.4_opam-2.5-50ad28da2981df628a8da127617b6252"
2026-05-26 18:41.26: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3)
 (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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update -u"))
 (copy (src curl_lwt.opam curl.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn curl_lwt.dev './' && \
             \nopam pin add -yn curl.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2026-05-26 18:41.26: Waiting for resource in pool OCluster
2026-05-26 18:41.26: Waiting for worker…
2026-05-26 18:41.56: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
HEAD is now at cd7dec8 discover: use ARGN instead of custom call to pkgconfig
HEAD is now at 279802a discover: fix put ARGN

(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3' locally
docker.io/ocaml/opam@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3: Pulling from ocaml/opam
b40150c1c271: Already exists
5635dddaaf61: Already exists
0a6d5f853ae3: Already exists
799f202be4df: Already exists
b903f564077a: Already exists
6c1d10b3d08f: Already exists
8fd224b6ae45: Pulling fs layer
5e37c7ad2993: Pulling fs layer
8fd224b6ae45: Waiting
32255c35d5b3: Pulling fs layer
c3cffeaeb4b8: Pulling fs layer
32255c35d5b3: Waiting
a9de87727b20: Pulling fs layer
c3cffeaeb4b8: Waiting
cd92154d260a: Pulling fs layer
a9de87727b20: Waiting
5534cf6e4151: Pulling fs layer
cd92154d260a: Waiting
5534cf6e4151: Waiting
92d42dfe1d12: Pulling fs layer
4974f6184649: Pulling fs layer
92d42dfe1d12: Waiting
ddbbf37b07ba: Pulling fs layer
4974f6184649: Waiting
ddbbf37b07ba: Waiting
6c31853c12bf: Pulling fs layer
ed68394a86c7: Pulling fs layer
6c31853c12bf: Waiting
3cc6b078d5fc: Pulling fs layer
ed68394a86c7: Waiting
257a2bdf9f61: Pulling fs layer
3cc6b078d5fc: Waiting
4f4fb700ef54: Pulling fs layer
61b8d2ddf2f3: Pulling fs layer
257a2bdf9f61: Waiting
4f4fb700ef54: Waiting
dbb18f475127: Pulling fs layer
802447bfad8e: Pulling fs layer
61b8d2ddf2f3: Waiting
dbb18f475127: Waiting
e86ad76f9c74: Pulling fs layer
802447bfad8e: Waiting
9e967f128a0d: Pulling fs layer
e86ad76f9c74: Waiting
5d5cafdc9e88: Pulling fs layer
9e967f128a0d: Waiting
c81e5f5c4bfc: Pulling fs layer
5d5cafdc9e88: Waiting
0a0005210533: Pulling fs layer
c81e5f5c4bfc: Waiting
8549d7b2ccb2: Pulling fs layer
0a0005210533: Waiting
57ea4f2cdcb7: Pulling fs layer
eea0ea6a7403: Pulling fs layer
57ea4f2cdcb7: Waiting
8549d7b2ccb2: Waiting
3d2e57752a6c: Pulling fs layer
128f8b8d9b04: Pulling fs layer
eea0ea6a7403: Waiting
3d2e57752a6c: Waiting
a594488fbf65: Pulling fs layer
128f8b8d9b04: Waiting
fbe102fc5248: Pulling fs layer
a594488fbf65: Waiting
4d204629c375: Pulling fs layer
fbe102fc5248: Waiting
504e6256aaf7: Pulling fs layer
e553f7e7d2a2: Pulling fs layer
4d204629c375: Waiting
504e6256aaf7: Waiting
cea2efc9b4f4: Pulling fs layer
1cf176ec0ca1: Pulling fs layer
e553f7e7d2a2: Waiting
cea2efc9b4f4: Waiting
42d435880d33: Pulling fs layer
1cf176ec0ca1: Waiting
2bd2b7deb664: Pulling fs layer
b63ece2686d2: Pulling fs layer
11efbb46aef7: Pulling fs layer
42d435880d33: Waiting
2bd2b7deb664: Waiting
11efbb46aef7: Waiting
8fd224b6ae45: Verifying Checksum
8fd224b6ae45: Download complete
8fd224b6ae45: Pull complete
32255c35d5b3: Verifying Checksum
32255c35d5b3: Download complete
5e37c7ad2993: Verifying Checksum
5e37c7ad2993: Download complete
c3cffeaeb4b8: Verifying Checksum
c3cffeaeb4b8: Download complete
a9de87727b20: Verifying Checksum
a9de87727b20: Download complete
5e37c7ad2993: Pull complete
92d42dfe1d12: Download complete
cd92154d260a: Verifying Checksum
cd92154d260a: Download complete
5534cf6e4151: Verifying Checksum
5534cf6e4151: Download complete
32255c35d5b3: Pull complete
4974f6184649: Download complete
ddbbf37b07ba: Verifying Checksum
ddbbf37b07ba: Download complete
6c31853c12bf: Download complete
ed68394a86c7: Verifying Checksum
ed68394a86c7: Download complete
3cc6b078d5fc: Verifying Checksum
3cc6b078d5fc: Download complete
c3cffeaeb4b8: Pull complete
257a2bdf9f61: Verifying Checksum
257a2bdf9f61: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
61b8d2ddf2f3: Verifying Checksum
61b8d2ddf2f3: Download complete
dbb18f475127: Verifying Checksum
dbb18f475127: Download complete
a9de87727b20: Pull complete
802447bfad8e: Verifying Checksum
802447bfad8e: Download complete
e86ad76f9c74: Download complete
9e967f128a0d: Verifying Checksum
9e967f128a0d: Download complete
5d5cafdc9e88: Verifying Checksum
5d5cafdc9e88: Download complete
c81e5f5c4bfc: Verifying Checksum
c81e5f5c4bfc: Download complete
0a0005210533: Verifying Checksum
0a0005210533: Download complete
cd92154d260a: Pull complete
8549d7b2ccb2: Download complete
57ea4f2cdcb7: Verifying Checksum
57ea4f2cdcb7: Download complete
eea0ea6a7403: Verifying Checksum
eea0ea6a7403: Download complete
5534cf6e4151: Pull complete
92d42dfe1d12: Pull complete
4974f6184649: Pull complete
ddbbf37b07ba: Pull complete
3d2e57752a6c: Download complete
6c31853c12bf: Pull complete
ed68394a86c7: Pull complete
3cc6b078d5fc: Pull complete
257a2bdf9f61: Pull complete
4f4fb700ef54: Pull complete
61b8d2ddf2f3: Pull complete
dbb18f475127: Pull complete
a594488fbf65: Download complete
802447bfad8e: Pull complete
e86ad76f9c74: Pull complete
9e967f128a0d: Pull complete
5d5cafdc9e88: Pull complete
c81e5f5c4bfc: Pull complete
0a0005210533: Pull complete
8549d7b2ccb2: Pull complete
57ea4f2cdcb7: Pull complete
eea0ea6a7403: Pull complete
3d2e57752a6c: Pull complete
4d204629c375: Verifying Checksum
4d204629c375: Download complete
504e6256aaf7: Download complete
e553f7e7d2a2: Verifying Checksum
e553f7e7d2a2: Download complete
cea2efc9b4f4: Verifying Checksum
cea2efc9b4f4: Download complete
1cf176ec0ca1: Verifying Checksum
1cf176ec0ca1: Download complete
42d435880d33: Verifying Checksum
42d435880d33: Download complete
2bd2b7deb664: Download complete
b63ece2686d2: Verifying Checksum
b63ece2686d2: Download complete
11efbb46aef7: Download complete
128f8b8d9b04: Verifying Checksum
128f8b8d9b04: Download complete
fbe102fc5248: Verifying Checksum
fbe102fc5248: Download complete
128f8b8d9b04: Pull complete
a594488fbf65: Pull complete
fbe102fc5248: Pull complete
4d204629c375: Pull complete
504e6256aaf7: Pull complete
e553f7e7d2a2: Pull complete
cea2efc9b4f4: Pull complete
1cf176ec0ca1: Pull complete
42d435880d33: Pull complete
2bd2b7deb664: Pull complete
b63ece2686d2: Pull complete
11efbb46aef7: Pull complete
Digest: sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3
Status: Downloaded newer image for ocaml/opam@sha256:aabe37e5b657436d0ceaa21e99cd169f9c62e2f97672d5df29adb9785768f9b3
2026-05-26 18:41.57 ---> using "09f7a341034f2591024efaf9dd77d7de263102b0a73433761a5c6fa3e65c805a" 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-26 18:41.57 ---> using "996805b7c90d5b9a01bf7bf13b904d8703f18fb6f8a65970765afaec2dee9098" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fc08333d1b..418d45864d  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-05-26 18:41.57 ---> using "fd1971247f11739807a95480d65e68574aa40b4ec971acfc9a17e787ffb230f8" 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.

Continue? [Y/n] y
Format upgrade done.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-05-26 18:42.15 ---> saved as "655f67f49906bde43f633517558cbfff6fe8b129bcafe0bebcf71a2b65eaac7c"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-05-26 18:42.16 ---> saved as "73a03a932ff0d8893c37210ae53c2b7de2f1acac27c1198aca9d27ec9dbbe945"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-26 18:42.16 ---> saved as "8a9cba3bfe88ee96472783f115e55a389f2d06cd3aa056268eed29399873bfd9"

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

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository

Everything as up-to-date as possible

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.5.0
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-05-26 18:42.32 ---> saved as "92e6c37131ed9b613671f22366196147fec816e15d66094bd14c074ff405da6e"

/src: (copy (src curl_lwt.opam curl.opam) (dst ./))
2026-05-26 18:42.32 ---> saved as "776553f7dd0a2df7986f52d7841b887b0d7af11a55270afca2acebfb13715537"

/src: (run (network host)
           (shell  "opam pin add -yn curl_lwt.dev './' && \
                  \nopam pin add -yn curl.dev './'"))
[curl_lwt.dev] synchronised (file:///src)
curl_lwt is now pinned to file:///src (version dev)
[curl.dev] synchronised (file:///src)
curl is now pinned to file:///src (version dev)
2026-05-26 18:42.41 ---> saved as "15bc527b0bf86dfd9d8ff29995407f2c8ee3a09b232e8dc77aa191ec97cb21ed"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-26 18:42.41 ---> saved as "f012ed64df6f47740b7c645131ae71a026f2267e3e133a824625b259f4874a45"

/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:4 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [2080 kB]
- Get:5 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:6 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [48.4 kB]
- Get:7 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1509 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3920 kB]
- Get:9 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3683 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.6 kB]
- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2457 kB]
- Get:12 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2151 kB]
- Get:13 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.9 kB]
- Fetched 16.3 MB in 2s (9660 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
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- (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 .../libcurl4-gnutls-dev_8.5.0-2ubuntu10.9_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (8.5.0-2ubuntu10.9) ...
- Setting up libcurl4-gnutls-dev:amd64 (8.5.0-2ubuntu10.9) ...
# To update the current shell environment, run: eval $(opam env)
2026-05-26 18:42.58 ---> saved as "98315ceae2299ecf79c3eacd38898f6d056b6a948939dd20f76c6bc8358704c9"

/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.23.1
  - install dune-configurator 3.23.1
  - 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.23.1, dune-configurator.3.23.1  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.23.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.23.1
-> installed lwt.6.1.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-26 18:43.55 ---> saved as "547eb041e143b9e483788c8513386aa3fe01f4d38a808bc87d9755c9cbf78e3d"

/src: (copy (src .) (dst /src))
2026-05-26 18:43.55 ---> saved as "ba06b4b96b52a3fcbedb4d21a6d610dfac24fac56a475d9b1772566c7e1128ae"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "examples/dune", line 37, characters 18-25:
37 |  (preprocess (pps lwt_ppx))
                       ^^^^^^^
Error: Library "lwt_ppx" not found.
-> required by
   _build/default/examples/.merlin-conf/exe-test_lwt-7ea57e54dfcdb31d8ef2be2c4623f56b
-> required by alias examples/check
(cd _build/default && /home/opam/.opam/5.4/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-26 18:44.00: Job failed: Failed: Build failed