(for PR #28222)

2025-07-22 12:24.53: New job: test google-drive-ocamlfuse.0.7.32 with lwt.6.0.0~alpha01, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28222/head (381d421c95f23c7e41d7bd80fe4ee0fa7b4fca2f)
                              on debian-12-ocaml-5.3/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28222/head" && git reset --hard 381d421c
git fetch origin master
git merge --no-edit 14fd69dba01fe02a6cbf63a81a67897e0f52cbfc
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:00533ee2614e93a96a33cf49af1f7f0987406c7bfeaa9da6abd0e58177750397
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn lwt.6.0.0~alpha01 6.0.0~alpha01
RUN opam reinstall lwt.6.0.0~alpha01; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'lwt.6.0.0~alpha01' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam reinstall google-drive-ocamlfuse.0.7.32; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'google-drive-ocamlfuse.0.7.32' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test google-drive-ocamlfuse.0.7.32) || true
RUN opam reinstall --with-test --verbose google-drive-ocamlfuse.0.7.32; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'google-drive-ocamlfuse.0.7.32' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2025-07-22 12:24.53: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:00533ee2614e93a96a33cf49af1f7f0987406c7bfeaa9da6abd0e58177750397-lwt.6.0.0~alpha01-google-drive-ocamlfuse.0.7.32-381d421c95f23c7e41d7bd80fe4ee0fa7b4fca2f"
2025-07-22 12:24.53: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:00533ee2614e93a96a33cf49af1f7f0987406c7bfeaa9da6abd0e58177750397)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn lwt.6.0.0~alpha01 6.0.0~alpha01"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall lwt.6.0.0~alpha01;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'lwt.6.0.0~alpha01' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall google-drive-ocamlfuse.0.7.32;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'google-drive-ocamlfuse.0.7.32' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test google-drive-ocamlfuse.0.7.32) || true"))
 (run (shell  "opam reinstall --with-test --verbose google-drive-ocamlfuse.0.7.32;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'google-drive-ocamlfuse.0.7.32' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-07-22 12:24.53: Waiting for resource in pool OCluster
2025-07-22 14:22.35: Waiting for worker…
2025-07-22 14:23.51: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
Updating files:  60% (10819/17879)
Updating files:  61% (10907/17879)
Updating files:  62% (11085/17879)
Updating files:  63% (11264/17879)
Updating files:  64% (11443/17879)
Updating files:  65% (11622/17879)
Updating files:  66% (11801/17879)
Updating files:  67% (11979/17879)
Updating files:  68% (12158/17879)
Updating files:  69% (12337/17879)
Updating files:  70% (12516/17879)
Updating files:  71% (12695/17879)
Updating files:  72% (12873/17879)
Updating files:  73% (13052/17879)
Updating files:  74% (13231/17879)
Updating files:  75% (13410/17879)
Updating files:  76% (13589/17879)
Updating files:  77% (13767/17879)
Updating files:  78% (13946/17879)
Updating files:  79% (14125/17879)
Updating files:  80% (14304/17879)
Updating files:  81% (14482/17879)
Updating files:  82% (14661/17879)
Updating files:  83% (14840/17879)
Updating files:  84% (15019/17879)
Updating files:  85% (15198/17879)
Updating files:  86% (15376/17879)
Updating files:  87% (15555/17879)
Updating files:  88% (15734/17879)
Updating files:  89% (15913/17879)
Updating files:  90% (16092/17879)
Updating files:  91% (16270/17879)
Updating files:  92% (16449/17879)
Updating files:  93% (16628/17879)
Updating files:  94% (16807/17879)
Updating files:  95% (16986/17879)
Updating files:  96% (17164/17879)
Updating files:  97% (17343/17879)
Updating files:  98% (17522/17879)
Updating files:  99% (17701/17879)
Updating files: 100% (17879/17879)
Updating files: 100% (17879/17879), done.
HEAD is now at 14fd69dba0 Merge pull request #28217 from sim642/opam-state-2.4-upper-bounds
Updating 14fd69dba0..381d421c95
Fast-forward
 packages/lwt/lwt.6.0.0~alpha01/opam               | 69 +++++++++++++++++++++++
 packages/lwt_direct/lwt_direct.6.0.0~alpha01/opam | 44 +++++++++++++++
 packages/lwt_log/lwt_log.1.1.0/opam               |  2 +-
 packages/lwt_log/lwt_log.1.1.1/opam               |  2 +-
 packages/lwt_log/lwt_log.1.1.2/opam               |  2 +-
 5 files changed, 116 insertions(+), 3 deletions(-)
 create mode 100644 packages/lwt/lwt.6.0.0~alpha01/opam
 create mode 100644 packages/lwt_direct/lwt_direct.6.0.0~alpha01/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:00533ee2614e93a96a33cf49af1f7f0987406c7bfeaa9da6abd0e58177750397)
2025-07-22 14:25.37 ---> using "22fbe9ba6647f53a1cc54c272b23108972d022bec1dc3ebca328ef84c9636c6b" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-22 14:25.37 ---> using "2af28ae9ad3f6992ecf9fe6910a6a7b56d81013220d5bc09ea67865f5f6ccf38" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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 development 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
2025-07-22 14:25.37 ---> using "22fd4e6d4a1f3ce2f3f42ea967b1e39bb5a5417271be4bcd7c61e37ca709c8b3" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=12
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.3
# invariant            ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-07-22 14:25.37 ---> using "f73a7b2b7cfbdf4abc366213142836a896e20ef78a30b0184a2e6ccb5f99b55b" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2025-07-22 14:25.37 ---> using "e72e0dff7abcb48516d00687edbff92432f8a7997ed71756fdd77840819b7d42" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-07-22 14:25.39 ---> using "289fe132b97c33fa285230d2d89ffec5f7a718eaf511fb262a06d91aa4dab236" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-07-22 14:25.39 ---> using "320159ef33e62b11bc123e894697f80b9d3b6689027202bdcea72d572fa847e2" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Fetched 103 kB in 0s (332 kB/s)
- Reading package lists...
- 
2025-07-22 14:25.39 ---> using "7e222aab56b47ba5ffb23b952a8d4f648a85735a6ebe857d358e92a931a1f027" from cache

/home/opam: (run (shell "opam pin add -k version -yn lwt.6.0.0~alpha01 6.0.0~alpha01"))
lwt is now pinned to version 6.0.0~alpha01
2025-07-22 14:25.39 ---> using "f941c93c64cccd0e4e5253a175bc14fc1dd766290fd62eacac1dcb51ffcb55d5" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall lwt.6.0.0~alpha01;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'lwt.6.0.0~alpha01' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
lwt.6.0.0~alpha01 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 9 packages
  - install base-bytes        base                   [required by ocplib-endian]
  - install cppo              1.8.0                  [required by lwt]
  - install csexp             1.5.2                  [required by dune-configurator]
  - install domain_shims      0.1.0                  [required by lwt]
  - install dune              3.19.1                 [required by lwt]
  - install dune-configurator 3.19.1                 [required by lwt]
  - install lwt               6.0.0~alpha01 (pinned)
  - install ocamlfind         1.9.8                  [required by base-bytes]
  - install ocplib-endian     1.2                    [required by lwt]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved lwt.6.0.0~alpha01  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.19.1
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.19.1
-> installed lwt.6.0.0~alpha01
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-22 14:25.39 ---> using "74e07d5f049c920e91435f253377cb9bb93714e700e15690032455fbb49108e1" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall google-drive-ocamlfuse.0.7.32;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'google-drive-ocamlfuse.0.7.32' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
google-drive-ocamlfuse.0.7.32 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 25 packages
  - install camlidl                1.13        [required by google-drive-ocamlfuse]
  - install camlp-streams          5.0.1       [required by gapi-ocaml]
  - install conf-gmp               5           [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec      4           [required by cryptokit]
  - install conf-libcurl           2           [required by ocurl]
  - install conf-libfuse           1           [required by ocamlfuse]
  - install conf-pkg-config        4           [required by conf-libfuse, conf-zlib, zarith, conf-sqlite3]
  - install conf-sqlite3           1           [required by sqlite3]
  - install conf-zlib              1           [required by cryptokit]
  - install cryptokit              1.20        [required by google-drive-ocamlfuse]
  - install extlib                 1.8.0       [required by google-drive-ocamlfuse]
  - install gapi-ocaml             0.4.6       [required by google-drive-ocamlfuse]
  - install google-drive-ocamlfuse 0.7.32
  - install hmap                   0.8.1       [required by tiny_httpd]
  - install iostream               0.3         [required by tiny_httpd]
  - install ocamlbuild             0.16.1      [required by hmap]
  - install ocamlfuse              2.7.1-cvs13 [required by google-drive-ocamlfuse]
  - install ocurl                  0.9.2       [required by gapi-ocaml]
  - install result                 1.5         [required by tiny_httpd]
  - install seq                    base        [required by tiny_httpd]
  - install sqlite3                5.3.1       [required by google-drive-ocamlfuse]
  - install tiny_httpd             0.19        [required by google-drive-ocamlfuse]
  - install topkg                  1.0.8       [required by hmap]
  - install yojson                 3.0.0       [required by gapi-ocaml]
  - install zarith                 1.14        [required by cryptokit]

The following system packages will first need to be installed:
    libcurl4-gnutls-dev libfuse-dev libgmp-dev libsqlite3-dev pkg-config zlib1g-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev" "libfuse-dev" "libgmp-dev" "libsqlite3-dev" "pkg-config" "zlib1g-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 ... 18778 files and directories currently installed.)
- Preparing to unpack .../00-libcurl4-gnutls-dev_7.88.1-10+deb12u12_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u12) ...
- Selecting previously unselected package libfuse2:amd64.
- Preparing to unpack .../01-libfuse2_2.9.9-6+b1_amd64.deb ...
- Unpacking libfuse2:amd64 (2.9.9-6+b1) ...
- Selecting previously unselected package libsepol-dev:amd64.
- Preparing to unpack .../02-libsepol-dev_3.4-2.1_amd64.deb ...
- Unpacking libsepol-dev:amd64 (3.4-2.1) ...
- Selecting previously unselected package libpcre2-16-0:amd64.
- Preparing to unpack .../03-libpcre2-16-0_10.42-1_amd64.deb ...
- Unpacking libpcre2-16-0:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../04-libpcre2-32-0_10.42-1_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-posix3:amd64.
- Preparing to unpack .../05-libpcre2-posix3_10.42-1_amd64.deb ...
- Unpacking libpcre2-posix3:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-dev:amd64.
- Preparing to unpack .../06-libpcre2-dev_10.42-1_amd64.deb ...
- Unpacking libpcre2-dev:amd64 (10.42-1) ...
- Selecting previously unselected package libselinux1-dev:amd64.
- Preparing to unpack .../07-libselinux1-dev_3.4-1+b6_amd64.deb ...
- Unpacking libselinux1-dev:amd64 (3.4-1+b6) ...
- Selecting previously unselected package libfuse-dev:amd64.
- Preparing to unpack .../08-libfuse-dev_2.9.9-6+b1_amd64.deb ...
- Unpacking libfuse-dev:amd64 (2.9.9-6+b1) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../09-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../10-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../11-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libsqlite3-dev:amd64.
- Preparing to unpack .../12-libsqlite3-dev_3.40.1-2+deb12u1_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.40.1-2+deb12u1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../13-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../14-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../15-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../16-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libfuse2:amd64 (2.9.9-6+b1) ...
- Setting up libcurl4-gnutls-dev:amd64 (7.88.1-10+deb12u12) ...
- Setting up libpcre2-16-0:amd64 (10.42-1) ...
- Setting up libpcre2-32-0:amd64 (10.42-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libsqlite3-dev:amd64 (3.40.1-2+deb12u1) ...
- Setting up libsepol-dev:amd64 (3.4-2.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libpcre2-posix3:amd64 (10.42-1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libpcre2-dev:amd64 (10.42-1) ...
- Setting up libselinux1-dev:amd64 (3.4-1+b6) ...
- Setting up libfuse-dev:amd64 (2.9.9-6+b1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlidl.1.13  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved cryptokit.1.20  (cached)
-> retrieved extlib.1.8.0  (cached)
-> installed conf-gmp.5
-> installed conf-libcurl.2
-> installed conf-pkg-config.4
-> retrieved gapi-ocaml.0.4.6  (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-libfuse.1
-> installed conf-sqlite3.1
-> installed conf-zlib.1
-> retrieved google-drive-ocamlfuse.0.7.32  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved iostream.0.3  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfuse.2.7.1-cvs13  (cached)
-> retrieved ocurl.0.9.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sqlite3.5.3.1  (cached)
-> retrieved tiny_httpd.0.19  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed camlp-streams.5.0.1
-> retrieved zarith.1.14  (cached)
-> installed result.1.5
-> installed iostream.0.3
-> installed extlib.1.8.0
-> installed sqlite3.5.3.1
-> installed camlidl.1.13
-> installed yojson.3.0.0
-> installed ocamlfuse.2.7.1-cvs13
-> installed zarith.1.14
-> installed ocamlbuild.0.16.1
-> installed cryptokit.1.20
-> installed topkg.1.0.8
-> installed hmap.0.8.1
-> installed tiny_httpd.0.19
[ERROR] The compilation of ocurl.0.9.2 failed at "make".

#=== ERROR while compiling ocurl.0.9.2 ========================================#
# context              2.3.0 | linux/x86_64 | ocaml-base-compiler.5.3.0 | file:///home/opam/opam-repository
# path                 ~/.opam/5.3/.opam-switch/build/ocurl.0.9.2
# command              ~/.opam/opam-init/hooks/sandbox.sh build make
# exit-code            2
# env-file             ~/.opam/log/ocurl-7-b46f41.env
# output-file          ~/.opam/log/ocurl-7-b46f41.out
### output ###
# make[1]: Entering directory '/home/opam/.opam/5.3/.opam-switch/build/ocurl.0.9.2'
# make[1]: Leaving directory '/home/opam/.opam/5.3/.opam-switch/build/ocurl.0.9.2'
# make[1]: Entering directory '/home/opam/.opam/5.3/.opam-switch/build/ocurl.0.9.2'
# ocamlc.opt -c -g -bin-annot curl.mli -o curl.cmi
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# ocamlc.opt -c -g -bin-annot curl.ml -o curl.cmo
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# ocamlc.opt -c -ccopt "-g -O2 -I/usr/include/x86_64-linux-gnu  -DHAVE_CONFIG_H -Wall -Wundef" curl-helper.c
# curl-helper.c: In function 'removeConnection':
# curl-helper.c:727:9: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations]
#   727 |         curl_formfree(connection->httpPostFirst);
#       |         ^~~~~~~~~~~~~
# In file included from curl-helper.c:23:
# /usr/include/x86_64-linux-gnu/curl/curl.h:2611:1: note: declared here
#  2611 | curl_formfree(struct curl_httppost *form);
#       | ^~~~~~~~~~~~~
# curl-helper.c: At top level:
# curl-helper.c:1316:3: warning: 'CURLSSLBACKEND_MESALINK' is deprecated: since 7.82.0.  [-Wdeprecated-declarations]
#  1316 |   CURLSSLBACKEND_MESALINK,
#       |   ^~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:170:3: note: declared here
#   170 |   CURLSSLBACKEND_MESALINK               CURL_DEPRECATED(7.82.0, "") = 12,
#       |   ^~~~~~~~~~~~~~~~~~~~~~~
# In file included from curl-helper.c:26:
# curl-helper.c: In function 'handle_PROGRESSFUNCTION':
# /home/opam/.opam/5.3/lib/ocaml/caml/memory.h:305:10: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
#   305 |   struct caml__roots_block caml__roots_##x; \
#       |          ^~~~~~~~~~~~~~~~~
# /home/opam/.opam/5.3/lib/ocaml/caml/memory.h:282:3: note: in expansion of macro 'CAMLxparam1'
#   282 |   CAMLxparam1 (x)
#       |   ^~~~~~~~~~~
# curl-helper.c:1549:5: note: in expansion of macro 'CAMLparam1'
#  1549 |     CAMLparam1(option); \
#       |     ^~~~~~~~~~
# curl-helper.c:1559:31: note: in expansion of macro 'SETOPT_FUNCTION_'
#  1559 | #define SETOPT_FUNCTION(name) SETOPT_FUNCTION_(name,FUNCTION)
#       |                               ^~~~~~~~~~~~~~~~
# curl-helper.c:1567:1: note: in expansion of macro 'SETOPT_FUNCTION'
#  1567 | SETOPT_FUNCTION( PROGRESS)
#       | ^~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:1295:3: note: declared here
#  1295 |   CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c: In function 'handle_IOCTLFUNCTION':
# /home/opam/.opam/5.3/lib/ocaml/caml/memory.h:305:10: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations]
#   305 |   struct caml__roots_block caml__roots_##x; \
#       |          ^~~~~~~~~~~~~~~~~
# /home/opam/.opam/5.3/lib/ocaml/caml/memory.h:282:3: note: in expansion of macro 'CAMLxparam1'
#   282 |   CAMLxparam1 (x)
#       |   ^~~~~~~~~~~
# curl-helper.c:1549:5: note: in expansion of macro 'CAMLparam1'
#  1549 |     CAMLparam1(option); \
#       |     ^~~~~~~~~~
# curl-helper.c:1559:31: note: in expansion of macro 'SETOPT_FUNCTION_'
#  1559 | #define SETOPT_FUNCTION(name) SETOPT_FUNCTION_(name,FUNCTION)
#       |                               ^~~~~~~~~~~~~~~~
# curl-helper.c:1577:1: note: in expansion of macro 'SETOPT_FUNCTION'
#  1577 | SETOPT_FUNCTION( IOCTL)
#       | ^~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:1580:3: note: declared here
#  1580 |   CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130,
#       |   ^~~~~~~~~~~~~~~~~
# /home/opam/.opam/5.3/lib/ocaml/caml/memory.h:305:10: warning: 'CURLOPT_IOCTLDATA' is deprecated: since 7.18.0. Use CURLOPT_SEEKDATA [-Wdeprecated-declarations]
#   305 |   struct caml__roots_block caml__roots_##x; \
#       |          ^~~~~~~~~~~~~~~~~
# /home/opam/.opam/5.3/lib/ocaml/caml/memory.h:282:3: note: in expansion of macro 'CAMLxparam1'
#   282 |   CAMLxparam1 (x)
#       |   ^~~~~~~~~~~
# curl-helper.c:1549:5: note: in expansion of macro 'CAMLparam1'
#  1549 |     CAMLparam1(option); \
#       |     ^~~~~~~~~~
# curl-helper.c:1559:31: note: in expansion of macro 'SETOPT_FUNCTION_'
#  1559 | #define SETOPT_FUNCTION(name) SETOPT_FUNCTION_(name,FUNCTION)
#       |                               ^~~~~~~~~~~~~~~~
# curl-helper.c:1577:1: note: in expansion of macro 'SETOPT_FUNCTION'
#  1577 | SETOPT_FUNCTION( IOCTL)
#       | ^~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:1582:3: note: declared here
#  1582 |   CURLOPTDEPRECATED(CURLOPT_IOCTLDATA, CURLOPTTYPE_CBPOINT, 131,
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c: In function 'handle_PUT':
# /home/opam/.opam/5.3/lib/ocaml/caml/memory.h:305:10: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations]
#   305 |   struct caml__roots_block caml__roots_##x; \
#       |          ^~~~~~~~~~~~~~~~~
# /home/opam/.opam/5.3/lib/ocaml/caml/memory.h:282:3: note: in expansion of macro 'CAMLxparam1'
#   282 |   CAMLxparam1 (x)
#       |   ^~~~~~~~~~~
# curl-helper.c:1643:5: note: in expansion of macro 'CAMLparam1'
#  1643 |     CAMLparam1(option); \
#       |     ^~~~~~~~~~
# curl-helper.c:1654:32: note: in expansion of macro 'SETOPT_VAL_'
#  1654 | #define SETOPT_VAL(name, conv) SETOPT_VAL_(handle_##name, CURLOPT_##name, conv)
#       |                                ^~~~~~~~~~~
# curl-helper.c:1655:27: note: in expansion of macro 'SETOPT_VAL'
#  1655 | #define SETOPT_BOOL(name) SETOPT_VAL(name, Bool_val)
#       |                           ^~~~~~~~~~
# curl-helper.c:1924:1: note: in expansion of macro 'SETOPT_BOOL'
#  1924 | SETOPT_BOOL( PUT)
#       | ^~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:1286:3: note: declared here
#  1286 |   CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54,
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c: In function 'handle_HTTPPOST':
# curl-helper.c:2043:9: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations]
#  2043 |         curl_formfree(conn->httpPostFirst);
#       |         ^~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2611:1: note: declared here
#  2611 | curl_formfree(struct curl_httppost *form);
#       | ^~~~~~~~~~~~~
# curl-helper.c:2064:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
#  2064 |                 curl_formadd(&conn->httpPostFirst,
#       |                 ^~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
#  2575 | curl_formadd(struct curl_httppost **httppost,
#       | ^~~~~~~~~~~~
# curl-helper.c:2066:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
#  2066 |                              CURLFORM_COPYNAME,
#       |                              ^~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
#  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c:2068:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
#  2068 |                              CURLFORM_NAMELENGTH,
#       |                              ^~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
#  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
#       |   ^~~~~~~~~~~~~~~~~~~
# curl-helper.c:2070:30: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
#  2070 |                              CURLFORM_COPYCONTENTS,
#       |                              ^~~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2503:3: note: declared here
#  2503 |   CURLFORM_COPYCONTENTS    CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
#       |   ^~~~~~~~~~~~~~~~~~~~~
# curl-helper.c:2072:30: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
#  2072 |                              CURLFORM_CONTENTSLENGTH,
#       |                              ^~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2505:3: note: declared here
#  2505 |   CURLFORM_CONTENTSLENGTH  CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
#       |   ^~~~~~~~~~~~~~~~~~~~~~~
# curl-helper.c:2080:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
#  2080 |                 curl_formadd(&conn->httpPostFirst,
#       |                 ^~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
#  2575 | curl_formadd(struct curl_httppost **httppost,
#       | ^~~~~~~~~~~~
# curl-helper.c:2082:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
#  2082 |                              CURLFORM_COPYNAME,
#       |                              ^~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
#  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c:2084:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
#  2084 |                              CURLFORM_NAMELENGTH,
#       |                              ^~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
#  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
#       |   ^~~~~~~~~~~~~~~~~~~
# curl-helper.c:2086:30: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
#  2086 |                              CURLFORM_COPYCONTENTS,
#       |                              ^~~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2503:3: note: declared here
#  2503 |   CURLFORM_COPYCONTENTS    CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
#       |   ^~~~~~~~~~~~~~~~~~~~~
# curl-helper.c:2088:30: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
#  2088 |                              CURLFORM_CONTENTSLENGTH,
#       |                              ^~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2505:3: note: declared here
#  2505 |   CURLFORM_CONTENTSLENGTH  CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
#       |   ^~~~~~~~~~~~~~~~~~~~~~~
# curl-helper.c:2090:30: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations]
#  2090 |                              CURLFORM_CONTENTTYPE,
#       |                              ^~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2515:3: note: declared here
#  2515 |   CURLFORM_CONTENTTYPE     CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
#       |   ^~~~~~~~~~~~~~~~~~~~
# curl-helper.c:2109:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
#  2109 |                 curl_formadd(&conn->httpPostFirst,
#       |                 ^~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
#  2575 | curl_formadd(struct curl_httppost **httppost,
#       | ^~~~~~~~~~~~
# curl-helper.c:2111:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
#  2111 |                              CURLFORM_COPYNAME,
#       |                              ^~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
#  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c:2113:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
#  2113 |                              CURLFORM_NAMELENGTH,
#       |                              ^~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
#  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
#       |   ^~~~~~~~~~~~~~~~~~~
# curl-helper.c:2115:30: warning: 'CURLFORM_FILECONTENT' is deprecated: since 7.56.0. Use curl_mime_data_cb() [-Wdeprecated-declarations]
#  2115 |                              CURLFORM_FILECONTENT,
#       |                              ^~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2506:3: note: declared here
#  2506 |   CURLFORM_FILECONTENT     CURL_DEPRECATED(7.56.0, "Use curl_mime_data_cb()"),
#       |   ^~~~~~~~~~~~~~~~~~~~
# curl-helper.c:2123:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
#  2123 |                 curl_formadd(&conn->httpPostFirst,
#       |                 ^~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
#  2575 | curl_formadd(struct curl_httppost **httppost,
#       | ^~~~~~~~~~~~
# curl-helper.c:2125:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
#  2125 |                              CURLFORM_COPYNAME,
#       |                              ^~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
#  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c:2127:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
#  2127 |                              CURLFORM_NAMELENGTH,
#       |                              ^~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
#  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
#       |   ^~~~~~~~~~~~~~~~~~~
# curl-helper.c:2129:30: warning: 'CURLFORM_FILECONTENT' is deprecated: since 7.56.0. Use curl_mime_data_cb() [-Wdeprecated-declarations]
#  2129 |                              CURLFORM_FILECONTENT,
#       |                              ^~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2506:3: note: declared here
#  2506 |   CURLFORM_FILECONTENT     CURL_DEPRECATED(7.56.0, "Use curl_mime_data_cb()"),
#       |   ^~~~~~~~~~~~~~~~~~~~
# curl-helper.c:2131:30: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations]
#  2131 |                              CURLFORM_CONTENTTYPE,
#       |                              ^~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2515:3: note: declared here
#  2515 |   CURLFORM_CONTENTTYPE     CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
#       |   ^~~~~~~~~~~~~~~~~~~~
# curl-helper.c:2150:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
#  2150 |                 curl_formadd(&conn->httpPostFirst,
#       |                 ^~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
#  2575 | curl_formadd(struct curl_httppost **httppost,
#       | ^~~~~~~~~~~~
# curl-helper.c:2152:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
#  2152 |                              CURLFORM_COPYNAME,
#       |                              ^~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
#  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c:2154:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
#  2154 |                              CURLFORM_NAMELENGTH,
#       |                              ^~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
#  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
#       |   ^~~~~~~~~~~~~~~~~~~
# curl-helper.c:2156:30: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations]
#  2156 |                              CURLFORM_FILE,
#       |                              ^~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2509:3: note: declared here
#  2509 |   CURLFORM_FILE            CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"),
#       |   ^~~~~~~~~~~~~
# curl-helper.c:2164:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
#  2164 |                 curl_formadd(&conn->httpPostFirst,
#       |                 ^~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
#  2575 | curl_formadd(struct curl_httppost **httppost,
#       | ^~~~~~~~~~~~
# curl-helper.c:2166:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
#  2166 |                              CURLFORM_COPYNAME,
#       |                              ^~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
#  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c:2168:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
#  2168 |                              CURLFORM_NAMELENGTH,
#       |                              ^~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
#  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
#       |   ^~~~~~~~~~~~~~~~~~~
# curl-helper.c:2170:30: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations]
#  2170 |                              CURLFORM_FILE,
#       |                              ^~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2509:3: note: declared here
#  2509 |   CURLFORM_FILE            CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"),
#       |   ^~~~~~~~~~~~~
# curl-helper.c:2172:30: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations]
#  2172 |                              CURLFORM_CONTENTTYPE,
#       |                              ^~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2515:3: note: declared here
#  2515 |   CURLFORM_CONTENTTYPE     CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
#       |   ^~~~~~~~~~~~~~~~~~~~
# curl-helper.c:2193:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
#  2193 |                 curl_formadd(&conn->httpPostFirst,
#       |                 ^~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
#  2575 | curl_formadd(struct curl_httppost **httppost,
#       | ^~~~~~~~~~~~
# curl-helper.c:2195:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
#  2195 |                              CURLFORM_COPYNAME,
#       |                              ^~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
#  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c:2197:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
#  2197 |                              CURLFORM_NAMELENGTH,
#       |                              ^~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
#  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
#       |   ^~~~~~~~~~~~~~~~~~~
# curl-helper.c:2199:30: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations]
#  2199 |                              CURLFORM_BUFFER,
#       |                              ^~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2511:3: note: declared here
#  2511 |   CURLFORM_BUFFER          CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
#       |   ^~~~~~~~~~~~~~~
# curl-helper.c:2201:30: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
#  2201 |                              CURLFORM_BUFFERPTR,
#       |                              ^~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2512:3: note: declared here
#  2512 |   CURLFORM_BUFFERPTR       CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
#       |   ^~~~~~~~~~~~~~~~~~
# curl-helper.c:2203:30: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
#  2203 |                              CURLFORM_BUFFERLENGTH,
#       |                              ^~~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2513:3: note: declared here
#  2513 |   CURLFORM_BUFFERLENGTH    CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
#       |   ^~~~~~~~~~~~~~~~~~~~~
# curl-helper.c:2213:17: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
#  2213 |                 curl_formadd(&conn->httpPostFirst,
#       |                 ^~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2575:1: note: declared here
#  2575 | curl_formadd(struct curl_httppost **httppost,
#       | ^~~~~~~~~~~~
# curl-helper.c:2215:30: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
#  2215 |                              CURLFORM_COPYNAME,
#       |                              ^~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2500:3: note: declared here
#  2500 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c:2217:30: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
#  2217 |                              CURLFORM_NAMELENGTH,
#       |                              ^~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2502:3: note: declared here
#  2502 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
#       |   ^~~~~~~~~~~~~~~~~~~
# curl-helper.c:2219:30: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations]
#  2219 |                              CURLFORM_BUFFER,
#       |                              ^~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2511:3: note: declared here
#  2511 |   CURLFORM_BUFFER          CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
#       |   ^~~~~~~~~~~~~~~
# curl-helper.c:2221:30: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
#  2221 |                              CURLFORM_BUFFERPTR,
#       |                              ^~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2512:3: note: declared here
#  2512 |   CURLFORM_BUFFERPTR       CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
#       |   ^~~~~~~~~~~~~~~~~~
# curl-helper.c:2223:30: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
#  2223 |                              CURLFORM_BUFFERLENGTH,
#       |                              ^~~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2513:3: note: declared here
#  2513 |   CURLFORM_BUFFERLENGTH    CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
#       |   ^~~~~~~~~~~~~~~~~~~~~
# curl-helper.c:2225:30: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations]
#  2225 |                              CURLFORM_CONTENTTYPE,
#       |                              ^~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2515:3: note: declared here
#  2515 |   CURLFORM_CONTENTTYPE     CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
#       |   ^~~~~~~~~~~~~~~~~~~~
# curl-helper.c:2239:5: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations]
#  2239 |     result = curl_easy_setopt(conn->handle,
#       |     ^~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:1195:3: note: declared here
#  1195 |   CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24,
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c: In function 'handle_RANDOM_FILE':
# /home/opam/.opam/5.3/lib/ocaml/caml/memory.h:305:10: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
#   305 |   struct caml__roots_block caml__roots_##x; \
#       |          ^~~~~~~~~~~~~~~~~
# /home/opam/.opam/5.3/lib/ocaml/caml/memory.h:282:3: note: in expansion of macro 'CAMLxparam1'
#   282 |   CAMLxparam1 (x)
#       |   ^~~~~~~~~~~
# curl-helper.c:1629:5: note: in expansion of macro 'CAMLparam1'
#  1629 |     CAMLparam1(option); \
#       |     ^~~~~~~~~~
# curl-helper.c:2428:1: note: in expansion of macro 'SETOPT_STRING'
#  2428 | SETOPT_STRING( RANDOM_FILE)
#       | ^~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:1364:3: note: declared here
#  1364 |   CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76,
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c: In function 'handle_EGDSOCKET':
# /home/opam/.opam/5.3/lib/ocaml/caml/memory.h:305:10: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
#   305 |   struct caml__roots_block caml__roots_##x; \
#       |          ^~~~~~~~~~~~~~~~~
# /home/opam/.opam/5.3/lib/ocaml/caml/memory.h:282:3: note: in expansion of macro 'CAMLxparam1'
#   282 |   CAMLxparam1 (x)
#       |   ^~~~~~~~~~~
# curl-helper.c:1629:5: note: in expansion of macro 'CAMLparam1'
#  1629 |     CAMLparam1(option); \
#       |     ^~~~~~~~~~
# curl-helper.c:2429:1: note: in expansion of macro 'SETOPT_STRING'
#  2429 | SETOPT_STRING( EGDSOCKET)
#       | ^~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:1368:3: note: declared here
#  1368 |   CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77,
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c: In function 'handle_DNS_USE_GLOBAL_CACHE':
# /home/opam/.opam/5.3/lib/ocaml/caml/memory.h:305:10: warning: 'CURLOPT_DNS_USE_GLOBAL_CACHE' is deprecated: since 7.11.1. Use CURLOPT_SHARE [-Wdeprecated-declarations]
#   305 |   struct caml__roots_block caml__roots_##x; \
#       |          ^~~~~~~~~~~~~~~~~
# /home/opam/.opam/5.3/lib/ocaml/caml/memory.h:282:3: note: in expansion of macro 'CAMLxparam1'
#   282 |   CAMLxparam1 (x)
#       |   ^~~~~~~~~~~
# curl-helper.c:1643:5: note: in expansion of macro 'CAMLparam1'
#  1643 |     CAMLparam1(option); \
#       |     ^~~~~~~~~~
# curl-helper.c:1654:32: note: in expansion of macro 'SETOPT_VAL_'
#  1654 | #define SETOPT_VAL(name, conv) SETOPT_VAL_(handle_##name, CURLOPT_##name, conv)
#       |                                ^~~~~~~~~~~
# curl-helper.c:1655:27: note: in expansion of macro 'SETOPT_VAL'
#  1655 | #define SETOPT_BOOL(name) SETOPT_VAL(name, Bool_val)
#       |                           ^~~~~~~~~~
# curl-helper.c:2539:1: note: in expansion of macro 'SETOPT_BOOL'
#  2539 | SETOPT_BOOL( DNS_USE_GLOBAL_CACHE)
#       | ^~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:1424:3: note: declared here
#  1424 |   CURLOPTDEPRECATED(CURLOPT_DNS_USE_GLOBAL_CACHE, CURLOPTTYPE_LONG, 91,
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c: In function 'handle_PROTOCOLS':
# curl-helper.c:3193:3: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations]
#  3193 |   handle_PROTOCOLSOPTION(CURLOPT_PROTOCOLS, conn, option);
#       |   ^~~~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:1749:3: note: declared here
#  1749 |   CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181,
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c: In function 'handle_REDIR_PROTOCOLS':
# curl-helper.c:3200:3: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations]
#  3200 |   handle_PROTOCOLSOPTION(CURLOPT_REDIR_PROTOCOLS, conn, option);
#       |   ^~~~~~~~~~~~~~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:1755:3: note: declared here
#  1755 |   CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182,
#       |   ^~~~~~~~~~~~~~~~~
# curl-helper.c: In function 'caml_curl_easy_getinfo':
# curl-helper.c:3927:9: warning: 'CURLINFO_SIZE_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations]
#  3927 |         curlResult = curl_easy_getinfo(connection->handle,
#       |         ^~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2838:3: note: declared here
#  2838 |   CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T")
#       |   ^~~~~~~~~~~~~~~~~~~~
# curl-helper.c:3937:9: warning: 'CURLINFO_SIZE_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations]
#  3937 |         curlResult = curl_easy_getinfo(connection->handle,
#       |         ^~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2841:3: note: declared here
#  2841 |   CURLINFO_SIZE_DOWNLOAD
#       |   ^~~~~~~~~~~~~~~~~~~~~~
# curl-helper.c:3947:9: warning: 'CURLINFO_SPEED_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations]
#  3947 |         curlResult = curl_easy_getinfo(connection->handle,
#       |         ^~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2845:3: note: declared here
#  2845 |   CURLINFO_SPEED_DOWNLOAD
#       |   ^~~~~~~~~~~~~~~~~~~~~~~
# curl-helper.c:3957:9: warning: 'CURLINFO_SPEED_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations]
#  3957 |         curlResult = curl_easy_getinfo(connection->handle,
#       |         ^~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2849:3: note: declared here
#  2849 |   CURLINFO_SPEED_UPLOAD
#       |   ^~~~~~~~~~~~~~~~~~~~~
# curl-helper.c:4010:9: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations]
#  4010 |         curlResult = curl_easy_getinfo(connection->handle,
#       |         ^~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2858:3: note: declared here
#  2858 |   CURLINFO_CONTENT_LENGTH_DOWNLOAD
#       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# curl-helper.c:4020:9: warning: 'CURLINFO_CONTENT_LENGTH_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations]
#  4020 |         curlResult = curl_easy_getinfo(connection->handle,
#       |         ^~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2863:3: note: declared here
#  2863 |   CURLINFO_CONTENT_LENGTH_UPLOAD
#       |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# curl-helper.c:4147:9: warning: 'CURLINFO_LASTSOCKET' is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations]
#  4147 |         curlResult = curl_easy_getinfo(connection->handle,
#       |         ^~~~~~~~~~
# /usr/include/x86_64-linux-gnu/curl/curl.h:2880:3: note: declared here
#  2880 |   CURLINFO_LASTSOCKET  CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET")
#       |   ^~~~~~~~~~~~~~~~~~~
# curl-helper.c: In function 'caml_curl_multi_socket_all':
# curl-helper.c:4838:5: warning: 'curl_multi_socket_all' is deprecated: since 7.19.5. Use curl_multi_socket_action() [-Wdeprecated-declarations]
#  4838 |     rc = curl_multi_socket_all(h, &still_running);
#       |     ^~
# In file included from /usr/include/x86_64-linux-gnu/curl/curl.h:3191:
# /usr/include/x86_64-linux-gnu/curl/multi.h:330:1: note: declared here
#   330 | curl_multi_socket_all(CURLM *multi_handle, int *running_handles);
#       | ^~~~~~~~~~~~~~~~~~~~~
# ocamlmklib -oc curl-helper curl-helper.o -lcurl 
# ocamlmklib -o curl curl.cmo -oc curl-helper -lcurl 
# make[1]: 'libcurl-helper.a' is up to date.
# make[1]: 'dllcurl-helper.so' is up to date.
# ocamlfind c -package lwt -c -g -bin-annot curl_lwt.mli -o curl_lwt.cmi
# ocamlfind c -thread -package lwt.unix -c -g -bin-annot curl_lwt.ml -o curl_lwt.cmo
# File "curl_lwt.ml", line 15, characters 24-45:
# 15 |   let timer_event = ref Lwt_engine.fake_event in
#                              ^^^^^^^^^^^^^^^^^^^^^
# Error: Unbound value "Lwt_engine.fake_event"
# make[1]: *** [Makefile:104: curl_lwt.cmo] Error 2
# make[1]: Leaving directory '/home/opam/.opam/5.3/.opam-switch/build/ocurl.0.9.2'
# make: *** [Makefile:61: all] Error 2



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ocurl 0.9.2
+- 
+- The following changes have been performed (the rest was aborted)
| - install camlidl           1.13
| - install camlp-streams     5.0.1
| - install conf-gmp          5
| - install conf-gmp-powm-sec 4
| - install conf-libcurl      2
| - install conf-libfuse      1
| - install conf-pkg-config   4
| - install conf-sqlite3      1
| - install conf-zlib         1
| - install cryptokit         1.20
| - install extlib            1.8.0
| - install hmap              0.8.1
| - install iostream          0.3
| - install ocamlbuild        0.16.1
| - install ocamlfuse         2.7.1-cvs13
| - install result            1.5
| - install seq               base
| - install sqlite3           5.3.1
| - install tiny_httpd        0.19
| - install topkg             1.0.8
| - install yojson            3.0.0
| - install zarith            1.14
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.3/.opam-switch/backup/state-20250722142541.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
opam-repo-ci detected dependencies failing:  ocurl.0.9.2
"/usr/bin/env" "bash" "-c" "opam reinstall google-drive-ocamlfuse.0.7.32;
        res=$?;
        test "$res" != 31 && exit "$res";
        export OPAMCLI=2.0;
        build_dir=$(opam var prefix)/.opam-switch/build;
        failed=$(ls "$build_dir");
        partial_fails="";
        for pkg in $failed; do
          if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'google-drive-ocamlfuse.0.7.32' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2025-07-22 14:27.58: Job failed: Failed: Build failed
2025-07-22 14:27.58: Log analysis:
2025-07-22 14:27.58: >>> 
[ERROR] The compilation of ocurl.0.9.2 failed at "make".
 (score = 20)
2025-07-22 14:27.58: >>> 
# Error: Unbound value "Lwt_engine.fake_event"
 (score = 48)
2025-07-22 14:27.58: >>> 
opam-repo-ci detected dependencies failing:  ocurl.0.9.2
 (score = 75)
2025-07-22 14:27.58:  ocurl.0.9.2 failed to build