Activity log for bug #1937173

Date Who What changed Old value New value Message
2021-07-22 07:23:11 Christian Ehrhardt  bug added bug
2021-07-22 07:58:04 Christian Ehrhardt  description Plenty of self-test fails like ====================================================================== FAIL: breezy.tests.test_plugins.TestPlugins.test_plugin_appears_in_plugins ---------------------------------------------------------------------- Traceback (most recent call last): testtools.testresult.real._StringException: log: {{{ 1324.812 loading plugins! 1324.812 using _Path('breezy.testingplugins', [], [], ['.']) 1324.812 Traceback (most recent call last): File "/<<PKGBUILDDIR>>/breezy/plugin.py", line 429, in _load_plugin_module __import__(_MODULE_PREFIX + name) ModuleNotFoundError: No module named 'breezy.testingplugins.plugin' 1324.812 Unable to load plugin 'plugin' from '.': No module named 'breezy.testingplugins.plugin' WARNING Unable to load plugin 'plugin' from '.': No module named 'breezy.testingplugins.plugin' 1324.813 removed breezy.testingplugins from sys.modules FYI this is somewhat related to (former maybe now hidden FTFBS of breezy) https://bugs.launchpad.net/ubuntu/+source/breezy-debian/+bug/1933034 and more indirectly to (need new breezy to get lintian-brush to get thing moving) https://bugs.launchpad.net/ubuntu/+source/dulwich/+bug/1931369 Recent (rebuild) is here https://launchpadlibrarian.net/545919434/buildlog_ubuntu-impish-amd64.breezy-debian_2.8.63build1_BUILDING.txt.gz It has plenty of self-test fails like ====================================================================== FAIL: breezy.tests.test_plugins.TestPlugins.test_plugin_appears_in_plugins ---------------------------------------------------------------------- Traceback (most recent call last): testtools.testresult.real._StringException: log: {{{ 1324.812 loading plugins! 1324.812 using _Path('breezy.testingplugins', [], [], ['.']) 1324.812 Traceback (most recent call last):   File "/<<PKGBUILDDIR>>/breezy/plugin.py", line 429, in _load_plugin_module     __import__(_MODULE_PREFIX + name) ModuleNotFoundError: No module named 'breezy.testingplugins.plugin' 1324.812 Unable to load plugin 'plugin' from '.': No module named 'breezy.testingplugins.plugin'  WARNING Unable to load plugin 'plugin' from '.': No module named 'breezy.testingplugins.plugin' 1324.813 removed breezy.testingplugins from sys.modules FYI this is somewhat related to (former maybe now hidden FTFBS of breezy) https://bugs.launchpad.net/ubuntu/+source/breezy-debian/+bug/1933034 and more indirectly to (need new breezy to get lintian-brush to get thing moving) https://bugs.launchpad.net/ubuntu/+source/dulwich/+bug/1931369
2021-07-22 08:03:14 Christian Ehrhardt  affects breezy-debian (Ubuntu) breezy (Ubuntu)
2021-07-22 08:04:18 Christian Ehrhardt  tags update-excuse
2021-07-23 06:07:54 Christian Ehrhardt  description Recent (rebuild) is here https://launchpadlibrarian.net/545919434/buildlog_ubuntu-impish-amd64.breezy-debian_2.8.63build1_BUILDING.txt.gz It has plenty of self-test fails like ====================================================================== FAIL: breezy.tests.test_plugins.TestPlugins.test_plugin_appears_in_plugins ---------------------------------------------------------------------- Traceback (most recent call last): testtools.testresult.real._StringException: log: {{{ 1324.812 loading plugins! 1324.812 using _Path('breezy.testingplugins', [], [], ['.']) 1324.812 Traceback (most recent call last):   File "/<<PKGBUILDDIR>>/breezy/plugin.py", line 429, in _load_plugin_module     __import__(_MODULE_PREFIX + name) ModuleNotFoundError: No module named 'breezy.testingplugins.plugin' 1324.812 Unable to load plugin 'plugin' from '.': No module named 'breezy.testingplugins.plugin'  WARNING Unable to load plugin 'plugin' from '.': No module named 'breezy.testingplugins.plugin' 1324.813 removed breezy.testingplugins from sys.modules FYI this is somewhat related to (former maybe now hidden FTFBS of breezy) https://bugs.launchpad.net/ubuntu/+source/breezy-debian/+bug/1933034 and more indirectly to (need new breezy to get lintian-brush to get thing moving) https://bugs.launchpad.net/ubuntu/+source/dulwich/+bug/1931369 Recent (rebuild) is here https://launchpadlibrarian.net/545919434/buildlog_ubuntu-impish-amd64.breezy-debian_2.8.63build1_BUILDING.txt.gz It has plenty of self-test fails like ====================================================================== FAIL: breezy.tests.test_plugins.TestPlugins.test_plugin_appears_in_plugins ---------------------------------------------------------------------- Traceback (most recent call last): testtools.testresult.real._StringException: log: {{{ 1324.812 loading plugins! 1324.812 using _Path('breezy.testingplugins', [], [], ['.']) 1324.812 Traceback (most recent call last):   File "/<<PKGBUILDDIR>>/breezy/plugin.py", line 429, in _load_plugin_module     __import__(_MODULE_PREFIX + name) ModuleNotFoundError: No module named 'breezy.testingplugins.plugin' 1324.812 Unable to load plugin 'plugin' from '.': No module named 'breezy.testingplugins.plugin'  WARNING Unable to load plugin 'plugin' from '.': No module named 'breezy.testingplugins.plugin' 1324.813 removed breezy.testingplugins from sys.modules FYI this is somewhat related to (former maybe now hidden FTFBS of breezy) https://bugs.launchpad.net/ubuntu/+source/breezy-debian/+bug/1933034 and more indirectly to (need new breezy to get lintian-brush to get thing moving) https://bugs.launchpad.net/ubuntu/+source/dulwich/+bug/1931369 --- This blocks https://bugs.launchpad.net/ubuntu/+source/dulwich/+bug/1933034 which has instructions on further rebuilds and combined tests after this is resolved. --- Interim Summary The tests ran together fail $ BRZ_PLUGIN_PATH=-site:-user LC_ALL=C.UTF-8 PYTHONPATH=/build/breezy- xbGxjH/breezy-3.2.1/.pybuild/cpython3_3.9_breezy/build python3.9 ./brz -Derror selftest -v breezy.tests.test_plugins.TestLoadingPlugins Running all of them one by one works fine: $ for t in test_plugins.TestLoadingPlugins.test_plugin_with_bad_api_version_reports test_plugins.TestLoadingPlugins.test_plugin_with_bad_name_does_not_load test_plugins.TestLoadingPlugins.test_plugin_with_error test_plugins.TestLoadingPlugins.test_plugin_with_error_suppress test_plugins.TestLoadingPlugins.test_plugins_can_load_from_directory_with_trailing_slash test_plugins.TestLoadingPlugins.test_plugins_from_different_dirs_can_demand_load test_plugins.TestLoadingPlugins.test_plugins_with_the_same_name_are_not_loaded; do BRZ_PLUGIN_PATH=-site:-user LC_ALL=C.UTF-8 PYTHONPATH=/build/breezy-xbGxjH/breezy-3.2.1/.pybuild/cpython3_3.9_breezy/build python3.9 ./brz -Derror selftest -v $t; printf "\n\n\n\n\n\n\n\n\n"; done On Debian unstable this isn't happening (there is always works in an otherwise rather similar environment).
2021-07-23 09:46:31 Christian Ehrhardt  description Recent (rebuild) is here https://launchpadlibrarian.net/545919434/buildlog_ubuntu-impish-amd64.breezy-debian_2.8.63build1_BUILDING.txt.gz It has plenty of self-test fails like ====================================================================== FAIL: breezy.tests.test_plugins.TestPlugins.test_plugin_appears_in_plugins ---------------------------------------------------------------------- Traceback (most recent call last): testtools.testresult.real._StringException: log: {{{ 1324.812 loading plugins! 1324.812 using _Path('breezy.testingplugins', [], [], ['.']) 1324.812 Traceback (most recent call last):   File "/<<PKGBUILDDIR>>/breezy/plugin.py", line 429, in _load_plugin_module     __import__(_MODULE_PREFIX + name) ModuleNotFoundError: No module named 'breezy.testingplugins.plugin' 1324.812 Unable to load plugin 'plugin' from '.': No module named 'breezy.testingplugins.plugin'  WARNING Unable to load plugin 'plugin' from '.': No module named 'breezy.testingplugins.plugin' 1324.813 removed breezy.testingplugins from sys.modules FYI this is somewhat related to (former maybe now hidden FTFBS of breezy) https://bugs.launchpad.net/ubuntu/+source/breezy-debian/+bug/1933034 and more indirectly to (need new breezy to get lintian-brush to get thing moving) https://bugs.launchpad.net/ubuntu/+source/dulwich/+bug/1931369 --- This blocks https://bugs.launchpad.net/ubuntu/+source/dulwich/+bug/1933034 which has instructions on further rebuilds and combined tests after this is resolved. --- Interim Summary The tests ran together fail $ BRZ_PLUGIN_PATH=-site:-user LC_ALL=C.UTF-8 PYTHONPATH=/build/breezy- xbGxjH/breezy-3.2.1/.pybuild/cpython3_3.9_breezy/build python3.9 ./brz -Derror selftest -v breezy.tests.test_plugins.TestLoadingPlugins Running all of them one by one works fine: $ for t in test_plugins.TestLoadingPlugins.test_plugin_with_bad_api_version_reports test_plugins.TestLoadingPlugins.test_plugin_with_bad_name_does_not_load test_plugins.TestLoadingPlugins.test_plugin_with_error test_plugins.TestLoadingPlugins.test_plugin_with_error_suppress test_plugins.TestLoadingPlugins.test_plugins_can_load_from_directory_with_trailing_slash test_plugins.TestLoadingPlugins.test_plugins_from_different_dirs_can_demand_load test_plugins.TestLoadingPlugins.test_plugins_with_the_same_name_are_not_loaded; do BRZ_PLUGIN_PATH=-site:-user LC_ALL=C.UTF-8 PYTHONPATH=/build/breezy-xbGxjH/breezy-3.2.1/.pybuild/cpython3_3.9_breezy/build python3.9 ./brz -Derror selftest -v $t; printf "\n\n\n\n\n\n\n\n\n"; done On Debian unstable this isn't happening (there is always works in an otherwise rather similar environment). Recent (rebuild) is here https://launchpadlibrarian.net/547592506/buildlog_ubuntu-impish-amd64.breezy_3.2.1-1_BUILDING.txt.gz It has plenty of self-test fails like ====================================================================== FAIL: breezy.tests.test_plugins.TestPlugins.test_plugin_appears_in_plugins ---------------------------------------------------------------------- Traceback (most recent call last): testtools.testresult.real._StringException: log: {{{ 1324.812 loading plugins! 1324.812 using _Path('breezy.testingplugins', [], [], ['.']) 1324.812 Traceback (most recent call last):   File "/<<PKGBUILDDIR>>/breezy/plugin.py", line 429, in _load_plugin_module     __import__(_MODULE_PREFIX + name) ModuleNotFoundError: No module named 'breezy.testingplugins.plugin' 1324.812 Unable to load plugin 'plugin' from '.': No module named 'breezy.testingplugins.plugin'  WARNING Unable to load plugin 'plugin' from '.': No module named 'breezy.testingplugins.plugin' 1324.813 removed breezy.testingplugins from sys.modules FYI this is somewhat related to (former maybe now hidden FTFBS of breezy) https://bugs.launchpad.net/ubuntu/+source/breezy-debian/+bug/1933034 and more indirectly to (need new breezy to get lintian-brush to get thing moving) https://bugs.launchpad.net/ubuntu/+source/dulwich/+bug/1931369 --- This blocks https://bugs.launchpad.net/ubuntu/+source/dulwich/+bug/1933034 which has instructions on further rebuilds and combined tests after this is resolved. --- Interim Summary The tests ran together fail $ BRZ_PLUGIN_PATH=-site:-user LC_ALL=C.UTF-8 PYTHONPATH=/build/breezy- xbGxjH/breezy-3.2.1/.pybuild/cpython3_3.9_breezy/build python3.9 ./brz -Derror selftest -v breezy.tests.test_plugins.TestLoadingPlugins Running all of them one by one works fine: $ for t in test_plugins.TestLoadingPlugins.test_plugin_with_bad_api_version_reports test_plugins.TestLoadingPlugins.test_plugin_with_bad_name_does_not_load test_plugins.TestLoadingPlugins.test_plugin_with_error test_plugins.TestLoadingPlugins.test_plugin_with_error_suppress test_plugins.TestLoadingPlugins.test_plugins_can_load_from_directory_with_trailing_slash test_plugins.TestLoadingPlugins.test_plugins_from_different_dirs_can_demand_load test_plugins.TestLoadingPlugins.test_plugins_with_the_same_name_are_not_loaded; do BRZ_PLUGIN_PATH=-site:-user LC_ALL=C.UTF-8 PYTHONPATH=/build/breezy-xbGxjH/breezy-3.2.1/.pybuild/cpython3_3.9_breezy/build python3.9 ./brz -Derror selftest -v $t; printf "\n\n\n\n\n\n\n\n\n"; done On Debian unstable this isn't happening (there is always works in an otherwise rather similar environment).
2021-09-30 19:33:46 Steve Langasek bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995410
2021-09-30 19:33:46 Steve Langasek bug task added breezy (Debian)
2021-09-30 20:28:14 Bug Watch Updater breezy (Debian): status Unknown New
2021-10-22 18:34:07 Launchpad Janitor merge proposal linked https://code.launchpad.net/~bryce/ubuntu/+source/breezy/+git/breezy/+merge/410678
2021-10-28 18:58:02 Bryce Harrington breezy (Ubuntu): status New Fix Committed
2021-12-19 17:01:41 Bug Watch Updater breezy (Debian): status New Fix Released
2023-01-14 17:09:56 Paride Legovini breezy (Ubuntu): status Fix Committed Fix Released