>>> mycroft-skills-manager: Building community/mycroft-skills-manager 0.9.0-r1 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 11:07:35 +0000 >>> mycroft-skills-manager: Checking sanity of /home/buildozer/aports/community/mycroft-skills-manager/APKBUILD... >>> mycroft-skills-manager: Analyzing dependencies... >>> mycroft-skills-manager: Installing for build: build-base py3-fasteners py3-gitpython py3-lazy py3-pako py3-requests py3-xdg py3-yaml python3 py3-setuptools py3-pytest (1/31) Installing libffi (3.4.4-r0) (2/31) Installing gdbm (1.23-r0) (3/31) Installing mpdecimal (2.5.1-r1) (4/31) Installing readline (8.2.0-r0) (5/31) Installing sqlite-libs (3.40.0-r0) (6/31) Installing python3 (3.11.0-r2) (7/31) Installing py3-fasteners (0.18-r1) (8/31) Installing py3-smmap2 (3.0.1-r3) (9/31) Installing py3-gitdb2 (4.0.9-r1) (10/31) Installing py3-typing-extensions (4.4.0-r1) (11/31) Installing py3-gitpython (3.1.27-r1) (12/31) Installing py3-lazy (1.5-r1) (13/31) Installing py3-appdirs (1.4.4-r5) (14/31) Installing py3-pako (0.3.1-r4) (15/31) Installing py3-certifi (2022.9.24-r1) (16/31) Installing py3-charset-normalizer (3.0.1-r1) (17/31) Installing py3-idna (3.4-r3) (18/31) Installing py3-urllib3 (1.26.12-r1) (19/31) Installing py3-requests (2.28.1-r2) (20/31) Installing py3-xdg (0.28-r1) (21/31) Installing yaml (0.2.5-r0) (22/31) Installing py3-yaml (6.0-r1) (23/31) Installing py3-parsing (3.0.9-r1) (24/31) Installing py3-packaging (21.3-r3) (25/31) Installing py3-setuptools (65.6.0-r1) (26/31) Installing py3-attrs (22.1.0-r1) (27/31) Installing py3-iniconfig (1.1.1-r4) (28/31) Installing py3-pluggy (1.0.0-r2) (29/31) Installing py3-py (1.11.0-r1) (30/31) Installing py3-pytest (7.2.0-r2) (31/31) Installing .makedepends-mycroft-skills-manager (20221123.110736) Executing busybox-1.35.0-r29.trigger OK: 376 MiB in 132 packages >>> mycroft-skills-manager: Cleaning up srcdir >>> mycroft-skills-manager: Cleaning up pkgdir >>> mycroft-skills-manager: Fetching https://distfiles.alpinelinux.org/distfiles/edge//mycroft-skills-manager-0.9.0.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 24798 100 24798 0 0 46042 0 --:--:-- --:--:-- --:--:-- 46007 >>> mycroft-skills-manager: Fetching https://distfiles.alpinelinux.org/distfiles/edge//mycroft-skills-manager-0.9.0.tar.gz >>> mycroft-skills-manager: Checking sha512sums... mycroft-skills-manager-0.9.0.tar.gz: OK >>> mycroft-skills-manager: Unpacking /var/cache/distfiles/edge//mycroft-skills-manager-0.9.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/msm copying msm/skill_entry.py -> build/lib/msm copying msm/mycroft_skills_manager.py -> build/lib/msm copying msm/util.py -> build/lib/msm copying msm/__main__.py -> build/lib/msm copying msm/__init__.py -> build/lib/msm copying msm/exceptions.py -> build/lib/msm copying msm/skill_state.py -> build/lib/msm copying msm/skill_repo.py -> build/lib/msm ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/mycroft-skills-manager/src/mycroft-skills-manager-release-v0.9.0 collected 28 items / 2 deselected / 26 selected tests/test_mycroft_skills_manager.py ........... [ 42%] tests/test_skill_entry.py ........... [ 84%] tests/test_skill_repo.py .... [100%] =============================== warnings summary =============================== tests/test_skill_entry.py::TestSkillEntry::test_https_init /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_entry.py::TestSkillEntry::test_https_init is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_skill_entry.py::TestSkillEntry::test_git_ssl_init /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_entry.py::TestSkillEntry::test_git_ssl_init is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_skill_entry.py::TestSkillEntry::test_attach /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_entry.py::TestSkillEntry::test_attach is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_skill_entry.py::TestSkillEntry::test_create_path /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_entry.py::TestSkillEntry::test_create_path is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_skill_entry.py::TestSkillEntry::test_extract_repo_name /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_entry.py::TestSkillEntry::test_extract_repo_name is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_skill_entry.py::TestSkillEntry::test_extract_repo_id /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_entry.py::TestSkillEntry::test_extract_repo_id is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_skill_entry.py::TestSkillEntry::test_match /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_entry.py::TestSkillEntry::test_match is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_skill_entry.py::TestSkillEntry::test_run_pip /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_entry.py::TestSkillEntry::test_run_pip is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_skill_entry.py::TestSkillEntry::test_run_requirements_sh /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_entry.py::TestSkillEntry::test_run_requirements_sh is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_skill_entry.py::TestSkillEntry::test_run_skill_requirements /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_entry.py::TestSkillEntry::test_run_skill_requirements is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_skill_entry.py::TestSkillEntry::test_repr /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_entry.py::TestSkillEntry::test_repr is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_skill_repo.py::TestSkillRepo::test_read_file /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_repo.py::TestSkillRepo::test_read_file is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_skill_repo.py::TestSkillRepo::test_get_skill_data /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_repo.py::TestSkillRepo::test_get_skill_data is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_skill_repo.py::TestSkillRepo::test_get_shas /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_repo.py::TestSkillRepo::test_get_shas is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_skill_repo.py::TestSkillRepo::test_get_default_skill_names /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_skill_repo.py::TestSkillRepo::test_get_default_skill_names is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================ 26 passed, 2 deselected, 15 warnings in 4.24s ================= >>> mycroft-skills-manager: Entering fakeroot... running install /usr/lib/python3.11/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 install_lib creating /home/buildozer/aports/community/mycroft-skills-manager/pkg creating /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager creating /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr creating /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib creating /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11 creating /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm copying build/lib/msm/skill_entry.py -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm copying build/lib/msm/mycroft_skills_manager.py -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm copying build/lib/msm/util.py -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm creating /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm/__pycache__ copying build/lib/msm/__pycache__/util.cpython-311.pyc -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm/__pycache__ copying build/lib/msm/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm/__pycache__ copying build/lib/msm/__pycache__/mycroft_skills_manager.cpython-311.pyc -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm/__pycache__ copying build/lib/msm/__pycache__/exceptions.cpython-311.pyc -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm/__pycache__ copying build/lib/msm/__pycache__/skill_repo.cpython-311.pyc -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm/__pycache__ copying build/lib/msm/__pycache__/skill_state.cpython-311.pyc -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm/__pycache__ copying build/lib/msm/__pycache__/__main__.cpython-311.pyc -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm/__pycache__ copying build/lib/msm/__pycache__/skill_entry.cpython-311.pyc -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm/__pycache__ copying build/lib/msm/__main__.py -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm copying build/lib/msm/__init__.py -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm copying build/lib/msm/exceptions.py -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm copying build/lib/msm/skill_state.py -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm copying build/lib/msm/skill_repo.py -> /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm running install_egg_info running egg_info creating msm.egg-info writing msm.egg-info/PKG-INFO writing dependency_links to msm.egg-info/dependency_links.txt writing entry points to msm.egg-info/entry_points.txt writing requirements to msm.egg-info/requires.txt writing top-level names to msm.egg-info/top_level.txt writing manifest file 'msm.egg-info/SOURCES.txt' reading manifest file 'msm.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'msm.egg-info/SOURCES.txt' Copying msm.egg-info to /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/lib/python3.11/site-packages/msm-0.9.0-py3.11.egg-info running install_scripts Installing msm script to /home/buildozer/aports/community/mycroft-skills-manager/pkg/mycroft-skills-manager/usr/bin >>> mycroft-skills-manager*: Running postcheck for mycroft-skills-manager >>> mycroft-skills-manager*: Preparing package mycroft-skills-manager... >>> mycroft-skills-manager*: Tracing dependencies... >>> mycroft-skills-manager*: Package size: 264.0 KB >>> mycroft-skills-manager*: Compressing data... >>> mycroft-skills-manager*: Create checksum... >>> mycroft-skills-manager*: Create mycroft-skills-manager-0.9.0-r1.apk >>> mycroft-skills-manager: Build complete at Wed, 23 Nov 2022 11:07:43 +0000 elapsed time 0h 0m 8s >>> mycroft-skills-manager: Cleaning up srcdir >>> mycroft-skills-manager: Cleaning up pkgdir >>> mycroft-skills-manager: Uninstalling dependencies... (1/31) Purging .makedepends-mycroft-skills-manager (20221123.110736) (2/31) Purging py3-fasteners (0.18-r1) (3/31) Purging py3-gitpython (3.1.27-r1) (4/31) Purging py3-gitdb2 (4.0.9-r1) (5/31) Purging py3-smmap2 (3.0.1-r3) (6/31) Purging py3-typing-extensions (4.4.0-r1) (7/31) Purging py3-lazy (1.5-r1) (8/31) Purging py3-pako (0.3.1-r4) (9/31) Purging py3-appdirs (1.4.4-r5) (10/31) Purging py3-requests (2.28.1-r2) (11/31) Purging py3-certifi (2022.9.24-r1) (12/31) Purging py3-charset-normalizer (3.0.1-r1) (13/31) Purging py3-idna (3.4-r3) (14/31) Purging py3-urllib3 (1.26.12-r1) (15/31) Purging py3-xdg (0.28-r1) (16/31) Purging py3-yaml (6.0-r1) (17/31) Purging py3-setuptools (65.6.0-r1) (18/31) Purging py3-pytest (7.2.0-r2) (19/31) Purging py3-attrs (22.1.0-r1) (20/31) Purging py3-iniconfig (1.1.1-r4) (21/31) Purging py3-packaging (21.3-r3) (22/31) Purging py3-parsing (3.0.9-r1) (23/31) Purging py3-pluggy (1.0.0-r2) (24/31) Purging py3-py (1.11.0-r1) (25/31) Purging python3 (3.11.0-r2) (26/31) Purging libffi (3.4.4-r0) (27/31) Purging gdbm (1.23-r0) (28/31) Purging mpdecimal (2.5.1-r1) (29/31) Purging readline (8.2.0-r0) (30/31) Purging sqlite-libs (3.40.0-r0) (31/31) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r29.trigger OK: 290 MiB in 101 packages >>> mycroft-skills-manager: Updating the community/armv7 repository index... >>> mycroft-skills-manager: Signing the index...