>>> py3-pyclipper: Building community/py3-pyclipper 1.2.1-r1 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 05:31:01 +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/25) Installing libbz2 (1.0.8-r3) (2/25) Installing libffi (3.4.4-r0) (3/25) Installing gdbm (1.23-r0) (4/25) Installing xz-libs (5.2.7-r0) (5/25) Installing mpdecimal (2.5.1-r1) (6/25) Installing readline (8.2.0-r0) (7/25) Installing sqlite-libs (3.39.4-r0) (8/25) Installing python3 (3.10.8-r3) (9/25) Installing py3-parsing (3.0.9-r0) (10/25) Installing py3-packaging (21.3-r2) (11/25) Installing py3-setuptools (65.5.0-r0) (12/25) Installing py3-tomli (2.0.1-r1) (13/25) Installing py3-typing-extensions (4.4.0-r0) (14/25) Installing py3-setuptools_scm (7.0.5-r0) (15/25) Installing python3-dev (3.10.8-r3) (16/25) Installing cython (0.29.32-r0) (17/25) Installing clipper (6.4.2-r2) (18/25) Installing clipper-dev (6.4.2-r2) (19/25) Installing py3-attrs (22.1.0-r0) (20/25) Installing py3-iniconfig (1.1.1-r3) (21/25) Installing py3-pluggy (1.0.0-r1) (22/25) Installing py3-py (1.11.0-r0) (23/25) Installing py3-pytest (7.1.3-r1) (24/25) Installing py3-pytest-runner (5.3.2-r1) (25/25) Installing .makedepends-py3-pyclipper (20221028.053112) Executing busybox-1.35.0-r27.trigger OK: 300 MiB in 118 packages >>> py3-pyclipper: Cleaning up srcdir >>> py3-pyclipper: Cleaning up pkgdir >>> py3-pyclipper: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/pyclipper-1.2.1.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 100 139k 100 139k 0 0 176k 0 --:--:-- --:--:-- --:--:-- 176k >>> py3-pyclipper: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/pyclipper-1.2.1.zip >>> py3-pyclipper: Checking sha512sums... pyclipper-1.2.1.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/v3.17/pyclipper-1.2.1.zip... >>> py3-pyclipper: 10-system-libs.patch patching file setup.py >>> py3-pyclipper: disable-broken-test.patch patching file tests/test_pyclipper.py >>> py3-pyclipper: use-unittest-instead-of-unittest2.patch patching file setup.py Hunk #1 succeeded at 97 (offset 3 lines). patching file tests/test_pyclipper.py /usr/lib/python3.10/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( Distribution mode: Compiling Cython generated .cpp sources. running build running build_ext building 'pyclipper' extension creating build creating build/temp.linux-armv8l-cpython-310 creating build/temp.linux-armv8l-cpython-310/pyclipper gcc -Wno-unused-result -Wsign-compare -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=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/polyclipping -I/usr/include/python3.10 -c pyclipper/pyclipper.cpp -o build/temp.linux-armv8l-cpython-310/pyclipper/pyclipper.o In file included from /usr/include/c++/12.2.1/vector:63, from pyclipper/pyclipper.cpp:648: /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__to_clipper_path(PyObject*)' at pyclipper/pyclipper.cpp:8966: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-310 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-310/pyclipper/pyclipper.o -L/usr/lib -L/usr/lib -lpolyclipping -o build/lib.linux-armv8l-cpython-310/pyclipper.cpython-310-arm-linux-gnueabihf.so /usr/lib/python3.10/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( Distribution mode: Compiling Cython generated .cpp sources. running pytest running egg_info writing pyclipper.egg-info/PKG-INFO writing dependency_links to pyclipper.egg-info/dependency_links.txt writing top-level names to pyclipper.egg-info/top_level.txt reading manifest file '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 'pyclipper.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-armv8l-cpython-310/pyclipper.cpython-310-arm-linux-gnueabihf.so -> ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-pyclipper/src/pyclipper-1.2.1, configfile: setup.cfg, testpaths: tests collecting ... collected 47 items tests/test_pyclipper.py::TestPyclipperModule::test_has_classes PASSED [ 2%] tests/test_pyclipper.py::TestPyclipperModule::test_has_namespace_methods PASSED [ 4%] tests/test_pyclipper.py::TestNamespaceMethods::test_area PASSED [ 6%] tests/test_pyclipper.py::TestNamespaceMethods::test_clean_polygon PASSED [ 8%] tests/test_pyclipper.py::TestNamespaceMethods::test_clean_polygons PASSED [ 10%] tests/test_pyclipper.py::TestNamespaceMethods::test_minkowski_diff PASSED [ 12%] tests/test_pyclipper.py::TestNamespaceMethods::test_minkowski_sum PASSED [ 14%] tests/test_pyclipper.py::TestNamespaceMethods::test_minkowski_sum2 PASSED [ 17%] tests/test_pyclipper.py::TestNamespaceMethods::test_orientation PASSED [ 19%] tests/test_pyclipper.py::TestNamespaceMethods::test_point_in_polygon PASSED [ 21%] tests/test_pyclipper.py::TestNamespaceMethods::test_reverse_path PASSED [ 23%] tests/test_pyclipper.py::TestNamespaceMethods::test_reverse_paths PASSED [ 25%] tests/test_pyclipper.py::TestNamespaceMethods::test_simplify_polygon PASSED [ 27%] tests/test_pyclipper.py::TestNamespaceMethods::test_simplify_polygons PASSED [ 29%] tests/test_pyclipper.py::TestFilterPyPolyNode::test_closed_paths_from_polytree PASSED [ 31%] tests/test_pyclipper.py::TestFilterPyPolyNode::test_open_paths_from_polytree PASSED [ 34%] tests/test_pyclipper.py::TestFilterPyPolyNode::test_polytree_to_paths PASSED [ 36%] tests/test_pyclipper.py::TestPyclipperAddPaths::test_add_path PASSED [ 38%] tests/test_pyclipper.py::TestPyclipperAddPaths::test_add_path_invalid_path PASSED [ 40%] tests/test_pyclipper.py::TestPyclipperAddPaths::test_add_paths PASSED [ 42%] tests/test_pyclipper.py::TestPyclipperAddPaths::test_add_paths_invalid_path PASSED [ 44%] tests/test_pyclipper.py::TestClassProperties::test_pyclipper_properties PASSED [ 46%] tests/test_pyclipper.py::TestClassProperties::test_pyclipperoffset_properties PASSED [ 48%] tests/test_pyclipper.py::TestPyclipperExecute::test_clear PASSED [ 51%] tests/test_pyclipper.py::TestPyclipperExecute::test_exact_results PASSED [ 53%] tests/test_pyclipper.py::TestPyclipperExecute::test_execute PASSED [ 55%] tests/test_pyclipper.py::TestPyclipperExecute::test_execute2 PASSED [ 57%] tests/test_pyclipper.py::TestPyclipperExecute::test_execute_empty PASSED [ 59%] tests/test_pyclipper.py::TestPyclipperExecute::test_get_bounds PASSED [ 61%] tests/test_pyclipper.py::TestPyclipperOffset::test_clear PASSED [ 63%] tests/test_pyclipper.py::TestPyclipperOffset::test_execute PASSED [ 65%] tests/test_pyclipper.py::TestPyclipperOffset::test_execute2 PASSED [ 68%] tests/test_pyclipper.py::TestScalingFactorWarning::test_add_path PASSED [ 70%] tests/test_pyclipper.py::TestScalingFactorWarning::test_add_paths PASSED [ 72%] tests/test_pyclipper.py::TestScalingFactorWarning::test_area PASSED [ 74%] tests/test_pyclipper.py::TestScalingFactorWarning::test_minkowski_diff PASSED [ 76%] tests/test_pyclipper.py::TestScalingFactorWarning::test_minkowski_sum PASSED [ 78%] tests/test_pyclipper.py::TestScalingFactorWarning::test_minkowski_sum2 PASSED [ 80%] tests/test_pyclipper.py::TestScalingFactorWarning::test_orientation PASSED [ 82%] tests/test_pyclipper.py::TestScalingFactorWarning::test_point_in_polygon PASSED [ 85%] tests/test_pyclipper.py::TestScalingFunctions::test_path_scale_from PASSED [ 87%] tests/test_pyclipper.py::TestScalingFunctions::test_path_scale_to PASSED [ 89%] tests/test_pyclipper.py::TestScalingFunctions::test_paths_scale_from PASSED [ 91%] tests/test_pyclipper.py::TestScalingFunctions::test_paths_scale_to PASSED [ 93%] tests/test_pyclipper.py::TestScalingFunctions::test_value_scale_from PASSED [ 95%] tests/test_pyclipper.py::TestScalingFunctions::test_value_scale_to PASSED [ 97%] tests/test_pyclipper.py::TestNonStandardNumbers::test_sympyzero PASSED [100%] =============================== warnings summary =============================== tests/test_pyclipper.py: 20 warnings /home/buildozer/aports/community/py3-pyclipper/src/pyclipper-1.2.1/tests/test_pyclipper.py:196: DeprecationWarning: SCALING_FACTOR is deprecated and it's value is ignored. See https://github.com/greginvm/pyclipper/wiki/Deprecating-SCALING_FACTOR for more information. setattr(pc, prop_name, val) tests/test_pyclipper.py: 20 warnings /home/buildozer/aports/community/py3-pyclipper/src/pyclipper-1.2.1/tests/test_pyclipper.py:197: DeprecationWarning: SCALING_FACTOR is deprecated and it's value is ignored. See https://github.com/greginvm/pyclipper/wiki/Deprecating-SCALING_FACTOR for more information. self.assertEqual(getattr(pc, prop_name), val) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 47 passed, 40 warnings in 0.10s ======================== >>> py3-pyclipper: Entering fakeroot... /usr/lib/python3.10/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( Distribution mode: Compiling Cython generated .cpp sources. running install /usr/lib/python3.10/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_ext 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.10 creating /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper/usr/lib/python3.10/site-packages copying build/lib.linux-armv8l-cpython-310/pyclipper.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper/usr/lib/python3.10/site-packages running install_egg_info running egg_info writing pyclipper.egg-info/PKG-INFO writing dependency_links to pyclipper.egg-info/dependency_links.txt writing top-level names to pyclipper.egg-info/top_level.txt reading manifest file '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 'pyclipper.egg-info/SOURCES.txt' Copying pyclipper.egg-info to /home/buildozer/aports/community/py3-pyclipper/pkg/py3-pyclipper/usr/lib/python3.10/site-packages/pyclipper-1.2.1-py3.10.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-armv7.so.1 so:libgcc_s.so.1 so:libpolyclipping.so.22 so:libstdc++.so.6 >>> py3-pyclipper*: Package size: 196.0 KB >>> py3-pyclipper*: Compressing data... >>> py3-pyclipper*: Create checksum... >>> py3-pyclipper*: Create py3-pyclipper-1.2.1-r1.apk >>> py3-pyclipper: Build complete at Fri, 28 Oct 2022 05:31:22 +0000 elapsed time 0h 0m 21s >>> py3-pyclipper: Cleaning up srcdir >>> py3-pyclipper: Cleaning up pkgdir >>> py3-pyclipper: Uninstalling dependencies... (1/25) Purging .makedepends-py3-pyclipper (20221028.053112) (2/25) Purging py3-setuptools_scm (7.0.5-r0) (3/25) Purging py3-typing-extensions (4.4.0-r0) (4/25) Purging python3-dev (3.10.8-r3) (5/25) Purging cython (0.29.32-r0) (6/25) Purging clipper-dev (6.4.2-r2) (7/25) Purging clipper (6.4.2-r2) (8/25) Purging py3-pytest (7.1.3-r1) (9/25) Purging py3-attrs (22.1.0-r0) (10/25) Purging py3-iniconfig (1.1.1-r3) (11/25) Purging py3-pluggy (1.0.0-r1) (12/25) Purging py3-py (1.11.0-r0) (13/25) Purging py3-tomli (2.0.1-r1) (14/25) Purging py3-pytest-runner (5.3.2-r1) (15/25) Purging py3-setuptools (65.5.0-r0) (16/25) Purging py3-packaging (21.3-r2) (17/25) Purging py3-parsing (3.0.9-r0) (18/25) Purging python3 (3.10.8-r3) (19/25) Purging libbz2 (1.0.8-r3) (20/25) Purging libffi (3.4.4-r0) (21/25) Purging gdbm (1.23-r0) (22/25) Purging xz-libs (5.2.7-r0) (23/25) Purging mpdecimal (2.5.1-r1) (24/25) Purging readline (8.2.0-r0) (25/25) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-pyclipper: Updating the community/armv7 repository index... >>> py3-pyclipper: Signing the index...