Organisationsygrekocurl49b268 ()ubuntu-22.04-5.4_opam-2.5

ubuntu-22.04-5.4_opam-2.5

Logs

Show full logs
2026-05-04 16:48.14: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/static (49b2688fd4d45d6314854aae1424ea10da599710) (linux-x86_64:ubuntu-22.04-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7
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-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7
# ubuntu-22.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-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7-ubuntu-22.04-5.4_opam-2.5-6880fa0d759fb1d45cc3ead977bc52f7"
2026-05-04 16:48.14: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7)
 (comment ubuntu-22.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-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7' locally
docker.io/ocaml/opam@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7: Pulling from ocaml/opam
de47083ed7d7: Pulling fs layer
ae7ac0da60c3: Pulling fs layer
57ff9bc83013: Pulling fs layer
a288301b5d01: Pulling fs layer
de47083ed7d7: Waiting
f352b66a76e4: Pulling fs layer
ae7ac0da60c3: Waiting
57ff9bc83013: Waiting
f509f3aae84b: Pulling fs layer
1674fa14ab09: Pulling fs layer
a288301b5d01: Waiting
f509f3aae84b: Waiting
2698574bb308: Pulling fs layer
f352b66a76e4: Waiting
f6298ee465ed: Pulling fs layer
1674fa14ab09: Waiting
2698574bb308: Waiting
c0144cfcd9e7: Pulling fs layer
1222e5b97bf7: Pulling fs layer
7894caceea27: Pulling fs layer
f6298ee465ed: Waiting
bebaf8dbf49e: Pulling fs layer
c0144cfcd9e7: Waiting
1222e5b97bf7: Waiting
7894caceea27: Waiting
272347abc412: Pulling fs layer
75f374e606d8: Pulling fs layer
712806a06ccc: Pulling fs layer
bebaf8dbf49e: Waiting
d464987372fd: Pulling fs layer
272347abc412: Waiting
712806a06ccc: Waiting
75f374e606d8: Waiting
4f4fb700ef54: Pulling fs layer
d464987372fd: Waiting
b9f4b7812175: Pulling fs layer
4f4fb700ef54: Waiting
45615c57dc28: Pulling fs layer
b9f4b7812175: Waiting
d939b9fd721c: Pulling fs layer
d349c59e05ec: Pulling fs layer
5d929fb3122d: Pulling fs layer
d939b9fd721c: Waiting
ced6e49d89aa: Pulling fs layer
45615c57dc28: Waiting
5d929fb3122d: Waiting
98f37ff91287: Pulling fs layer
d349c59e05ec: Waiting
ced6e49d89aa: Waiting
b0cdb242d0af: Pulling fs layer
89adf72eb9a4: Pulling fs layer
98f37ff91287: Waiting
b0cdb242d0af: Waiting
181427a5010e: Pulling fs layer
0ecf8e12c8cc: Pulling fs layer
89adf72eb9a4: Waiting
181427a5010e: Waiting
9655b24677e6: Pulling fs layer
8e0b925edd61: Pulling fs layer
0ecf8e12c8cc: Waiting
2213c8f60be2: Pulling fs layer
9655b24677e6: Waiting
99c5f3c2e946: Pulling fs layer
8e0b925edd61: Waiting
85a338c15b57: Pulling fs layer
2213c8f60be2: Waiting
0a1aa60a6b47: Pulling fs layer
85a338c15b57: Waiting
99c5f3c2e946: Waiting
a073965d9bcb: Pulling fs layer
54a820b98e2c: Pulling fs layer
0a1aa60a6b47: Waiting
a073965d9bcb: Waiting
61fa9bc5bce5: Pulling fs layer
8aca8b1ce062: Pulling fs layer
54a820b98e2c: Waiting
46a9515cde75: Pulling fs layer
61fa9bc5bce5: Waiting
262d9bd8c855: Pulling fs layer
46a9515cde75: Waiting
8aca8b1ce062: Waiting
ae5331734743: Pulling fs layer
262d9bd8c855: Waiting
08bd63570bca: Pulling fs layer
78eb3fe40c1b: Pulling fs layer
3a79a58b2092: Pulling fs layer
ae5331734743: Waiting
ac7e8a5a96a7: Pulling fs layer
08bd63570bca: Waiting
3a79a58b2092: Waiting
ac7e8a5a96a7: Waiting
78eb3fe40c1b: Waiting
ae7ac0da60c3: Verifying Checksum
ae7ac0da60c3: Download complete
57ff9bc83013: Download complete
de47083ed7d7: Verifying Checksum
de47083ed7d7: Download complete
f352b66a76e4: Verifying Checksum
f352b66a76e4: Download complete
a288301b5d01: Verifying Checksum
a288301b5d01: Download complete
1674fa14ab09: Verifying Checksum
1674fa14ab09: Download complete
2698574bb308: Verifying Checksum
2698574bb308: Download complete
de47083ed7d7: Pull complete
ae7ac0da60c3: Pull complete
57ff9bc83013: Pull complete
f6298ee465ed: Verifying Checksum
f6298ee465ed: Download complete
c0144cfcd9e7: Verifying Checksum
c0144cfcd9e7: Download complete
1222e5b97bf7: Verifying Checksum
1222e5b97bf7: Download complete
7894caceea27: Verifying Checksum
7894caceea27: Download complete
272347abc412: Verifying Checksum
272347abc412: Download complete
bebaf8dbf49e: Verifying Checksum
bebaf8dbf49e: Download complete
75f374e606d8: Verifying Checksum
75f374e606d8: Download complete
712806a06ccc: Verifying Checksum
712806a06ccc: Download complete
d464987372fd: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
b9f4b7812175: Download complete
45615c57dc28: Verifying Checksum
45615c57dc28: Download complete
d939b9fd721c: Download complete
a288301b5d01: Pull complete
d349c59e05ec: Verifying Checksum
d349c59e05ec: Download complete
f352b66a76e4: Pull complete
5d929fb3122d: Download complete
ced6e49d89aa: Download complete
98f37ff91287: Verifying Checksum
98f37ff91287: Download complete
b0cdb242d0af: Verifying Checksum
b0cdb242d0af: Download complete
89adf72eb9a4: Verifying Checksum
89adf72eb9a4: Download complete
181427a5010e: Verifying Checksum
181427a5010e: Download complete
0ecf8e12c8cc: Verifying Checksum
0ecf8e12c8cc: Download complete
9655b24677e6: Download complete
8e0b925edd61: Download complete
f509f3aae84b: Verifying Checksum
f509f3aae84b: Download complete
2213c8f60be2: Verifying Checksum
2213c8f60be2: Download complete
99c5f3c2e946: Download complete
0a1aa60a6b47: Download complete
54a820b98e2c: Download complete
61fa9bc5bce5: Verifying Checksum
61fa9bc5bce5: Download complete
8aca8b1ce062: Verifying Checksum
8aca8b1ce062: Download complete
46a9515cde75: Download complete
262d9bd8c855: Verifying Checksum
262d9bd8c855: Download complete
a073965d9bcb: Verifying Checksum
a073965d9bcb: Download complete
ae5331734743: Verifying Checksum
ae5331734743: Download complete
85a338c15b57: Verifying Checksum
85a338c15b57: Download complete
3a79a58b2092: Verifying Checksum
3a79a58b2092: Download complete
78eb3fe40c1b: Download complete
ac7e8a5a96a7: Verifying Checksum
ac7e8a5a96a7: Download complete
08bd63570bca: Verifying Checksum
08bd63570bca: Download complete
f509f3aae84b: Pull complete
1674fa14ab09: Pull complete
2698574bb308: Pull complete
f6298ee465ed: Pull complete
c0144cfcd9e7: Pull complete
1222e5b97bf7: Pull complete
7894caceea27: Pull complete
bebaf8dbf49e: Pull complete
272347abc412: Pull complete
75f374e606d8: Pull complete
712806a06ccc: Pull complete
d464987372fd: Pull complete
4f4fb700ef54: Pull complete
b9f4b7812175: Pull complete
45615c57dc28: Pull complete
d939b9fd721c: Pull complete
d349c59e05ec: Pull complete
5d929fb3122d: Pull complete
ced6e49d89aa: Pull complete
98f37ff91287: Pull complete
b0cdb242d0af: Pull complete
89adf72eb9a4: Pull complete
181427a5010e: Pull complete
0ecf8e12c8cc: Pull complete
9655b24677e6: Pull complete
8e0b925edd61: Pull complete
2213c8f60be2: Pull complete
99c5f3c2e946: Pull complete
85a338c15b57: Pull complete
0a1aa60a6b47: Pull complete
a073965d9bcb: Pull complete
54a820b98e2c: Pull complete
61fa9bc5bce5: Pull complete
8aca8b1ce062: Pull complete
46a9515cde75: Pull complete
262d9bd8c855: Pull complete
ae5331734743: Pull complete
08bd63570bca: Pull complete
78eb3fe40c1b: Pull complete
3a79a58b2092: Pull complete
ac7e8a5a96a7: Pull complete
Digest: sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7
Status: Downloaded newer image for ocaml/opam@sha256:820d5bdb3799f5da6694d98eaf83c30643622415a2382ee9f2be3676799737f7
2026-05-04 16:48.27 ---> using "d2564225bf1b0f86f879d98077c5aee1af360c988d8f5d2b60b97ba1f9e07761" from cache

/: (comment ubuntu-22.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.27 ---> using "6173b475db7783a1c34961d8c0aaafb3b382c024f78aacc75dadbdbb936b85d4" 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.27 ---> using "66cb56b7a1bde2643b508320ad816b5e889a6c383d870e6c22e4b9a554e7404f" 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.27 ---> using "e7e8c309fc8dc0f965860a37d87001b835a5e47de72f1345f21f0d262101c352" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-04 16:48.27 ---> using "6db34e0f0c6b7c2450cd6b22daeecef2536e20c11596e7f80d694dbb4746bbe7" 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.48 ---> saved as "fb05c868b08a1bf5141914536005cf762bca2ab8578e9b9f9526218cfc244570"

/src: (copy (src curl_lwt.opam curl.opam) (dst ./))
2026-05-04 16:48.51 ---> saved as "9f6d04d739e0bcfde5fae6d55c23c089e0ecaad94dfdc28f2644a1eb24ffb383"

/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.59 ---> saved as "71fc5b48bcbcb74c8971e672fcec71261b5567cc58c24707ed647b839c21828b"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-04 16:49.02 ---> saved as "7c06ada54356ad3dbe1f9f89117c227b1f2b2d5c25e1aabd9bd79b09d4504415"

/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"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:2 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [61.6 kB]
- Get:3 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1293 kB]
- Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3908 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6978 kB]
- Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7245 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4245 kB]
- Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1601 kB]
- Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [86.0 kB]
- Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.6 kB]
- Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [82.8 kB]
- Fetched 25.9 MB in 1min 18s (332 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 ... 15669 files and directories currently installed.)
- Preparing to unpack .../libcurl3-gnutls_7.81.0-1ubuntu1.24_amd64.deb ...
- Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.24) over (7.81.0-1ubuntu1.23) ...
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- Preparing to unpack .../libcurl4-gnutls-dev_7.81.0-1ubuntu1.24_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (7.81.0-1ubuntu1.24) ...
- Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.24) ...
- Setting up libcurl4-gnutls-dev:amd64 (7.81.0-1ubuntu1.24) ...
- Processing triggers for libc-bin (2.35-0ubuntu3.13) ...
# To update the current shell environment, run: eval $(opam env)
2026-05-04 16:50.39 ---> saved as "ea2deb7bee02154eeb76c5f48627d246e066fed45ede94aa64cdc8fdb78e4947"

