>>> py3-geographiclib: Building community/py3-geographiclib 2.0-r0 (using abuild 3.10.0_rc1-r2) started Fri, 28 Oct 2022 21:24:01 +0000 >>> py3-geographiclib: Checking sanity of /home/buildozer/aports/community/py3-geographiclib/APKBUILD... >>> py3-geographiclib: Analyzing dependencies... >>> py3-geographiclib: Installing for build: build-base python3 py3-setuptools_scm (1/15) Installing libbz2 (1.0.8-r3) (2/15) Installing libffi (3.4.4-r0) (3/15) Installing gdbm (1.23-r0) (4/15) Installing xz-libs (5.2.7-r0) (5/15) Installing mpdecimal (2.5.1-r1) (6/15) Installing readline (8.2.0-r0) (7/15) Installing sqlite-libs (3.39.4-r0) (8/15) Installing python3 (3.10.8-r3) (9/15) Installing py3-parsing (3.0.9-r0) (10/15) Installing py3-packaging (21.3-r2) (11/15) Installing py3-setuptools (65.5.0-r0) (12/15) Installing py3-tomli (2.0.1-r1) (13/15) Installing py3-typing-extensions (4.4.0-r0) (14/15) Installing py3-setuptools_scm (7.0.5-r0) (15/15) Installing .makedepends-py3-geographiclib (20221028.212404) Executing busybox-1.35.0-r27.trigger OK: 248 MiB in 108 packages >>> py3-geographiclib: Cleaning up srcdir >>> py3-geographiclib: Cleaning up pkgdir >>> py3-geographiclib: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/geographiclib-2.0.tar.gz >>> py3-geographiclib: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/geographiclib-2.0.tar.gz >>> py3-geographiclib: Checking sha512sums... geographiclib-2.0.tar.gz: OK >>> py3-geographiclib: Unpacking /var/cache/distfiles/v3.17/geographiclib-2.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/geographiclib copying geographiclib/constants.py -> build/lib/geographiclib copying geographiclib/polygonarea.py -> build/lib/geographiclib copying geographiclib/geodesicline.py -> build/lib/geographiclib copying geographiclib/accumulator.py -> build/lib/geographiclib copying geographiclib/geodesic.py -> build/lib/geographiclib copying geographiclib/__init__.py -> build/lib/geographiclib copying geographiclib/geomath.py -> build/lib/geographiclib copying geographiclib/geodesiccapability.py -> build/lib/geographiclib creating build/lib/geographiclib/test copying geographiclib/test/test_geodesic.py -> build/lib/geographiclib/test copying geographiclib/test/test_sign.py -> build/lib/geographiclib/test copying geographiclib/test/__init__.py -> build/lib/geographiclib/test running egg_info writing geographiclib.egg-info/PKG-INFO writing dependency_links to geographiclib.egg-info/dependency_links.txt writing top-level names to geographiclib.egg-info/top_level.txt reading manifest file 'geographiclib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'geographiclib.egg-info/SOURCES.txt' 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. running egg_info writing geographiclib.egg-info/PKG-INFO writing dependency_links to geographiclib.egg-info/dependency_links.txt writing top-level names to geographiclib.egg-info/top_level.txt reading manifest file 'geographiclib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'geographiclib.egg-info/SOURCES.txt' running build_ext test_GeodSolve0 (geographiclib.test.test_geodesic.GeodSolveTest) GeodSolve0 ... ok test_GeodSolve1 (geographiclib.test.test_geodesic.GeodSolveTest) GeodSolve1 ... ok test_GeodSolve10 (geographiclib.test.test_geodesic.GeodSolveTest) Check fix for adjust tol1_ bug found 2011-06-25 (Visual Studio ... ok test_GeodSolve11 (geographiclib.test.test_geodesic.GeodSolveTest) Check fix for bet2 = -bet1 bug found 2011-06-25 (Visual Studio ... ok test_GeodSolve12 (geographiclib.test.test_geodesic.GeodSolveTest) Check fix for inverse geodesics on extreme prolate/oblate ... ok test_GeodSolve14 (geographiclib.test.test_geodesic.GeodSolveTest) Check fix for inverse ignoring lon12 = nan ... ok test_GeodSolve15 (geographiclib.test.test_geodesic.GeodSolveTest) Initial implementation of Math::eatanhe was wrong for e^2 < 0. This ... ok test_GeodSolve17 (geographiclib.test.test_geodesic.GeodSolveTest) Check fix for LONG_UNROLL bug found on 2015-05-07 ... ok test_GeodSolve2 (geographiclib.test.test_geodesic.GeodSolveTest) Check fix for antipodal prolate bug found 2010-09-04 ... ok test_GeodSolve26 (geographiclib.test.test_geodesic.GeodSolveTest) Check 0/0 problem with area calculation on sphere 2015-09-08 ... ok test_GeodSolve28 (geographiclib.test.test_geodesic.GeodSolveTest) Check for bad placement of assignment of r.a12 with |f| > 0.01 (bug in ... ok test_GeodSolve29 (geographiclib.test.test_geodesic.GeodSolveTest) Check longitude unrolling with inverse calculation 2015-09-16 ... ok test_GeodSolve33 (geographiclib.test.test_geodesic.GeodSolveTest) Check max(-0.0,+0.0) issues 2015-08-22 (triggered by bugs in ... ok test_GeodSolve4 (geographiclib.test.test_geodesic.GeodSolveTest) Check fix for short line bug found 2010-05-21 ... ok test_GeodSolve5 (geographiclib.test.test_geodesic.GeodSolveTest) Check fix for point2=pole bug found 2010-05-03 ... ok test_GeodSolve55 (geographiclib.test.test_geodesic.GeodSolveTest) Check fix for nan + point on equator or pole not returning all nans in ... ok test_GeodSolve59 (geographiclib.test.test_geodesic.GeodSolveTest) Check for points close with longitudes close to 180 deg apart. ... ok test_GeodSolve6 (geographiclib.test.test_geodesic.GeodSolveTest) Check fix for volatile sbet12a bug found 2011-06-25 (gcc 4.4.4 ... ok test_GeodSolve61 (geographiclib.test.test_geodesic.GeodSolveTest) Make sure small negative azimuths are west-going ... ok test_GeodSolve65 (geographiclib.test.test_geodesic.GeodSolveTest) Check for bug in east-going check in GeodesicLine (needed to check for ... ok test_GeodSolve66 (geographiclib.test.test_geodesic.GeodSolveTest) Check for InverseLine if line is slightly west of S and that s13 is ... ok test_GeodSolve71 (geographiclib.test.test_geodesic.GeodSolveTest) Check that DirectLine sets s13. ... ok test_GeodSolve73 (geographiclib.test.test_geodesic.GeodSolveTest) Check for backwards from the pole bug reported by Anon on 2016-02-13. ... ok test_GeodSolve74 (geographiclib.test.test_geodesic.GeodSolveTest) Check fix for inaccurate areas, bug introduced in v1.46, fixed ... ok test_GeodSolve76 (geographiclib.test.test_geodesic.GeodSolveTest) The distance from Wellington and Salamanca (a classic failure of ... ok test_GeodSolve78 (geographiclib.test.test_geodesic.GeodSolveTest) An example where the NGS calculator fails to converge ... ok test_GeodSolve80 (geographiclib.test.test_geodesic.GeodSolveTest) Some tests to add code coverage: computing scale in special cases + zero ... ok test_GeodSolve84 (geographiclib.test.test_geodesic.GeodSolveTest) Tests for python implementation to check fix for range errors with ... ok test_GeodSolve9 (geographiclib.test.test_geodesic.GeodSolveTest) Check fix for volatile x bug found 2011-06-25 (gcc 4.4.4 x86 -O3) ... ok test_GeodSolve92 (geographiclib.test.test_geodesic.GeodSolveTest) Check fix for inaccurate hypot with python 3.[89]. Problem reported ... ok test_GeodSolve94 (geographiclib.test.test_geodesic.GeodSolveTest) Check fix for lat2 = nan being treated as lat2 = 0 (bug found ... ok test_GeodSolve96 (geographiclib.test.test_geodesic.GeodSolveTest) Failure with long doubles found with test case from Nowak + Nowak Da ... ok test_arcdirect (geographiclib.test.test_geodesic.GeodesicTest) Helper function for testing direct calculation with arc length ... ok test_direct (geographiclib.test.test_geodesic.GeodesicTest) Helper function for testing direct calculation ... ok test_inverse (geographiclib.test.test_geodesic.GeodesicTest) Helper function for testing inverse calculation ... ok test_Planimeter0 (geographiclib.test.test_geodesic.PlanimeterTest) Check fix for pole-encircling bug found 2011-03-16 ... ok test_Planimeter12 (geographiclib.test.test_geodesic.PlanimeterTest) Area of arctic circle (not really -- adjunct to rhumb-area test) ... ok test_Planimeter12r (geographiclib.test.test_geodesic.PlanimeterTest) Reverse area of arctic circle ... ok test_Planimeter13 (geographiclib.test.test_geodesic.PlanimeterTest) Check encircling pole twice ... ok test_Planimeter15 (geographiclib.test.test_geodesic.PlanimeterTest) Coverage tests, includes Planimeter15 - Planimeter18 (combinations of ... ok test_Planimeter19 (geographiclib.test.test_geodesic.PlanimeterTest) Coverage tests, includes Planimeter19 - Planimeter20 (degenerate ... ok test_Planimeter21 (geographiclib.test.test_geodesic.PlanimeterTest) Some tests to add code coverage: multiple circlings of pole (includes ... ok test_Planimeter29 (geographiclib.test.test_geodesic.PlanimeterTest) Check fix to transitdirect vs transit zero handling inconsistency ... ok test_Planimeter5 (geographiclib.test.test_geodesic.PlanimeterTest) Check fix for Planimeter pole crossing bug found 2011-06-24 ... ok test_Planimeter6 (geographiclib.test.test_geodesic.PlanimeterTest) Check fix for Planimeter lon12 rounding bug found 2012-12-03 ... ok ---------------------------------------------------------------------- Ran 45 tests in 0.035s OK >>> py3-geographiclib: Entering fakeroot... 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_py running egg_info writing geographiclib.egg-info/PKG-INFO writing dependency_links to geographiclib.egg-info/dependency_links.txt writing top-level names to geographiclib.egg-info/top_level.txt reading manifest file 'geographiclib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'geographiclib.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-geographiclib/pkg creating /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib creating /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr creating /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib creating /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib copying build/lib/geographiclib/constants.py -> /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib creating /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/test copying build/lib/geographiclib/test/test_geodesic.py -> /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/test copying build/lib/geographiclib/test/test_sign.py -> /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/test copying build/lib/geographiclib/test/__init__.py -> /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/test copying build/lib/geographiclib/polygonarea.py -> /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib copying build/lib/geographiclib/geodesicline.py -> /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib copying build/lib/geographiclib/accumulator.py -> /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib copying build/lib/geographiclib/geodesic.py -> /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib copying build/lib/geographiclib/__init__.py -> /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib copying build/lib/geographiclib/geomath.py -> /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib copying build/lib/geographiclib/geodesiccapability.py -> /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib byte-compiling /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/constants.py to constants.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/test/test_geodesic.py to test_geodesic.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/test/test_sign.py to test_sign.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/test/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/polygonarea.py to polygonarea.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/geodesicline.py to geodesicline.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/accumulator.py to accumulator.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/geodesic.py to geodesic.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/geomath.py to geomath.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib/geodesiccapability.py to geodesiccapability.cpython-310.pyc running install_egg_info Copying geographiclib.egg-info to /home/buildozer/aports/community/py3-geographiclib/pkg/py3-geographiclib/usr/lib/python3.10/site-packages/geographiclib-2.0-py3.10.egg-info running install_scripts >>> py3-geographiclib*: Running postcheck for py3-geographiclib >>> py3-geographiclib*: Preparing package py3-geographiclib... >>> py3-geographiclib*: Tracing dependencies... >>> py3-geographiclib*: Package size: 344.0 KB >>> py3-geographiclib*: Compressing data... >>> py3-geographiclib*: Create checksum... >>> py3-geographiclib*: Create py3-geographiclib-2.0-r0.apk >>> py3-geographiclib: Build complete at Fri, 28 Oct 2022 21:24:10 +0000 elapsed time 0h 0m 9s >>> py3-geographiclib: Cleaning up srcdir >>> py3-geographiclib: Cleaning up pkgdir >>> py3-geographiclib: Uninstalling dependencies... (1/15) Purging .makedepends-py3-geographiclib (20221028.212404) (2/15) Purging py3-setuptools_scm (7.0.5-r0) (3/15) Purging py3-setuptools (65.5.0-r0) (4/15) Purging py3-tomli (2.0.1-r1) (5/15) Purging py3-packaging (21.3-r2) (6/15) Purging py3-parsing (3.0.9-r0) (7/15) Purging py3-typing-extensions (4.4.0-r0) (8/15) Purging python3 (3.10.8-r3) (9/15) Purging libbz2 (1.0.8-r3) (10/15) Purging libffi (3.4.4-r0) (11/15) Purging gdbm (1.23-r0) (12/15) Purging xz-libs (5.2.7-r0) (13/15) Purging mpdecimal (2.5.1-r1) (14/15) Purging readline (8.2.0-r0) (15/15) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 93 packages >>> py3-geographiclib: Updating the community/armv7 repository index... >>> py3-geographiclib: Signing the index...