>>> py3-yapsy: Building testing/py3-yapsy 1.12.2-r4 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 16:16:47 +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/12) Installing libbz2 (1.0.8-r4) (2/12) Installing libffi (3.4.4-r0) (3/12) Installing gdbm (1.23-r0) (4/12) Installing xz-libs (5.2.8-r0) (5/12) Installing mpdecimal (2.5.1-r1) (6/12) Installing readline (8.2.0-r0) (7/12) Installing sqlite-libs (3.40.0-r0) (8/12) Installing python3 (3.11.0-r2) (9/12) Installing py3-parsing (3.0.9-r1) (10/12) Installing py3-packaging (21.3-r3) (11/12) Installing py3-setuptools (65.6.3-r0) (12/12) Installing .makedepends-py3-yapsy (20221124.161648) Executing busybox-1.35.0-r29.trigger OK: 483 MiB in 108 packages >>> py3-yapsy: Cleaning up srcdir >>> py3-yapsy: Cleaning up pkgdir >>> py3-yapsy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Yapsy-1.12.2.tar.gz >>> py3-yapsy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/MultiprocessPluginManager.py -> build/lib/yapsy copying yapsy/PluginManagerDecorator.py -> build/lib/yapsy copying yapsy/VersionedPluginManager.py -> build/lib/yapsy copying yapsy/compat.py -> build/lib/yapsy copying yapsy/PluginInfo.py -> build/lib/yapsy copying yapsy/MultiprocessPluginProxy.py -> build/lib/yapsy copying yapsy/FilteredPluginManager.py -> build/lib/yapsy copying yapsy/IMultiprocessChildPlugin.py -> build/lib/yapsy copying yapsy/IPlugin.py -> build/lib/yapsy copying yapsy/PluginFileLocator.py -> build/lib/yapsy copying yapsy/AutoInstallPluginManager.py -> build/lib/yapsy copying yapsy/PluginManager.py -> build/lib/yapsy copying yapsy/ConfigurablePluginManager.py -> build/lib/yapsy copying yapsy/__init__.py -> build/lib/yapsy copying yapsy/IPluginLocator.py -> build/lib/yapsy copying yapsy/__init___flymake.py -> build/lib/yapsy copying yapsy/IMultiprocessPlugin.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' adding license file 'LICENSE.txt' writing manifest file 'Yapsy.egg-info/SOURCES.txt' running build_ext test_NormalizePluginNameForModuleName_on_empty_name (test.test_SimplePlugin.YapsyUtils.test_NormalizePluginNameForModuleName_on_empty_name) ... ok test_NormalizePluginNameForModuleName_on_name_with_nonalphanum (test.test_SimplePlugin.YapsyUtils.test_NormalizePluginNameForModuleName_on_name_with_nonalphanum) ... ok test_NormalizePluginNameForModuleName_on_name_with_space (test.test_SimplePlugin.YapsyUtils.test_NormalizePluginNameForModuleName_on_name_with_space) ... ok test_NormalizePluginNameForModuleName_on_ok_name (test.test_SimplePlugin.YapsyUtils.test_NormalizePluginNameForModuleName_on_ok_name) ... ok testActivationAndDeactivation (test.test_SimplePlugin.SimpleTestCase.testActivationAndDeactivation) Test if the activation procedure works. ... ok testGetAll (test.test_SimplePlugin.SimpleTestCase.testGetAll) Test if the correct plugin has been loaded. ... ok testLoaded (test.test_SimplePlugin.SimpleTestCase.testLoaded) Test if the correct plugin has been loaded. ... ok testCandidatesManipulation (test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase.testCandidatesManipulation) Test querying, removing and adding plugins from/to the lkist ... ok testCategoryManipulation (test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase.testCategoryManipulation) Test querying, removing and adding plugins from/to a category. ... ok testChangingCategoriesFilter (test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase.testChangingCategoriesFilter) Test the effect of setting a new category filer. ... ok testGetPluginOf (test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase.testGetPluginOf) Test the plugin query function. ... ok testMultipleCategoriesForASamePlugin (test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase.testMultipleCategoriesForASamePlugin) Test that associating a plugin to multiple categories works as expected. ... ok testTwoStepsLoad (test.test_SimplePlugin.SimplePluginAdvancedManipulationTestsCase.testTwoStepsLoad) Test loading the plugins in two steps in order to collect more ... ok testDisablingRecursivePluginLocationAllowsFindingTopLevelPlugins (test.test_SimplePlugin.SimplePluginDetectionTestsCase.testDisablingRecursivePluginLocationAllowsFindingTopLevelPlugins) Test detection of plugins when the detection is non ... ok testDisablingRecursivePluginLocationIsEnforced (test.test_SimplePlugin.SimplePluginDetectionTestsCase.testDisablingRecursivePluginLocationIsEnforced) Test detection of plugins when the detection is non recursive. ... ok testEnforcingPluginDirsDoesNotKeepDefaultDir (test.test_SimplePlugin.SimplePluginDetectionTestsCase.testEnforcingPluginDirsDoesNotKeepDefaultDir) Test that providing the directories list override the default search directory ... ok testRecursivePluginlocation (test.test_SimplePlugin.SimplePluginDetectionTestsCase.testRecursivePluginlocation) Test detection of plugins which by default must be ... ok testActivationAndDeactivation (test.test_Singleton.ConfigSingletonTestsCase.testActivationAndDeactivation) Test if the activation/deactivaion procedures work. ... /home/buildozer/aports/testing/py3-yapsy/src/Yapsy-1.12.2/yapsy/VersionedPluginManager.py:31: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. self.version = StrictVersion("0.0") /home/buildozer/aports/testing/py3-yapsy/src/Yapsy-1.12.2/yapsy/PluginInfo.py:108: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. return StrictVersion(self.details.get("Documentation","Version")) ok testConfigurationFileExistence (test.test_Singleton.ConfigSingletonTestsCase.testConfigurationFileExistence) Test if the configuration file has been properly written. ... ok testLoaded (test.test_Singleton.ConfigSingletonTestsCase.testLoaded) Test if the correct plugin has been loaded. ... ok testPluginOptions (test.test_Singleton.ConfigSingletonTestsCase.testPluginOptions) Test is the plugin can register and access options from the ... ok testActivationAndDeactivation (test.test_ConfigPlugin.ConfigTestCase.testActivationAndDeactivation) Test if the activation/deactivaion procedures work. ... ok testConfigurationFileExistence (test.test_ConfigPlugin.ConfigTestCase.testConfigurationFileExistence) Test if the configuration file has been properly written. ... ok testLoaded (test.test_ConfigPlugin.ConfigTestCase.testLoaded) Test if the correct plugin has been loaded. ... ok testPluginOptions (test.test_ConfigPlugin.ConfigTestCase.testPluginOptions) Test is the plugin can register and access options from the ... ok testPluginOptions (test.test_ConfigPlugin.ConfigurablePMWithDefaultChangeTriggerTestCase.testPluginOptions) Test is the plugin can register and access options from the ... ok testActivationAndDeactivation (test.test_VersionedPlugin.VersionedTestsCase.testActivationAndDeactivation) Test if the activation procedure works. ... ok testAtticConsistencyAfterCategoryFilterUpdate (test.test_VersionedPlugin.VersionedTestsCase.testAtticConsistencyAfterCategoryFilterUpdate) Test that changing the category filer doesn't make the attic inconsistent. ... ok testDirectActivationAndDeactivation (test.test_VersionedPlugin.VersionedTestsCase.testDirectActivationAndDeactivation) Test if the activation procedure works when directly activating a plugin. ... ok testLatestPluginOfCategory (test.test_VersionedPlugin.VersionedTestsCase.testLatestPluginOfCategory) ... ok testLoaded (test.test_VersionedPlugin.VersionedTestsCase.testLoaded) Test if the correct plugin has been loaded. ... ok testActivationAndDeactivation (test.test_AutoInstallPlugin.AutoInstallTestsCase.testActivationAndDeactivation) Test if the activation procedure works. ... ok testGetSetInstallDir (test.test_AutoInstallPlugin.AutoInstallTestsCase.testGetSetInstallDir) Test getting and setting install dir. ... ok testInstallDir (test.test_AutoInstallPlugin.AutoInstallTestsCase.testInstallDir) Test if the correct plugin (define by a directory) can be installed and loaded. ... ok testInstallFile (test.test_AutoInstallPlugin.AutoInstallTestsCase.testInstallFile) Test if the correct plugin (defined by a file) can be installed and loaded. ... ok testNoneLoaded (test.test_AutoInstallPlugin.AutoInstallTestsCase.testNoneLoaded) Test if the correct plugin has been loaded. ... ok testActivationAndDeactivation (test.test_AutoInstallPlugin.AutoInstallZIPTestsCase.testActivationAndDeactivation) Test if the activation procedure works. ... Investigating the content of a zip file containing: '['autoinstallzipplugin.yapsy-autoinstall-plugin', 'autoinstallzipplugin/__init__.py', 'autoinstallzipplugin/']' Sanity checks on zip's contained files (looking for hazardous path symbols). Looking for the zipped plugin's info file among '['autoinstallzipplugin.yapsy-autoinstall-plugin']' Assuming the zipped plugin info file to be 'autoinstallzipplugin.yapsy-autoinstall-plugin' Checking existence of the expected module 'autoinstallzipplugin' in the zip file ok testInstallZIP (test.test_AutoInstallPlugin.AutoInstallZIPTestsCase.testInstallZIP) Test if the correct plugin (define by a zip file) can be installed and loaded. ... Investigating the content of a zip file containing: '['autoinstallzipplugin.yapsy-autoinstall-plugin', 'autoinstallzipplugin/__init__.py', 'autoinstallzipplugin/']' Sanity checks on zip's contained files (looking for hazardous path symbols). Looking for the zipped plugin's info file among '['autoinstallzipplugin.yapsy-autoinstall-plugin']' Assuming the zipped plugin info file to be 'autoinstallzipplugin.yapsy-autoinstall-plugin' Checking existence of the expected module 'autoinstallzipplugin' in the zip file ok testInstallZIPFailOnNotAZipFile (test.test_AutoInstallPlugin.AutoInstallZIPTestsCase.testInstallZIPFailOnNotAZipFile) Test if, when the zip file is not a valid zip. ... 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.testInstallZIPFailOnUnexistingFile) Test if, when the zip file is not a file. ... 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.testInstallZIPFailOnWrongZip) Test if, when the zip file does not contain what is required the installation fails. ... Investigating the content of a zip file containing: '['autoinstallzipplugin.yapsy-autoinstall-plugin', 'autoinstallzipplugin/__init__.py', 'autoinstallzipplugin/']' Sanity checks on zip's contained files (looking for hazardous path symbols). Looking for the zipped plugin's info file among '['autoinstallzipplugin.yapsy-autoinstall-plugin']' Assuming the zipped plugin info file to be 'autoinstallzipplugin.yapsy-autoinstall-plugin' Checking existence of the expected module 'autoinstallblablablazipplugin' in the zip file 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.testNoneLoaded) Test if the correct plugin has been loaded. ... ok testActivationAndDeactivation (test.test_FilterPlugin.FilteredTestsCase.testActivationAndDeactivation) Test if the activation procedure works. ... ok testAppendOkPlugins (test.test_FilterPlugin.FilteredTestsCase.testAppendOkPlugins) ... ok testAppendRejectedPlugin (test.test_FilterPlugin.FilteredTestsCase.testAppendRejectedPlugin) ... ok testLoaded (test.test_FilterPlugin.FilteredTestsCase.testLoaded) Test if the correct plugin has been loaded. ... ok testRejectPlugin (test.test_FilterPlugin.FilteredTestsCase.testRejectPlugin) ... ok testRejectedList (test.test_FilterPlugin.FilteredTestsCase.testRejectedList) Test if the list of rejected plugins is correct. ... ok testRejectedStable (test.test_FilterPlugin.FilteredTestsCase.testRejectedStable) ... ok testRemovePlugin (test.test_FilterPlugin.FilteredTestsCase.testRemovePlugin) ... ok testUnrejectPlugin (test.test_FilterPlugin.FilteredTestsCase.testUnrejectPlugin) ... ok testActivationAndDeactivation (test.test_FilterPlugin.FilteredWithMonkeyPathTestsCase.testActivationAndDeactivation) Test if the activation procedure works. ... ok testLoaded (test.test_FilterPlugin.FilteredWithMonkeyPathTestsCase.testLoaded) Test if the correct plugin has been loaded. ... ok testRejectedList (test.test_FilterPlugin.FilteredWithMonkeyPathTestsCase.testRejectedList) Test if the list of rejected plugins is correct. ... ok testTwoStepsLoadWithError (test.test_ErrorInPlugin.ErrorTestCase.testTwoStepsLoadWithError) Test loading the plugins in two steps in order to collect more ... ok test_deprecated_method_dont_raise_notimplemetederror (test.test_PluginFileLocator.IPluginLocatorTest.test_deprecated_method_dont_raise_notimplemetederror) ... setPluginInfoClass was called but '.DummyPluginLocator object at 0xfffd43e7d5d0>' doesn't implement it. setPluginInfoClass was called but '.DummyPluginLocator object at 0xfffd43e7d5d0>' doesn't implement it. getPluginInfoClass was called but '.DummyPluginLocator object at 0xfffd43e7d5d0>' doesn't implement it. setPluginPlaces was called but '.DummyPluginLocator object at 0xfffd43e7d5d0>' doesn't implement it. updatePluginPlaces was called but '.DummyPluginLocator object at 0xfffd43e7d5d0>' doesn't implement it. ok test_Contruction (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest.test_Contruction) ... ok test__extractCorePluginInfo_with_builtin_str_filename (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest.test__extractCorePluginInfo_with_builtin_str_filename) ... ok test__extractCorePluginInfo_with_minimal_description (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest.test__extractCorePluginInfo_with_minimal_description) ... ok test__extractCorePluginInfo_with_unicode_filename (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest.test__extractCorePluginInfo_with_unicode_filename) Note: this test is redundant with its 'builtin_str' counterpart on Python3 ... ok test_getInfosDictFromPlugin (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest.test_getInfosDictFromPlugin) ... ok test_getPluginNameAndModuleFromStream_with_invalid_descriptions (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest.test_getPluginNameAndModuleFromStream_with_invalid_descriptions) ... ok test_isValid (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest.test_isValid) ... ok test_isValid_WithMultiExtensions (test.test_PluginFileLocator.PluginFileAnalyzerWithInfoFileTest.test_isValid_WithMultiExtensions) ... ok test_Contruction (test.test_PluginFileLocator.PluginFileAnalyzerMathingRegexTest.test_Contruction) ... ok test_getInfosDictFromPlugin (test.test_PluginFileLocator.PluginFileAnalyzerMathingRegexTest.test_getInfosDictFromPlugin) ... ok test_isValid (test.test_PluginFileLocator.PluginFileAnalyzerMathingRegexTest.test_isValid) ... ok test_appendAnalyzer (test.test_PluginFileLocator.PluginFileLocatorTest.test_appendAnalyzer) ... ok test_default_plugins_place_is_parent_dir (test.test_PluginFileLocator.PluginFileLocatorTest.test_default_plugins_place_is_parent_dir) Test a non-trivial default behaviour introduced some time ago :S ... ok test_gatherCorePluginInfo (test.test_PluginFileLocator.PluginFileLocatorTest.test_gatherCorePluginInfo) ... ok test_given_string_as_plugin_places_raises_error (test.test_PluginFileLocator.PluginFileLocatorTest.test_given_string_as_plugin_places_raises_error) ... ok test_locatePlugins (test.test_PluginFileLocator.PluginFileLocatorTest.test_locatePlugins) ... ok test_locatePlugins_recursively_fails_when_recursion_is_disabled (test.test_PluginFileLocator.PluginFileLocatorTest.test_locatePlugins_recursively_fails_when_recursion_is_disabled) ... ok test_locatePlugins_recursively_when_plugin_is_a_directory (test.test_PluginFileLocator.PluginFileLocatorTest.test_locatePlugins_recursively_when_plugin_is_a_directory) ... ok test_locatePlugins_recursively_when_plugin_is_a_symlinked_directory (test.test_PluginFileLocator.PluginFileLocatorTest.test_locatePlugins_recursively_when_plugin_is_a_symlinked_directory) ... ok test_locatePlugins_recursively_when_plugin_parent_dir_is_a_symlinked_directory (test.test_PluginFileLocator.PluginFileLocatorTest.test_locatePlugins_recursively_when_plugin_parent_dir_is_a_symlinked_directory) ... ok test_locatePlugins_when_plugin_is_a_directory (test.test_PluginFileLocator.PluginFileLocatorTest.test_locatePlugins_when_plugin_is_a_directory) ... ok test_locatePlugins_when_plugin_is_a_symlinked_directory (test.test_PluginFileLocator.PluginFileLocatorTest.test_locatePlugins_when_plugin_is_a_symlinked_directory) ... ok test_locatePlugins_when_plugin_is_symlinked (test.test_PluginFileLocator.PluginFileLocatorTest.test_locatePlugins_when_plugin_is_symlinked) ... ok test_removeAllAnalyzers (test.test_PluginFileLocator.PluginFileLocatorTest.test_removeAllAnalyzers) ... ok test_removeAnalyzers (test.test_PluginFileLocator.PluginFileLocatorTest.test_removeAnalyzers) ... ok test_removeAnalyzers_when_analyzer_is_unknown (test.test_PluginFileLocator.PluginFileLocatorTest.test_removeAnalyzers_when_analyzer_is_unknown) ... ok test_setAnalyzer (test.test_PluginFileLocator.PluginFileLocatorTest.test_setAnalyzer) ... ok test_setPluginInfoClass_for_named_analyzer (test.test_PluginFileLocator.PluginFileLocatorTest.test_setPluginInfoClass_for_named_analyzer) ... ok test_default_init (test.test_PluginFileLocator.PluginManagerSetUpTest.test_default_init) ... ok test_getPluginCandidates_too_early (test.test_PluginFileLocator.PluginManagerSetUpTest.test_getPluginCandidates_too_early) ... ok test_init_with_category_filter (test.test_PluginFileLocator.PluginManagerSetUpTest.test_init_with_category_filter) ... ok test_init_with_plugin_info_ext (test.test_PluginFileLocator.PluginManagerSetUpTest.test_init_with_plugin_info_ext) ... ok test_init_with_plugin_info_ext_and_locator (test.test_PluginFileLocator.PluginManagerSetUpTest.test_init_with_plugin_info_ext_and_locator) ... ok test_init_with_plugin_locator (test.test_PluginFileLocator.PluginManagerSetUpTest.test_init_with_plugin_locator) ... ok test_setPluginInfoClass_with_strategies (test.test_PluginFileLocator.PluginManagerSetUpTest.test_setPluginInfoClass_with_strategies) ... ok test_setPluginLocator_with_invalid_locator (test.test_PluginFileLocator.PluginManagerSetUpTest.test_setPluginLocator_with_invalid_locator) ... ok test_setPluginLocator_with_plugin_info_class (test.test_PluginFileLocator.PluginManagerSetUpTest.test_setPluginLocator_with_plugin_info_class) ... ok test_updatePluginPlaces (test.test_PluginFileLocator.PluginManagerSetUpTest.test_updatePluginPlaces) ... ok testDefaultValuesAndAccessors (test.test_PluginInfo.PluginInfoTest.testDefaultValuesAndAccessors) ... ok testDetailsAccessors (test.test_PluginInfo.PluginInfoTest.testDetailsAccessors) ... ok testUpAndRunning (test.test_SimpleMultiprocessPlugin.SimpleMultiprocessTestCase.testUpAndRunning) Test if the plugin is loaded and if the communication pipe is properly setuped. ... ok ---------------------------------------------------------------------- Ran 97 tests in 0.133s OK >>> py3-yapsy: 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/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.11 creating /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/MultiprocessPluginManager.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/PluginManagerDecorator.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/VersionedPluginManager.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/compat.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/PluginInfo.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/MultiprocessPluginProxy.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/FilteredPluginManager.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/IMultiprocessChildPlugin.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/IPlugin.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/PluginFileLocator.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/AutoInstallPluginManager.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/PluginManager.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/ConfigurablePluginManager.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/__init__.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/IPluginLocator.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/__init___flymake.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy copying build/lib/yapsy/IMultiprocessPlugin.py -> /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/MultiprocessPluginManager.py to MultiprocessPluginManager.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/PluginManagerDecorator.py to PluginManagerDecorator.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/VersionedPluginManager.py to VersionedPluginManager.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/compat.py to compat.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/PluginInfo.py to PluginInfo.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/MultiprocessPluginProxy.py to MultiprocessPluginProxy.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/FilteredPluginManager.py to FilteredPluginManager.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/IMultiprocessChildPlugin.py to IMultiprocessChildPlugin.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/IPlugin.py to IPlugin.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/PluginFileLocator.py to PluginFileLocator.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/AutoInstallPluginManager.py to AutoInstallPluginManager.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/PluginManager.py to PluginManager.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/ConfigurablePluginManager.py to ConfigurablePluginManager.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/IPluginLocator.py to IPluginLocator.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/__init___flymake.py to __init___flymake.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-yapsy/pkg/py3-yapsy/usr/lib/python3.11/site-packages/yapsy/IMultiprocessPlugin.py to IMultiprocessPlugin.cpython-311.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' adding license file 'LICENSE.txt' 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.11/site-packages/Yapsy-1.12.2-py3.11.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: 340.0 KB >>> py3-yapsy*: Compressing data... >>> py3-yapsy*: Create checksum... >>> py3-yapsy*: Create py3-yapsy-1.12.2-r4.apk >>> py3-yapsy: Build complete at Thu, 24 Nov 2022 16:16:50 +0000 elapsed time 0h 0m 3s >>> py3-yapsy: Cleaning up srcdir >>> py3-yapsy: Cleaning up pkgdir >>> py3-yapsy: Uninstalling dependencies... (1/12) Purging .makedepends-py3-yapsy (20221124.161648) (2/12) Purging py3-setuptools (65.6.3-r0) (3/12) Purging py3-packaging (21.3-r3) (4/12) Purging py3-parsing (3.0.9-r1) (5/12) Purging python3 (3.11.0-r2) (6/12) Purging libbz2 (1.0.8-r4) (7/12) Purging libffi (3.4.4-r0) (8/12) Purging gdbm (1.23-r0) (9/12) Purging xz-libs (5.2.8-r0) (10/12) Purging mpdecimal (2.5.1-r1) (11/12) Purging readline (8.2.0-r0) (12/12) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 406 MiB in 96 packages >>> py3-yapsy: Updating the testing/aarch64 repository index... >>> py3-yapsy: Signing the index...