>>> py3-jsonpointer: Building community/py3-jsonpointer 2.3-r1 (using abuild 3.11.0_rc13-r0) started Thu, 27 Apr 2023 05:09:29 +0000 >>> py3-jsonpointer: Checking sanity of /home/buildozer/aports/community/py3-jsonpointer/APKBUILD... >>> py3-jsonpointer: Analyzing dependencies... >>> py3-jsonpointer: Installing for build: build-base py3-setuptools (1/19) Installing libbz2 (1.0.8-r5) (2/19) Installing libffi (3.4.4-r2) (3/19) Installing gdbm (1.23-r1) (4/19) Installing xz-libs (5.4.2-r1) (5/19) Installing mpdecimal (2.5.1-r2) (6/19) Installing libpanelw (6.4_p20230401-r6) (7/19) Installing readline (8.2.1-r1) (8/19) Installing sqlite-libs (3.41.2-r2) (9/19) Installing python3 (3.11.3-r10) (10/19) Installing python3-pycache-pyc0 (3.11.3-r10) (11/19) Installing pyc (0.1-r0) (12/19) Installing py3-setuptools-pyc (67.7.2-r0) (13/19) Installing py3-parsing (3.0.9-r2) (14/19) Installing py3-parsing-pyc (3.0.9-r2) (15/19) Installing py3-packaging-pyc (23.1-r1) (16/19) Installing python3-pyc (3.11.3-r10) (17/19) Installing py3-packaging (23.1-r1) (18/19) Installing py3-setuptools (67.7.2-r0) (19/19) Installing .makedepends-py3-jsonpointer (20230427.050932) Executing busybox-1.36.0-r8.trigger OK: 441 MiB in 117 packages >>> py3-jsonpointer: Cleaning up srcdir >>> py3-jsonpointer: Cleaning up pkgdir >>> py3-jsonpointer: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-jsonpointer-2.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14871 100 14871 0 0 152k 0 --:--:-- --:--:-- --:--:-- 152k >>> py3-jsonpointer: Fetching https://distfiles.alpinelinux.org/distfiles/v3.18/py3-jsonpointer-2.3.tar.gz >>> py3-jsonpointer: Checking sha512sums... py3-jsonpointer-2.3.tar.gz: OK >>> py3-jsonpointer: Unpacking /var/cache/distfiles/v3.18/py3-jsonpointer-2.3.tar.gz... running build running build_py creating build creating build/lib copying jsonpointer.py -> build/lib running build_scripts creating build/scripts-3.11 copying and adjusting bin/jsonpointer -> build/scripts-3.11 changing mode of build/scripts-3.11/jsonpointer from 644 to 755 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 creating jsonpointer.egg-info writing jsonpointer.egg-info/PKG-INFO writing dependency_links to jsonpointer.egg-info/dependency_links.txt writing top-level names to jsonpointer.egg-info/top_level.txt writing manifest file 'jsonpointer.egg-info/SOURCES.txt' reading manifest file 'jsonpointer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' adding license file 'AUTHORS' writing manifest file 'jsonpointer.egg-info/SOURCES.txt' running build_ext ........................... ---------------------------------------------------------------------- Ran 27 tests in 0.013s OK test_alttypes (tests.AltTypesTests.test_alttypes) ... ok test_mock_dict_raises_key_error (tests.AltTypesTests.test_mock_dict_raises_key_error) ... ok test_mock_dict_returns_default (tests.AltTypesTests.test_mock_dict_returns_default) ... ok test_mock_dict_sanity (tests.AltTypesTests.test_mock_dict_sanity) ... ok test_contains (tests.ComparisonTests.test_contains) ... ok test_contains_magic (tests.ComparisonTests.test_contains_magic) ... ok test_eq_hash (tests.ComparisonTests.test_eq_hash) ... ok test_join (tests.ComparisonTests.test_join) ... ok test_join_magic (tests.ComparisonTests.test_join_magic) ... ok test_set (tests.SetTests.test_set) ... ok test_eol (tests.SpecificationTests.test_eol) ... ok test_example (tests.SpecificationTests.test_example) ... ok test_parts (tests.SpecificationTests.test_parts) ... ok test_round_trip (tests.SpecificationTests.test_round_trip) ... ok test_str_and_repr (tests.SpecificationTests.test_str_and_repr) ... ok test_empty_path (tests.ToLastTests.test_empty_path) ... ok test_path (tests.ToLastTests.test_path) ... ok test_invalid_escape (tests.WrongInputTests.test_invalid_escape) ... ok test_invalid_index (tests.WrongInputTests.test_invalid_index) ... ok test_no_start_slash (tests.WrongInputTests.test_no_start_slash) ... ok test_oob (tests.WrongInputTests.test_oob) ... ok test_trailing_escape (tests.WrongInputTests.test_trailing_escape) ... ok ---------------------------------------------------------------------- Ran 22 tests in 0.006s OK >>> py3-jsonpointer: 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-jsonpointer/pkg creating /home/buildozer/aports/community/py3-jsonpointer/pkg/py3-jsonpointer creating /home/buildozer/aports/community/py3-jsonpointer/pkg/py3-jsonpointer/usr creating /home/buildozer/aports/community/py3-jsonpointer/pkg/py3-jsonpointer/usr/lib creating /home/buildozer/aports/community/py3-jsonpointer/pkg/py3-jsonpointer/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-jsonpointer/pkg/py3-jsonpointer/usr/lib/python3.11/site-packages copying build/lib/jsonpointer.py -> /home/buildozer/aports/community/py3-jsonpointer/pkg/py3-jsonpointer/usr/lib/python3.11/site-packages byte-compiling /home/buildozer/aports/community/py3-jsonpointer/pkg/py3-jsonpointer/usr/lib/python3.11/site-packages/jsonpointer.py to jsonpointer.cpython-311.pyc running install_egg_info running egg_info writing jsonpointer.egg-info/PKG-INFO writing dependency_links to jsonpointer.egg-info/dependency_links.txt writing top-level names to jsonpointer.egg-info/top_level.txt reading manifest file 'jsonpointer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' adding license file 'AUTHORS' writing manifest file 'jsonpointer.egg-info/SOURCES.txt' Copying jsonpointer.egg-info to /home/buildozer/aports/community/py3-jsonpointer/pkg/py3-jsonpointer/usr/lib/python3.11/site-packages/jsonpointer-2.3-py3.11.egg-info running install_scripts creating /home/buildozer/aports/community/py3-jsonpointer/pkg/py3-jsonpointer/usr/bin copying build/scripts-3.11/jsonpointer -> /home/buildozer/aports/community/py3-jsonpointer/pkg/py3-jsonpointer/usr/bin changing mode of /home/buildozer/aports/community/py3-jsonpointer/pkg/py3-jsonpointer/usr/bin/jsonpointer to 755 >>> py3-jsonpointer-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-jsonpointer/pkg/py3-jsonpointer/usr/lib/python3.11/site-packages/__pycache__' -> '/home/buildozer/aports/community/py3-jsonpointer/pkg/py3-jsonpointer-pyc/usr/lib/python3.11/site-packages/__pycache__' >>> py3-jsonpointer-pyc*: Preparing subpackage py3-jsonpointer-pyc... >>> py3-jsonpointer-pyc*: Running postcheck for py3-jsonpointer-pyc >>> py3-jsonpointer*: Running postcheck for py3-jsonpointer >>> py3-jsonpointer*: Preparing package py3-jsonpointer... >>> py3-jsonpointer-pyc*: Tracing dependencies... python3~3.11 >>> py3-jsonpointer-pyc*: Package size: 40.0 KB >>> py3-jsonpointer-pyc*: Compressing data... >>> py3-jsonpointer-pyc*: Create checksum... >>> py3-jsonpointer-pyc*: Create py3-jsonpointer-pyc-2.3-r1.apk >>> py3-jsonpointer*: Tracing dependencies... python3~3.11 >>> py3-jsonpointer*: Package size: 60.0 KB >>> py3-jsonpointer*: Compressing data... >>> py3-jsonpointer*: Create checksum... >>> py3-jsonpointer*: Create py3-jsonpointer-2.3-r1.apk >>> py3-jsonpointer: Build complete at Thu, 27 Apr 2023 05:09:38 +0000 elapsed time 0h 0m 9s >>> py3-jsonpointer: Cleaning up srcdir >>> py3-jsonpointer: Cleaning up pkgdir >>> py3-jsonpointer: Uninstalling dependencies... (1/19) Purging .makedepends-py3-jsonpointer (20230427.050932) (2/19) Purging py3-setuptools-pyc (67.7.2-r0) (3/19) Purging py3-setuptools (67.7.2-r0) (4/19) Purging py3-packaging-pyc (23.1-r1) (5/19) Purging py3-packaging (23.1-r1) (6/19) Purging py3-parsing-pyc (3.0.9-r2) (7/19) Purging py3-parsing (3.0.9-r2) (8/19) Purging python3-pyc (3.11.3-r10) (9/19) Purging python3-pycache-pyc0 (3.11.3-r10) (10/19) Purging pyc (0.1-r0) (11/19) Purging python3 (3.11.3-r10) (12/19) Purging gdbm (1.23-r1) (13/19) Purging libbz2 (1.0.8-r5) (14/19) Purging libffi (3.4.4-r2) (15/19) Purging libpanelw (6.4_p20230401-r6) (16/19) Purging mpdecimal (2.5.1-r2) (17/19) Purging readline (8.2.1-r1) (18/19) Purging sqlite-libs (3.41.2-r2) (19/19) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r8.trigger OK: 392 MiB in 98 packages >>> py3-jsonpointer: Updating the community/x86_64 repository index... >>> py3-jsonpointer: Signing the index...