==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-pycurl 7.45.7-1 (Mon Nov  3 16:47:54 2025)
==> Retrieving sources...
  -> Cloning pycurl git repo...
Cloning into bare repository '/home/leming/work/python-pycurl/pycurl'...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    pycurl ... Skipped
==> Making package: python-pycurl 7.45.7-1 (Mon Nov  3 16:48:17 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (18) perl-error-0.17030-2  perl-mailtools-2.22-2  perl-timedate-2.33-8
              python-autocommand-2.2.2-7  python-jaraco.collections-5.1.0-1
              python-jaraco.context-6.0.1-1  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.8.0-1
              python-packaging-25.0-1  python-platformdirs-4.5.0-1
              python-pyproject-hooks-1.2.0-3  zlib-ng-2.2.5-1  git-2.51.2-2
              python-build-1.3.0-1  python-installer-0.7.0-10
              python-setuptools-1:80.9.0-2  python-wheel-0.45.1-1

Total Installed Size:  50.60 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
    git-zsh-completion: upstream zsh completion
    tk: gitk and git gui
    openssh: ssh transport and crypto
    man: show help with `git command --help`
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4 [installed]
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
    less: the default pager for git [installed]
installing python-packaging...
installing python-pyproject-hooks...
installing python-build...
Optional dependencies for python-build
    python-pip: to use as the Python package installer (default)
    python-uv: to use as the Python package installer
    python-virtualenv: to use virtualenv for build isolation
installing python-installer...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
    python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
    python-keyring: for wheel.signatures
    python-xdg: for wheel.signatures
    python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
Creating group 'git' with GID 970.
Creating user 'git' (git daemon user) with UID 970 and GID 970.
(2/4) Reloading system manager configuration...
  Skipped: Current root is not booted.
(3/4) Arming ConditionNeedsUpdate...
(4/4) Checking for old perl modules...
[?25h==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of pycurl git repo...
Cloning into 'pycurl'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
* Getting build dependencies for wheel...
Using curl-config (libcurl 8.16.0)
Using SSL library: OpenSSL/LibreSSL/BoringSSL
/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
        License :: OSI Approved :: MIT License

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running egg_info
creating pycurl.egg-info
writing pycurl.egg-info/PKG-INFO
writing dependency_links to pycurl.egg-info/dependency_links.txt
writing top-level names to pycurl.egg-info/top_level.txt
writing manifest file 'pycurl.egg-info/SOURCES.txt'
reading manifest file 'pycurl.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'src/Makefile'
warning: no previously-included files found matching 'tests/fake-curl/libcurl/*.so'
adding license file 'COPYING-LGPL'
adding license file 'COPYING-MIT'
adding license file 'AUTHORS'
writing manifest file 'pycurl.egg-info/SOURCES.txt'
* Building wheel...
Using curl-config (libcurl 8.16.0)
Using SSL library: OpenSSL/LibreSSL/BoringSSL
/usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
        License :: OSI Approved :: MIT License

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib.linux-armv7l-cpython-313/curl
copying python/curl/__init__.py -> build/lib.linux-armv7l-cpython-313/curl
running build_ext
building 'pycurl' extension
creating build/temp.linux-armv7l-cpython-313/src
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.13 -c src/docstrings.c -o build/temp.linux-armv7l-cpython-313/src/docstrings.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.13 -c src/easy.c -o build/temp.linux-armv7l-cpython-313/src/easy.o
src/easy.c: In function 'do_curlhttppost_dealloc':
src/easy.c:112:9: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations]
In file included from src/pycurl.h:33,
                 from src/easy.c:1:
/usr/include/curl/curl.h:2670:1: note: declared here
 2670 | curl_formfree(struct curl_httppost *form);
      | ^~~~~~~~~~~~~
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.13 -c src/easycb.c -o build/temp.linux-armv7l-cpython-313/src/easycb.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.13 -c src/easyinfo.c -o build/temp.linux-armv7l-cpython-313/src/easyinfo.o
src/easyinfo.c: In function 'do_curl_getinfo_raw':
src/easyinfo.c:145:5: warning: 'CURLINFO_LASTSOCKET' is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations]
In file included from src/pycurl.h:33,
                 from src/easyinfo.c:1:
