>>> py3-otp: Building community/py3-otp 2.8.0-r1 (using abuild 3.11.0_rc12-r0) started Fri, 21 Apr 2023 01:17:20 +0000 >>> py3-otp: Checking sanity of /home/buildozer/aports/community/py3-otp/APKBUILD... >>> py3-otp: Analyzing dependencies... >>> py3-otp: Installing for build: build-base python3 python3-dev py3-setuptools (1/20) Installing libbz2 (1.0.8-r5) (2/20) Installing libffi (3.4.4-r2) (3/20) Installing gdbm (1.23-r1) (4/20) Installing xz-libs (5.4.2-r1) (5/20) Installing mpdecimal (2.5.1-r2) (6/20) Installing libpanelw (6.4_p20230401-r4) (7/20) Installing readline (8.2.1-r1) (8/20) Installing sqlite-libs (3.41.2-r2) (9/20) Installing python3 (3.11.3-r10) (10/20) Installing python3-pycache-pyc0 (3.11.3-r10) (11/20) Installing pyc (0.1-r0) (12/20) Installing python3-pyc (3.11.3-r10) (13/20) Installing python3-dev (3.11.3-r10) (14/20) Installing py3-parsing (3.0.9-r2) (15/20) Installing py3-parsing-pyc (3.0.9-r2) (16/20) Installing py3-packaging (23.1-r1) (17/20) Installing py3-packaging-pyc (23.1-r1) (18/20) Installing py3-setuptools (67.7.0-r0) (19/20) Installing py3-setuptools-pyc (67.7.0-r0) (20/20) Installing .makedepends-py3-otp (20230421.011721) Executing busybox-1.36.0-r7.trigger OK: 433 MiB in 119 packages >>> py3-otp: Cleaning up srcdir >>> py3-otp: Cleaning up pkgdir >>> py3-otp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyotp-2.8.0.tar.gz >>> py3-otp: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyotp-2.8.0.tar.gz >>> py3-otp: Checking sha512sums... pyotp-2.8.0.tar.gz: OK >>> py3-otp: Unpacking /var/cache/distfiles/edge/pyotp-2.8.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/pyotp copying src/pyotp/__init__.py -> build/lib/pyotp copying src/pyotp/totp.py -> build/lib/pyotp copying src/pyotp/otp.py -> build/lib/pyotp copying src/pyotp/utils.py -> build/lib/pyotp copying src/pyotp/hotp.py -> build/lib/pyotp copying src/pyotp/compat.py -> build/lib/pyotp creating build/lib/pyotp/contrib copying src/pyotp/contrib/__init__.py -> build/lib/pyotp/contrib copying src/pyotp/contrib/steam.py -> build/lib/pyotp/contrib copying src/pyotp/py.typed -> build/lib/pyotp running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. running egg_info writing src/pyotp.egg-info/PKG-INFO writing dependency_links to src/pyotp.egg-info/dependency_links.txt writing top-level names to src/pyotp.egg-info/top_level.txt reading manifest file 'src/pyotp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/pyotp.egg-info/SOURCES.txt' running build_ext test_comparisons (test.CompareDigestTest.test_comparisons) ... ok test_counter_offset (test.CounterOffsetTest.test_counter_offset) ... ok test_invalid_input (test.HOTPExampleValuesFromTheRFC.test_invalid_input) ... ok test_match_rfc (test.HOTPExampleValuesFromTheRFC.test_match_rfc) ... ok test_other_secret (test.HOTPExampleValuesFromTheRFC.test_other_secret) ... ok test_provisioning_uri (test.HOTPExampleValuesFromTheRFC.test_provisioning_uri) ... ok test_verify_otp_reuse (test.HOTPExampleValuesFromTheRFC.test_verify_otp_reuse) ... ok test_algorithms (test.ParseUriTest.test_algorithms) ... ok test_invalids (test.ParseUriTest.test_invalids) ... ok test_match_examples (test.SteamTOTP.test_match_examples) ... ok test_verify (test.SteamTOTP.test_verify) ... ok test_comparisons (test.StringComparisonTest.test_comparisons) ... ok test_fullwidth_input (test.StringComparisonTest.test_fullwidth_input) ... ok test_unicode_equal (test.StringComparisonTest.test_unicode_equal) ... ok test_input_before_epoch (test.TOTPExampleValuesFromTheRFC.test_input_before_epoch) ... ok test_match_google_authenticator_output (test.TOTPExampleValuesFromTheRFC.test_match_google_authenticator_output) ... ok test_match_rfc (test.TOTPExampleValuesFromTheRFC.test_match_rfc) ... /home/buildozer/aports/community/py3-otp/src/pyotp-2.8.0/test.py:147: UserWarning: 32-bit platforms use native functions to handle timestamps, so they fail this test (and will fail after 19 January 2038) warn( ok test_match_rfc_digit_length (test.TOTPExampleValuesFromTheRFC.test_match_rfc_digit_length) ... ok test_provisioning_uri (test.TOTPExampleValuesFromTheRFC.test_provisioning_uri) ... ok test_random_key_generation (test.TOTPExampleValuesFromTheRFC.test_random_key_generation) ... ok test_validate_totp (test.TOTPExampleValuesFromTheRFC.test_validate_totp) ... ok test_validate_totp_with_digit_length (test.TOTPExampleValuesFromTheRFC.test_validate_totp_with_digit_length) ... ok test_valid_window (test.ValidWindowTest.test_valid_window) ... ok ---------------------------------------------------------------------- Ran 23 tests in 0.006s OK >>> py3-otp: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-otp/pkg creating /home/buildozer/aports/community/py3-otp/pkg/py3-otp creating /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr creating /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib creating /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp copying build/lib/pyotp/__init__.py -> /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp copying build/lib/pyotp/totp.py -> /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp copying build/lib/pyotp/otp.py -> /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp copying build/lib/pyotp/utils.py -> /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp copying build/lib/pyotp/hotp.py -> /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp copying build/lib/pyotp/py.typed -> /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp copying build/lib/pyotp/compat.py -> /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp creating /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp/contrib copying build/lib/pyotp/contrib/__init__.py -> /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp/contrib copying build/lib/pyotp/contrib/steam.py -> /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp/contrib byte-compiling /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp/totp.py to totp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp/otp.py to otp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp/hotp.py to hotp.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp/compat.py to compat.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp/contrib/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp/contrib/steam.py to steam.cpython-311.pyc running install_egg_info running egg_info writing src/pyotp.egg-info/PKG-INFO writing dependency_links to src/pyotp.egg-info/dependency_links.txt writing top-level names to src/pyotp.egg-info/top_level.txt reading manifest file 'src/pyotp.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'src/pyotp.egg-info/SOURCES.txt' Copying src/pyotp.egg-info to /home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp-2.8.0-py3.11.egg-info running install_scripts >>> py3-otp-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp/__pycache__' -> '/home/buildozer/aports/community/py3-otp/pkg/py3-otp-pyc/usr/lib/python3.11/site-packages/pyotp/__pycache__' '/home/buildozer/aports/community/py3-otp/pkg/py3-otp/usr/lib/python3.11/site-packages/pyotp/contrib/__pycache__' -> '/home/buildozer/aports/community/py3-otp/pkg/py3-otp-pyc/usr/lib/python3.11/site-packages/pyotp/contrib/__pycache__' >>> py3-otp-pyc*: Preparing subpackage py3-otp-pyc... >>> py3-otp-pyc*: Running postcheck for py3-otp-pyc >>> py3-otp*: Running postcheck for py3-otp >>> py3-otp*: Preparing package py3-otp... >>> py3-otp-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-otp-pyc*: Package size: 76.0 KB >>> py3-otp-pyc*: Compressing data... >>> py3-otp-pyc*: Create checksum... >>> py3-otp-pyc*: Create py3-otp-pyc-2.8.0-r1.apk >>> py3-otp*: Tracing dependencies... python3 python3~3.11 >>> py3-otp*: Package size: 92.0 KB >>> py3-otp*: Compressing data... >>> py3-otp*: Create checksum... >>> py3-otp*: Create py3-otp-2.8.0-r1.apk >>> py3-otp: Build complete at Fri, 21 Apr 2023 01:17:22 +0000 elapsed time 0h 0m 2s >>> py3-otp: Cleaning up srcdir >>> py3-otp: Cleaning up pkgdir >>> py3-otp: Uninstalling dependencies... (1/20) Purging .makedepends-py3-otp (20230421.011721) (2/20) Purging python3-dev (3.11.3-r10) (3/20) Purging py3-setuptools-pyc (67.7.0-r0) (4/20) Purging py3-setuptools (67.7.0-r0) (5/20) Purging py3-packaging-pyc (23.1-r1) (6/20) Purging py3-packaging (23.1-r1) (7/20) Purging py3-parsing-pyc (3.0.9-r2) (8/20) Purging py3-parsing (3.0.9-r2) (9/20) Purging python3-pyc (3.11.3-r10) (10/20) Purging python3-pycache-pyc0 (3.11.3-r10) (11/20) Purging pyc (0.1-r0) (12/20) Purging python3 (3.11.3-r10) (13/20) Purging gdbm (1.23-r1) (14/20) Purging libbz2 (1.0.8-r5) (15/20) Purging libffi (3.4.4-r2) (16/20) Purging libpanelw (6.4_p20230401-r4) (17/20) Purging mpdecimal (2.5.1-r2) (18/20) Purging readline (8.2.1-r1) (19/20) Purging sqlite-libs (3.41.2-r2) (20/20) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 99 packages >>> py3-otp: Updating the community/armhf repository index... >>> py3-otp: Signing the index...