==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-psycopg2 2.9.10-1 (Sat Apr 12 14:54:43 2025)
==> Retrieving sources...
  -> Found 2.9.10.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
    2.9.10.tar.gz ... Passed
==> Making package: python-psycopg2 2.9.10-1 (Sat Apr 12 14:55:03 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (1) postgresql-libs-17.4-1

Total Download Size:   1.47 MiB
Total Installed Size:  8.94 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 postgresql-libs-17.4-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing postgresql-libs...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (13) 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.6.0-1
              python-packaging-24.2-3  python-platformdirs-4.3.6-2
              python-pyproject-hooks-1.2.0-3  python-build-1.2.2-3
              python-installer-0.7.0-10  python-setuptools-1:75.8.0-1
              python-wheel-0.45.1-1

Total Download Size:    1.71 MiB
Total Installed Size:  10.84 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 python-setuptools-1:75.8.0-1-any downloading...
 python-packaging-24.2-3-any downloading...
 python-more-itertools-10.6.0-1-any downloading...
 python-wheel-0.45.1-1-any downloading...
 python-build-1.2.2-3-any downloading...
 python-installer-0.7.0-10-any downloading...
 python-platformdirs-4.3.6-2-any downloading...
 python-autocommand-2.2.2-7-any downloading...
 python-jaraco.collections-5.1.0-1-any downloading...
 python-pyproject-hooks-1.2.0-3-any downloading...
 python-jaraco.text-4.0.0-2-any downloading...
 python-jaraco.functools-4.1.0-1-any downloading...
 python-jaraco.context-6.0.1-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
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/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found 2.9.10.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting 2.9.10.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
creating psycopg2.egg-info
writing psycopg2.egg-info/PKG-INFO
writing dependency_links to psycopg2.egg-info/dependency_links.txt
writing top-level names to psycopg2.egg-info/top_level.txt
writing manifest file 'psycopg2.egg-info/SOURCES.txt'
reading manifest file 'psycopg2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'psycopg2.egg-info/SOURCES.txt'
* Building wheel...
running bdist_wheel
running build
running build_py
creating build/lib.linux-armv7l-cpython-313/psycopg2
copying lib/tz.py -> build/lib.linux-armv7l-cpython-313/psycopg2
copying lib/_ipaddress.py -> build/lib.linux-armv7l-cpython-313/psycopg2
copying lib/pool.py -> build/lib.linux-armv7l-cpython-313/psycopg2
copying lib/__init__.py -> build/lib.linux-armv7l-cpython-313/psycopg2
copying lib/extras.py -> build/lib.linux-armv7l-cpython-313/psycopg2
copying lib/extensions.py -> build/lib.linux-armv7l-cpython-313/psycopg2
copying lib/errorcodes.py -> build/lib.linux-armv7l-cpython-313/psycopg2
copying lib/errors.py -> build/lib.linux-armv7l-cpython-313/psycopg2
copying lib/_range.py -> build/lib.linux-armv7l-cpython-313/psycopg2
copying lib/sql.py -> build/lib.linux-armv7l-cpython-313/psycopg2
copying lib/_json.py -> build/lib.linux-armv7l-cpython-313/psycopg2
running build_ext
building 'psycopg2._psycopg' extension
creating build/temp.linux-armv7l-cpython-313/psycopg
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/adapter_asis.c -o build/temp.linux-armv7l-cpython-313/psycopg/adapter_asis.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/adapter_binary.c -o build/temp.linux-armv7l-cpython-313/psycopg/adapter_binary.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/adapter_datetime.c -o build/temp.linux-armv7l-cpython-313/psycopg/adapter_datetime.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/adapter_list.c -o build/temp.linux-armv7l-cpython-313/psycopg/adapter_list.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/adapter_pboolean.c -o build/temp.linux-armv7l-cpython-313/psycopg/adapter_pboolean.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/adapter_pdecimal.c -o build/temp.linux-armv7l-cpython-313/psycopg/adapter_pdecimal.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/adapter_pfloat.c -o build/temp.linux-armv7l-cpython-313/psycopg/adapter_pfloat.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/adapter_pint.c -o build/temp.linux-armv7l-cpython-313/psycopg/adapter_pint.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/adapter_qstring.c -o build/temp.linux-armv7l-cpython-313/psycopg/adapter_qstring.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/aix_support.c -o build/temp.linux-armv7l-cpython-313/psycopg/aix_support.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/bytes_format.c -o build/temp.linux-armv7l-cpython-313/psycopg/bytes_format.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/column_type.c -o build/temp.linux-armv7l-cpython-313/psycopg/column_type.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/connection_int.c -o build/temp.linux-armv7l-cpython-313/psycopg/connection_int.o -Wdeclaration-after-statement
psycopg/connection_int.c: In function '_conn_get_async_cursor':
psycopg/connection_int.c:1050:5: warning: 'PyWeakref_GetObject' is deprecated [-Wdeprecated-declarations]
In file included from /usr/include/python3.13/Python.h:113,
                 from ./psycopg/psycopg.h:35,
                 from psycopg/connection_int.c:28:
/usr/include/python3.13/weakrefobject.h:30:85: note: declared here
   30 | Py_DEPRECATED(3.13) PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref);
      |                                                                                     ^                  
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/connection_type.c -o build/temp.linux-armv7l-cpython-313/psycopg/connection_type.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/conninfo_type.c -o build/temp.linux-armv7l-cpython-313/psycopg/conninfo_type.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/cursor_int.c -o build/temp.linux-armv7l-cpython-313/psycopg/cursor_int.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/cursor_type.c -o build/temp.linux-armv7l-cpython-313/psycopg/cursor_type.o -Wdeclaration-after-statement
psycopg/cursor_type.c: In function 'curs_fetchone':
psycopg/cursor_type.c:782:9: warning: 'PyWeakref_GetObject' is deprecated [-Wdeprecated-declarations]
In file included from /usr/include/python3.13/Python.h:113,
                 from ./psycopg/psycopg.h:35,
                 from psycopg/cursor_type.c:28:
