==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-google-auth-oauthlib 1.4.1-1 (Sat Aug 29 14:16:34 2026)
==> Retrieving sources...
-> Found python-google-auth-oauthlib-1.4.1.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
python-google-auth-oauthlib-1.4.1.tar.gz ... Passed
==> Making package: python-google-auth-oauthlib 1.4.1-1 (Sat Aug 29 20:17:02 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (13) python-certifi-2026.07.22-1 python-cffi-2.1.1-1 python-charset-normalizer-3.4.7-1 python-cryptography-50.0.1-1 python-idna-3.19-1 python-oauthlib-3.3.1-2 python-pyasn1-0.6.4-1 python-pyasn1-modules-0.4.2-2 python-pycparser-3.00-1 python-requests-2.34.2-1 python-urllib3-2.7.0-1 python-google-auth-2.57.0-1 python-requests-oauthlib-2.0.0-1
Total Download Size: 0.55 MiB
Total Installed Size: 20.29 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-google-auth-2.57.0-1-any downloading...
python-oauthlib-3.3.1-2-any downloading...
python-requests-oauthlib-2.0.0-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-pycparser...
installing python-cffi...
Optional dependencies for python-cffi
python-setuptools: "limited api" version checking in cffi.setuptools_ext
installing python-cryptography...
installing python-pyasn1...
installing python-pyasn1-modules...
installing python-google-auth...
Optional dependencies for python-google-auth
python-aiohttp: for async HTTP support
python-packaging: for HTTP support
python-pyjwt: for JSON Web Key support
python-pyopenssl: for TLS support
python-pyu2f: for reauthentication support
python-requests: for async HTTP support [pending]
python-rsa: for RSA support
python-urllib3: for HTTP support [pending]
installing python-charset-normalizer...
installing python-idna...
installing python-urllib3...
Optional dependencies for python-urllib3
python-brotli: Brotli support
python-brotlicffi: Brotli support
python-h2: HTTP/2 support
python-pysocks: SOCKS support
installing python-certifi...
installing python-requests...
Optional dependencies for python-requests
python-chardet: alternative character encoding library
python-pysocks: SOCKS proxy support
installing python-oauthlib...
Optional dependencies for python-oauthlib
python-blinker: for signals support
python-cryptography: for RSA and signed token support [installed]
python-pyjwt: for signed token support
installing python-requests-oauthlib...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (13) python-autocommand-2.2.2-9 python-jaraco.collections-5.1.0-3 python-jaraco.context-6.1.2-1 python-jaraco.functools-4.1.0-3 python-jaraco.text-4.0.0-4 python-more-itertools-11.1.0-1 python-packaging-26.3-1 python-platformdirs-4.11.5-1 python-pyproject-hooks-1.2.0-6 python-build-1.4.3-1 python-installer-1.0.0-1 python-setuptools-1:84.0.0-1 python-wheel-0.48.0-1
Total Installed Size: 9.06 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 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...
==> Retrieving sources...
-> Found python-google-auth-oauthlib-1.4.1.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-google-auth-oauthlib-1.4.1.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
/usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
!!
self._finalize_license_expression()
running egg_info
creating google_auth_oauthlib.egg-info
writing google_auth_oauthlib.egg-info/PKG-INFO
writing dependency_links to google_auth_oauthlib.egg-info/dependency_links.txt
writing entry points to google_auth_oauthlib.egg-info/entry_points.txt
writing requirements to google_auth_oauthlib.egg-info/requires.txt
writing top-level names to google_auth_oauthlib.egg-info/top_level.txt
writing manifest file 'google_auth_oauthlib.egg-info/SOURCES.txt'
reading manifest file 'google_auth_oauthlib.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.json' under directory 'google'
warning: no files found matching '*.proto' under directory 'google'
warning: no files found matching 'py.typed' under directory 'google'
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
no previously-included directories found matching 'scripts/readme-gen'
adding license file 'LICENSE'
writing manifest file 'google_auth_oauthlib.egg-info/SOURCES.txt'
* Building wheel...
/usr/lib/python3.14/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: Apache Software 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/google_auth_oauthlib
copying google_auth_oauthlib/flow.py -> build/lib/google_auth_oauthlib
copying google_auth_oauthlib/__init__.py -> build/lib/google_auth_oauthlib
copying google_auth_oauthlib/helpers.py -> build/lib/google_auth_oauthlib
copying google_auth_oauthlib/interactive.py -> build/lib/google_auth_oauthlib
creating build/lib/google_auth_oauthlib/tool
copying google_auth_oauthlib/tool/__init__.py -> build/lib/google_auth_oauthlib/tool
copying google_auth_oauthlib/tool/__main__.py -> build/lib/google_auth_oauthlib/tool
installing to build/bdist.linux-armv7l/wheel
running install
running install_lib
creating build/bdist.linux-armv7l/wheel
creating build/bdist.linux-armv7l/wheel/google_auth_oauthlib
copying build/lib/google_auth_oauthlib/flow.py -> build/bdist.linux-armv7l/wheel/./google_auth_oauthlib
copying build/lib/google_auth_oauthlib/__init__.py -> build/bdist.linux-armv7l/wheel/./google_auth_oauthlib
copying build/lib/google_auth_oauthlib/helpers.py -> build/bdist.linux-armv7l/wheel/./google_auth_oauthlib
creating build/bdist.linux-armv7l/wheel/google_auth_oauthlib/tool
copying build/lib/google_auth_oauthlib/tool/__init__.py -> build/bdist.linux-armv7l/wheel/./google_auth_oauthlib/tool
copying build/lib/google_auth_oauthlib/tool/__main__.py -> build/bdist.linux-armv7l/wheel/./google_auth_oauthlib/tool
copying build/lib/google_auth_oauthlib/interactive.py -> build/bdist.linux-armv7l/wheel/./google_auth_oauthlib
running install_egg_info
running egg_info
writing google_auth_oauthlib.egg-info/PKG-INFO
writing dependency_links to google_auth_oauthlib.egg-info/dependency_links.txt
writing entry points to google_auth_oauthlib.egg-info/entry_points.txt
writing requirements to google_auth_oauthlib.egg-info/requires.txt
writing top-level names to google_auth_oauthlib.egg-info/top_level.txt
reading manifest file 'google_auth_oauthlib.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.json' under directory 'google'
warning: no files found matching '*.proto' under directory 'google'
warning: no files found matching 'py.typed' under directory 'google'
warning: no previously-included files matching '*.py[co]' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
no previously-included directories found matching 'scripts/readme-gen'
adding license file 'LICENSE'
writing manifest file 'google_auth_oauthlib.egg-info/SOURCES.txt'
Copying google_auth_oauthlib.egg-info to build/bdist.linux-armv7l/wheel/./google_auth_oauthlib-1.4.1-py3.14.egg-info
running install_scripts
creating build/bdist.linux-armv7l/wheel/google_auth_oauthlib-1.4.1.dist-info/WHEEL
creating '/build/python-google-auth-oauthlib/src/google-cloud-python-google-auth-oauthlib-v1.4.1/packages/google-auth-oauthlib/dist/.tmp-sd2gruzd/google_auth_oauthlib-1.4.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it
adding 'google_auth_oauthlib/__init__.py'
adding 'google_auth_oauthlib/flow.py'
adding 'google_auth_oauthlib/helpers.py'
adding 'google_auth_oauthlib/interactive.py'
adding 'google_auth_oauthlib/tool/__init__.py'
adding 'google_auth_oauthlib/tool/__main__.py'
adding 'google_auth_oauthlib-1.4.1.dist-info/licenses/LICENSE'
adding 'google_auth_oauthlib-1.4.1.dist-info/METADATA'
adding 'google_auth_oauthlib-1.4.1.dist-info/WHEEL'
adding 'google_auth_oauthlib-1.4.1.dist-info/entry_points.txt'
adding 'google_auth_oauthlib-1.4.1.dist-info/top_level.txt'
adding 'google_auth_oauthlib-1.4.1.dist-info/RECORD'
removing build/bdist.linux-armv7l/wheel
Successfully built google_auth_oauthlib-1.4.1-py3-none-any.whl
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-google-auth-oauthlib"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-google-auth-oauthlib 1.4.1-1 (Sat Aug 29 20:17:42 2026)
==> Cleaning up...
[?12l[?25h