>>> py3-nashpy: Building community/py3-nashpy 0.0.35-r0 (using abuild 3.10.0_rc1-r2) started Sun, 30 Oct 2022 17:45:13 +0000 >>> py3-nashpy: Checking sanity of /home/buildozer/aports/community/py3-nashpy/APKBUILD... >>> py3-nashpy: Analyzing dependencies... >>> py3-nashpy: Installing for build: build-base python3 py3-scipy py3-numpy py3-build py3-flit-core py3-installer py3-wheel python3-dev py3-pytest py3-hypothesis (1/32) Installing libbz2 (1.0.8-r3) (2/32) Installing libffi (3.4.4-r0) (3/32) Installing gdbm (1.23-r0) (4/32) Installing xz-libs (5.2.7-r0) (5/32) Installing mpdecimal (2.5.1-r1) (6/32) Installing readline (8.2.0-r0) (7/32) Installing sqlite-libs (3.39.4-r0) (8/32) Installing python3 (3.10.8-r3) (9/32) Installing libquadmath (12.2.1_git20220924-r3) (10/32) Installing libgfortran (12.2.1_git20220924-r3) (11/32) Installing openblas (0.3.21-r0) (12/32) Installing py3-numpy (1.23.4-r0) (13/32) Installing python3-dev (3.10.8-r3) (14/32) Installing py3-numpy-f2py (1.23.4-r0) (15/32) Installing py3-scipy (1.9.3-r0) (16/32) Installing py3-parsing (3.0.9-r0) (17/32) Installing py3-packaging (21.3-r2) (18/32) Installing py3-tomli (2.0.1-r1) (19/32) Installing py3-pep517 (0.13.0-r0) (20/32) Installing py3-build (0.8.0-r1) (21/32) Installing py3-flit-core (3.7.1-r0) (22/32) Installing py3-installer (0.5.1-r1) (23/32) Installing py3-wheel (0.37.1-r1) (24/32) Installing py3-attrs (22.1.0-r0) (25/32) Installing py3-iniconfig (1.1.1-r3) (26/32) Installing py3-pluggy (1.0.0-r1) (27/32) Installing py3-py (1.11.0-r0) (28/32) Installing py3-pytest (7.1.3-r1) (29/32) Installing py3-sortedcontainers (2.4.0-r1) (30/32) Installing py3-exceptiongroup (1.0.0-r0) (31/32) Installing py3-hypothesis (6.56.4-r0) (32/32) Installing .makedepends-py3-nashpy (20221030.174514) Executing busybox-1.35.0-r27.trigger OK: 487 MiB in 123 packages >>> py3-nashpy: Cleaning up srcdir >>> py3-nashpy: Cleaning up pkgdir >>> py3-nashpy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/nashpy-0.0.35.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 2723k 100 2723k 0 0 11.6M 0 --:--:-- --:--:-- --:--:-- 11.6M >>> py3-nashpy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/nashpy-0.0.35.tar.gz >>> py3-nashpy: Checking sha512sums... nashpy-0.0.35.tar.gz: OK >>> py3-nashpy: Unpacking /var/cache/distfiles/v3.17/nashpy-0.0.35.tar.gz... * Getting dependencies for wheel... * Building wheel... Successfully built nashpy-0.0.35-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-nashpy/src/Nashpy-0.0.35 plugins: hypothesis-6.56.4 collected 132 items tests/unit/test_fictitious_play.py ...... [ 4%] tests/unit/test_game.py ........................... [ 25%] tests/unit/test_integer_pivoting.py ..... [ 28%] tests/unit/test_integer_pivoting_lex.py ... [ 31%] tests/unit/test_is_best_response.py ... [ 33%] tests/unit/test_lemke_howson.py .... [ 36%] tests/unit/test_lemke_howson_lex.py .. [ 37%] tests/unit/test_moran_process.py ................... [ 52%] tests/unit/test_polytope.py ....... [ 57%] tests/unit/test_repeated_games.py ............ [ 66%] tests/unit/test_replicator_dynamics.py ........................ [ 84%] tests/unit/test_stochastic_fictitious_play.py ....... [ 90%] tests/unit/test_support_enumeration.py .......... [ 97%] tests/unit/test_version.py . [ 98%] tests/unit/test_vertex_enumeration.py .. [100%] =============================== warnings summary =============================== tests/unit/test_integer_pivoting_lex.py: 10 warnings tests/unit/test_lemke_howson_lex.py: 2 warnings /home/buildozer/aports/community/py3-nashpy/src/Nashpy-0.0.35/src/nashpy/integer_pivoting/integer_pivoting_lex.py:66: RuntimeWarning: divide by zero encountered in divide ratio = np.divide(Cq, pivot_column) tests/unit/test_integer_pivoting_lex.py: 3 warnings tests/unit/test_lemke_howson_lex.py: 9 warnings /home/buildozer/aports/community/py3-nashpy/src/Nashpy-0.0.35/src/nashpy/integer_pivoting/integer_pivoting_lex.py:66: RuntimeWarning: invalid value encountered in divide ratio = np.divide(Cq, pivot_column) tests/unit/test_moran_process.py::test_specific_moran_process_with_mutation_seed_3 /home/buildozer/aports/community/py3-nashpy/src/Nashpy-0.0.35/src/nashpy/egt/moran_process.py:85: RuntimeWarning: invalid value encountered in divide probabilities = scores / np.sum(scores) tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices /home/buildozer/aports/community/py3-nashpy/src/Nashpy-0.0.35/src/nashpy/polytope/polytope.py:108: RuntimeWarning: divide by zero encountered in divide hs = HalfspaceIntersection(halfspaces, feasible_point) tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices tests/unit/test_polytope.py::TestPolytope::test_creation_of_non_trivial_vertices /home/buildozer/aports/community/py3-nashpy/src/Nashpy-0.0.35/src/nashpy/polytope/polytope.py:108: RuntimeWarning: invalid value encountered in divide hs = HalfspaceIntersection(halfspaces, feasible_point) tests/unit/test_replicator_dynamics.py::test_property_of_output_dimension_for_games_of_size_3 tests/unit/test_replicator_dynamics.py::test_property_of_output_dimension_for_games_of_size_3 tests/unit/test_replicator_dynamics.py::test_property_of_output_dimension_for_games_of_size_4 tests/unit/test_replicator_dynamics.py::test_property_of_output_dimension_for_games_of_size_4 tests/unit/test_replicator_dynamics.py::test_property_of_output_dimension_for_games_of_size_4 tests/unit/test_replicator_dynamics.py::test_property_of_output_dimension_for_games_of_size_4 tests/unit/test_replicator_dynamics.py::test_property_of_output_dimension_for_games_of_size_4 tests/unit/test_replicator_dynamics.py::test_property_of_output_dimension_for_games_of_size_4 tests/unit/test_replicator_dynamics.py::test_property_of_output_dimension_for_games_of_size_4 /usr/lib/python3.10/site-packages/scipy/integrate/_odepack_py.py:247: ODEintWarning: Excess work done on this call (perhaps wrong Dfun type). Run with full_output = 1 to get quantitative information. warnings.warn(warning_msg, ODEintWarning) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ====================== 132 passed, 50 warnings in 51.83s ======================= >>> py3-nashpy: Entering fakeroot... >>> py3-nashpy*: Running postcheck for py3-nashpy >>> py3-nashpy*: Preparing package py3-nashpy... >>> py3-nashpy*: Tracing dependencies... >>> py3-nashpy*: Package size: 312.0 KB >>> py3-nashpy*: Compressing data... >>> py3-nashpy*: Create checksum... >>> py3-nashpy*: Create py3-nashpy-0.0.35-r0.apk >>> py3-nashpy: Build complete at Sun, 30 Oct 2022 17:46:10 +0000 elapsed time 0h 0m 57s >>> py3-nashpy: Cleaning up srcdir >>> py3-nashpy: Cleaning up pkgdir >>> py3-nashpy: Uninstalling dependencies... (1/32) Purging .makedepends-py3-nashpy (20221030.174514) (2/32) Purging py3-scipy (1.9.3-r0) (3/32) Purging py3-numpy-f2py (1.23.4-r0) (4/32) Purging py3-numpy (1.23.4-r0) (5/32) Purging py3-build (0.8.0-r1) (6/32) Purging py3-pep517 (0.13.0-r0) (7/32) Purging py3-flit-core (3.7.1-r0) (8/32) Purging py3-installer (0.5.1-r1) (9/32) Purging py3-wheel (0.37.1-r1) (10/32) Purging python3-dev (3.10.8-r3) (11/32) Purging py3-pytest (7.1.3-r1) (12/32) Purging py3-iniconfig (1.1.1-r3) (13/32) Purging py3-packaging (21.3-r2) (14/32) Purging py3-parsing (3.0.9-r0) (15/32) Purging py3-pluggy (1.0.0-r1) (16/32) Purging py3-py (1.11.0-r0) (17/32) Purging py3-tomli (2.0.1-r1) (18/32) Purging py3-hypothesis (6.56.4-r0) (19/32) Purging py3-attrs (22.1.0-r0) (20/32) Purging py3-sortedcontainers (2.4.0-r1) (21/32) Purging py3-exceptiongroup (1.0.0-r0) (22/32) Purging python3 (3.10.8-r3) (23/32) Purging libbz2 (1.0.8-r3) (24/32) Purging libffi (3.4.4-r0) (25/32) Purging gdbm (1.23-r0) (26/32) Purging xz-libs (5.2.7-r0) (27/32) Purging mpdecimal (2.5.1-r1) (28/32) Purging readline (8.2.0-r0) (29/32) Purging sqlite-libs (3.39.4-r0) (30/32) Purging openblas (0.3.21-r0) (31/32) Purging libgfortran (12.2.1_git20220924-r3) (32/32) Purging libquadmath (12.2.1_git20220924-r3) Executing busybox-1.35.0-r27.trigger OK: 258 MiB in 91 packages >>> py3-nashpy: Updating the community/x86 repository index... >>> py3-nashpy: Signing the index...