>>> mycroft-skills-manager: Building community/mycroft-skills-manager 0.9.0-r1 (using abuild 3.10.0_rc1-r2) started Wed, 23 Nov 2022 13:17:06 +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/33) Installing libbz2 (1.0.8-r4) (2/33) Installing libffi (3.4.4-r0) (3/33) Installing gdbm (1.23-r0) (4/33) Installing xz-libs (5.2.8-r0) (5/33) Installing mpdecimal (2.5.1-r1) (6/33) Installing readline (8.2.0-r0) (7/33) Installing sqlite-libs (3.40.0-r0) (8/33) Installing python3 (3.11.0-r2) (9/33) Installing py3-fasteners (0.18-r1) (10/33) Installing py3-smmap2 (3.0.1-r3) (11/33) Installing py3-gitdb2 (4.0.9-r1) (12/33) Installing py3-typing-extensions (4.4.0-r1) (13/33) Installing py3-gitpython (3.1.27-r1) (14/33) Installing py3-lazy (1.5-r1) (15/33) Installing py3-appdirs (1.4.4-r5) (16/33) Installing py3-pako (0.3.1-r4) (17/33) Installing py3-certifi (2022.9.24-r1) (18/33) Installing py3-charset-normalizer (3.0.1-r1) (19/33) Installing py3-idna (3.4-r3) (20/33) Installing py3-urllib3 (1.26.12-r1) (21/33) Installing py3-requests (2.28.1-r2) (22/33) Installing py3-xdg (0.28-r1) (23/33) Installing yaml (0.2.5-r0) (24/33) Installing py3-yaml (6.0-r1) (25/33) Installing py3-parsing (3.0.9-r1) (26/33) Installing py3-packaging (21.3-r3) (27/33) Installing py3-setuptools (65.6.0-r1) (28/33) Installing py3-attrs (22.1.0-r1) (29/33) Installing py3-iniconfig (1.1.1-r4) (30/33) Installing py3-pluggy (1.0.0-r2) (31/33) Installing py3-py (1.11.0-r1) (32/33) Installing py3-pytest (7.2.0-r2) (33/33) Installing .makedepends-mycroft-skills-manager (20221123.131707) Executing busybox-1.35.0-r29.trigger OK: 480 MiB in 131 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 100 24798 100 24798 0 0 161k 0 --:--:-- --:--:-- --:--:-- 162k >>> 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_repo.py -> build/lib/msm copying msm/util.py -> build/lib/msm copying msm/exceptions.py -> build/lib/msm copying msm/__init__.py -> build/lib/msm copying msm/skill_entry.py -> build/lib/msm copying msm/skill_state.py -> build/lib/msm copying msm/mycroft_skills_manager.py -> build/lib/msm copying msm/__main__.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 3.28s ================= >>> 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_repo.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 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/__init__.py -> /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/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/mycroft_skills_manager.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__/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__/__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__/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__/__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/__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__/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/__main__.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 13:17:13 +0000 elapsed time 0h 0m 7s >>> mycroft-skills-manager: Cleaning up srcdir >>> mycroft-skills-manager: Cleaning up pkgdir >>> mycroft-skills-manager: Uninstalling dependencies... (1/33) Purging .makedepends-mycroft-skills-manager (20221123.131707) (2/33) Purging py3-fasteners (0.18-r1) (3/33) Purging py3-gitpython (3.1.27-r1) (4/33) Purging py3-gitdb2 (4.0.9-r1) (5/33) Purging py3-smmap2 (3.0.1-r3) (6/33) Purging py3-typing-extensions (4.4.0-r1) (7/33) Purging py3-lazy (1.5-r1) (8/33) Purging py3-pako (0.3.1-r4) (9/33) Purging py3-appdirs (1.4.4-r5) (10/33) Purging py3-requests (2.28.1-r2) (11/33) Purging py3-certifi (2022.9.24-r1) (12/33) Purging py3-charset-normalizer (3.0.1-r1) (13/33) Purging py3-idna (3.4-r3) (14/33) Purging py3-urllib3 (1.26.12-r1) (15/33) Purging py3-xdg (0.28-r1) (16/33) Purging py3-yaml (6.0-r1) (17/33) Purging py3-setuptools (65.6.0-r1) (18/33) Purging py3-pytest (7.2.0-r2) (19/33) Purging py3-attrs (22.1.0-r1) (20/33) Purging py3-iniconfig (1.1.1-r4) (21/33) Purging py3-packaging (21.3-r3) (22/33) Purging py3-parsing (3.0.9-r1) (23/33) Purging py3-pluggy (1.0.0-r2) (24/33) Purging py3-py (1.11.0-r1) (25/33) Purging python3 (3.11.0-r2) (26/33) Purging libbz2 (1.0.8-r4) (27/33) Purging libffi (3.4.4-r0) (28/33) Purging gdbm (1.23-r0) (29/33) Purging xz-libs (5.2.8-r0) (30/33) Purging mpdecimal (2.5.1-r1) (31/33) Purging readline (8.2.0-r0) (32/33) Purging sqlite-libs (3.40.0-r0) (33/33) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r29.trigger OK: 393 MiB in 98 packages >>> mycroft-skills-manager: Updating the community/x86_64 repository index... >>> mycroft-skills-manager: Signing the index...