>>> py3-yapsy: Building testing/py3-yapsy 1.12.2-r3 (using abuild 3.9.0-r0) started Sun, 19 Dec 2021 16:38:24 +0000 >>> py3-yapsy: Checking sanity of /home/buildozer/aports/testing/py3-yapsy/APKBUILD... >>> py3-yapsy: Analyzing dependencies... >>> py3-yapsy: Installing for build: build-base python3 py3-setuptools (1/13) Installing libffi (3.4.2-r1) (2/13) Installing gdbm (1.22-r0) (3/13) Installing mpdecimal (2.5.1-r1) (4/13) Installing readline (8.1.1-r0) (5/13) Installing sqlite-libs (3.37.0-r0) (6/13) Installing python3 (3.10.1-r0) (7/13) Installing py3-ordered-set (4.0.2-r3) (8/13) Installing py3-appdirs (1.4.4-r3) (9/13) Installing py3-parsing (2.4.7-r3) (10/13) Installing py3-six (1.16.0-r1) (11/13) Installing py3-packaging (21.3-r0) (12/13) Installing py3-setuptools (52.0.0-r5) (13/13) Installing .makedepends-py3-yapsy (20211219.163826) Executing busybox-1.34.1-r5.trigger OK: 397 MiB in 119 packages >>> py3-yapsy: Cleaning up srcdir >>> py3-yapsy: Cleaning up pkgdir >>> py3-yapsy: Fetching https://files.pythonhosted.org/packages/source/Y/Yapsy/Yapsy-1.12.2.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83986 100 83986 0 0 400k 0 --:--:-- --:--:-- --:--:-- 400k >>> py3-yapsy: Fetching https://files.pythonhosted.org/packages/source/Y/Yapsy/Yapsy-1.12.2.tar.gz >>> py3-yapsy: Checking sha512sums... Yapsy-1.12.2.tar.gz: OK >>> py3-yapsy: Unpacking /var/cache/distfiles/edge/Yapsy-1.12.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/yapsy copying yapsy/ConfigurablePluginManager.py -> build/lib/yapsy copying yapsy/VersionedPluginManager.py -> build/lib/yapsy copying yapsy/FilteredPluginManager.py -> build/lib/yapsy copying yapsy/IPluginLocator.py -> build/lib/yapsy copying yapsy/PluginInfo.py -> build/lib/yapsy copying yapsy/__init__.py -> build/lib/yapsy copying yapsy/PluginManager.py -> build/lib/yapsy copying yapsy/PluginManagerDecorator.py -> build/lib/yapsy copying yapsy/IPlugin.py -> build/lib/yapsy copying yapsy/AutoInstallPluginManager.py -> build/lib/yapsy copying yapsy/IMultiprocessPlugin.py -> build/lib/yapsy copying yapsy/MultiprocessPluginManager.py -> build/lib/yapsy copying yapsy/__init___flymake.py -> build/lib/yapsy copying yapsy/IMultiprocessChildPlugin.py -> build/lib/yapsy copying yapsy/MultiprocessPluginProxy.py -> build/lib/yapsy copying yapsy/compat.py -> build/lib/yapsy copying yapsy/PluginFileLocator.py -> build/lib/yapsy running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing Yapsy.egg-info/PKG-INFO writing dependency_links to Yapsy.egg-info/dependency_links.txt writing top-level names to Yapsy.egg-info/top_level.txt reading manifest file 'Yapsy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/_build' writing manifest file 'Yapsy.egg-info/SOURCES.txt' running build_ext test_NormalizePluginNameForModuleName_on_empty_name (test.test_SimplePlugin.YapsyUtils) ... ok test_NormalizePluginNameForModuleName_on_name_with_nonalphanum (test.test_SimplePlugin.YapsyUtils) ... ok test_NormalizePluginNameForModuleName_on_name_with_space (test.test_SimplePlugin.YapsyUtils) ... ok test_NormalizePluginNameForModuleName_on_ok_name (test.test_SimplePlugin.YapsyUtils) ... ok testActivationAndDeactivation (test.test_SimplePlugin.SimpleTestCase) Test if the activation procedure works. ... ok testGetAll (test.test_SimplePlugin.SimpleTestCase) Test if the correct plugin has been loaded. ... ok testLoaded (test.test_SimplePlugin.SimpleTestCase) Test if the correct plugin has been loaded. ... ok testCandidatesManipulation (test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase) Test querying, removing and adding plugins from/to the lkist ... ok testCategoryManipulation (test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase) Test querying, removing and adding plugins from/to a category. ... ok testChangingCategoriesFilter (test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase) Test the effect of setting a new category filer. ... ok testGetPluginOf (test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase) Test the plugin query function. ... ok testMultipleCategoriesForASamePlugin (test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase) Test that associating a plugin to multiple categories works as expected. ... ok testTwoStepsLoad (test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase) Test loading the plugins in two steps in order to collect more ... ok testDisablingRecursivePluginLocationAllowsFindingTopLevelPlugins (test.test_SimplePlugin.SimplePluginDetectionTestsCase) Test detection of plugins when the detection is non ... ok testDisablingRecursivePluginLocationIsEnforced (test.test_SimplePlugin.SimplePluginDetectionTestsCase) Test detection of plugins when the detection is non recursive. ... ok testEnforcingPluginDirsDoesNotKeepDefaultDir (test.test_SimplePlugin.SimplePluginDetectionTestsCase) Test that providing the directories list override the default search directory ... ok testRecursivePluginlocation (test.test_SimplePlugin.SimplePluginDetectionTestsCase) Test detection of plugins which by default must be ... ok testActivationAndDeactivation (test.test_Singleton.ConfigSingletonTestsCase) Test if the activation/deactivaion procedures work. ... ok testConfigurationFileExistence (test.test_Singleton.ConfigSingletonTestsCase) Test if the configuration file has been properly written. ... ok testLoaded (test.test_Singleton.ConfigSingletonTestsCase) Test if the correct plugin has been loaded. ... ok testPluginOptions (test.test_Singleton.ConfigSingletonTestsCase) Test is the plugin can register and access options from the ... ok testActivationAndDeactivation (test.test_ConfigPlugin.ConfigTestCase) Test if the activation/deactivaion procedures work. ... ok testConfigurationFileExistence (test.test_ConfigPlugin.ConfigTestCase) Test if the configuration file has been properly written. ... ok testLoaded (test.test_ConfigPlugin.ConfigTestCase) Test if the correct plugin has been loaded. ... ok testPluginOptions (test.test_ConfigPlugin.ConfigTestCase) Test is the plugin can register and access options from the ... ok testPluginOptions (test.test_ConfigPlugin.ConfigurablePMWithDefaultChangeTriggerTestCase) Test is the plugin can register and access options from the ... ok testActivationAndDeactivation (test.test_VersionedPlugin.VersionedTestsCase) Test if the activation procedure works. ... ok testAtticConsistencyAfterCategoryFilterUpdate (test.test_VersionedPlugin.VersionedTestsCase) Test that changing the category filer doesn't make the attic inconsistent. ... ok testDirectActivationAndDeactivation (test.test_VersionedPlugin.VersionedTestsCase) Test if the activation procedure works when directly activating a plugin. ... ok testLatestPluginOfCategory (test.test_VersionedPlugin.VersionedTestsCase) ... ok testLoaded (test.test_VersionedPlugin.VersionedTestsCase) Test if the correct plugin has been loaded. ... ok testActivationAndDeactivation (test.test_AutoInstallPlugin.AutoInstallTestsCase) Test if the activation procedure works. ... ok testGetSetInstallDir (test.test_AutoInstallPlugin.AutoInstallTestsCase) Test getting and setting install dir. ... ok testInstallDir (test.test_AutoInstallPlugin.AutoInstallTestsCase) Test if the correct plugin (define by a directory) can be installed and loaded. ... ok testInstallFile (test.test_AutoInstallPlugin.AutoInstallTestsCase) Test if the correct plugin (defined by a file) can be installed and loaded. ... ok testNoneLoaded (test.test_AutoInstallPlugin.AutoInstallTestsCase) Test if the correct plugin has been loaded. ... ok testActivationAndDeactivation (test.test_AutoInstallPlugin.AutoInstallZIPTestsCase) Test if the activation procedure works. ... ok testInstallZIP (test.test_AutoInstallPlugin.AutoInstallZIPTestsCase) Test if the correct plugin (define by a zip file) can be installed and loaded. ... ok testInstallZIPFailOnNotAZipFile (test.test_AutoInstallPlugin.AutoInstallZIPTestsCase) Test if, when the zip file is not a valid zip. ... WARNING:yapsy:Invalid zip file '/home/buildozer/aports/testing/py3-yapsy/src/Yapsy-1.12.2/test/pluginstoinstall/AutoInstallPlugin.py' (error: File is not a zip file). ok testInstallZIPFailOnUnexistingFile (test.test_AutoInstallPlugin.AutoInstallZIPTestsCase) Test if, when the zip file is not a file. ... WARNING:yapsy:Could not find the plugin's zip file at '/home/buildozer/aports/testing/py3-yapsy/src/Yapsy-1.12.2/test/pluginstoinstall/doesNotExists.zip'. ok testInstallZIPFailOnWrongZip (test.test_AutoInstallPlugin.AutoInstallZIPTestsCase) Test if, when the zip file does not contain what is required the installation fails. ... WARNING:yapsy:Zip file structure seems wrong in '/home/buildozer/aports/testing/py3-yapsy/src/Yapsy-1.12.2/test/pluginstoinstall/autoinstallWRONGzipplugin.zip', could not match info file with the implementation of plugin 'Auto Install Wrong ZIP Plugin'. ok testNoneLoaded (test.test_AutoInstallPlugin.AutoInstallZIPTestsCase) Test if the correct plugin has been loaded. ... ok testActivationAndDeactivation (test.test_FilterPlugin.FilteredTestsCase) Test if the activation procedure works. ... ok testAppendOkPlugins (test.test_FilterPlugin.FilteredTestsCase) ... ok testAppendRejectedPlugin (test.test_FilterPlugin.FilteredTestsCase) ... ok testLoaded (test.test_FilterPlugin.FilteredTestsCase) Test if the correct plugin has been loaded. ... ok testRejectPlugin (test.test_FilterPlugin.FilteredTestsCase) ... ok testRejectedList (test.test_FilterPlugin.FilteredTestsCase) Test if the list of rejected plugins is correct. ... ok testRejectedStable (test.test_FilterPlugin.FilteredTestsCase) ... ok testRemovePlugin (test.test_FilterPlugin.FilteredTestsCase) ... ok testUnrejectPlugin (test.test_FilterPlugin.FilteredTestsCase) ... ok testActivationAndDeactivation (test.test_FilterPlugin.FilteredWithMonkeyPathTestsCase) Test if the activation procedure works. ... ok testLoaded (test.test_FilterPlugin.FilteredWithMonkeyPathTestsCase) Test if the correct plugin has been loaded. ... ok testRejectedList (test.test_FilterPlugin.FilteredWithMonkeyPathTestsCase) Test if the list of rejected plugins is correct. ... ok testTwoStepsLoadWithError (test.test_ErrorInPlugin.ErrorTestCase) Test loading the plugins in two steps in order to collect more ... ok test_deprecated_method_dont_raise_notimplemetederror (test.test_PluginFileLocator.IPluginLocatorTest) ... WARNING:yapsy:setPluginInfoClass was called but '.DummyPluginLocator object at 0x7f4fddadb190>' doesn't implement it. WARNING:yapsy:setPluginInfoClass was called but '.DummyPluginLocator object at 0x7f4fddadb190>' doesn't implement it. WARNING:yapsy:getPluginInfoClass was called but '.DummyPluginLocator object at 0x7f4fddadb190>' doesn't implement it. WARNING:yapsy:setPluginPlaces was called but '.DummyPluginLocator object at 0x7f4fddadb190>' doesn't implement it. WARNING:yapsy:updatePluginPlaces was called but '.DummyPluginLocator object at 0x7f4fddadb190>' doesn't implement it. ok test_Contruction (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest) ... ok test__extractCorePluginInfo_with_builtin_str_filename (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest) ... ok test__extractCorePluginInfo_with_minimal_description (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest) ... ok test__extractCorePluginInfo_with_unicode_filename (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest) Note: this test is redundant with its 'builtin_str' counterpart on Python3 ... ok test_getInfosDictFromPlugin (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest) ... ok test_getPluginNameAndModuleFromStream_with_invalid_descriptions (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest) ... ok test_isValid (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest) ... ok test_isValid_WithMultiExtensions (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest) ... ok test_Contruction (test.test_PluginFileLocator.PluginFileAnalyzerMathingRegexTest) ... ok test_getInfosDictFromPlugin (test.test_PluginFileLocator.PluginFileAnalyzerMathingRegexTest) ... ok test_isValid (test.test_PluginFileLocator.PluginFileAnalyzerMathingRegexTest) ... ok test_appendAnalyzer (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_default_plugins_place_is_parent_dir (test.test_PluginFileLocator.PluginFileLocatorTest) Test a non-trivial default behaviour introduced some time ago :S ... ok test_gatherCorePluginInfo (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_given_string_as_plugin_places_raises_error (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_locatePlugins (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_locatePlugins_recursively_fails_when_recursion_is_disabled (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_locatePlugins_recursively_when_plugin_is_a_directory (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_locatePlugins_recursively_when_plugin_is_a_symlinked_directory (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_locatePlugins_recursively_when_plugin_parent_dir_is_a_symlinked_directory (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_locatePlugins_when_plugin_is_a_directory (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_locatePlugins_when_plugin_is_a_symlinked_directory (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_locatePlugins_when_plugin_is_symlinked (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_removeAllAnalyzers (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_removeAnalyzers (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_removeAnalyzers_when_analyzer_is_unknown (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_setAnalyzer (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_setPluginInfoClass_for_named_analyzer (test.test_PluginFileLocator.PluginFileLocatorTest) ... ok test_default_init (test.test_PluginFileLocator.PluginManagerSetUpTest) ... ok test_getPluginCandidates_too_early (test.test_PluginFileLocator.PluginManagerSetUpTest) ... ok test_init_with_category_filter (test.test_PluginFileLocator.PluginManagerSetUpTest) ... ok test_init_with_plugin_info_ext (test.test_PluginFileLocator.PluginManagerSetUpTest) ... ok test_init_with_plugin_info_ext_and_locator (test.test_PluginFileLocator.PluginManagerSetUpTest) ... ok test_init_with_plugin_locator (test.test_PluginFileLocator.PluginManagerSetUpTest) ... ok test_setPluginInfoClass_with_strategies (test.test_PluginFileLocator.PluginManagerSetUpTest) ... ok test_setPluginLocator_with_invalid_locator (test.test_PluginFileLocator.PluginManagerSetUpTest) ... ok test_setPluginLocator_with_plugin_info_class (test.test_PluginFileLocator.PluginManagerSetUpTest) ... ok test_updatePluginPlaces (test.test_PluginFileLocator.PluginManagerSetUpTest) ... ok testDefaultValuesAndAccessors (test.test_PluginInfo.PluginInfoTest) ... ok testDetailsAccessors (test.test_PluginInfo.PluginInfoTest) ... ok testUpAndRunning (test.test_SimpleMultiprocessPlugin.SimpleMultiprocessTestCase) Test if the plugin is loaded and if the communication pipe is properly setuped. ... ok ---------------------------------------------------------------------- Ran 97 tests in 0.270s OK >>> py3-yapsy: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/testing/py3-yapsy/pkg creating /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy creating /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr creating /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib creating /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/ConfigurablePluginManager.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/VersionedPluginManager.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/FilteredPluginManager.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/IPluginLocator.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/PluginInfo.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/__init__.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/PluginManager.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/PluginManagerDecorator.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/IPlugin.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/AutoInstallPluginManager.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/IMultiprocessPlugin.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/MultiprocessPluginManager.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/__init___flymake.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/IMultiprocessChildPlugin.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/MultiprocessPluginProxy.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/compat.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy copying build/lib/yapsy/PluginFileLocator.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/ConfigurablePluginManager.py to ConfigurablePluginManager.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/VersionedPluginManager.py to VersionedPluginManager.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/FilteredPluginManager.py to FilteredPluginManager.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/IPluginLocator.py to IPluginLocator.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/PluginInfo.py to PluginInfo.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/PluginManager.py to PluginManager.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/PluginManagerDecorator.py to PluginManagerDecorator.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/IPlugin.py to IPlugin.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/AutoInstallPluginManager.py to AutoInstallPluginManager.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/IMultiprocessPlugin.py to IMultiprocessPlugin.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/MultiprocessPluginManager.py to MultiprocessPluginManager.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/__init___flymake.py to __init___flymake.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/IMultiprocessChildPlugin.py to IMultiprocessChildPlugin.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/MultiprocessPluginProxy.py to MultiprocessPluginProxy.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/compat.py to compat.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/yapsy/PluginFileLocator.py to PluginFileLocator.cpython-310.pyc running install_egg_info running egg_info writing Yapsy.egg-info/PKG-INFO writing dependency_links to Yapsy.egg-info/dependency_links.txt writing top-level names to Yapsy.egg-info/top_level.txt reading manifest file 'Yapsy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/_build' writing manifest file 'Yapsy.egg-info/SOURCES.txt' Copying Yapsy.egg-info to /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.10/site-packages/Yapsy-1.12.2-py3.10.egg-info running install_scripts >>> py3-yapsy*: Running postcheck for py3-yapsy >>> py3-yapsy*: Preparing package py3-yapsy... >>> py3-yapsy*: Tracing dependencies... >>> py3-yapsy*: Package size: 300.0 KB >>> py3-yapsy*: Compressing data... >>> py3-yapsy*: Create checksum... >>> py3-yapsy*: Create py3-yapsy-1.12.2-r3.apk >>> py3-yapsy: Build complete at Sun, 19 Dec 2021 16:38:28 +0000 elapsed time 0h 0m 4s >>> py3-yapsy: Cleaning up srcdir >>> py3-yapsy: Cleaning up pkgdir >>> py3-yapsy: Uninstalling dependencies... (1/13) Purging .makedepends-py3-yapsy (20211219.163826) (2/13) Purging py3-setuptools (52.0.0-r5) (3/13) Purging py3-ordered-set (4.0.2-r3) (4/13) Purging py3-appdirs (1.4.4-r3) (5/13) Purging py3-packaging (21.3-r0) (6/13) Purging py3-parsing (2.4.7-r3) (7/13) Purging py3-six (1.16.0-r1) (8/13) Purging python3 (3.10.1-r0) (9/13) Purging libffi (3.4.2-r1) (10/13) Purging gdbm (1.22-r0) (11/13) Purging mpdecimal (2.5.1-r1) (12/13) Purging readline (8.1.1-r0) (13/13) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 345 MiB in 106 packages >>> py3-yapsy: Updating the testing/x86_64 repository index... >>> py3-yapsy: Signing the index...