/usr/include/python3.13/weakrefobject.h:30:85: note: declared here
   30 | Py_DEPRECATED(3.13) PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref);
      |                                                                                     ^                  
psycopg/cursor_type.c: In function 'curs_next_named':
psycopg/cursor_type.c:829:9: warning: 'PyWeakref_GetObject' is deprecated [-Wdeprecated-declarations]
/usr/include/python3.13/weakrefobject.h:30:85: note: declared here
   30 | Py_DEPRECATED(3.13) PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref);
      |                                                                                     ^                  
psycopg/cursor_type.c: In function 'curs_fetchmany':
psycopg/cursor_type.c:914:9: warning: 'PyWeakref_GetObject' is deprecated [-Wdeprecated-declarations]
/usr/include/python3.13/weakrefobject.h:30:85: note: declared here
   30 | Py_DEPRECATED(3.13) PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref);
      |                                                                                     ^                  
psycopg/cursor_type.c: In function 'curs_fetchall':
psycopg/cursor_type.c:983:9: warning: 'PyWeakref_GetObject' is deprecated [-Wdeprecated-declarations]
/usr/include/python3.13/weakrefobject.h:30:85: note: declared here
   30 | Py_DEPRECATED(3.13) PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref);
      |                                                                                     ^                  
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/diagnostics_type.c -o build/temp.linux-armv7l-cpython-313/psycopg/diagnostics_type.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/error_type.c -o build/temp.linux-armv7l-cpython-313/psycopg/error_type.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/green.c -o build/temp.linux-armv7l-cpython-313/psycopg/green.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/libpq_support.c -o build/temp.linux-armv7l-cpython-313/psycopg/libpq_support.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/lobject_int.c -o build/temp.linux-armv7l-cpython-313/psycopg/lobject_int.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/lobject_type.c -o build/temp.linux-armv7l-cpython-313/psycopg/lobject_type.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/microprotocols.c -o build/temp.linux-armv7l-cpython-313/psycopg/microprotocols.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/microprotocols_proto.c -o build/temp.linux-armv7l-cpython-313/psycopg/microprotocols_proto.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/notify_type.c -o build/temp.linux-armv7l-cpython-313/psycopg/notify_type.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/pqpath.c -o build/temp.linux-armv7l-cpython-313/psycopg/pqpath.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/psycopgmodule.c -o build/temp.linux-armv7l-cpython-313/psycopg/psycopgmodule.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/replication_connection_type.c -o build/temp.linux-armv7l-cpython-313/psycopg/replication_connection_type.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/replication_cursor_type.c -o build/temp.linux-armv7l-cpython-313/psycopg/replication_cursor_type.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/replication_message_type.c -o build/temp.linux-armv7l-cpython-313/psycopg/replication_message_type.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/solaris_support.c -o build/temp.linux-armv7l-cpython-313/psycopg/solaris_support.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/typecast.c -o build/temp.linux-armv7l-cpython-313/psycopg/typecast.o -Wdeclaration-after-statement
In file included from psycopg/typecast.c:169:
In function 'typecast_array_scan',
    inlined from 'typecast_GENERIC_ARRAY_cast' at ./psycopg/typecast_array.c:275:9:
