>>> py3-nashpy: Building community/py3-nashpy 0.0.35-r0 (using abuild 3.10.0_rc1-r2) started Sun, 30 Oct 2022 07:18:51 +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/31) Installing libbz2 (1.0.8-r3) (2/31) Installing libffi (3.4.4-r0) (3/31) Installing gdbm (1.23-r0) (4/31) Installing xz-libs (5.2.7-r0) (5/31) Installing mpdecimal (2.5.1-r1) (6/31) Installing readline (8.2.0-r0) (7/31) Installing sqlite-libs (3.39.4-r0) (8/31) Installing python3 (3.10.8-r3) (9/31) Installing libgfortran (12.2.1_git20220924-r3) (10/31) Installing openblas (0.3.21-r0) (11/31) Installing py3-numpy (1.23.4-r0) (12/31) Installing python3-dev (3.10.8-r3) (13/31) Installing py3-numpy-f2py (1.23.4-r0) (14/31) Installing py3-scipy (1.9.3-r0) (15/31) Installing py3-parsing (3.0.9-r0) (16/31) Installing py3-packaging (21.3-r2) (17/31) Installing py3-tomli (2.0.1-r1) (18/31) Installing py3-pep517 (0.13.0-r0) (19/31) Installing py3-build (0.8.0-r1) (20/31) Installing py3-flit-core (3.7.1-r0) (21/31) Installing py3-installer (0.5.1-r1) (22/31) Installing py3-wheel (0.37.1-r1) (23/31) Installing py3-attrs (22.1.0-r0) (24/31) Installing py3-iniconfig (1.1.1-r3) (25/31) Installing py3-pluggy (1.0.0-r1) (26/31) Installing py3-py (1.11.0-r0) (27/31) Installing py3-pytest (7.1.3-r1) (28/31) Installing py3-sortedcontainers (2.4.0-r1) (29/31) Installing py3-exceptiongroup (1.0.0_rc9-r1) (30/31) Installing py3-hypothesis (6.56.3-r0) (31/31) Installing .makedepends-py3-nashpy (20221030.071852) Executing busybox-1.35.0-r27.trigger OK: 393 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 0 2723k 0 16366 0 0 30377 0 0:01:31 --:--:-- 0:01:31 30363 100 2723k 100 2723k 0 0 2148k 0 0:00:01 0:00:01 --:--:-- 2149k >>> 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.3 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 /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 /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: 12 warnings /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, 47 warnings in 26.67s ======================= lsoda-- warning..internal t (=r1) and h (=r2) are such that in the machine, t + h = t on the next step (h = step size). solver will continue anyway in above, r1 = 0.2486922912596D+01 r2 = 0.2004437842318D-15 lsoda-- warning..internal t (=r1) and h (=r2) are such that in the machine, t + h = t on the next step (h = step size). solver will continue anyway in above, r1 = 0.2486922912596D+01 r2 = 0.2004437842318D-15 lsoda-- warning..internal t (=r1) and h (=r2) are such that in the machine, t + h = t on the next step (h = step size). solver will continue anyway in above, r1 = 0.2486922912596D+01 r2 = 0.2004437842318D-15 lsoda-- warning..internal t (=r1) and h (=r2) are such that in the machine, t + h = t on the next step (h = step size). solver will continue anyway in above, r1 = 0.2486922912596D+01 r2 = 0.1647380052042D-15 lsoda-- warning..internal t (=r1) and h (=r2) are such that in the machine, t + h = t on the next step (h = step size). solver will continue anyway in above, r1 = 0.2486922912596D+01 r2 = 0.1647380052042D-15 lsoda-- warning..internal t (=r1) and h (=r2) are such that in the machine, t + h = t on the next step (h = step size). solver will continue anyway in above, r1 = 0.2486922912596D+01 r2 = 0.1647380052042D-15 lsoda-- warning..internal t (=r1) and h (=r2) are such that in the machine, t + h = t on the next step (h = step size). solver will continue anyway in above, r1 = 0.2486922912596D+01 r2 = 0.1353926268149D-15 lsoda-- warning..internal t (=r1) and h (=r2) are such that in the machine, t + h = t on the next step (h = step size). solver will continue anyway in above, r1 = 0.2486922912596D+01 r2 = 0.1353926268149D-15 lsoda-- warning..internal t (=r1) and h (=r2) are such that in the machine, t + h = t on the next step (h = step size). solver will continue anyway in above, r1 = 0.2486922912596D+01 r2 = 0.1353926268149D-15 lsoda-- warning..internal t (=r1) and h (=r2) are such that in the machine, t + h = t on the next step (h = step size). solver will continue anyway in above, r1 = 0.2486922912596D+01 r2 = 0.1112746475458D-15 lsoda-- above warning has been issued i1 times. it will not be issued again for this problem in above message, i1 = 10 >>> 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 07:19:22 +0000 elapsed time 0h 0m 31s >>> py3-nashpy: Cleaning up srcdir >>> py3-nashpy: Cleaning up pkgdir >>> py3-nashpy: Uninstalling dependencies... (1/31) Purging .makedepends-py3-nashpy (20221030.071852) (2/31) Purging py3-scipy (1.9.3-r0) (3/31) Purging py3-numpy-f2py (1.23.4-r0) (4/31) Purging py3-numpy (1.23.4-r0) (5/31) Purging py3-build (0.8.0-r1) (6/31) Purging py3-pep517 (0.13.0-r0) (7/31) Purging py3-flit-core (3.7.1-r0) (8/31) Purging py3-installer (0.5.1-r1) (9/31) Purging py3-wheel (0.37.1-r1) (10/31) Purging python3-dev (3.10.8-r3) (11/31) Purging py3-pytest (7.1.3-r1) (12/31) Purging py3-iniconfig (1.1.1-r3) (13/31) Purging py3-packaging (21.3-r2) (14/31) Purging py3-parsing (3.0.9-r0) (15/31) Purging py3-pluggy (1.0.0-r1) (16/31) Purging py3-py (1.11.0-r0) (17/31) Purging py3-tomli (2.0.1-r1) (18/31) Purging py3-hypothesis (6.56.3-r0) (19/31) Purging py3-attrs (22.1.0-r0) (20/31) Purging py3-sortedcontainers (2.4.0-r1) (21/31) Purging py3-exceptiongroup (1.0.0_rc9-r1) (22/31) Purging python3 (3.10.8-r3) (23/31) Purging libbz2 (1.0.8-r3) (24/31) Purging libffi (3.4.4-r0) (25/31) Purging gdbm (1.23-r0) (26/31) Purging xz-libs (5.2.7-r0) (27/31) Purging mpdecimal (2.5.1-r1) (28/31) Purging readline (8.2.0-r0) (29/31) Purging sqlite-libs (3.39.4-r0) (30/31) Purging openblas (0.3.21-r0) (31/31) Purging libgfortran (12.2.1_git20220924-r3) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 92 packages >>> py3-nashpy: Updating the community/armv7 repository index... >>> py3-nashpy: Signing the index...