>>> py3-pyclipper: Building community/py3-pyclipper 1.3.0-r0 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 15:20:45 +0000 >>> py3-pyclipper: Checking sanity of /home/buildozer/aports/community/py3-pyclipper/APKBUILD... >>> py3-pyclipper: Analyzing dependencies... >>> py3-pyclipper: Installing for build: build-base python3 py3-setuptools py3-setuptools_scm python3-dev cython clipper-dev py3-pytest py3-pytest-runner (1/24) Installing libbz2 (1.0.8-r4) (2/24) Installing libffi (3.4.4-r0) (3/24) Installing gdbm (1.23-r0) (4/24) Installing xz-libs (5.2.8-r0) (5/24) Installing mpdecimal (2.5.1-r1) (6/24) Installing readline (8.2.0-r0) (7/24) Installing sqlite-libs (3.40.0-r0) (8/24) Installing python3 (3.11.0-r2) (9/24) Installing py3-parsing (3.0.9-r1) (10/24) Installing py3-packaging (21.3-r3) (11/24) Installing py3-setuptools (65.6.0-r1) (12/24) Installing py3-typing-extensions (4.4.0-r1) (13/24) Installing py3-setuptools_scm (7.0.5-r3) (14/24) Installing python3-dev (3.11.0-r2) (15/24) Installing cython (0.29.32-r1) (16/24) Installing clipper (6.4.2-r2) (17/24) Installing clipper-dev (6.4.2-r2) (18/24) Installing py3-attrs (22.1.0-r1) (19/24) Installing py3-iniconfig (1.1.1-r4) (20/24) Installing py3-pluggy (1.0.0-r2) (21/24) Installing py3-py (1.11.0-r1) (22/24) Installing py3-pytest (7.2.0-r2) (23/24) Installing py3-pytest-runner (6.0.0-r1) (24/24) Installing .makedepends-py3-pyclipper (20221123.152046) Executing busybox-1.35.0-r29.trigger OK: 483 MiB in 120 packages >>> py3-pyclipper: Cleaning up srcdir >>> py3-pyclipper: Cleaning up pkgdir >>> py3-pyclipper: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyclipper-1.3.0.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-pyclipper: Fetching https://files.pythonhosted.org/packages/source/p/pyclipper/pyclipper-1.3.0.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 100 138k 0 0 117k 0 0:00:01 0:00:01 --:--:-- 117k >>> py3-pyclipper: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pyclipper-1.3.0.zip >>> py3-pyclipper: Checking sha512sums... pyclipper-1.3.0.zip: OK 10-system-libs.patch: OK disable-broken-test.patch: OK use-unittest-instead-of-unittest2.patch: OK >>> py3-pyclipper: Unpacking /var/cache/distfiles/edge/pyclipper-1.3.0.zip... >>> py3-pyclipper: 10-system-libs.patch patching file setup.py >>> py3-pyclipper: disable-broken-test.patch patching file tests/test_pyclipper.py Hunk #1 succeeded at 362 (offset -46 lines). >>> py3-pyclipper: use-unittest-instead-of-unittest2.patch patching file setup.py Hunk #1 succeeded at 99 (offset 5 lines). patching file tests/test_pyclipper.py /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( Development mode: Compiling Cython modules from .pyx sources. running build_ext cythoning src/pyclipper/_pyclipper.pyx to src/pyclipper/_pyclipper.cpp /usr/lib/python3.11/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/buildozer/aports/community/py3-pyclipper/src/pyclipper-1.3.0/src/pyclipper/_pyclipper.pyx tree = Parsing.p_module(s, pxd, full_module_name) building 'pyclipper._pyclipper' extension creating build creating build/temp.linux-armv8l-cpython-311 creating build/temp.linux-armv8l-cpython-311/src creating build/temp.linux-armv8l-cpython-311/src/pyclipper gcc -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Isrc -I/usr/include/polyclipping -I/usr/include/python3.11 -c src/pyclipper/_pyclipper.cpp -o build/temp.linux-armv8l-cpython-311/src/pyclipper/_pyclipper.o src/pyclipper/_pyclipper.cpp: In function 'PyObject* __Pyx_Import(PyObject*, PyObject*, int)': src/pyclipper/_pyclipper.cpp:13473:31: warning: comparing the result of pointer addition '(((const char*)"pyclipper._pyclipper") + 9)' and NULL [-Waddress] 13473 | if ((1) && (strchr(__Pyx_MODULE_NAME, '.'))) { | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/vector:63, from src/pyclipper/_pyclipper.cpp:764: /usr/include/c++/12.2.1/bits/stl_uninitialized.h: In function '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = ClipperLib::IntPoint*]': /usr/include/c++/12.2.1/bits/stl_uninitialized.h:163:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 163 | uninitialized_copy(_InputIterator __first, _InputIterator __last, | ^~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_uninitialized.h:163:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = ClipperLib::IntPoint*; _Tp = ClipperLib::IntPoint]', inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = ClipperLib::IntPoint; _Alloc = std::allocator]' at /usr/include/c++/12.2.1/bits/stl_vector.h:601:31: /usr/include/c++/12.2.1/bits/stl_uninitialized.h:372:37: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 372 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = ClipperLib::IntPoint*; _Tp = ClipperLib::IntPoint]', inlined from 'std::vector<_Tp, _Alloc>::pointer std::vector<_Tp, _Alloc>::_M_allocate_and_copy(size_type, _ForwardIterator, _ForwardIterator) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = ClipperLib::IntPoint; _Alloc = std::allocator]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1617:35, inlined from 'std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = ClipperLib::IntPoint; _Alloc = std::allocator]' at /usr/include/c++/12.2.1/bits/vector.tcc:232:44: /usr/include/c++/12.2.1/bits/stl_uninitialized.h:372:37: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 372 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/vector:70: /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {ClipperLib::IntPoint}; _Tp = ClipperLib::IntPoint; _Alloc = std::allocator]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 439 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {ClipperLib::IntPoint}; _Tp = ClipperLib::IntPoint; _Alloc = std::allocator]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = ClipperLib::IntPoint; _Alloc = std::allocator]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1294:21, inlined from 'ClipperLib::Path __pyx_f_9pyclipper_10_pyclipper__to_clipper_path(PyObject*)' at src/pyclipper/_pyclipper.cpp:8964:27: /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ creating build/lib.linux-armv8l-cpython-311 creating build/lib.linux-armv8l-cpython-311/pyclipper g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-311/src/pyclipper/_pyclipper.o -L/usr/lib -L/usr/lib -lpolyclipping -o build/lib.linux-armv8l-cpython-311/pyclipper/_pyclipper.cpython-311-arm-linux-musleabihf.so /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( Development mode: Compiling Cython modules from .pyx sources. running pytest running egg_info writing src/pyclipper.egg-info/PKG-INFO writing dependency_links to src/pyclipper.egg-info/dependency_links.txt writing top-level names to src/pyclipper.egg-info/top_level.txt reading manifest file 'src/pyclipper.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'dev' warning: no previously-included files found matching '.git*' warning: no previously-included files found matching '.appveyor.yml' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching '.appveyor/*' warning: no previously-included files found matching 'multibuild/*' warning: no previously-included files found matching 'config.sh' adding license file 'LICENSE' writing manifest file 'src/pyclipper.egg-info/SOURCES.txt' running build_ext skipping 'src/pyclipper/_pyclipper.cpp' Cython extension (up-to-date) building 'pyclipper._pyclipper' extension gcc -DNDEBUG -g -fwrapv -O3 -Wall -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -Os -fomit-frame-pointer -g -O2 -DTHREAD_STACK_SIZE=0x200000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -Isrc -I/usr/include/polyclipping -I/usr/include/python3.11 -c src/pyclipper/_pyclipper.cpp -o build/temp.linux-armv8l-cpython-311/src/pyclipper/_pyclipper.o src/pyclipper/_pyclipper.cpp: In function 'PyObject* __Pyx_Import(PyObject*, PyObject*, int)': src/pyclipper/_pyclipper.cpp:13473:31: warning: comparing the result of pointer addition '(((const char*)"pyclipper._pyclipper") + 9)' and NULL [-Waddress] 13473 | if ((1) && (strchr(__Pyx_MODULE_NAME, '.'))) { | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/vector:63, from src/pyclipper/_pyclipper.cpp:764: /usr/include/c++/12.2.1/bits/stl_uninitialized.h: In function '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = ClipperLib::IntPoint*]': /usr/include/c++/12.2.1/bits/stl_uninitialized.h:163:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 163 | uninitialized_copy(_InputIterator __first, _InputIterator __last, | ^~~~~~~~~~~~~~~~~~ /usr/include/c++/12.2.1/bits/stl_uninitialized.h:163:5: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = ClipperLib::IntPoint*; _Tp = ClipperLib::IntPoint]', inlined from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = ClipperLib::IntPoint; _Alloc = std::allocator]' at /usr/include/c++/12.2.1/bits/stl_vector.h:601:31: /usr/include/c++/12.2.1/bits/stl_uninitialized.h:372:37: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 372 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In function '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = ClipperLib::IntPoint*; _Tp = ClipperLib::IntPoint]', inlined from 'std::vector<_Tp, _Alloc>::pointer std::vector<_Tp, _Alloc>::_M_allocate_and_copy(size_type, _ForwardIterator, _ForwardIterator) [with _ForwardIterator = __gnu_cxx::__normal_iterator >; _Tp = ClipperLib::IntPoint; _Alloc = std::allocator]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1617:35, inlined from 'std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = ClipperLib::IntPoint; _Alloc = std::allocator]' at /usr/include/c++/12.2.1/bits/vector.tcc:232:44: /usr/include/c++/12.2.1/bits/stl_uninitialized.h:372:37: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 372 | return std::uninitialized_copy(__first, __last, __result); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/c++/12.2.1/vector:70: /usr/include/c++/12.2.1/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(iterator, _Args&& ...) [with _Args = {ClipperLib::IntPoint}; _Tp = ClipperLib::IntPoint; _Alloc = std::allocator]': /usr/include/c++/12.2.1/bits/vector.tcc:439:7: note: parameter passing for argument of type 'std::vector::iterator' changed in GCC 7.1 439 | vector<_Tp, _Alloc>:: | ^~~~~~~~~~~~~~~~~~~ In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::emplace_back(_Args&& ...) [with _Args = {ClipperLib::IntPoint}; _Tp = ClipperLib::IntPoint; _Alloc = std::allocator]', inlined from 'void std::vector<_Tp, _Alloc>::push_back(value_type&&) [with _Tp = ClipperLib::IntPoint; _Alloc = std::allocator]' at /usr/include/c++/12.2.1/bits/stl_vector.h:1294:21, inlined from 'ClipperLib::Path __pyx_f_9pyclipper_10_pyclipper__to_clipper_path(PyObject*)' at src/pyclipper/_pyclipper.cpp:8964:27: /usr/include/c++/12.2.1/bits/vector.tcc:123:28: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 123 | _M_realloc_insert(end(), std::forward<_Args>(__args)...); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-cpython-311/src/pyclipper/_pyclipper.o -L/usr/lib -L/usr/lib -lpolyclipping -o /home/buildozer/aports/community/py3-pyclipper/src/pyclipper-1.3.0/src/pyclipper/_pyclipper.cpython-311-arm-linux-musleabihf.so ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-pyclipper/src/pyclipper-1.3.0, configfile: setup.cfg, testpaths: tests collecting ... collected 40 items tests/test_pyclipper.py::TestPyclipperModule::test_has_classes PASSED [ 2%] tests/test_pyclipper.py::TestPyclipperModule::test_has_namespace_methods PASSED [ 5%] tests/test_pyclipper.py::TestNamespaceMethods::test_area PASSED [ 7%] tests/test_pyclipper.py::TestNamespaceMethods::test_clean_polygon PASSED [ 10%] tests/test_pyclipper.py::TestNamespaceMethods::test_clean_polygons PASSED [ 12%] tests/test_pyclipper.py::TestNamespaceMethods::test_minkowski_diff PASSED [ 15%] tests/test_pyclipper.py::TestNamespaceMethods::test_minkowski_sum PASSED [ 17%] tests/test_pyclipper.py::TestNamespaceMethods::test_minkowski_sum2 PASSED [ 20%] tests/test_pyclipper.py::TestNamespaceMethods::test_orientation PASSED [ 22%] tests/test_pyclipper.py::TestNamespaceMethods::test_point_in_polygon PASSED [ 25%] tests/test_pyclipper.py::TestNamespaceMethods::test_reverse_path PASSED [ 27%] tests/test_pyclipper.py::TestNamespaceMethods::test_reverse_paths PASSED [ 30%] tests/test_pyclipper.py::TestNamespaceMethods::test_simplify_polygon PASSED [ 32%] tests/test_pyclipper.py::TestNamespaceMethods::test_simplify_polygons PASSED [ 35%] tests/test_pyclipper.py::TestFilterPyPolyNode::test_closed_paths_from_polytree PASSED [ 37%] tests/test_pyclipper.py::TestFilterPyPolyNode::test_open_paths_from_polytree PASSED [ 40%] tests/test_pyclipper.py::TestFilterPyPolyNode::test_polytree_to_paths PASSED [ 42%] tests/test_pyclipper.py::TestPyclipperAddPaths::test_add_path PASSED [ 45%] tests/test_pyclipper.py::TestPyclipperAddPaths::test_add_path_invalid_path PASSED [ 47%] tests/test_pyclipper.py::TestPyclipperAddPaths::test_add_paths PASSED [ 50%] tests/test_pyclipper.py::TestPyclipperAddPaths::test_add_paths_invalid_path PASSED [ 52%] tests/test_pyclipper.py::TestClassProperties::test_pyclipper_properties PASSED [ 55%] tests/test_pyclipper.py::TestClassProperties::test_pyclipperoffset_properties PASSED [ 57%] tests/test_pyclipper.py::TestPyclipperExecute::test_clear PASSED [ 60%] tests/test_pyclipper.py::TestPyclipperExecute::test_exact_results PASSED [ 62%] tests/test_pyclipper.py::TestPyclipperExecute::test_execute PASSED [ 65%] tests/test_pyclipper.py::TestPyclipperExecute::test_execute2 PASSED [ 67%] tests/test_pyclipper.py::TestPyclipperExecute::test_execute_empty PASSED [ 70%] tests/test_pyclipper.py::TestPyclipperExecute::test_get_bounds PASSED [ 72%] tests/test_pyclipper.py::TestPyclipperOffset::test_clear PASSED [ 75%] tests/test_pyclipper.py::TestPyclipperOffset::test_execute PASSED [ 77%] tests/test_pyclipper.py::TestPyclipperOffset::test_execute2 PASSED [ 80%] tests/test_pyclipper.py::TestScalingFunctions::test_path_scale_from PASSED [ 82%] tests/test_pyclipper.py::TestScalingFunctions::test_path_scale_to PASSED [ 85%] tests/test_pyclipper.py::TestScalingFunctions::test_paths_scale_from PASSED [ 87%] tests/test_pyclipper.py::TestScalingFunctions::test_paths_scale_to PASSED [ 90%] tests/test_pyclipper.py::TestScalingFunctions::test_value_scale_from PASSED [ 92%] tests/test_pyclipper.py::TestScalingFunctions::test_value_scale_to PASSED [ 95%] tests/test_pyclipper.py::TestNonStandardNumbers::test_sympyzero PASSED [ 97%] tests/test_pyclipper.py::TestPackageVersion::test__version__ PASSED [100%] ============================== 40 passed in 0.09s ============================== >>> py3-pyclipper: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/dist.py:771: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( Development mode: Compiling Cython modules from .pyx sources. running install /usr/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py copying src/pyclipper/__init__.py -> build/lib.linux-armv8l-cpython-311/pyclipper copying src/pyclipper/_version.py -> build/lib.linux-armv8l-cpython-311/pyclipper running build_ext skipping 'src/pyclipper/_pyclipper.cpp' Cython extension (up-to-date) running install_lib creating /home/buildozer/aports/community/py3-pyclipper/pkg creating /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper creating /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper/usr creating /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper/usr/lib creating /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper/usr/lib/python3.11/site-packages/pyclipper copying build/lib.linux-armv8l-cpython-311/pyclipper/_pyclipper.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper/usr/lib/python3.11/site-packages/pyclipper copying build/lib.linux-armv8l-cpython-311/pyclipper/__init__.py -> /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper/usr/lib/python3.11/site-packages/pyclipper copying build/lib.linux-armv8l-cpython-311/pyclipper/_version.py -> /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper/usr/lib/python3.11/site-packages/pyclipper byte-compiling /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper/usr/lib/python3.11/site-packages/pyclipper/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper/usr/lib/python3.11/site-packages/pyclipper/_version.py to _version.cpython-311.pyc running install_egg_info running egg_info writing src/pyclipper.egg-info/PKG-INFO writing dependency_links to src/pyclipper.egg-info/dependency_links.txt writing top-level names to src/pyclipper.egg-info/top_level.txt reading manifest file 'src/pyclipper.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'dev' warning: no previously-included files found matching '.git*' warning: no previously-included files found matching '.appveyor.yml' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching '.appveyor/*' warning: no previously-included files found matching 'multibuild/*' warning: no previously-included files found matching 'config.sh' adding license file 'LICENSE' writing manifest file 'src/pyclipper.egg-info/SOURCES.txt' Copying src/pyclipper.egg-info to /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper/usr/lib/python3.11/site-packages/pyclipper-1.3.0-py3.11.egg-info running install_scripts >>> py3-pyclipper*: Running postcheck for py3-pyclipper >>> py3-pyclipper*: Preparing package py3-pyclipper... >>> py3-pyclipper*: Stripping binaries >>> py3-pyclipper*: Scanning shared objects >>> py3-pyclipper*: Tracing dependencies... python3 so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libpolyclipping.so.22 so:libstdc++.so.6 >>> py3-pyclipper*: Package size: 220.0 KB >>> py3-pyclipper*: Compressing data... >>> py3-pyclipper*: Create checksum... >>> py3-pyclipper*: Create py3-pyclipper-1.3.0-r0.apk >>> py3-pyclipper: Build complete at Wed, 23 Nov 2022 15:21:02 +0000 elapsed time 0h 0m 17s >>> py3-pyclipper: Cleaning up srcdir >>> py3-pyclipper: Cleaning up pkgdir >>> py3-pyclipper: Uninstalling dependencies... (1/24) Purging .makedepends-py3-pyclipper (20221123.152046) (2/24) Purging py3-setuptools_scm (7.0.5-r3) (3/24) Purging py3-typing-extensions (4.4.0-r1) (4/24) Purging python3-dev (3.11.0-r2) (5/24) Purging cython (0.29.32-r1) (6/24) Purging clipper-dev (6.4.2-r2) (7/24) Purging clipper (6.4.2-r2) (8/24) Purging py3-pytest-runner (6.0.0-r1) (9/24) Purging py3-pytest (7.2.0-r2) (10/24) Purging py3-attrs (22.1.0-r1) (11/24) Purging py3-iniconfig (1.1.1-r4) (12/24) Purging py3-pluggy (1.0.0-r2) (13/24) Purging py3-py (1.11.0-r1) (14/24) Purging py3-setuptools (65.6.0-r1) (15/24) Purging py3-packaging (21.3-r3) (16/24) Purging py3-parsing (3.0.9-r1) (17/24) Purging python3 (3.11.0-r2) (18/24) Purging libbz2 (1.0.8-r4) (19/24) Purging libffi (3.4.4-r0) (20/24) Purging gdbm (1.23-r0) (21/24) Purging xz-libs (5.2.8-r0) (22/24) Purging mpdecimal (2.5.1-r1) (23/24) Purging readline (8.2.0-r0) (24/24) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> py3-pyclipper: Updating the community/armhf repository index... >>> py3-pyclipper: Signing the index...