Activity log for bug #1898907

Date Who What changed Old value New value Message
2020-10-07 16:31:45 Paride Legovini bug added bug
2020-10-07 16:33:05 Paride Legovini description The Xenial migrations are not happening since 2020-08-07. The logs at [1] show that britney crashes with the following traceback: I: [2020-10-07T14:54:28+0000] - trying: -linux-tools-4.13.0-1005-azure-edge/amd64 Traceback (most recent call last): File "/home/ubuntu-archive/proposed-migration/code/b2/britney.py", line 1613, in <module> Britney().main() File "/home/ubuntu-archive/proposed-migration/code/b2/britney.py", line 1600, in main self.upgrade_testing() File "/home/ubuntu-archive/proposed-migration/code/b2/britney.py", line 1242, in upgrade_testing self.do_all() File "/home/ubuntu-archive/proposed-migration/code/b2/britney.py", line 1103, in do_all nuninst=nuninst_end) File "/home/ubuntu-archive/proposed-migration/code/b2/britney.py", line 929, in iter_packages nuninst_last_accepted File "/home/ubuntu-archive/proposed-migration/code/b2/britney2/migration.py", line 425, in migrate_items_to_target_suite self._apply_multiple_items_to_target_suite(items) File "/home/ubuntu-archive/proposed-migration/code/b2/britney2/migration.py", line 386, in _apply_multiple_items_to_target_suite affected_all, smooth_updates = self._apply_item_to_target_suite(item) File "/home/ubuntu-archive/proposed-migration/code/b2/britney2/migration.py", line 270, in _apply_item_to_target_suite sources_t[source_name] = copy.copy(source_suite.sources[source_name]) KeyError: 'linux-azure-edge' [1] https://people.canonical.com/~ubuntu-archive/proposed-migration/log/xenial/ The Xenial migrations are not happening (or at least not fully happening) since 2020-08-07. The logs at [1] show that britney crashes with the following traceback: I: [2020-10-07T14:54:28+0000] - trying: -linux-tools-4.13.0-1005-azure-edge/amd64 Traceback (most recent call last):   File "/home/ubuntu-archive/proposed-migration/code/b2/britney.py", line 1613, in <module>     Britney().main()   File "/home/ubuntu-archive/proposed-migration/code/b2/britney.py", line 1600, in main     self.upgrade_testing()   File "/home/ubuntu-archive/proposed-migration/code/b2/britney.py", line 1242, in upgrade_testing     self.do_all()   File "/home/ubuntu-archive/proposed-migration/code/b2/britney.py", line 1103, in do_all     nuninst=nuninst_end)   File "/home/ubuntu-archive/proposed-migration/code/b2/britney.py", line 929, in iter_packages     nuninst_last_accepted   File "/home/ubuntu-archive/proposed-migration/code/b2/britney2/migration.py", line 425, in migrate_items_to_target_suite     self._apply_multiple_items_to_target_suite(items)   File "/home/ubuntu-archive/proposed-migration/code/b2/britney2/migration.py", line 386, in _apply_multiple_items_to_target_suite     affected_all, smooth_updates = self._apply_item_to_target_suite(item)   File "/home/ubuntu-archive/proposed-migration/code/b2/britney2/migration.py", line 270, in _apply_item_to_target_suite     sources_t[source_name] = copy.copy(source_suite.sources[source_name]) KeyError: 'linux-azure-edge' [1] https://people.canonical.com/~ubuntu-archive/proposed-migration/log/xenial/
2020-10-07 16:33:40 Paride Legovini summary britney isn't doing Xenial migrations britney crashes while doing Xenial migrations
2020-11-03 10:54:26 Iain Lane britney: status New Fix Released