/usr/include/curl/curl.h:2954:3: note: declared here
 2954 |   CURLINFO_LASTSOCKET  CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET")
      |   ^~~~~~~~~~~~~~~~~~~
src/easyinfo.c:207:5: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2932:3: note: declared here
 2932 |   CURLINFO_CONTENT_LENGTH_DOWNLOAD
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/easyinfo.c:208:5: warning: 'CURLINFO_CONTENT_LENGTH_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2937:3: note: declared here
 2937 |   CURLINFO_CONTENT_LENGTH_UPLOAD
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/easyinfo.c:212:5: warning: 'CURLINFO_SIZE_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2915:3: note: declared here
 2915 |   CURLINFO_SIZE_DOWNLOAD
      |   ^~~~~~~~~~~~~~~~~~~~~~
src/easyinfo.c:213:5: warning: 'CURLINFO_SIZE_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2912:3: note: declared here
 2912 |   CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T")
      |   ^~~~~~~~~~~~~~~~~~~~
src/easyinfo.c:214:5: warning: 'CURLINFO_SPEED_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2919:3: note: declared here
 2919 |   CURLINFO_SPEED_DOWNLOAD
      |   ^~~~~~~~~~~~~~~~~~~~~~~
src/easyinfo.c:215:5: warning: 'CURLINFO_SPEED_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2923:3: note: declared here
 2923 |   CURLINFO_SPEED_UPLOAD
      |   ^~~~~~~~~~~~~~~~~~~~~
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.13 -c src/easyopt.c -o build/temp.linux-armv7l-cpython-313/src/easyopt.o
src/easyopt.c: In function 'util_curl_unsetopt':
src/easyopt.c:94:5: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
In file included from src/pycurl.h:33,
                 from src/easyopt.c:1:
/usr/include/curl/curl.h:1404:3: note: declared here
 1404 |   CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77,
      |   ^~~~~~~~~~~~~~~~~
src/easyopt.c:102:5: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1400:3: note: declared here
 1400 |   CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76,
      |   ^~~~~~~~~~~~~~~~~~~
src/easyopt.c:164:5: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1234:3: note: declared here
 1234 |   CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24,
      |   ^~~~~~~~~~~~~~~~
src/easyopt.c:169:5: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1333:3: note: declared here
 1333 |   CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
src/easyopt.c:174:5: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1616:3: note: declared here
 1616 |   CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130,
      |   ^~~~~~~~~~~~~~~~~~~~~
src/easyopt.c: In function 'do_curl_setopt_string_impl':
src/easyopt.c:259:5: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1404:3: note: declared here
 1404 |   CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77,
      |   ^~~~~~~~~~~~~~~~~
src/easyopt.c:273:5: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1400:3: note: declared here
 1400 |   CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76,
      |   ^~~~~~~~~~~~~~~~~~~