./psycopg/typecast_array.c:185:10: warning: '%s' directive argument is null [-Wformat-overflow=]
./psycopg/typecast_array.c:185:10: warning: '%s' directive argument is null [-Wformat-overflow=]
./psycopg/typecast_array.c:185:10: warning: '%s' directive argument is null [-Wformat-overflow=]
./psycopg/typecast_array.c:185:10: warning: '%s' directive argument is null [-Wformat-overflow=]
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/utils.c -o build/temp.linux-armv7l-cpython-313/psycopg/utils.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/win32_support.c -o build/temp.linux-armv7l-cpython-313/psycopg/win32_support.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration -fPIC "-DPSYCOPG_VERSION=2.9.10 (dt dec pq3 ext)" -DPSYCOPG_DEBUG=1 -DPG_VERSION_NUM=170004 -DPSYCOPG_DEBUG=1 -I/usr/include/python3.13 -I. -I/usr/include -I/usr/include/postgresql/server -I/usr/include/libxml2 -c psycopg/xid_type.c -o build/temp.linux-armv7l-cpython-313/psycopg/xid_type.o -Wdeclaration-after-statement
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 -Wno-implicit-function-declaration build/temp.linux-armv7l-cpython-313/psycopg/adapter_asis.o build/temp.linux-armv7l-cpython-313/psycopg/adapter_binary.o build/temp.linux-armv7l-cpython-313/psycopg/adapter_datetime.o build/temp.linux-armv7l-cpython-313/psycopg/adapter_list.o build/temp.linux-armv7l-cpython-313/psycopg/adapter_pboolean.o build/temp.linux-armv7l-cpython-313/psycopg/adapter_pdecimal.o build/temp.linux-armv7l-cpython-313/psycopg/adapter_pfloat.o build/temp.linux-armv7l-cpython-313/psycopg/adapter_pint.o build/temp.linux-armv7l-cpython-313/psycopg/adapter_qstring.o build/temp.linux-armv7l-cpython-313/psycopg/aix_support.o build/temp.linux-armv7l-cpython-313/psycopg/bytes_format.o build/temp.linux-armv7l-cpython-313/psycopg/column_type.o build/temp.linux-armv7l-cpython-313/psycopg/connection_int.o build/temp.linux-armv7l-cpython-313/psycopg/connection_type.o build/temp.linux-armv7l-cpython-313/psycopg/conninfo_type.o build/temp.linux-armv7l-cpython-313/psycopg/cursor_int.o build/temp.linux-armv7l-cpython-313/psycopg/cursor_type.o build/temp.linux-armv7l-cpython-313/psycopg/diagnostics_type.o build/temp.linux-armv7l-cpython-313/psycopg/error_type.o build/temp.linux-armv7l-cpython-313/psycopg/green.o build/temp.linux-armv7l-cpython-313/psycopg/libpq_support.o build/temp.linux-armv7l-cpython-313/psycopg/lobject_int.o build/temp.linux-armv7l-cpython-313/psycopg/lobject_type.o build/temp.linux-armv7l-cpython-313/psycopg/microprotocols.o build/temp.linux-armv7l-cpython-313/psycopg/microprotocols_proto.o build/temp.linux-armv7l-cpython-313/psycopg/notify_type.o build/temp.linux-armv7l-cpython-313/psycopg/pqpath.o build/temp.linux-armv7l-cpython-313/psycopg/psycopgmodule.o build/temp.linux-armv7l-cpython-313/psycopg/replication_connection_type.o build/temp.linux-armv7l-cpython-313/psycopg/replication_cursor_type.o build/temp.linux-armv7l-cpython-313/psycopg/replication_message_type.o build/temp.linux-armv7l-cpython-313/psycopg/solaris_support.o build/temp.linux-armv7l-cpython-313/psycopg/typecast.o build/temp.linux-armv7l-cpython-313/psycopg/utils.o build/temp.linux-armv7l-cpython-313/psycopg/win32_support.o build/temp.linux-armv7l-cpython-313/psycopg/xid_type.o -L/usr/lib -L/usr/lib -L/usr/lib -lpq -o build/lib.linux-armv7l-cpython-313/psycopg2/_psycopg.cpython-313-arm-linux-gnueabihf.so
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/psycopg2
copying build/lib.linux-armv7l-cpython-313/psycopg2/tz.py -> build/bdist.linux-armv7l/wheel/./psycopg2
copying build/lib.linux-armv7l-cpython-313/psycopg2/_psycopg.cpython-313-arm-linux-gnueabihf.so -> build/bdist.linux-armv7l/wheel/./psycopg2
copying build/lib.linux-armv7l-cpython-313/psycopg2/_ipaddress.py -> build/bdist.linux-armv7l/wheel/./psycopg2
copying build/lib.linux-armv7l-cpython-313/psycopg2/pool.py -> build/bdist.linux-armv7l/wheel/./psycopg2
copying build/lib.linux-armv7l-cpython-313/psycopg2/__init__.py -> build/bdist.linux-armv7l/wheel/./psycopg2
copying build/lib.linux-armv7l-cpython-313/psycopg2/extras.py -> build/bdist.linux-armv7l/wheel/./psycopg2
copying build/lib.linux-armv7l-cpython-313/psycopg2/extensions.py -> build/bdist.linux-armv7l/wheel/./psycopg2
copying build/lib.linux-armv7l-cpython-313/psycopg2/errorcodes.py -> build/bdist.linux-armv7l/wheel/./psycopg2
copying build/lib.linux-armv7l-cpython-313/psycopg2/errors.py -> build/bdist.linux-armv7l/wheel/./psycopg2
copying build/lib.linux-armv7l-cpython-313/psycopg2/_range.py -> build/bdist.linux-armv7l/wheel/./psycopg2
copying build/lib.linux-armv7l-cpython-313/psycopg2/sql.py -> build/bdist.linux-armv7l/wheel/./psycopg2
copying build/lib.linux-armv7l-cpython-313/psycopg2/_json.py -> build/bdist.linux-armv7l/wheel/./psycopg2
running install_egg_info
running egg_info
writing psycopg2.egg-info/PKG-INFO
writing dependency_links to psycopg2.egg-info/dependency_links.txt
writing top-level names to psycopg2.egg-info/top_level.txt
reading manifest file 'psycopg2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'psycopg2.egg-info/SOURCES.txt'
Copying psycopg2.egg-info to build/bdist.linux-armv7l/wheel/./psycopg2-2.9.10-py3.13.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/psycopg2-2.9.10.dist-info/WHEEL
creating '/build/python-psycopg2/src/psycopg2-2.9.10/dist/.tmp-_iel6qzn/psycopg2-2.9.10-cp313-cp313-linux_armv7l.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'psycopg2/__init__.py'
adding 'psycopg2/_ipaddress.py'
adding 'psycopg2/_json.py'
adding 'psycopg2/_psycopg.cpython-313-arm-linux-gnueabihf.so'
adding 'psycopg2/_range.py'
adding 'psycopg2/errorcodes.py'
adding 'psycopg2/errors.py'
adding 'psycopg2/extensions.py'
adding 'psycopg2/extras.py'
adding 'psycopg2/pool.py'
adding 'psycopg2/sql.py'
adding 'psycopg2/tz.py'
adding 'psycopg2-2.9.10.dist-info/LICENSE'
adding 'psycopg2-2.9.10.dist-info/METADATA'
adding 'psycopg2-2.9.10.dist-info/WHEEL'
adding 'psycopg2-2.9.10.dist-info/top_level.txt'
adding 'psycopg2-2.9.10.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built psycopg2-2.9.10-cp313-cp313-linux_armv7l.whl
==> 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-psycopg2"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-psycopg2 2.9.10-1 (Sat Apr 12 14:55:38 2025)
==> Cleaning up...