>>> py3-nashpy: Building community/py3-nashpy 0.0.36-r0 (using abuild 3.10.0-r0) started Wed, 11 Jan 2023 09:55:54 +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-gpep517 py3-flit-core python3-dev py3-pytest py3-hypothesis (1/26) Installing libffi (3.4.4-r0) (2/26) Installing gdbm (1.23-r0) (3/26) Installing mpdecimal (2.5.1-r1) (4/26) Installing readline (8.2.0-r0) (5/26) Installing sqlite-libs (3.40.1-r0) (6/26) Installing python3 (3.11.1-r2) (7/26) Installing libquadmath (12.2.1_git20220924-r8) (8/26) Installing libgfortran (12.2.1_git20220924-r8) (9/26) Installing openblas (0.3.21-r3) (10/26) Installing py3-numpy (1.24.1-r1) (11/26) Installing python3-dev (3.11.1-r2) (12/26) Installing py3-numpy-f2py (1.24.1-r1) (13/26) Installing py3-scipy (1.9.3-r2) (14/26) Installing py3-installer (0.6.0-r0) (15/26) Installing py3-gpep517 (13-r0) (16/26) Installing py3-flit-core (3.8.0-r1) (17/26) Installing py3-attrs (22.2.0-r0) (18/26) Installing py3-iniconfig (1.1.1-r4) (19/26) Installing py3-parsing (3.0.9-r1) (20/26) Installing py3-packaging (23.0-r0) (21/26) Installing py3-pluggy (1.0.0-r2) (22/26) Installing py3-py (1.11.0-r1) (23/26) Installing py3-pytest (7.2.0-r2) (24/26) Installing py3-sortedcontainers (2.4.0-r2) (25/26) Installing py3-hypothesis (6.61.0-r0) (26/26) Installing .makedepends-py3-nashpy (20230111.095555) Executing busybox-1.35.0-r30.trigger OK: 652 MiB in 129 packages >>> py3-nashpy: Cleaning up srcdir >>> py3-nashpy: Cleaning up pkgdir >>> py3-nashpy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/nashpy-0.0.36.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-nashpy: Fetching https://github.com/drvinceknight/Nashpy/archive/v0.0.36/nashpy-0.0.36.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2723k 100 2723k 0 0 3384k 0 --:--:-- --:--:-- --:--:-- 3384k >>> py3-nashpy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/nashpy-0.0.36.tar.gz >>> py3-nashpy: Checking sha512sums... nashpy-0.0.36.tar.gz: OK >>> py3-nashpy: Unpacking /var/cache/distfiles/edge/nashpy-0.0.36.tar.gz... 2023-01-11 09:56:01,790 gpep517 INFO Building wheel via backend flit_core.buildapi 2023-01-11 09:56:01,802 flit_core.wheel INFO Zip timestamps will be from SOURCE_DATE_EPOCH: 2023-01-11 09:55:25 2023-01-11 09:56:01,802 flit_core.wheel INFO Copying package file(s) from src/nashpy 2023-01-11 09:56:01,809 flit_core.wheel INFO Writing metadata files 2023-01-11 09:56:01,810 flit_core.wheel INFO Writing the record of files 2023-01-11 09:56:01,811 flit_core.wheel INFO Built wheel: dist/nashpy-0.0.36-py3-none-any.whl 2023-01-11 09:56:01,811 gpep517 INFO The backend produced dist/nashpy-0.0.36-py3-none-any.whl nashpy-0.0.36-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.1, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-nashpy/src/Nashpy-0.0.36 plugins: hypothesis-6.61.0 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.36/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.36/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.36/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 /home/buildozer/aports/community/py3-nashpy/src/Nashpy-0.0.36/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 /home/buildozer/aports/community/py3-nashpy/src/Nashpy-0.0.36/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 /usr/lib/python3.11/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, 45 warnings in 48.13s ======================= >>> 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: 344.0 KB >>> py3-nashpy*: Compressing data... >>> py3-nashpy*: Create checksum... >>> py3-nashpy*: Create py3-nashpy-0.0.36-r0.apk >>> py3-nashpy: Build complete at Wed, 11 Jan 2023 09:56:50 +0000 elapsed time 0h 0m 56s >>> py3-nashpy: Cleaning up srcdir >>> py3-nashpy: Cleaning up pkgdir >>> py3-nashpy: Uninstalling dependencies... (1/26) Purging .makedepends-py3-nashpy (20230111.095555) (2/26) Purging py3-scipy (1.9.3-r2) (3/26) Purging py3-numpy-f2py (1.24.1-r1) (4/26) Purging py3-numpy (1.24.1-r1) (5/26) Purging openblas (0.3.21-r3) (6/26) Purging py3-gpep517 (13-r0) (7/26) Purging py3-installer (0.6.0-r0) (8/26) Purging py3-flit-core (3.8.0-r1) (9/26) Purging python3-dev (3.11.1-r2) (10/26) Purging py3-pytest (7.2.0-r2) (11/26) Purging py3-iniconfig (1.1.1-r4) (12/26) Purging py3-packaging (23.0-r0) (13/26) Purging py3-parsing (3.0.9-r1) (14/26) Purging py3-pluggy (1.0.0-r2) (15/26) Purging py3-py (1.11.0-r1) (16/26) Purging py3-hypothesis (6.61.0-r0) (17/26) Purging py3-attrs (22.2.0-r0) (18/26) Purging py3-sortedcontainers (2.4.0-r2) (19/26) Purging python3 (3.11.1-r2) (20/26) Purging libffi (3.4.4-r0) (21/26) Purging gdbm (1.23-r0) (22/26) Purging mpdecimal (2.5.1-r1) (23/26) Purging readline (8.2.0-r0) (24/26) Purging sqlite-libs (3.40.1-r0) (25/26) Purging libgfortran (12.2.1_git20220924-r8) (26/26) Purging libquadmath (12.2.1_git20220924-r8) Executing busybox-1.35.0-r30.trigger OK: 378 MiB in 103 packages >>> py3-nashpy: Updating the community/x86 repository index... >>> py3-nashpy: Signing the index...