src/easyopt.c:308:5: warning: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' is deprecated: since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1774:3: note: declared here
 1774 |   CURLOPTDEPRECATED(CURLOPT_SOCKS5_GSSAPI_SERVICE,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/easyopt.c: In function 'do_curl_setopt_httppost':
src/easyopt.c:643:13: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2634:1: note: declared here
 2634 | curl_formadd(struct curl_httppost **httppost,
      | ^~~~~~~~~~~~
src/easyopt.c:644:32: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2559:3: note: declared here
 2559 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
      |   ^~~~~~~~~~~~~~~~~
src/easyopt.c:645:32: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2561:3: note: declared here
 2561 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
      |   ^~~~~~~~~~~~~~~~~~~
src/easyopt.c:646:32: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2562:3: note: declared here
 2562 |   CURLFORM_COPYCONTENTS    CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
      |   ^~~~~~~~~~~~~~~~~~~~~
src/easyopt.c:647:32: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2564:3: note: declared here
 2564 |   CURLFORM_CONTENTSLENGTH  CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
      |   ^~~~~~~~~~~~~~~~~~~~~~~
src/easyopt.c:710:17: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2562:3: note: declared here
 2562 |   CURLFORM_COPYCONTENTS    CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
      |   ^~~~~~~~~~~~~~~~~~~~~
src/easyopt.c:711:21: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2568:3: note: declared here
 2568 |   CURLFORM_FILE            CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"),
      |   ^~~~~~~~~~~~~
src/easyopt.c:712:21: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2576:3: note: declared here
 2576 |   CURLFORM_FILENAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
      |   ^~~~~~~~~~~~~~~~~
src/easyopt.c:713:21: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2574:3: note: declared here
 2574 |   CURLFORM_CONTENTTYPE     CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
      |   ^~~~~~~~~~~~~~~~~~~~
src/easyopt.c:714:21: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2570:3: note: declared here
 2570 |   CURLFORM_BUFFER          CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
      |   ^~~~~~~~~~~~~~~
src/easyopt.c:715:21: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2571:3: note: declared here
 2571 |   CURLFORM_BUFFERPTR       CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
      |   ^~~~~~~~~~~~~~~~~~
src/easyopt.c:733:17: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2562:3: note: declared here
 2562 |   CURLFORM_COPYCONTENTS    CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
      |   ^~~~~~~~~~~~~~~~~~~~~
src/easyopt.c:735:21: warning: 'CURLFORM_CONTENTSLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2564:3: note: declared here
 2564 |   CURLFORM_CONTENTSLENGTH  CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
      |   ^~~~~~~~~~~~~~~~~~~~~~~
src/easyopt.c:738:17: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2571:3: note: declared here
 2571 |   CURLFORM_BUFFERPTR       CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
      |   ^~~~~~~~~~~~~~~~~~
src/easyopt.c:768:21: warning: 'CURLFORM_BUFFERLENGTH' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2572:3: note: declared here
 2572 |   CURLFORM_BUFFERLENGTH    CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
      |   ^~~~~~~~~~~~~~~~~~~~~
src/easyopt.c:774:13: warning: 'curl_formadd' is deprecated: since 7.56.0. Use curl_mime_init() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2634:1: note: declared here
 2634 | curl_formadd(struct curl_httppost **httppost,
      | ^~~~~~~~~~~~
src/easyopt.c:775:32: warning: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2559:3: note: declared here
 2559 |   CURLFORM_COPYNAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_name()"),
      |   ^~~~~~~~~~~~~~~~~
src/easyopt.c:776:32: warning: 'CURLFORM_NAMELENGTH' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2561:3: note: declared here
 2561 |   CURLFORM_NAMELENGTH      CURL_DEPRECATED(7.56.0, ""),
      |   ^~~~~~~~~~~~~~~~~~~
src/easyopt.c:777:32: warning: 'CURLFORM_ARRAY' is deprecated: since 7.56.0.  [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2566:3: note: declared here
 2566 |   CURLFORM_ARRAY           CURL_DEPRECATED(7.56.0, ""),
      |   ^~~~~~~~~~~~~~
src/easyopt.c:807:5: warning: 'curl_formfree' is deprecated: since 7.56.0. Use curl_mime_free() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2670:1: note: declared here
 2670 | curl_formfree(struct curl_httppost *form);
      | ^~~~~~~~~~~~~
src/easyopt.c: In function 'do_curl_setopt_callable':
src/easyopt.c:941:5: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1333:3: note: declared here
 1333 |   CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
src/easyopt.c:964:5: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1616:3: note: declared here
 1616 |   CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130,
      |   ^~~~~~~~~~~~~~~~~~~~~
src/easyopt.c: In function 'do_curl_setopt':
src/easyopt.c:1176:9: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1234:3: note: declared here
 1234 |   CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24,
      |   ^~~~~~~~~~~~~~~~
In function 'do_curl_setopt_callable',
    inlined from 'do_curl_setopt' at src/easyopt.c:1186:16:
src/easyopt.c:999:38: warning: call to '_curl_easy_setopt_err_ssh_key_cb' declared with attribute warning: curl_easy_setopt expects a curl_sshkeycallback argument [-Wattribute-warning]
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.13 -c src/easyperform.c -o build/temp.linux-armv7l-cpython-313/src/easyperform.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.13 -c src/module.c -o build/temp.linux-armv7l-cpython-313/src/module.o
src/module.c: In function 'PyInit_pycurl':
src/module.c:418:17: warning: 'CURLSSLBACKEND_NSS' is deprecated: since 8.3.0.  [-Wdeprecated-declarations]
In file included from src/pycurl.h:33,
                 from src/module.c:1:
/usr/include/curl/curl.h:155:3: note: declared here
  155 |   CURLSSLBACKEND_NSS                    CURL_DEPRECATED(8.3.0, "") = 3,
      |   ^~~~~~~~~~~~~~~~~~
src/module.c:423:17: warning: 'CURLSSLBACKEND_SECURETRANSPORT' is deprecated: since 8.15.0.  [-Wdeprecated-declarations]
/usr/include/curl/curl.h:161:3: note: declared here
  161 |   CURLSSLBACKEND_SECURETRANSPORT        CURL_DEPRECATED(8.15.0, "") = 9,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/module.c:779:5: warning: 'CURLFORM_BUFFER' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2570:3: note: declared here
 2570 |   CURLFORM_BUFFER          CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
      |   ^~~~~~~~~~~~~~~
src/module.c:780:5: warning: 'CURLFORM_BUFFERPTR' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2571:3: note: declared here
 2571 |   CURLFORM_BUFFERPTR       CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
      |   ^~~~~~~~~~~~~~~~~~
src/module.c:781:5: warning: 'CURLFORM_COPYCONTENTS' is deprecated: since 7.56.0. Use curl_mime_data() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2562:3: note: declared here
 2562 |   CURLFORM_COPYCONTENTS    CURL_DEPRECATED(7.56.0, "Use curl_mime_data()"),
      |   ^~~~~~~~~~~~~~~~~~~~~
src/module.c:782:5: warning: 'CURLFORM_FILE' is deprecated: since 7.56.0. Use curl_mime_filedata() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2568:3: note: declared here
 2568 |   CURLFORM_FILE            CURL_DEPRECATED(7.56.0, "Use curl_mime_filedata()"),
      |   ^~~~~~~~~~~~~
src/module.c:783:5: warning: 'CURLFORM_CONTENTTYPE' is deprecated: since 7.56.0. Use curl_mime_type() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2574:3: note: declared here
 2574 |   CURLFORM_CONTENTTYPE     CURL_DEPRECATED(7.56.0, "Use curl_mime_type()"),
      |   ^~~~~~~~~~~~~~~~~~~~
src/module.c:784:5: warning: 'CURLFORM_FILENAME' is deprecated: since 7.56.0. Use curl_mime_filename() [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2576:3: note: declared here
 2576 |   CURLFORM_FILENAME        CURL_DEPRECATED(7.56.0, "Use curl_mime_filename()"),
      |   ^~~~~~~~~~~~~~~~~
src/module.c:851:5: warning: 'CURLOPT_PUT' is deprecated: since 7.12.1. Use CURLOPT_UPLOAD [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1324:3: note: declared here
 1324 |   CURLOPTDEPRECATED(CURLOPT_PUT, CURLOPTTYPE_LONG, 54,
      |   ^~~~~~~~~~~
src/module.c:865:5: warning: 'CURLOPT_HTTPPOST' is deprecated: since 7.56.0. Use CURLOPT_MIMEPOST [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1234:3: note: declared here
 1234 |   CURLOPTDEPRECATED(CURLOPT_HTTPPOST, CURLOPTTYPE_OBJECTPOINT, 24,
      |   ^~~~~~~~~~~~~~~~
src/module.c:896:5: warning: 'CURLOPT_PROGRESSFUNCTION' is deprecated: since 7.32.0. Use CURLOPT_XFERINFOFUNCTION [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1333:3: note: declared here
 1333 |   CURLOPTDEPRECATED(CURLOPT_PROGRESSFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 56,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
src/module.c:923:5: warning: 'CURLOPT_RANDOM_FILE' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1400:3: note: declared here
 1400 |   CURLOPTDEPRECATED(CURLOPT_RANDOM_FILE, CURLOPTTYPE_STRINGPOINT, 76,
      |   ^~~~~~~~~~~~~~~~~~~
src/module.c:924:5: warning: 'CURLOPT_EGDSOCKET' is deprecated: since 7.84.0. Serves no purpose anymore [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1404:3: note: declared here
 1404 |   CURLOPTDEPRECATED(CURLOPT_EGDSOCKET, CURLOPTTYPE_STRINGPOINT, 77,
      |   ^~~~~~~~~~~~~~~~~
src/module.c:940:5: warning: 'CURLOPT_DNS_USE_GLOBAL_CACHE' is deprecated: since 7.11.1. Use CURLOPT_SHARE [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1460:3: note: declared here
 1460 |   CURLOPTDEPRECATED(CURLOPT_DNS_USE_GLOBAL_CACHE, CURLOPTTYPE_LONG, 91,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/module.c:972:5: warning: 'CURLOPT_IOCTLFUNCTION' is deprecated: since 7.18.0. Use CURLOPT_SEEKFUNCTION [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1616:3: note: declared here
 1616 |   CURLOPTDEPRECATED(CURLOPT_IOCTLFUNCTION, CURLOPTTYPE_FUNCTIONPOINT, 130,
      |   ^~~~~~~~~~~~~~~~~~~~~
src/module.c:1070:5: warning: 'CURLOPT_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_PROTOCOLS_STR [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1785:3: note: declared here
 1785 |   CURLOPTDEPRECATED(CURLOPT_PROTOCOLS, CURLOPTTYPE_LONG, 181,
      |   ^~~~~~~~~~~~~~~~~
src/module.c:1071:5: warning: 'CURLOPT_REDIR_PROTOCOLS' is deprecated: since 7.85.0. Use CURLOPT_REDIR_PROTOCOLS_STR [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1791:3: note: declared here
 1791 |   CURLOPTDEPRECATED(CURLOPT_REDIR_PROTOCOLS, CURLOPTTYPE_LONG, 182,
      |   ^~~~~~~~~~~~~~~~~~~~~~~
src/module.c:1112:5: warning: 'CURLOPT_SOCKS5_GSSAPI_SERVICE' is deprecated: since 7.49.0. Use CURLOPT_PROXY_SERVICE_NAME [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1774:3: note: declared here
 1774 |   CURLOPTDEPRECATED(CURLOPT_SOCKS5_GSSAPI_SERVICE,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/module.c:1133:5: warning: 'CURLOPT_SSL_ENABLE_NPN' is deprecated: since 7.86.0. Has no function [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1938:3: note: declared here
 1938 |   CURLOPTDEPRECATED(CURLOPT_SSL_ENABLE_NPN, CURLOPTTYPE_LONG, 225,
      |   ^~~~~~~~~~~~~~~~~~~~~~
src/module.c:1136:5: warning: 'CURLOPT_SSL_FALSESTART' is deprecated: since 8.15.0. Has no function [-Wdeprecated-declarations]
/usr/include/curl/curl.h:1966:3: note: declared here
 1966 |   CURLOPTDEPRECATED(CURLOPT_SSL_FALSESTART, CURLOPTTYPE_LONG, 233,
      |   ^~~~~~~~~~~~~~~~~~~~~~
src/module.c:1334:5: warning: 'CURLINFO_SIZE_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_UPLOAD_T [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2912:3: note: declared here
 2912 |   CURLINFO_SIZE_UPLOAD CURL_DEPRECATED(7.55.0, "Use CURLINFO_SIZE_UPLOAD_T")
      |   ^~~~~~~~~~~~~~~~~~~~
src/module.c:1335:5: warning: 'CURLINFO_SIZE_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SIZE_DOWNLOAD_T [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2915:3: note: declared here
 2915 |   CURLINFO_SIZE_DOWNLOAD
      |   ^~~~~~~~~~~~~~~~~~~~~~
src/module.c:1336:5: warning: 'CURLINFO_SPEED_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_DOWNLOAD_T [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2919:3: note: declared here
 2919 |   CURLINFO_SPEED_DOWNLOAD
      |   ^~~~~~~~~~~~~~~~~~~~~~~
src/module.c:1337:5: warning: 'CURLINFO_SPEED_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_SPEED_UPLOAD_T [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2923:3: note: declared here
 2923 |   CURLINFO_SPEED_UPLOAD
      |   ^~~~~~~~~~~~~~~~~~~~~
src/module.c:1342:5: warning: 'CURLINFO_CONTENT_LENGTH_DOWNLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2932:3: note: declared here
 2932 |   CURLINFO_CONTENT_LENGTH_DOWNLOAD
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/module.c:1343:5: warning: 'CURLINFO_CONTENT_LENGTH_UPLOAD' is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_UPLOAD_T [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2937:3: note: declared here
 2937 |   CURLINFO_CONTENT_LENGTH_UPLOAD
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/module.c:1366:5: warning: 'CURLINFO_LASTSOCKET' is deprecated: since 7.45.0. Use CURLINFO_ACTIVESOCKET [-Wdeprecated-declarations]
/usr/include/curl/curl.h:2954:3: note: declared here
 2954 |   CURLINFO_LASTSOCKET  CURL_DEPRECATED(7.45.0, "Use CURLINFO_ACTIVESOCKET")
      |   ^~~~~~~~~~~~~~~~~~~
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.13 -c src/multi.c -o build/temp.linux-armv7l-cpython-313/src/multi.o
src/multi.c: In function 'do_multi_socket_all':
src/multi.c:578:5: warning: 'curl_multi_socket_all' is deprecated: since 7.19.5. Use curl_multi_socket_action() [-Wdeprecated-declarations]
In file included from /usr/include/curl/curl.h:3321,
                 from src/pycurl.h:33,
                 from src/multi.c:1:
/usr/include/curl/multi.h:326:1: note: declared here
  326 | curl_multi_socket_all(CURLM *multi_handle, int *running_handles);
      | ^~~~~~~~~~~~~~~~~~~~~
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.13 -c src/oscompat.c -o build/temp.linux-armv7l-cpython-313/src/oscompat.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.13 -c src/pythoncompat.c -o build/temp.linux-armv7l-cpython-313/src/pythoncompat.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.13 -c src/share.c -o build/temp.linux-armv7l-cpython-313/src/share.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.13 -c src/stringcompat.c -o build/temp.linux-armv7l-cpython-313/src/stringcompat.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.13 -c src/threadsupport.c -o build/temp.linux-armv7l-cpython-313/src/threadsupport.o
gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fPIC -DPYCURL_VERSION=\"7.45.7\" -DHAVE_CURL_SSL=1 -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/usr/include/python3.13 -c src/util.c -o build/temp.linux-armv7l-cpython-313/src/util.o
gcc -shared -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection build/temp.linux-armv7l-cpython-313/src/docstrings.o build/temp.linux-armv7l-cpython-313/src/easy.o build/temp.linux-armv7l-cpython-313/src/easycb.o build/temp.linux-armv7l-cpython-313/src/easyinfo.o build/temp.linux-armv7l-cpython-313/src/easyopt.o build/temp.linux-armv7l-cpython-313/src/easyperform.o build/temp.linux-armv7l-cpython-313/src/module.o build/temp.linux-armv7l-cpython-313/src/multi.o build/temp.linux-armv7l-cpython-313/src/oscompat.o build/temp.linux-armv7l-cpython-313/src/pythoncompat.o build/temp.linux-armv7l-cpython-313/src/share.o build/temp.linux-armv7l-cpython-313/src/stringcompat.o build/temp.linux-armv7l-cpython-313/src/threadsupport.o build/temp.linux-armv7l-cpython-313/src/util.o -L/usr/lib -lssl -lcrypto -lcurl -o build/lib.linux-armv7l-cpython-313/pycurl.cpython-313-arm-linux-gnueabihf.so
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
copying build/lib.linux-armv7l-cpython-313/pycurl.cpython-313-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/.
creating build/bdist.linux-armv7l/wheel/curl
copying build/lib.linux-armv7l-cpython-313/curl/__init__.py -> build/bdist.linux-armv7l/wheel/./curl
running install_data
creating build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data
creating build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl
copying AUTHORS -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl
copying ChangeLog -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl
copying COPYING-LGPL -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl
copying COPYING-MIT -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl
copying INSTALL.rst -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl
copying README.rst -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl
copying RELEASE-NOTES.rst -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl
creating build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples
copying examples/opensocketexception.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples
copying examples/basicfirst.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples
copying examples/smtp.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples
copying examples/retriever-multi.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples
copying examples/file_upload.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples
copying examples/multi-socket_action-select.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples
copying examples/sfquery.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples
copying examples/linksys.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples
copying examples/retriever.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples
copying examples/ssh_keyfunction.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples
copying examples/xmlrpc_curl.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples
creating build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/put_file.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/get_python2_https.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/get.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/write_file.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/get_python3_https.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/follow_redirect.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/put_buffer.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/file_upload_buffer.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/form_post.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/response_info.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/file_upload_real_fancy.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/file_upload_real.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/get_python2.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/response_headers.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
copying examples/quickstart/get_python3.py -> build/bdist.linux-armv7l/wheel/pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart
running install_egg_info
running egg_info
writing pycurl.egg-info/PKG-INFO
writing dependency_links to pycurl.egg-info/dependency_links.txt
writing top-level names to pycurl.egg-info/top_level.txt
reading manifest file 'pycurl.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'src/Makefile'
warning: no previously-included files found matching 'tests/fake-curl/libcurl/*.so'
adding license file 'COPYING-LGPL'
adding license file 'COPYING-MIT'
adding license file 'AUTHORS'
writing manifest file 'pycurl.egg-info/SOURCES.txt'
Copying pycurl.egg-info to build/bdist.linux-armv7l/wheel/./pycurl-7.45.7-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/pycurl-7.45.7.dist-info/WHEEL
creating '/build/python-pycurl/src/pycurl/dist/.tmp-y582osvl/pycurl-7.45.7-cp313-cp313-linux_armv7l.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'pycurl.cpython-313-arm-linux-gnueabihf.so'
adding 'curl/__init__.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/AUTHORS'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/COPYING-LGPL'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/COPYING-MIT'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/ChangeLog'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/INSTALL.rst'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/README.rst'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/RELEASE-NOTES.rst'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/basicfirst.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/file_upload.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/linksys.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/multi-socket_action-select.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/opensocketexception.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/retriever-multi.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/retriever.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/sfquery.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/smtp.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/ssh_keyfunction.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/xmlrpc_curl.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/file_upload_buffer.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/file_upload_real.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/file_upload_real_fancy.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/follow_redirect.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/form_post.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/get.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/get_python2.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/get_python2_https.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/get_python3.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/get_python3_https.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/put_buffer.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/put_file.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/response_headers.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/response_info.py'
adding 'pycurl-7.45.7.data/data/share/doc/pycurl/examples/quickstart/write_file.py'
adding 'pycurl-7.45.7.dist-info/licenses/AUTHORS'
adding 'pycurl-7.45.7.dist-info/licenses/COPYING-LGPL'
adding 'pycurl-7.45.7.dist-info/licenses/COPYING-MIT'
adding 'pycurl-7.45.7.dist-info/METADATA'
adding 'pycurl-7.45.7.dist-info/WHEEL'
adding 'pycurl-7.45.7.dist-info/top_level.txt'
adding 'pycurl-7.45.7.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built pycurl-7.45.7-cp313-cp313-linux_armv7l.whl
make: Entering directory '/build/python-pycurl/src/pycurl/tests/fake-curl/libcurl'
`curl-config --cc` -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection `curl-config --cflags`  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -shared -fPIC \
	-Wl,-soname,with_gnutls.so -o with_gnutls.so with_gnutls.c
`curl-config --cc` -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection `curl-config --cflags`  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -shared -fPIC \
	-Wl,-soname,with_nss.so -o with_nss.so with_nss.c
`curl-config --cc` -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection `curl-config --cflags`  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -shared -fPIC \
	-Wl,-soname,with_openssl.so -o with_openssl.so with_openssl.c
`curl-config --cc` -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection `curl-config --cflags`  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -shared -fPIC \
	-Wl,-soname,with_unknown_ssl.so -o with_unknown_ssl.so with_unknown_ssl.c
`curl-config --cc` -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection `curl-config --cflags`  -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -shared -fPIC \
	-Wl,-soname,without_ssl.so -o without_ssl.so without_ssl.c
make: Leaving directory '/build/python-pycurl/src/pycurl/tests/fake-curl/libcurl'
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-pycurl"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pycurl 7.45.7-1 (Mon Nov  3 16:48:48 2025)
==> Cleaning up...