On Thu, 2016-09-15 at 22:28 -0700, Adam Williamson wrote: > On Fri, 2016-09-16 at 04:45 +0000, Fedora compose checker wrote: > > > > New failures (same test did not fail in Rawhide-20160914.n.0): > > > > > > ID: 34503 Test: x86_64 Server-dvd-iso > > server_realmd_join_kickstart > > URL: https://openqa.fedoraproject.org/tests/34503 > > ID: 34520 Test: x86_64 universal install_delete_pata > > URL: https://openqa.fedoraproject.org/tests/34520 > > ID: 34521 Test: x86_64 universal install_delete_pata@uefi > > URL: https://openqa.fedoraproject.org/tests/34521 > > ID: 34524 Test: x86_64 universal install_multi > > URL: https://openqa.fedoraproject.org/tests/34524 > > ID: 34530 Test: x86_64 universal install_delete_partial > > URL: https://openqa.fedoraproject.org/tests/34530 > > ID: 34542 Test: x86_64 universal install_delete_partial@uefi > > URL: https://openqa.fedoraproject.org/tests/34542 > > ID: 34548 Test: x86_64 universal install_kickstart_hdd > > URL: https://openqa.fedoraproject.org/tests/34548 > This looks like a crop of genuine new failures, probably related to > the > new python-blivet; I'll investigate and file bugs tomorrow. david, if > you want to get a head start, you can find all the logs on the Logs & > Assets tab for each test (except for the kickstart tests; kickstart > tests don't upload logs when they fail, it's an issue with how the > tests are set up that I keep meaning to fix...) I'm taking Friday off. Several of those are missing the anaconda-tb file, but I think the following patch will fix it for now. If you feel it's necessary, you are welcome to add that in dist-git and do a -2 build. If not, I'll see to it that it gets fixed on Monday. diff --git a/blivet/deviceaction.py b/blivet/deviceaction.py index 01f6431..5132107 100644 --- a/blivet/deviceaction.py +++ b/blivet/deviceaction.py @@ -693,8 +693,6 @@ class ActionDestroyFormat(DeviceAction): if isinstance(self.device, PartitionDevice) and self.device.disklabel_supported: if self.format.parted_flag: self.device.unset_flag(self.format.parted_flag) - if self.format.parted_system is not None: - self.device.parted_partition.system = None self.device.disk.format.commit_to_disk() super(ActionDestroyFormat, self).execute(callbacks=callbacks) status = self.device.status David _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx