>>> py3-pyclipper: Building community/py3-pyclipper 1.2.1-r1 (using abuild 3.9.0-r0) started Fri, 15 Apr 2022 13:46:41 +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/8) Installing py3-tomli (2.0.1-r1) (2/8) Installing py3-setuptools_scm (6.4.2-r1) (3/8) Installing python3-dev (3.10.3-r0) (4/8) Installing cython (0.29.24-r1) (5/8) Installing clipper (6.4.2-r1) (6/8) Installing clipper-dev (6.4.2-r1) (7/8) Installing py3-pytest-runner (5.3.2-r1) (8/8) Installing .makedepends-py3-pyclipper (20220415.134644) Executing busybox-1.35.0-r8.trigger OK: 520 MiB in 135 packages >>> py3-pyclipper: Cleaning up srcdir >>> py3-pyclipper: Cleaning up pkgdir >>> py3-pyclipper: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/pyclipper-1.2.1.zip >>> py3-pyclipper: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/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.16/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:717: 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-aarch64-3.10 creating build/temp.linux-aarch64-3.10/pyclipper gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -I/usr/include/polyclipping -I/usr/include/python3.10 -c pyclipper/pyclipper.cpp -o build/temp.linux-aarch64-3.10/pyclipper/pyclipper.o creating build/lib.linux-aarch64-3.10 g++ -shared -Os -Os build/temp.linux-aarch64-3.10/pyclipper/pyclipper.o -L/usr/lib -L/usr/lib -lpolyclipping -o build/lib.linux-aarch64-3.10/pyclipper.cpython-310-aarch64-linux-gnu.so /usr/lib/python3.10/site-packages/setuptools/dist.py:717: 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-aarch64-3.10/pyclipper.cpython-310-aarch64-linux-gnu.so -> ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-pyclipper/src/pyclipper-1.2.1, configfile: setup.cfg, testpaths: tests plugins: mock-3.5.1 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/warnings.html ======================= 47 passed, 40 warnings in 0.29s ======================== >>> py3-pyclipper: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/dist.py:717: 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-aarch64-3.10/pyclipper.cpython-310-aarch64-linux-gnu.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-aarch64.so.1 so:libgcc_s.so.1 so:libpolyclipping.so.22 so:libstdc++.so.6 >>> py3-pyclipper*: Package size: 188.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, 15 Apr 2022 13:46:56 +0000 elapsed time 0h 0m 15s >>> py3-pyclipper: Cleaning up srcdir >>> py3-pyclipper: Cleaning up pkgdir >>> py3-pyclipper: Uninstalling dependencies... (1/8) Purging .makedepends-py3-pyclipper (20220415.134644) (2/8) Purging py3-setuptools_scm (6.4.2-r1) (3/8) Purging py3-tomli (2.0.1-r1) (4/8) Purging python3-dev (3.10.3-r0) (5/8) Purging cython (0.29.24-r1) (6/8) Purging clipper-dev (6.4.2-r1) (7/8) Purging clipper (6.4.2-r1) (8/8) Purging py3-pytest-runner (5.3.2-r1) Executing busybox-1.35.0-r8.trigger OK: 461 MiB in 127 packages >>> py3-pyclipper: Updating the community/aarch64 repository index... >>> py3-pyclipper: Signing the index...