/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:51.24 ---> saved as "adf033958e2ea00d26e055de513db701a0c8cda6531cf6baade12dd56c944632"

/src: (copy (src .) (dst /src))
2026-05-04 16:51.26 ---> saved as "43af297fdb3785fffdf0ab0c0e0f07dbe21c03119b056e91a2f44c86f783c727"

/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/.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 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 .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/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_disconnect':
(.text+0x150): undefined reference to `nghttp2_session_del'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_getsock':
(.text+0x1b9): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: (.text+0x1c9): undefined reference to `nghttp2_session_get_remote_window_size'
/usr/bin/ld: (.text+0x1ee): undefined reference to `nghttp2_session_get_stream_remote_window_size'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_begin_headers':
(.text+0x21c): undefined reference to `nghttp2_session_get_stream_user_data'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_header':
(.text+0x25f): undefined reference to `nghttp2_session_get_stream_user_data'
/usr/bin/ld: (.text+0x570): undefined reference to `nghttp2_submit_rst_stream'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `data_source_read_callback':
(.text+0x67e): undefined reference to `nghttp2_session_get_stream_user_data'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_data_chunk_recv':
(.text+0x763): undefined reference to `nghttp2_session_get_stream_user_data'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_stream_close':
(.text+0x8fa): undefined reference to `nghttp2_session_get_stream_user_data'
/usr/bin/ld: (.text+0x94c): undefined reference to `nghttp2_session_set_stream_user_data'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `h2_session_send':
(.text+0xa3d): undefined reference to `nghttp2_priority_spec_init'
/usr/bin/ld: (.text+0xa8a): undefined reference to `nghttp2_submit_priority'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `h2_process_pending_input':
(.text+0xb24): undefined reference to `nghttp2_session_mem_recv'
/usr/bin/ld: (.text+0xb63): undefined reference to `nghttp2_session_check_request_allowed'
/usr/bin/ld: (.text+0xba5): undefined reference to `nghttp2_session_want_read'
/usr/bin/ld: (.text+0xbb2): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: (.text+0xc41): undefined reference to `nghttp2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_conncheck':
(.text+0xddd): undefined reference to `nghttp2_submit_ping'
/usr/bin/ld: (.text+0xe05): undefined reference to `nghttp2_session_send'
/usr/bin/ld: (.text+0xe17): undefined reference to `nghttp2_strerror'
/usr/bin/ld: (.text+0xe43): undefined reference to `nghttp2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_handle_stream_close':
(.text+0x1027): undefined reference to `nghttp2_http2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_recv':
(.text+0x1240): undefined reference to `nghttp2_session_want_read'
/usr/bin/ld: (.text+0x1254): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_send':
(.text+0x15ce): undefined reference to `nghttp2_session_resume_data'
/usr/bin/ld: (.text+0x15d5): undefined reference to `nghttp2_is_fatal'
/usr/bin/ld: (.text+0x15f3): undefined reference to `nghttp2_is_fatal'
/usr/bin/ld: (.text+0x1b3a): undefined reference to `nghttp2_priority_spec_init'
/usr/bin/ld: (.text+0x1bd2): undefined reference to `nghttp2_submit_request'
/usr/bin/ld: (.text+0x1c4d): undefined reference to `nghttp2_session_resume_data'
/usr/bin/ld: (.text+0x1e0d): undefined reference to `nghttp2_session_want_read'
/usr/bin/ld: (.text+0x1e26): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: (.text+0x1e55): undefined reference to `nghttp2_session_resume_data'
/usr/bin/ld: (.text+0x1eb6): undefined reference to `nghttp2_session_want_read'
/usr/bin/ld: (.text+0x1ecf): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_ver':
(.text+0x1ff4): undefined reference to `nghttp2_version'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_frame_recv':
(.text+0x21b4): undefined reference to `nghttp2_session_get_stream_user_data'
/usr/bin/ld: (.text+0x2200): undefined reference to `nghttp2_submit_rst_stream'
/usr/bin/ld: (.text+0x2207): undefined reference to `nghttp2_is_fatal'
/usr/bin/ld: (.text+0x222c): undefined reference to `nghttp2_session_get_remote_settings'
/usr/bin/ld: (.text+0x223f): undefined reference to `nghttp2_session_get_remote_settings'
/usr/bin/ld: (.text+0x24ce): undefined reference to `nghttp2_submit_rst_stream'
/usr/bin/ld: (.text+0x24d5): undefined reference to `nghttp2_is_fatal'
/usr/bin/ld: (.text+0x269f): undefined reference to `nghttp2_session_set_stream_user_data'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_done':
(.text+0x280a): undefined reference to `nghttp2_session_set_stream_user_data'
/usr/bin/ld: (.text+0x2849): undefined reference to `nghttp2_submit_rst_stream'
/usr/bin/ld: (.text+0x28b8): undefined reference to `nghttp2_session_send'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_request_upgrade':
(.text+0x295e): undefined reference to `nghttp2_pack_settings_payload'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_done_sending':
(.text+0x2abc): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: (.text+0x2aeb): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: (.text+0x2b15): undefined reference to `nghttp2_session_resume_data'
/usr/bin/ld: (.text+0x2b31): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_setup':
(.text+0x2ce2): undefined reference to `nghttp2_session_callbacks_new'
/usr/bin/ld: (.text+0x2cfa): undefined reference to `nghttp2_session_callbacks_set_send_callback'
/usr/bin/ld: (.text+0x2d0a): undefined reference to `nghttp2_session_callbacks_set_on_frame_recv_callback'
/usr/bin/ld: (.text+0x2d1a): undefined reference to `nghttp2_session_callbacks_set_on_data_chunk_recv_callback'
/usr/bin/ld: (.text+0x2d2a): undefined reference to `nghttp2_session_callbacks_set_on_stream_close_callback'
/usr/bin/ld: (.text+0x2d3a): undefined reference to `nghttp2_session_callbacks_set_on_begin_headers_callback'
/usr/bin/ld: (.text+0x2d4a): undefined reference to `nghttp2_session_callbacks_set_on_header_callback'
/usr/bin/ld: (.text+0x2d5a): undefined reference to `nghttp2_session_callbacks_set_error_callback'
/usr/bin/ld: (.text+0x2d6d): undefined reference to `nghttp2_session_client_new'
/usr/bin/ld: (.text+0x2d78): undefined reference to `nghttp2_session_callbacks_del'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_switched':
(.text+0x2ef1): undefined reference to `nghttp2_submit_settings'
/usr/bin/ld: (.text+0x2f11): undefined reference to `nghttp2_session_set_local_window_size'
/usr/bin/ld: (.text+0x2fbc): undefined reference to `nghttp2_session_upgrade2'
/usr/bin/ld: (.text+0x2fda): undefined reference to `nghttp2_session_set_stream_user_data'
/usr/bin/ld: (.text+0x304b): undefined reference to `nghttp2_strerror'
/usr/bin/ld: (.text+0x3073): undefined reference to `nghttp2_strerror'
/usr/bin/ld: (.text+0x30a7): undefined reference to `nghttp2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_stream_pause':
(.text+0x3123): undefined reference to `nghttp2_session_set_local_window_size'
/usr/bin/ld: (.text+0x3163): undefined reference to `nghttp2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `h2_session_send':
(.text+0xab0): undefined reference to `nghttp2_session_send'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-psl.o): in function `Curl_psl_destroy':
(.text+0x29): undefined reference to `psl_free'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-psl.o): in function `Curl_psl_use':
(.text+0xbb): undefined reference to `psl_latest'
/usr/bin/ld: (.text+0x177): undefined reference to `psl_builtin'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-socks_gssapi.o): in function `check_gss_err.part.0':
(.text+0x57): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x77): undefined reference to `gss_display_status'
/usr/bin/ld: (.text+0x9b): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xcf): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xef): undefined reference to `gss_display_status'
/usr/bin/ld: (.text+0x112): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x17e): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-socks_gssapi.o): in function `Curl_SOCKS5_gssapi_negotiate':
(.text+0x2ec): undefined reference to `gss_import_name'
/usr/bin/ld: (.text+0x2ff): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x38f): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x39a): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x491): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x566): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x571): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x57c): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x58d): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0x62e): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE'
/usr/bin/ld: (.text+0x63b): undefined reference to `gss_import_name'
/usr/bin/ld: (.text+0x684): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x6aa): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x6bb): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0x712): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x73a): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x774): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x77f): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x78c): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x7bc): undefined reference to `gss_inquire_context'
/usr/bin/ld: (.text+0x7e3): undefined reference to `gss_display_name'
/usr/bin/ld: (.text+0x838): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x843): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x8f3): undefined reference to `gss_wrap'
/usr/bin/ld: (.text+0x90f): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xaa1): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xb2b): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xb67): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0xbca): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xbd7): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0xbe2): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xc10): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0xc1b): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xc26): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xc37): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xc7d): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xc8a): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0xcfc): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xd2a): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xd35): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xd46): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xd91): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xd9e): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0xda9): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xe41): undefined reference to `gss_unwrap'
/usr/bin/ld: (.text+0xe67): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xe9c): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xf24): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xf2f): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xf40): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-url.o): in function `Curl_idnconvert_hostname':
(.text+0x139e): undefined reference to `idn2_check_version'
/usr/bin/ld: (.text+0x13bf): undefined reference to `idn2_lookup_ul'
/usr/bin/ld: (.text+0x1405): undefined reference to `idn2_lookup_ul'
/usr/bin/ld: (.text+0x1416): undefined reference to `idn2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-url.o): in function `Curl_free_idnconverted_hostname':
(.text+0x1452): undefined reference to `idn2_free'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-version.o): in function `curl_version':
(.text+0xbc): undefined reference to `zlibVersion'
/usr/bin/ld: (.text+0xe7): undefined reference to `BrotliDecoderVersion'
/usr/bin/ld: (.text+0x12d): undefined reference to `ZSTD_versionNumber'
/usr/bin/ld: (.text+0x1a7): undefined reference to `idn2_check_version'
/usr/bin/ld: (.text+0x1d2): undefined reference to `psl_get_version'
/usr/bin/ld: (.text+0x270): undefined reference to `ldap_get_option'
/usr/bin/ld: (.text+0x3ba): undefined reference to `ldap_memfree'
/usr/bin/ld: (.text+0x3c4): undefined reference to `ber_memvfree'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-version.o): in function `curl_version_info':
(.text+0x42c): undefined reference to `zlibVersion'
/usr/bin/ld: (.text+0x43f): undefined reference to `idn2_check_version'
/usr/bin/ld: (.text+0x483): undefined reference to `BrotliDecoderVersion'
/usr/bin/ld: (.text+0x48e): undefined reference to `BrotliDecoderVersion'
/usr/bin/ld: (.text+0x4c9): undefined reference to `ZSTD_versionNumber'
/usr/bin/ld: (.text+0x4d4): undefined reference to `ZSTD_versionNumber'
/usr/bin/ld: (.text+0x54c): undefined reference to `nghttp2_version'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `myssh_statemach_act':
(.text+0xf5): undefined reference to `ssh_scp_free'
/usr/bin/ld: (.text+0x10e): undefined reference to `ssh_set_blocking'
/usr/bin/ld: (.text+0x12d): undefined reference to `ssh_scp_free'
/usr/bin/ld: (.text+0x144): undefined reference to `ssh_disconnect'
/usr/bin/ld: (.text+0x155): undefined reference to `ssh_string_free_char'
/usr/bin/ld: (.text+0x18a): undefined reference to `ssh_free'
/usr/bin/ld: (.text+0x1a6): undefined reference to `ssh_string_free_char'
/usr/bin/ld: (.text+0x1c2): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0x1d3): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0x1e4): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0x1f5): undefined reference to `ssh_key_free'
/usr/bin/ld: (.text+0x206): undefined reference to `ssh_key_free'
/usr/bin/ld: (.text+0x2a2): undefined reference to `ssh_string_free_char'
/usr/bin/ld: (.text+0x371): undefined reference to `ssh_set_blocking'
/usr/bin/ld: (.text+0x38b): undefined reference to `ssh_connect'
/usr/bin/ld: (.text+0x3fa): undefined reference to `ssh_get_server_publickey'
/usr/bin/ld: (.text+0x434): undefined reference to `ssh_get_publickey_hash'
/usr/bin/ld: (.text+0x489): undefined reference to `ssh_clean_pubkey_hash'
/usr/bin/ld: (.text+0x493): undefined reference to `ssh_key_free'
/usr/bin/ld: (.text+0x4a2): undefined reference to `ssh_knownhosts_entry_free'
/usr/bin/ld: (.text+0x4d2): undefined reference to `ssh_userauth_none'
/usr/bin/ld: (.text+0x4fd): undefined reference to `ssh_userauth_list'
/usr/bin/ld: (.text+0x550): undefined reference to `ssh_scp_init'
/usr/bin/ld: (.text+0x572): undefined reference to `ssh_scp_pull_request'
/usr/bin/ld: (.text+0x587): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x5e8): undefined reference to `ssh_userauth_password'
/usr/bin/ld: (.text+0x62d): undefined reference to `ssh_set_blocking'
/usr/bin/ld: (.text+0x639): undefined reference to `sftp_new'
/usr/bin/ld: (.text+0x651): undefined reference to `sftp_init'
/usr/bin/ld: (.text+0x67a): undefined reference to `sftp_canonicalize_path'
/usr/bin/ld: (.text+0x6ac): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x721): undefined reference to `ssh_scp_close'
/usr/bin/ld: (.text+0x778): undefined reference to `ssh_scp_init'
/usr/bin/ld: (.text+0x79d): undefined reference to `ssh_scp_push_file'
/usr/bin/ld: (.text+0x7b1): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x838): undefined reference to `sftp_fstat'
/usr/bin/ld: (.text+0x8b9): undefined reference to `sftp_seek64'
/usr/bin/ld: (.text+0x935): undefined reference to `sftp_close'
/usr/bin/ld: (.text+0x951): undefined reference to `sftp_open'
/usr/bin/ld: (.text+0x98d): undefined reference to `sftp_close'
/usr/bin/ld: (.text+0x9a9): undefined reference to `sftp_free'
/usr/bin/ld: (.text+0x9c5): undefined reference to `ssh_string_free_char'
/usr/bin/ld: (.text+0xa05): undefined reference to `sftp_close'
/usr/bin/ld: (.text+0xa70): undefined reference to `sftp_closedir'
/usr/bin/ld: (.text+0xabd): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0xad0): undefined reference to `sftp_lstat'
/usr/bin/ld: (.text+0xba5): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0xc4c): undefined reference to `ssh_string_free_char'
/usr/bin/ld: (.text+0xc7d): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0xc90): undefined reference to `sftp_readdir'
/usr/bin/ld: (.text+0xda6): undefined reference to `sftp_mkdir'
/usr/bin/ld: (.text+0xe96): undefined reference to `sftp_setstat'
/usr/bin/ld: (.text+0xeea): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0xf7e): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0xf91): undefined reference to `sftp_stat'
/usr/bin/ld: (.text+0x1280): undefined reference to `sftp_stat'
/usr/bin/ld: (.text+0x1297): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0x12df): undefined reference to `sftp_statvfs'
/usr/bin/ld: (.text+0x132d): undefined reference to `sftp_statvfs_free'
/usr/bin/ld: (.text+0x13af): undefined reference to `sftp_unlink'
/usr/bin/ld: (.text+0x13ef): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x1417): undefined reference to `sftp_rmdir'
/usr/bin/ld: (.text+0x1457): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x1486): undefined reference to `sftp_rename'
/usr/bin/ld: (.text+0x14da): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x1505): undefined reference to `sftp_mkdir'
/usr/bin/ld: (.text+0x1545): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x1576): undefined reference to `sftp_symlink'
/usr/bin/ld: (.text+0x15ca): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x1621): undefined reference to `sftp_close'
/usr/bin/ld: (.text+0x163e): undefined reference to `sftp_open'
/usr/bin/ld: (.text+0x16e6): undefined reference to `sftp_seek64'
/usr/bin/ld: (.text+0x170e): undefined reference to `sftp_get_error'
/usr/bin/ld: (.text+0x1789): undefined reference to `ssh_userauth_publickey'
/usr/bin/ld: (.text+0x1857): undefined reference to `ssh_userauth_kbdint'
/usr/bin/ld: (.text+0x187d): undefined reference to `ssh_userauth_kbdint_getnprompts'
/usr/bin/ld: (.text+0x18a0): undefined reference to `ssh_userauth_kbdint'
/usr/bin/ld: (.text+0x19ac): undefined reference to `ssh_userauth_kbdint'
/usr/bin/ld: (.text+0x19c6): undefined reference to `ssh_userauth_kbdint_getnprompts'
/usr/bin/ld: (.text+0x19e0): undefined reference to `ssh_userauth_kbdint_setanswer'
/usr/bin/ld: (.text+0x1a37): undefined reference to `ssh_string_free_char'
/usr/bin/ld: (.text+0x1b13): undefined reference to `ssh_session_get_known_hosts_entry'
/usr/bin/ld: (.text+0x1b3e): undefined reference to `ssh_pki_export_pubkey_base64'
/usr/bin/ld: (.text+0x1b60): undefined reference to `ssh_scp_request_get_size'
/usr/bin/ld: (.text+0x1be4): undefined reference to `ssh_pki_import_privkey_file'
/usr/bin/ld: (.text+0x1d22): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0x2161): undefined reference to `ssh_set_blocking'
/usr/bin/ld: (.text+0x2192): undefined reference to `ssh_scp_new'
/usr/bin/ld: (.text+0x21c9): undefined reference to `sftp_opendir'
/usr/bin/ld: (.text+0x22ea): undefined reference to `ssh_userauth_gssapi'
/usr/bin/ld: (.text+0x2366): undefined reference to `sftp_get_error'
/usr/bin/ld: (.text+0x23c0): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x248c): undefined reference to `sftp_get_error'
/usr/bin/ld: (.text+0x24bc): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x24e1): undefined reference to `sftp_get_error'
/usr/bin/ld: (.text+0x24ef): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x2580): undefined reference to `ssh_pki_export_pubkey_base64'
/usr/bin/ld: (.text+0x25aa): undefined reference to `ssh_key_type'
/usr/bin/ld: (.text+0x261a): undefined reference to `sftp_dir_eof'
/usr/bin/ld: (.text+0x2641): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x26ea): undefined reference to `sftp_get_error'
/usr/bin/ld: (.text+0x2792): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x27dd): undefined reference to `sftp_readlink'
/usr/bin/ld: (.text+0x2850): undefined reference to `ssh_scp_new'
/usr/bin/ld: (.text+0x287e): undefined reference to `sftp_stat'
/usr/bin/ld: (.text+0x28a3): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0x2941): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x2a3c): undefined reference to `ssh_userauth_publickey_auto'
/usr/bin/ld: (.text+0x2ae0): undefined reference to `ssh_key_type'
/usr/bin/ld: (.text+0x2d9b): undefined reference to `sftp_seek64'
/usr/bin/ld: (.text+0x2ef5): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x2f99): undefined reference to `ssh_userauth_try_publickey'
/usr/bin/ld: (.text+0x313b): undefined reference to `ssh_session_update_known_hosts'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `sftp_send':
(.text+0x36af): undefined reference to `sftp_write'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `scp_send':
(.text+0x3702): undefined reference to `ssh_scp_write'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `scp_recv':
(.text+0x374a): undefined reference to `ssh_scp_read'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `sftp_recv':
(.text+0x38f8): undefined reference to `sftp_async_read'
/usr/bin/ld: (.text+0x393d): undefined reference to `sftp_async_read_begin'
/usr/bin/ld: (.text+0x3978): undefined reference to `ssh_get_poll_flags'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `myssh_multi_statemach':
(.text+0x3a28): undefined reference to `ssh_get_poll_flags'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `myssh_connect':
(.text+0x3ba9): undefined reference to `ssh_new'
/usr/bin/ld: (.text+0x3bca): undefined reference to `ssh_options_set'
/usr/bin/ld: (.text+0x3be0): undefined reference to `ssh_options_parse_config'
/usr/bin/ld: (.text+0x3bfe): undefined reference to `ssh_options_set'
/usr/bin/ld: (.text+0x3c50): undefined reference to `ssh_options_set'
/usr/bin/ld: (.text+0x3c8c): undefined reference to `ssh_options_set'
/usr/bin/ld: (.text+0x3cd9): undefined reference to `ssh_pki_import_pubkey_file'
/usr/bin/ld: (.text+0x3d54): undefined reference to `ssh_options_set'
/usr/bin/ld: (.text+0x3d94): undefined reference to `ssh_options_set'
/usr/bin/ld: (.text+0x3de5): undefined reference to `ssh_options_set'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `scp_doing':
(.text+0x3f28): undefined reference to `ssh_get_poll_flags'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `sftp_doing':
(.text+0x3fd8): undefined reference to `ssh_get_poll_flags'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `Curl_ssh_init':
(.text+0x4019): undefined reference to `ssh_init'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `Curl_ssh_version':
(.text+0x4054): undefined reference to `ssh_version'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `Curl_ssh_cleanup':
(.text+0x4035): undefined reference to `ssh_finalize'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `zstd_close_writer':
(.text+0x9c): undefined reference to `ZSTD_freeDStream'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `zstd_init_writer':
(.text+0xc0): undefined reference to `ZSTD_createDStream'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `brotli_close_writer':
(.text+0x102): undefined reference to `BrotliDecoderDestroyInstance'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `brotli_init_writer':
(.text+0x136): undefined reference to `BrotliDecoderCreateInstance'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `deflate_init_writer':
(.text+0x2ce): undefined reference to `inflateInit_'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `deflate_close_writer':
(.text+0x395): undefined reference to `inflateEnd'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `gzip_close_writer':
(.text+0x425): undefined reference to `inflateEnd'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `exit_zlib':
(.text+0x4bc): undefined reference to `inflateEnd'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `gzip_init_writer':
(.text+0x554): undefined reference to `zlibVersion'
/usr/bin/ld: (.text+0x580): undefined reference to `inflateInit2_'
/usr/bin/ld: (.text+0x5a9): undefined reference to `inflateInit2_'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `zstd_unencode_write':
(.text+0x81e): undefined reference to `ZSTD_decompressStream'
/usr/bin/ld: (.text+0x826): undefined reference to `ZSTD_isError'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `brotli_unencode_write':
(.text+0x982): undefined reference to `BrotliDecoderDecompressStream'
/usr/bin/ld: (.text+0x9b2): undefined reference to `BrotliDecoderDestroyInstance'
/usr/bin/ld: (.text+0xa05): undefined reference to `BrotliDecoderGetErrorCode'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `inflate_stream':
(.text+0xae2): undefined reference to `inflate'
/usr/bin/ld: (.text+0xc44): undefined reference to `inflateEnd'
/usr/bin/ld: (.text+0xc5d): undefined reference to `inflateInit2_'
/usr/bin/ld: (.text+0xd15): undefined reference to `inflateEnd'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `gzip_unencode_write':
(.text+0x105f): undefined reference to `inflateEnd'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cookie.o): in function `Curl_cookie_add':
(.text+0xf01): undefined reference to `psl_is_cookie_domain_acceptable'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_gssapi.o): in function `display_gss_error':
(.text+0x57): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x7e): undefined reference to `gss_display_status'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_gssapi.o): in function `Curl_gss_init_sec_context':
(.text+0x14c): undefined reference to `gss_init_sec_context'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_disconnect':
(.text+0x30): undefined reference to `RTMP_Close'
/usr/bin/ld: (.text+0x38): undefined reference to `RTMP_Free'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_connect':
(.text+0xde): undefined reference to `RTMP_Connect1'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_send':
(.text+0x17d): undefined reference to `RTMP_Write'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_recv':
(.text+0x1d3): undefined reference to `RTMP_Read'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_do':
(.text+0x25e): undefined reference to `RTMP_ConnectStream'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_setup_connection':
(.text+0x2df): undefined reference to `RTMP_Alloc'
/usr/bin/ld: (.text+0x2ef): undefined reference to `RTMP_Init'
/usr/bin/ld: (.text+0x2fc): undefined reference to `RTMP_SetBufferMS'
/usr/bin/ld: (.text+0x30b): undefined reference to `RTMP_SetupURL'
/usr/bin/ld: (.text+0x33c): undefined reference to `RTMP_Free'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_decode':
(.text+0x6e): undefined reference to `gss_unwrap'
/usr/bin/ld: (.text+0x9d): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_encode':
(.text+0x129): undefined reference to `gss_wrap'
/usr/bin/ld: (.text+0x16f): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_auth':
(.text+0x434): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE'
/usr/bin/ld: (.text+0x444): undefined reference to `gss_import_name'
/usr/bin/ld: (.text+0x465): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x506): undefined reference to `gss_display_name'
/usr/bin/ld: (.text+0x536): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x5a9): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x601): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x60c): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x733): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x78c): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x797): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x868): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x873): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x8c8): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x8d3): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x8e8): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x8f3): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_end':
(.text+0xa69): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `MD5_Init':
(.text+0x49): undefined reference to `nettle_md5_init'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `Curl_md5it':
(.text+0x8f): undefined reference to `nettle_md5_init'
/usr/bin/ld: (.text+0xa4): undefined reference to `nettle_md5_update'
/usr/bin/ld: (.text+0xb4): undefined reference to `nettle_md5_digest'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `MD5_Final':
(.text+0x10): undefined reference to `nettle_md5_digest'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `MD5_Update':
(.text+0x2d): undefined reference to `nettle_md5_update'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_disconnect':
(.text+0x77): undefined reference to `ldap_get_option'
/usr/bin/ld: (.text+0x8f): undefined reference to `ber_sockbuf_add_io'
/usr/bin/ld: (.text+0x9c): undefined reference to `ldap_unbind_ext'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_recv':
(.text+0x37e): undefined reference to `ldap_result'
/usr/bin/ld: (.text+0x3a3): undefined reference to `ldap_msgtype'
/usr/bin/ld: (.text+0x3be): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x41b): undefined reference to `ldap_parse_result'
/usr/bin/ld: (.text+0x458): undefined reference to `ldap_err2string'
/usr/bin/ld: (.text+0x48e): undefined reference to `ldap_memfree'
/usr/bin/ld: (.text+0x498): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x4c7): undefined reference to `ldap_get_dn_ber'
/usr/bin/ld: (.text+0x4dc): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x4f1): undefined reference to `ldap_err2string'
/usr/bin/ld: (.text+0x550): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x5aa): undefined reference to `ldap_err2string'
/usr/bin/ld: (.text+0x5c8): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x600): undefined reference to `ldap_get_attribute_ber'
/usr/bin/ld: (.text+0x834): undefined reference to `ber_memfree'
/usr/bin/ld: (.text+0x87e): undefined reference to `ldap_get_attribute_ber'
/usr/bin/ld: (.text+0x897): undefined reference to `ber_free'
/usr/bin/ld: (.text+0x8c9): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x90d): undefined reference to `ber_free'
/usr/bin/ld: (.text+0x92b): undefined reference to `ber_memfree'
/usr/bin/ld: (.text+0x94d): undefined reference to `ldap_msgfree'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_ssl_connect':
(.text+0x9fe): undefined reference to `ldap_get_option'
/usr/bin/ld: (.text+0xa17): undefined reference to `ber_sockbuf_add_io'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_perform_bind':
(.text+0xac2): undefined reference to `ldap_sasl_bind'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_connecting':
(.text+0xc09): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0xcb1): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0xcf8): undefined reference to `ldap_result'
/usr/bin/ld: (.text+0xd28): undefined reference to `ldap_parse_result'
/usr/bin/ld: (.text+0xdf9): undefined reference to `ldap_err2string'
/usr/bin/ld: (.text+0xefe): undefined reference to `ldap_parse_sasl_bind_result'
/usr/bin/ld: (.text+0xf31): undefined reference to `ber_bvfree'
/usr/bin/ld: (.text+0xfbb): undefined reference to `ldap_err2string'
/usr/bin/ld: (.text+0x1031): undefined reference to `ldap_set_option'
/usr/bin/ld: (.text+0x103b): undefined reference to `ldap_msgfree'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_connect':
(.text+0x10e4): undefined reference to `ldap_init_fd'
/usr/bin/ld: (.text+0x110d): undefined reference to `ldap_set_option'
/usr/bin/ld: (.text+0x111d): undefined reference to `ldap_set_option'
/usr/bin/ld: (.text+0x115a): undefined reference to `ldap_start_tls'
/usr/bin/ld: (.text+0x1243): undefined reference to `ldap_err2string'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_done':
(.text+0x12e3): undefined reference to `ldap_abandon_ext'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_url_parse':
(.text+0x1357): undefined reference to `ldap_url_parse'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_do':
(.text+0x145e): undefined reference to `ldap_search_ext'
/usr/bin/ld: (.text+0x146f): undefined reference to `ldap_free_urldesc'
/usr/bin/ld: (.text+0x14ca): undefined reference to `ldap_err2string'
/usr/bin/ld: (.text+0x1503): undefined reference to `ldap_abandon_ext'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_setup_connection':
(.text+0x1554): undefined reference to `ldap_free_urldesc'
/usr/bin/ld: (.text+0x1580): undefined reference to `ldap_pvt_url_scheme2proto'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../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/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-sha256.o): in function `Curl_sha256it':
(.text+0x92): undefined reference to `nettle_sha256_init'
/usr/bin/ld: (.text+0xa7): undefined reference to `nettle_sha256_update'
/usr/bin/ld: (.text+0xb7): undefined reference to `nettle_sha256_digest'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../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/11/../../../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/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-spnego_gssapi.o): in function `Curl_auth_create_spnego_message':
(.text+0x90): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xba): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-spnego_gssapi.o): in function `Curl_auth_cleanup_spnego':
(.text+0x10f): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0x12c): 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/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-spnego_gssapi.o): in function `Curl_auth_decode_spnego_message':
(.text+0x2c8): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x35f): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x381): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x3e3): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE'
/usr/bin/ld: (.text+0x3f0): undefined reference to `gss_import_name'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_sha256sum':
(.text+0x153): undefined reference to `nettle_sha256_init'
/usr/bin/ld: (.text+0x161): undefined reference to `nettle_sha256_update'
/usr/bin/ld: (.text+0x16e): undefined reference to `nettle_sha256_digest'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_send':
(.text+0x1db): undefined reference to `gnutls_record_send'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_version':
(.text+0x234): undefined reference to `gnutls_check_version'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_shutdown':
(.text+0x315): undefined reference to `gnutls_deinit'
/usr/bin/ld: (.text+0x31e): undefined reference to `gnutls_certificate_free_credentials'
/usr/bin/ld: (.text+0x384): undefined reference to `gnutls_record_recv'
/usr/bin/ld: (.text+0x40b): undefined reference to `gnutls_srp_free_client_credentials'
/usr/bin/ld: (.text+0x461): undefined reference to `gnutls_bye'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `handshake':
(.text+0x522): undefined reference to `gnutls_handshake'
/usr/bin/ld: (.text+0x542): undefined reference to `gnutls_error_is_fatal'
/usr/bin/ld: (.text+0x560): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x5ea): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x614): undefined reference to `gnutls_record_get_direction'
/usr/bin/ld: (.text+0x638): undefined reference to `gnutls_alert_get'
/usr/bin/ld: (.text+0x63f): undefined reference to `gnutls_alert_get_name'
/usr/bin/ld: (.text+0x660): undefined reference to `gnutls_alert_get'
/usr/bin/ld: (.text+0x667): undefined reference to `gnutls_alert_get_name'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_recv':
(.text+0x704): undefined reference to `gnutls_record_recv'
/usr/bin/ld: (.text+0x745): undefined reference to `gnutls_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_random':
(.text+0x7ae): undefined reference to `gnutls_rnd'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_data_pending':
(.text+0x7f6): undefined reference to `gnutls_record_check_pending'
/usr/bin/ld: (.text+0x816): undefined reference to `gnutls_record_check_pending'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_cleanup':
(.text+0x845): undefined reference to `gnutls_global_deinit'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_init':
(.text+0x87d): undefined reference to `gnutls_global_init'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `close_one.isra.0':
(.text+0x8c9): undefined reference to `gnutls_record_recv'
/usr/bin/ld: (.text+0x8d6): undefined reference to `gnutls_bye'
/usr/bin/ld: (.text+0x8de): undefined reference to `gnutls_deinit'
/usr/bin/ld: (.text+0x8f3): undefined reference to `gnutls_certificate_free_credentials'
/usr/bin/ld: (.text+0x909): undefined reference to `gnutls_srp_free_client_credentials'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `Curl_gtls_verifyserver':
(.text+0x9dd): undefined reference to `gnutls_protocol_get_version'
/usr/bin/ld: (.text+0xa09): undefined reference to `gnutls_mac_get'
/usr/bin/ld: (.text+0xa14): undefined reference to `gnutls_cipher_get'
/usr/bin/ld: (.text+0xa1f): undefined reference to `gnutls_kx_get'
/usr/bin/ld: (.text+0xa2c): undefined reference to `gnutls_cipher_suite_get_name'
/usr/bin/ld: (.text+0xa37): undefined reference to `gnutls_protocol_get_name'
/usr/bin/ld: (.text+0xa5b): undefined reference to `gnutls_certificate_get_peers'
/usr/bin/ld: (.text+0xadb): undefined reference to `gnutls_ocsp_status_request_get'
/usr/bin/ld: (.text+0xaf6): undefined reference to `gnutls_ocsp_resp_init'
/usr/bin/ld: (.text+0xb03): undefined reference to `gnutls_ocsp_resp_import'
/usr/bin/ld: (.text+0xb3d): undefined reference to `gnutls_ocsp_resp_get_single'
/usr/bin/ld: (.text+0xb89): undefined reference to `gnutls_certificate_verify_peers2'
/usr/bin/ld: (.text+0xd5b): undefined reference to `gnutls_cipher_get'
/usr/bin/ld: (.text+0xda1): undefined reference to `gnutls_x509_crt_init'
/usr/bin/ld: (.text+0xdb5): undefined reference to `gnutls_x509_crt_import'
/usr/bin/ld: (.text+0xdfe): undefined reference to `gnutls_x509_crt_get_dn_by_oid'
/usr/bin/ld: (.text+0xe15): undefined reference to `gnutls_x509_crt_check_hostname'
/usr/bin/ld: (.text+0xe5c): undefined reference to `gnutls_x509_crt_get_expiration_time'
/usr/bin/ld: (.text+0xea3): undefined reference to `gnutls_x509_crt_get_activation_time'
/usr/bin/ld: (.text+0xf37): undefined reference to `gnutls_pubkey_init'
/usr/bin/ld: (.text+0xf49): undefined reference to `gnutls_pubkey_import_x509'
/usr/bin/ld: (.text+0xf70): undefined reference to `gnutls_pubkey_deinit'
/usr/bin/ld: (.text+0xf9c): undefined reference to `gnutls_x509_crt_get_pk_algorithm'
/usr/bin/ld: (.text+0xfa3): undefined reference to `gnutls_pk_algorithm_get_name'
/usr/bin/ld: (.text+0xfc1): undefined reference to `gnutls_x509_crt_get_version'
/usr/bin/ld: (.text+0xfe1): undefined reference to `gnutls_x509_crt_get_dn2'
/usr/bin/ld: (.text+0x1007): undefined reference to `gnutls_x509_crt_get_issuer_dn2'
/usr/bin/ld: (.text+0x102a): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: (.text+0x1093): undefined reference to `gnutls_session_get_data'
/usr/bin/ld: (.text+0x10c0): undefined reference to `gnutls_session_get_data'
/usr/bin/ld: (.text+0x11c2): undefined reference to `gnutls_x509_crt_init'
/usr/bin/ld: (.text+0x144d): undefined reference to `gnutls_x509_crt_import'
/usr/bin/ld: (.text+0x145c): undefined reference to `gnutls_x509_crt_check_issuer'
/usr/bin/ld: (.text+0x1469): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: (.text+0x14d7): undefined reference to `gnutls_ocsp_resp_deinit'
/usr/bin/ld: (.text+0x15a3): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x15f9): undefined reference to `gnutls_free'
/usr/bin/ld: (.text+0x162c): undefined reference to `gnutls_x509_crt_get_activation_time'
/usr/bin/ld: (.text+0x1648): undefined reference to `gnutls_x509_crt_get_expiration_time'
/usr/bin/ld: (.text+0x1661): undefined reference to `gnutls_free'
/usr/bin/ld: (.text+0x16ec): undefined reference to `gnutls_alpn_get_selected_protocol'
/usr/bin/ld: (.text+0x19c7): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: (.text+0x1a02): undefined reference to `gnutls_pubkey_export'
/usr/bin/ld: (.text+0x1a4f): undefined reference to `gnutls_pubkey_export'
/usr/bin/ld: (.text+0x1aec): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: (.text+0x1b37): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: (.text+0x1b5d): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: (.text+0x1c04): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: (.text+0x1c5c): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o):(.text+0x1c8c): more undefined references to `gnutls_x509_crt_deinit' follow
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_connect_common':
(.text+0x1e84): undefined reference to `gnutls_certificate_allocate_credentials'
/usr/bin/ld: (.text+0x1ec4): undefined reference to `gnutls_srp_allocate_client_credentials'
/usr/bin/ld: (.text+0x1ef1): undefined reference to `gnutls_srp_set_client_credentials'
/usr/bin/ld: (.text+0x1f44): undefined reference to `gnutls_certificate_set_x509_trust_dir'
/usr/bin/ld: (.text+0x1fa2): undefined reference to `gnutls_certificate_set_x509_crl_file'
/usr/bin/ld: (.text+0x1fdf): undefined reference to `gnutls_init'
/usr/bin/ld: (.text+0x2024): undefined reference to `gnutls_set_default_priority'
/usr/bin/ld: (.text+0x2069): undefined reference to `gnutls_check_version'
/usr/bin/ld: (.text+0x21b0): undefined reference to `gnutls_priority_set_direct'
/usr/bin/ld: (.text+0x229b): undefined reference to `gnutls_alpn_set_protocols'
/usr/bin/ld: (.text+0x2355): undefined reference to `gnutls_certificate_set_x509_key_file2'
/usr/bin/ld: (.text+0x238d): undefined reference to `gnutls_credentials_set'
/usr/bin/ld: (.text+0x23d1): undefined reference to `gnutls_transport_set_ptr'
/usr/bin/ld: (.text+0x23e0): undefined reference to `gnutls_transport_set_push_function'
/usr/bin/ld: (.text+0x23ed): undefined reference to `gnutls_transport_set_pull_function'
/usr/bin/ld: (.text+0x2661): undefined reference to `gnutls_global_init'
/usr/bin/ld: (.text+0x26f8): undefined reference to `gnutls_certificate_set_verify_flags'
/usr/bin/ld: (.text+0x271b): undefined reference to `gnutls_certificate_set_x509_trust_file'
/usr/bin/ld: (.text+0x2829): undefined reference to `gnutls_server_name_set'
/usr/bin/ld: (.text+0x2887): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x2bc1): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x2be7): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x2cfb): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x2da4): undefined reference to `gnutls_credentials_set'
/usr/bin/ld: (.text+0x2db9): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x2df8): undefined reference to `gnutls_priority_set_direct'
/usr/bin/ld: (.text+0x2e69): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x2f37): undefined reference to `gnutls_certificate_set_x509_key_file'
/usr/bin/ld: (.text+0x2f69): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x3004): undefined reference to `gnutls_ocsp_status_request_enable_client'
/usr/bin/ld: (.text+0x31b2): undefined reference to `gnutls_session_set_data'
/usr/bin/ld: (.text+0x32ed): undefined reference to `gnutls_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_pull_ssl':
(.text+0x1a5): undefined reference to `gnutls_record_recv'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_push_ssl':
(.text+0x215): undefined reference to `gnutls_record_send'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_ntlm_core.o): in function `setup_des_key':
(.text+0xad): undefined reference to `nettle_des_set_key'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_ntlm_core.o): in function `Curl_ntlm_core_lm_resp':
(.text+0x117): undefined reference to `nettle_des_encrypt'
/usr/bin/ld: (.text+0x137): undefined reference to `nettle_des_encrypt'
/usr/bin/ld: (.text+0x157): undefined reference to `nettle_des_encrypt'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_ntlm_core.o): in function `Curl_ntlm_core_mk_lm_hash':
(.text+0x23f): undefined reference to `nettle_des_encrypt'
/usr/bin/ld: (.text+0x263): undefined reference to `nettle_des_encrypt'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md4.o): in function `Curl_md4it':
(.text+0x2f): undefined reference to `nettle_md4_init'
/usr/bin/ld: (.text+0x44): undefined reference to `nettle_md4_update'
/usr/bin/ld: (.text+0x54): undefined reference to `nettle_md4_digest'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5_gssapi.o): in function `Curl_auth_create_gssapi_user_message':
(.text+0x179): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x1d8): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE'
/usr/bin/ld: (.text+0x1e5): undefined reference to `gss_import_name'
/usr/bin/ld: (.text+0x21c): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5_gssapi.o): in function `Curl_auth_create_gssapi_security_message':
(.text+0x345): undefined reference to `gss_unwrap'
/usr/bin/ld: (.text+0x382): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x410): undefined reference to `gss_wrap'
/usr/bin/ld: (.text+0x441): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5_gssapi.o): in function `Curl_auth_cleanup_gssapi':
(.text+0x5ad): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0x5c9): 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:51.50: Job failed: Failed: Build failed