Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1701330 Details for
Bug 1857530
rpm-ostree installations fail with 'systemd-tmpfiles exited with code 65'
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
storage.log
bug1857530-storage.log (text/plain), 163.26 KB, created by
Chris Murphy
on 2020-07-16 05:54:23 UTC
(
hide
)
Description:
storage.log
Filename:
MIME Type:
Creator:
Chris Murphy
Created:
2020-07-16 05:54:23 UTC
Size:
163.26 KB
patch
obsolete
>DEBUG:anaconda.modules.common:The configuration is loaded from: ['/run/anaconda/anaconda.conf'] >DEBUG:blivet:registered device format class DeviceFormat as None >DEBUG:blivet:registered device format class BIOSBoot as biosboot >DEBUG:blivet:registered device format class DiskLabel as disklabel >DEBUG:blivet:registered device format class DMRaidMember as dmraidmember >DEBUG:blivet:registered device format class Ext2FS as ext2 >DEBUG:blivet:registered device format class Ext3FS as ext3 >DEBUG:blivet:registered device format class Ext4FS as ext4 >DEBUG:blivet:registered device format class FATFS as vfat >DEBUG:blivet:registered device format class EFIFS as efi >DEBUG:blivet:registered device format class BTRFS as btrfs >DEBUG:blivet:registered device format class GFS2 as gfs2 >DEBUG:blivet:registered device format class JFS as jfs >DEBUG:blivet:registered device format class ReiserFS as reiserfs >DEBUG:blivet:registered device format class XFS as xfs >DEBUG:blivet:registered device format class HFS as hfs >DEBUG:blivet:registered device format class AppleBootstrapFS as appleboot >DEBUG:blivet:registered device format class HFSPlus as hfs+ >DEBUG:blivet:registered device format class MacEFIFS as macefi >DEBUG:blivet:registered device format class NTFS as ntfs >DEBUG:blivet:registered device format class NFS as nfs >DEBUG:blivet:registered device format class NFSv4 as nfs4 >DEBUG:blivet:registered device format class Iso9660FS as iso9660 >DEBUG:blivet:registered device format class NoDevFS as nodev >DEBUG:blivet:registered device format class DevPtsFS as devpts >DEBUG:blivet:registered device format class ProcFS as proc >DEBUG:blivet:registered device format class SysFS as sysfs >DEBUG:blivet:registered device format class TmpFS as tmpfs >DEBUG:blivet:registered device format class BindFS as bind >DEBUG:blivet:registered device format class SELinuxFS as selinuxfs >DEBUG:blivet:registered device format class USBFS as usbfs >DEBUG:blivet:registered device format class EFIVarFS as efivarfs >DEBUG:blivet:registered device format class LUKS as luks >DEBUG:blivet:registered device format class Integrity as integrity >DEBUG:blivet:registered device format class LVMPhysicalVolume as lvmpv >DEBUG:blivet:registered device format class MDRaidMember as mdmember >DEBUG:blivet:registered device format class MultipathMember as multipath_member >DEBUG:blivet:registered device format class PPCPRePBoot as prepboot >DEBUG:blivet:registered device format class SwapSpace as swap >INFO:program:Running... udevadm trigger --action=change --subsystem-match=block >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >WARNING:py.warnings:/usr/lib64/python3.9/site-packages/pyanaconda/core/util.py:34: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses > import imp > >DEBUG:blivet:IGNORED: Caught exception, continuing. >DEBUG:blivet:IGNORED: Problem description: failed to get initiator name from iscsi firmware >DEBUG:blivet:IGNORED: Begin exception details. >DEBUG:blivet:IGNORED: Traceback (most recent call last): >DEBUG:blivet:IGNORED: File "/usr/lib/python3.9/site-packages/blivet/safe_dbus.py", line 139, in call_sync >DEBUG:blivet:IGNORED: ret = connection.call_sync(service, obj_path, iface, method, args, >DEBUG:blivet:IGNORED: gi.repository.GLib.GError: g-io-error-quark: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoFirmware: No firmware found (36) >DEBUG:blivet:IGNORED: During handling of the above exception, another exception occurred: >DEBUG:blivet:IGNORED: Traceback (most recent call last): >DEBUG:blivet:IGNORED: File "/usr/lib/python3.9/site-packages/blivet/iscsi.py", line 160, in __init__ >DEBUG:blivet:IGNORED: initiatorname = self._call_initiator_method("GetFirmwareInitiatorName")[0] >DEBUG:blivet:IGNORED: File "/usr/lib/python3.9/site-packages/blivet/util.py", line 1102, in decorated >DEBUG:blivet:IGNORED: return fn(*args, **kwargs) >DEBUG:blivet:IGNORED: File "/usr/lib/python3.9/site-packages/blivet/iscsi.py", line 194, in _call_initiator_method >DEBUG:blivet:IGNORED: return safe_dbus.call_sync(STORAGED_SERVICE, STORAGED_MANAGER_PATH, >DEBUG:blivet:IGNORED: File "/usr/lib/python3.9/site-packages/blivet/safe_dbus.py", line 145, in call_sync >DEBUG:blivet:IGNORED: raise DBusCallError(msg) >DEBUG:blivet:IGNORED: blivet.safe_dbus.DBusCallError: Failed to call GetFirmwareInitiatorName method on /org/freedesktop/UDisks2/Manager with None arguments: GDBus.Error:org.freedesktop.UDisks2.Error.ISCSI.NoFirmware: No firmware found >DEBUG:blivet:IGNORED: End exception details. >DEBUG:anaconda.modules.storage.bootloader.bootloader:The default type is set to 'BootloaderType.DEFAULT'. >DEBUG:anaconda.modules.storage.fcoe.fcoe:Start up the FCoE module. >INFO:program:Running... modprobe libfc >DEBUG:program:Return code: 0 >INFO:program:Running... /usr/libexec/fcoe/fcoe_edd.sh -i >ERROR:program:Error running /usr/libexec/fcoe/fcoe_edd.sh: No such file or directory >INFO:blivet:Failed to read FCoE EDD info: No such file or directory >DEBUG:anaconda.modules.storage.iscsi.iscsi:Start up the iSCSI module. >INFO:blivet:ISCSID is /sbin/iscsid >INFO:blivet:no initiator set >DEBUG:anaconda.modules.storage.zfcp.zfcp:Start up the zFCP module. >INFO:program:Running [1] e2fsck -V ... >INFO:program:stdout[1]: >INFO:program:stderr[1]: e2fsck 1.45.6 (20-Mar-2020) > Using EXT2FS Library version 1.45.6, 20-Mar-2020 > >INFO:program:...done [1] (exit code: 0) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 0 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:trying to set new default fstype to 'ext4' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 1 >DEBUG:blivet: Ext4FS.supported: supported: True ; >INFO:program:Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,FSAVAIL,FSUSE%,MOUNTPOINT >INFO:program:stdout: >INFO:program:NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID FSAVAIL FSUSE% MOUNTPOINT >INFO:program:loop0 2776752128 root disk brw-rw---- squashfs >INFO:program:loop1 8589934592 root disk brw-rw---- ext4 Anaconda d4dab703-7ad4-47e1-92e1-21f196188e6b >INFO:program:|-live-rw 8589934592 root disk brw-rw---- ext4 Anaconda d4dab703-7ad4-47e1-92e1-21f196188e6b 1186398208 86% / >INFO:program:`-live-base 8589934592 root disk brw-rw---- ext4 Anaconda d4dab703-7ad4-47e1-92e1-21f196188e6b >INFO:program:loop2 34359738368 root disk brw-rw---- DM_snapshot_cow >INFO:program:`-live-rw 8589934592 root disk brw-rw---- ext4 Anaconda d4dab703-7ad4-47e1-92e1-21f196188e6b 1186398208 86% / >INFO:program:sr0 2893955072 root cdrom brw-rw---- iso9660 Fedora-SB-ostree-x86_64-rawh 2020-07-15-22-51-47-00 0 100% /run/install/repo >INFO:program:vda 107374182400 root disk brw-rw---- >DEBUG:program:Return code: 0 >DEBUG:blivet:lsblk output: >NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID FSAVAIL FSUSE% MOUNTPOINT >loop0 2776752128 root disk brw-rw---- squashfs >loop1 8589934592 root disk brw-rw---- ext4 Anaconda d4dab703-7ad4-47e1-92e1-21f196188e6b >|-live-rw 8589934592 root disk brw-rw---- ext4 Anaconda d4dab703-7ad4-47e1-92e1-21f196188e6b 1186398208 86% / >`-live-base 8589934592 root disk brw-rw---- ext4 Anaconda d4dab703-7ad4-47e1-92e1-21f196188e6b >loop2 34359738368 root disk brw-rw---- DM_snapshot_cow >`-live-rw 8589934592 root disk brw-rw---- ext4 Anaconda d4dab703-7ad4-47e1-92e1-21f196188e6b 1186398208 86% / >sr0 2893955072 root cdrom brw-rw---- iso9660 Fedora-SB-ostree-x86_64-rawh 2020-07-15-22-51-47-00 0 100% /run/install/repo >vda 107374182400 root disk brw-rw---- > >DEBUG:blivet:trying to set new default fstype to 'ext4' >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 2 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:anaconda.storage:trying to set new default luks version to 'luks2' >DEBUG:blivet: LUKS.__init__: luks_version: luks2 ; >DEBUG:blivet:get_format('luks') returning LUKS instance with object id 3 >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.common.base.base:Publish the service. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Checker. >INFO:anaconda.core.dbus:Connecting to the Anaconda bus at unix:abstract=/tmp/dbus-eeFT9nOYQT,guid=44a2f48a951d44daedf9055b5f0fe674. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DeviceTree. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskInitialization. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DiskSelection. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Snapshot. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Bootloader. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/FCoE. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/iSCSI. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/NVDIMM. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DASD. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/zFCP. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage. >DEBUG:dasbus.connection:Registering a service name org.fedoraproject.Anaconda.Modules.Storage. >DEBUG:anaconda.modules.common.base.base:Start the loop. >DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. >DEBUG:anaconda.modules.storage.checker.checker:Constraint 'min_ram' is set to '429916160'. >DEBUG:anaconda.modules.storage.disk_selection.selection:Disk images are set to '{}'. >DEBUG:blivet:failed to resolve 'LABEL=Fedora-SB-ostree-x86_64-rawh' >DEBUG:anaconda.modules.storage.disk_selection.selection:Protected devices are set to '['LABEL=Fedora-SB-ostree-x86_64-rawh']'. >DEBUG:blivet:starting Blivet copy >DEBUG:blivet:finished Blivet copy >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/1. >INFO:anaconda.threading:Running Thread: AnaTaskThread-ScanDevicesTask-1 (139878365554240) >INFO:blivet:no initiator set >INFO:blivet:resetting Blivet (version 3.2.2) instance <pyanaconda.modules.storage.devicetree.model.InstallerStorage object at 0x7f37f8580100> >INFO:blivet:DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] >WARNING:blivet:Failed to call the update_volume_info method: libstoragemgmt functionality not available >INFO:program:Running [2] multipath --version ... >INFO:program:Running [3] mpathconf --find_multipaths y --user_friendly_names y --with_multipathd y ... >INFO:program:stdout[3]: >INFO:program:stderr[3]: >INFO:program:...done [3] (exit code: 0) >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:blivet:devices to scan: ['vda', 'sr0', 'loop0', 'loop1', 'loop2', 'live-rw', 'live-base'] >DEBUG:blivet: DeviceTree.handle_device: name: vda ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:04:00.0 ' > '/dev/disk/by-path/virtio-pci-0000:04:00.0', > 'DEVNAME': '/dev/vda', > 'DEVPATH': '/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda', > 'DEVTYPE': 'disk', > 'ID_PATH': 'pci-0000:04:00.0', > 'ID_PATH_TAG': 'pci-0000_04_00_0', > 'MAJOR': '252', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'vda', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '20875181'} ; >INFO:blivet:scanning vda (/sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda)... >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: DiskDevicePopulator.run: name: vda ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/device/vendor: 3078316166340a >WARNING:blivet:device/model is not a valid attribute >INFO:blivet:vda is a disk >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 5 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 6 >DEBUG:blivet: DiskDevice._set_format: vda ; type: None ; current: None ; >DEBUG:blivet: DiskDevice.update_sysfs_path: vda ; status: True ; >DEBUG:blivet:vda sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda >DEBUG:blivet: DiskDevice.read_current_size: exists: True ; path: /dev/vda ; sysfs_path: /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/size: 3230393731353230300a >DEBUG:blivet:updated vda size to 100 GiB (100 GiB) >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/queue/rotational: 310a >INFO:blivet:added disk vda (id 4) to device tree >INFO:blivet:got device: DiskDevice instance (0x7f37f8577100) -- > name = vda status = True id = 4 > children = [] > parents = [] > uuid = None size = 100 GiB > format = existing None > major = 252 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda > target size = 100 GiB path = /dev/vda > format args = [] original_format = None removable = False wwn = None >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: vda ; >DEBUG:blivet:no type or existing type for vda, bailing >DEBUG:blivet: DeviceTree.handle_device: name: sr0 ; info: {'DEVLINKS': '/dev/disk/by-path/pci-0000:00:1f.2-ata-1 ' > '/dev/disk/by-id/ata-QEMU_DVD-ROM_QM00001 ' > '/dev/disk/by-id/scsi-1ATA_QEMU_DVD-ROM_QM00001 /dev/cdrom ' > '/dev/disk/by-path/pci-0000:00:1f.2-ata-1.0 ' > '/dev/disk/by-id/scsi-0QEMU_QEMU_DVD-ROM_QM00001 ' > '/dev/disk/by-label/Fedora-SB-ostree-x86_64-rawh ' > '/dev/disk/by-uuid/2020-07-15-22-51-47-00', > 'DEVNAME': '/dev/sr0', > 'DEVPATH': '/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sr0', > 'DEVTYPE': 'disk', > 'ID_ATA': '1', > 'ID_ATA_SATA': '1', > 'ID_BUS': 'ata', > 'ID_CDROM': '1', > 'ID_CDROM_DVD': '1', > 'ID_CDROM_MEDIA': '1', > 'ID_CDROM_MEDIA_DVD': '1', > 'ID_CDROM_MEDIA_SESSION_COUNT': '1', > 'ID_CDROM_MEDIA_STATE': 'complete', > 'ID_CDROM_MEDIA_TRACK_COUNT': '1', > 'ID_CDROM_MEDIA_TRACK_COUNT_DATA': '1', > 'ID_FOR_SEAT': 'block-pci-0000_00_1f_2-ata-1_0', > 'ID_FS_BOOT_SYSTEM_ID': 'EL\\x20TORITO\\x20SPECIFICATION', > 'ID_FS_LABEL': 'Fedora-SB-ostree-x86_64-rawh', > 'ID_FS_LABEL_ENC': 'Fedora-SB-ostree-x86_64-rawh', > 'ID_FS_TYPE': 'iso9660', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': '2020-07-15-22-51-47-00', > 'ID_FS_UUID_ENC': '2020-07-15-22-51-47-00', > 'ID_FS_VERSION': 'Joliet Extension', > 'ID_MODEL': 'QEMU_DVD-ROM', > 'ID_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20\\x20', > 'ID_PART_TABLE_TYPE': 'dos', > 'ID_PART_TABLE_UUID': '18480783', > 'ID_PATH': 'pci-0000:00:1f.2-ata-1.0', > 'ID_PATH_ATA_COMPAT': 'pci-0000:00:1f.2-ata-1', > 'ID_PATH_TAG': 'pci-0000_00_1f_2-ata-1_0', > 'ID_REVISION': '2.5+', > 'ID_SCSI': '1', > 'ID_SCSI_INQUIRY': '1', > 'ID_SERIAL': 'QEMU_DVD-ROM_QM00001', > 'ID_SERIAL_SHORT': 'QM00001', > 'ID_TYPE': 'cd', > 'ID_VENDOR': 'QEMU', > 'ID_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'MAJOR': '11', > 'MINOR': '0', > 'SCSI_IDENT_LUN_ATA': 'QEMU_DVD-ROM_QM00001', > 'SCSI_IDENT_LUN_T10': 'ATA_QEMU_DVD-ROM_QM00001', > 'SCSI_IDENT_LUN_VENDOR': 'QM00001', > 'SCSI_MODEL': 'QEMU_DVD-ROM', > 'SCSI_MODEL_ENC': 'QEMU\\x20DVD-ROM\\x20\\x20\\x20\\x20', > 'SCSI_REVISION': '2.5+', > 'SCSI_TPGS': '0', > 'SCSI_TYPE': 'cd/dvd', > 'SCSI_VENDOR': 'QEMU', > 'SCSI_VENDOR_ENC': 'QEMU\\x20\\x20\\x20\\x20', > 'SUBSYSTEM': 'block', > 'SYSTEMD_MOUNT_DEVICE_BOUND': '1', > 'SYS_NAME': 'sr0', > 'SYS_PATH': '/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sr0', > 'TAGS': ':systemd:seat:uaccess:', > 'USEC_INITIALIZED': '21251159'} ; >INFO:blivet:scanning sr0 (/sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sr0)... >DEBUG:blivet: DeviceTree.get_device_by_name: name: sr0 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: OpticalDevicePopulator.run: >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 10 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 11 >DEBUG:blivet: OpticalDevice._set_format: sr0 ; type: None ; current: None ; >DEBUG:blivet: OpticalDevice.update_sysfs_path: sr0 ; status: True ; >DEBUG:blivet:sr0 sysfs_path set to /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sr0 >DEBUG:blivet: OpticalDevice.read_current_size: exists: True ; path: /dev/sr0 ; sysfs_path: /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sr0 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sr0/size: 353635323235360a >DEBUG:blivet:updated sr0 size to 2.7 GiB (2.7 GiB) >INFO:blivet:added cdrom sr0 (id 9) to device tree >INFO:blivet:got device: OpticalDevice instance (0x7f37f85e3d90) -- > name = sr0 status = True id = 9 > children = [] > parents = [] > uuid = None size = 2.7 GiB > format = existing None > major = 11 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sr0 > target size = 2.7 GiB path = /dev/sr0 > format args = [] original_format = None >DEBUG:blivet: DeviceTree.handle_format: name: sr0 ; >DEBUG:blivet: OpticalDevice.media_present: sr0 ; status: True ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 13 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 14 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 15 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 16 >INFO:blivet:type detected on 'sr0' is 'iso9660' >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet:get_format('iso9660') returning Iso9660FS instance with object id 17 >DEBUG:blivet: OpticalDevice._set_format: sr0 ; type: iso9660 ; current: None ; >INFO:blivet:got format: existing iso9660 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: loop0 ; info: {'DEVNAME': '/dev/loop0', > 'DEVPATH': '/devices/virtual/block/loop0', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'squashfs', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_VERSION': '4.0', > 'MAJOR': '7', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop0', > 'SYS_PATH': '/sys/devices/virtual/block/loop0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '21053500'} ; >INFO:blivet:scanning loop0 (/sys/devices/virtual/block/loop0)... >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop0 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop0 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /run/install/repo/images/install.img ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 20 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 21 >DEBUG:blivet: FileDevice._set_format: /run/install/repo/images/install.img ; type: None ; current: None ; >INFO:blivet:added file /run/install/repo/images/install.img (id 19) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 24 >DEBUG:blivet: FileDevice.add_child: name: /run/install/repo/images/install.img ; child: loop0 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 25 >DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >INFO:blivet:added loop loop0 (id 23) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f37f7bf7040) -- > name = loop0 status = False id = 23 > children = [] > parents = ['existing 0 B file /run/install/repo/images/install.img (19)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /dev/loop0 > format args = [] original_format = None >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop0/ro: 310a >DEBUG:blivet: DeviceTree.handle_format: name: loop0 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 27 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 28 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 29 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 30 >INFO:blivet:type detected on 'loop0' is 'squashfs' >DEBUG:blivet:get_format('squashfs') returning DeviceFormat instance with object id 31 >DEBUG:blivet: LoopDevice._set_format: loop0 ; type: None ; current: None ; >INFO:blivet:got format: existing None >DEBUG:blivet: DeviceTree.handle_device: name: loop1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d4dab703-7ad4-47e1-92e1-21f196188e6b ' > '/dev/disk/by-label/Anaconda', > 'DEVNAME': '/dev/loop1', > 'DEVPATH': '/devices/virtual/block/loop1', > 'DEVTYPE': 'disk', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'd4dab703-7ad4-47e1-92e1-21f196188e6b', > 'ID_FS_UUID_ENC': 'd4dab703-7ad4-47e1-92e1-21f196188e6b', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '7', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop1', > 'SYS_PATH': '/sys/devices/virtual/block/loop1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '21052874'} ; >INFO:blivet:scanning loop1 (/sys/devices/virtual/block/loop1)... >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop1 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /LiveOS/rootfs.img ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 34 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 35 >DEBUG:blivet: FileDevice._set_format: /LiveOS/rootfs.img ; type: None ; current: None ; >INFO:blivet:added file /LiveOS/rootfs.img (id 33) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 38 >DEBUG:blivet: FileDevice.add_child: name: /LiveOS/rootfs.img ; child: loop1 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 39 >DEBUG:blivet: LoopDevice._set_format: loop1 ; type: None ; current: None ; >INFO:blivet:added loop loop1 (id 37) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f37f857cb80) -- > name = loop1 status = False id = 37 > children = [] > parents = ['existing 0 B file /LiveOS/rootfs.img (33)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /dev/loop1 > format args = [] original_format = None >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop1/ro: 310a >DEBUG:blivet: DeviceTree.handle_format: name: loop1 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 41 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 42 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 43 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 44 >INFO:blivet:type detected on 'loop1' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/loop1 >INFO:program:stdout: >INFO:program:Filesystem volume name: Anaconda >INFO:program:Last mounted on: /var/tmp/lorax/lorax.imgutils.hkcl0cwu >INFO:program:Filesystem UUID: d4dab703-7ad4-47e1-92e1-21f196188e6b >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 524288 >INFO:program:Block count: 2097152 >INFO:program:Reserved block count: 0 >INFO:program:Free blocks: 296589 >INFO:program:Free inodes: 330890 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Group descriptor size: 64 >INFO:program:Reserved GDT blocks: 1023 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8192 >INFO:program:Inode blocks per group: 512 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Wed Jul 15 22:38:53 2020 >INFO:program:Last mount time: Wed Jul 15 22:38:53 2020 >INFO:program:Last write time: Wed Jul 15 22:40:01 2020 >INFO:program:Mount count: 1 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Wed Jul 15 22:38:53 2020 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 7189 MB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 32 >INFO:program:Desired extra isize: 32 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: f5c57529-5c99-4b27-9ad9-fdb909c70763 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0x605b2ad2 >INFO:program:Journal features: journal_incompat_revoke journal_64bit journal_checksum_v3 >INFO:program:Journal size: 64M >INFO:program:Journal length: 16384 >INFO:program:Journal sequence: 0x000001ca >INFO:program:Journal start: 0 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0xc8f1611e >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/loop1 >INFO:program:stdout: >INFO:program:Couldn't find valid filesystem superblock. >INFO:program:stderr: >INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)' >INFO:program:b'resize2fs: Device or resource busy while trying to open /dev/loop1' >DEBUG:program:Return code: 1 >WARNING:blivet:Failed to obtain minimum size for device /dev/loop1: failed to gather info from resize program: 1 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 45 >DEBUG:blivet: LoopDevice._set_format: loop1 ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: loop2 ; info: {'DEVNAME': '/dev/loop2', > 'DEVPATH': '/devices/virtual/block/loop2', > 'DEVTYPE': 'disk', > 'ID_FS_TYPE': 'DM_snapshot_cow', > 'ID_FS_USAGE': 'other', > 'MAJOR': '7', > 'MINOR': '2', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'loop2', > 'SYS_PATH': '/sys/devices/virtual/block/loop2', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '21025587'} ; >INFO:blivet:scanning loop2 (/sys/devices/virtual/block/loop2)... >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet: LoopDevicePopulator.run: name: loop2 ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: /overlay (deleted) ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 48 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 49 >DEBUG:blivet: FileDevice._set_format: /overlay (deleted) ; type: None ; current: None ; >INFO:blivet:added file /overlay (deleted) (id 47) to device tree >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 52 >DEBUG:blivet: FileDevice.add_child: name: /overlay (deleted) ; child: loop2 ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 53 >DEBUG:blivet: LoopDevice._set_format: loop2 ; type: None ; current: None ; >INFO:blivet:added loop loop2 (id 51) to device tree >INFO:blivet:got device: LoopDevice instance (0x7f37f7ba8a30) -- > name = loop2 status = False id = 51 > children = [] > parents = ['existing 0 B file /overlay (deleted) (47)'] > uuid = None size = 0 B > format = existing None > major = 0 minor = 0 exists = True protected = False > sysfs path = > target size = 0 B path = /dev/loop2 > format args = [] original_format = None >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/loop2/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: loop2 ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 55 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 56 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 57 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 58 >INFO:blivet:type detected on 'loop2' is 'DM_snapshot_cow' >DEBUG:blivet:get_format('DM_snapshot_cow') returning DeviceFormat instance with object id 59 >DEBUG:blivet: LoopDevice._set_format: loop2 ; type: None ; current: None ; >INFO:blivet:got format: existing None >DEBUG:blivet: DeviceTree.handle_device: name: live-rw ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-rw ' > '/dev/disk/by-uuid/d4dab703-7ad4-47e1-92e1-21f196188e6b ' > '/dev/mapper/live-rw /dev/disk/by-label/Anaconda', > 'DEVNAME': '/dev/dm-0', > 'DEVPATH': '/devices/virtual/block/dm-0', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-rw', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'd4dab703-7ad4-47e1-92e1-21f196188e6b', > 'ID_FS_UUID_ENC': 'd4dab703-7ad4-47e1-92e1-21f196188e6b', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '0', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-0', > 'SYS_PATH': '/sys/devices/virtual/block/dm-0', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14834423'} ; >INFO:blivet:scanning live-rw (/sys/devices/virtual/block/dm-0)... >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running [4] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[4]: > >INFO:program:stderr[4]: >INFO:program:...done [4] (exit code: 0) >INFO:program:Running [5] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[5]: > >INFO:program:stderr[5]: >INFO:program:...done [5] (exit code: 0) >INFO:program:Running [6] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[6]: > >INFO:program:stderr[6]: >INFO:program:...done [6] (exit code: 0) >INFO:program:Running [7] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[7]: > >INFO:program:stderr[7]: >INFO:program:...done [7] (exit code: 0) >INFO:program:Running [8] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[8]: > >INFO:program:stderr[8]: >INFO:program:...done [8] (exit code: 0) >INFO:program:Running [9] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[9]: > >INFO:program:stderr[9]: >INFO:program:...done [9] (exit code: 0) >INFO:program:Running [10] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[10]: > >INFO:program:stderr[10]: >INFO:program:...done [10] (exit code: 0) >INFO:program:Running [11] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[11]: > >INFO:program:stderr[11]: >INFO:program:...done [11] (exit code: 0) >INFO:program:Running [12] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[12]: > >INFO:program:stderr[12]: >INFO:program:...done [12] (exit code: 0) >DEBUG:blivet: DMDevicePopulator.run: name: live-rw ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop1 (37) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop2 (51) >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-rw ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 62 >DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-rw ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 63 >DEBUG:blivet: DMDevice._set_format: live-rw ; type: None ; current: None ; >DEBUG:blivet: DMDevice.update_sysfs_path: live-rw ; status: True ; >DEBUG:blivet:live-rw sysfs_path set to /sys/devices/virtual/block/dm-0 >DEBUG:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-rw ; sysfs_path: /sys/devices/virtual/block/dm-0 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/size: 31363737373231360a >DEBUG:blivet:updated live-rw size to 8 GiB (8 GiB) >INFO:blivet:added dm live-rw (id 61) to device tree >INFO:blivet:got device: DMDevice instance (0x7f37f7bb0190) -- > name = live-rw status = True id = 61 > children = [] > parents = ['existing 0 B loop loop1 (37) with existing ext4 filesystem'] > uuid = None size = 8 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-0 > target size = 8 GiB path = /dev/mapper/live-rw > format args = [] original_format = None target = None dm_uuid = None >INFO:program:Running [13] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[13]: > >INFO:program:stderr[13]: >INFO:program:...done [13] (exit code: 0) >INFO:program:Running [14] dmsetup info -co subsystem --noheadings live-rw ... >INFO:program:stdout[14]: > >INFO:program:stderr[14]: >INFO:program:...done [14] (exit code: 0) >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-0/ro: 300a >DEBUG:blivet: DeviceTree.handle_format: name: live-rw ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 65 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 66 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 67 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 68 >INFO:blivet:type detected on 'live-rw' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/mapper/live-rw >INFO:program:stdout: >INFO:program:Filesystem volume name: Anaconda >INFO:program:Last mounted on: / >INFO:program:Filesystem UUID: d4dab703-7ad4-47e1-92e1-21f196188e6b >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 524288 >INFO:program:Block count: 2097152 >INFO:program:Reserved block count: 0 >INFO:program:Free blocks: 296589 >INFO:program:Free inodes: 330890 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Group descriptor size: 64 >INFO:program:Reserved GDT blocks: 1023 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8192 >INFO:program:Inode blocks per group: 512 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Wed Jul 15 22:38:53 2020 >INFO:program:Last mount time: Thu Jul 16 05:32:20 2020 >INFO:program:Last write time: Thu Jul 16 05:32:20 2020 >INFO:program:Mount count: 2 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Wed Jul 15 22:38:53 2020 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 7189 MB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 32 >INFO:program:Desired extra isize: 32 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: f5c57529-5c99-4b27-9ad9-fdb909c70763 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0x31e9db20 >INFO:program:Journal features: journal_incompat_revoke journal_64bit journal_checksum_v3 >INFO:program:Journal size: 64M >INFO:program:Journal length: 16384 >INFO:program:Journal sequence: 0x000001cb >INFO:program:Journal start: 1 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0x6df4b279 >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/mapper/live-rw >INFO:program:stdout: >INFO:program:Estimated minimum size of the filesystem: 2058854 >INFO:program:stderr: >INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)' >DEBUG:program:Return code: 0 >DEBUG:blivet:padding min size from 7.85 GiB up to 8 GiB >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 69 >DEBUG:blivet: DMDevice._set_format: live-rw ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >DEBUG:blivet: DeviceTree.handle_device: name: live-base ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-live-base ' > '/dev/disk/by-uuid/d4dab703-7ad4-47e1-92e1-21f196188e6b ' > '/dev/mapper/live-base /dev/disk/by-label/Anaconda', > 'DEVNAME': '/dev/dm-1', > 'DEVPATH': '/devices/virtual/block/dm-1', > 'DEVTYPE': 'disk', > 'DM_NAME': 'live-base', > 'DM_SUSPENDED': '0', > 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', > 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', > 'DM_UDEV_RULES_VSN': '2', > 'ID_FS_LABEL': 'Anaconda', > 'ID_FS_LABEL_ENC': 'Anaconda', > 'ID_FS_TYPE': 'ext4', > 'ID_FS_USAGE': 'filesystem', > 'ID_FS_UUID': 'd4dab703-7ad4-47e1-92e1-21f196188e6b', > 'ID_FS_UUID_ENC': 'd4dab703-7ad4-47e1-92e1-21f196188e6b', > 'ID_FS_VERSION': '1.0', > 'MAJOR': '253', > 'MINOR': '1', > 'SUBSYSTEM': 'block', > 'SYS_NAME': 'dm-1', > 'SYS_PATH': '/sys/devices/virtual/block/dm-1', > 'TAGS': ':systemd:', > 'USEC_INITIALIZED': '14918060'} ; >INFO:blivet:scanning live-base (/sys/devices/virtual/block/dm-1)... >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >INFO:program:Running [15] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[15]: > >INFO:program:stderr[15]: >INFO:program:...done [15] (exit code: 0) >INFO:program:Running [16] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[16]: > >INFO:program:stderr[16]: >INFO:program:...done [16] (exit code: 0) >INFO:program:Running [17] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[17]: > >INFO:program:stderr[17]: >INFO:program:...done [17] (exit code: 0) >INFO:program:Running [18] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[18]: > >INFO:program:stderr[18]: >INFO:program:...done [18] (exit code: 0) >INFO:program:Running [19] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[19]: > >INFO:program:stderr[19]: >INFO:program:...done [19] (exit code: 0) >INFO:program:Running [20] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[20]: > >INFO:program:stderr[20]: >INFO:program:...done [20] (exit code: 0) >INFO:program:Running [21] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[21]: > >INFO:program:stderr[21]: >INFO:program:...done [21] (exit code: 0) >INFO:program:Running [22] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[22]: > >INFO:program:stderr[22]: >INFO:program:...done [22] (exit code: 0) >INFO:program:Running [23] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[23]: > >INFO:program:stderr[23]: >INFO:program:...done [23] (exit code: 0) >DEBUG:blivet: DMDevicePopulator.run: name: live-base ; >DEBUG:blivet: DeviceTree.get_device_by_name: name: loop1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 0 B loop loop1 (37) with existing ext4 filesystem >DEBUG:blivet: DeviceTree.get_device_by_name: name: live-base ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned None >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 72 >DEBUG:blivet: LoopDevice.add_child: name: loop1 ; child: live-base ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 73 >DEBUG:blivet: DMDevice._set_format: live-base ; type: None ; current: None ; >DEBUG:blivet: DMDevice.update_sysfs_path: live-base ; status: True ; >DEBUG:blivet:live-base sysfs_path set to /sys/devices/virtual/block/dm-1 >DEBUG:blivet: DMDevice.read_current_size: exists: True ; path: /dev/mapper/live-base ; sysfs_path: /sys/devices/virtual/block/dm-1 ; >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/size: 31363737373231360a >DEBUG:blivet:updated live-base size to 8 GiB (8 GiB) >INFO:blivet:added dm live-base (id 71) to device tree >INFO:blivet:got device: DMDevice instance (0x7f37f7bbfe20) -- > name = live-base status = True id = 71 > children = [] > parents = ['existing 0 B loop loop1 (37) with existing ext4 filesystem'] > uuid = None size = 8 GiB > format = existing None > major = 0 minor = 0 exists = True protected = True > sysfs path = /sys/devices/virtual/block/dm-1 > target size = 8 GiB path = /dev/mapper/live-base > format args = [] original_format = None target = None dm_uuid = None >INFO:program:Running [24] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[24]: > >INFO:program:stderr[24]: >INFO:program:...done [24] (exit code: 0) >INFO:program:Running [25] dmsetup info -co subsystem --noheadings live-base ... >INFO:program:stdout[25]: > >INFO:program:stderr[25]: >INFO:program:...done [25] (exit code: 0) >DEBUG:testdata:sysfs attr /sys/devices/virtual/block/dm-1/ro: 310a >DEBUG:blivet: DeviceTree.handle_format: name: live-base ; >DEBUG:blivet: AppleBootstrapFS.supported: supported: True ; >DEBUG:blivet:get_format('appleboot') returning AppleBootstrapFS instance with object id 75 >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 76 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 77 >DEBUG:blivet: MacEFIFS.supported: supported: True ; >DEBUG:blivet:get_format('macefi') returning MacEFIFS instance with object id 78 >INFO:blivet:type detected on 'live-base' is 'ext4' >INFO:program:Running... dumpe2fs -h /dev/mapper/live-base >INFO:program:stdout: >INFO:program:Filesystem volume name: Anaconda >INFO:program:Last mounted on: /var/tmp/lorax/lorax.imgutils.hkcl0cwu >INFO:program:Filesystem UUID: d4dab703-7ad4-47e1-92e1-21f196188e6b >INFO:program:Filesystem magic number: 0xEF53 >INFO:program:Filesystem revision #: 1 (dynamic) >INFO:program:Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent 64bit flex_bg sparse_super large_file huge_file dir_nlink extra_isize metadata_csum >INFO:program:Filesystem flags: signed_directory_hash >INFO:program:Default mount options: user_xattr acl >INFO:program:Filesystem state: clean >INFO:program:Errors behavior: Continue >INFO:program:Filesystem OS type: Linux >INFO:program:Inode count: 524288 >INFO:program:Block count: 2097152 >INFO:program:Reserved block count: 0 >INFO:program:Free blocks: 296589 >INFO:program:Free inodes: 330890 >INFO:program:First block: 0 >INFO:program:Block size: 4096 >INFO:program:Fragment size: 4096 >INFO:program:Group descriptor size: 64 >INFO:program:Reserved GDT blocks: 1023 >INFO:program:Blocks per group: 32768 >INFO:program:Fragments per group: 32768 >INFO:program:Inodes per group: 8192 >INFO:program:Inode blocks per group: 512 >INFO:program:Flex block group size: 16 >INFO:program:Filesystem created: Wed Jul 15 22:38:53 2020 >INFO:program:Last mount time: Wed Jul 15 22:38:53 2020 >INFO:program:Last write time: Wed Jul 15 22:40:01 2020 >INFO:program:Mount count: 1 >INFO:program:Maximum mount count: -1 >INFO:program:Last checked: Wed Jul 15 22:38:53 2020 >INFO:program:Check interval: 0 (<none>) >INFO:program:Lifetime writes: 7189 MB >INFO:program:Reserved blocks uid: 0 (user root) >INFO:program:Reserved blocks gid: 0 (group root) >INFO:program:First inode: 11 >INFO:program:Inode size: 256 >INFO:program:Required extra isize: 32 >INFO:program:Desired extra isize: 32 >INFO:program:Journal inode: 8 >INFO:program:Default directory hash: half_md4 >INFO:program:Directory Hash Seed: f5c57529-5c99-4b27-9ad9-fdb909c70763 >INFO:program:Journal backup: inode blocks >INFO:program:Checksum type: crc32c >INFO:program:Checksum: 0x605b2ad2 >INFO:program:Journal features: journal_incompat_revoke journal_64bit journal_checksum_v3 >INFO:program:Journal size: 64M >INFO:program:Journal length: 16384 >INFO:program:Journal sequence: 0x000001ca >INFO:program:Journal start: 0 >INFO:program:Journal checksum type: crc32c >INFO:program:Journal checksum: 0xc8f1611e >INFO:program: >INFO:program:stderr: >INFO:program:b'dumpe2fs 1.45.6 (20-Mar-2020)' >DEBUG:program:Return code: 0 >INFO:program:Running... resize2fs -P /dev/mapper/live-base >INFO:program:stdout: >INFO:program:Couldn't find valid filesystem superblock. >INFO:program:stderr: >INFO:program:b'resize2fs 1.45.6 (20-Mar-2020)' >INFO:program:b'resize2fs: Operation not permitted while trying to open /dev/mapper/live-base' >DEBUG:program:Return code: 1 >WARNING:blivet:Failed to obtain minimum size for device /dev/mapper/live-base: failed to gather info from resize program: 1 >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 79 >DEBUG:blivet: DMDevice._set_format: live-base ; type: ext4 ; current: None ; >INFO:blivet:got format: existing ext4 filesystem >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:blivet:edd: collected mbr signatures: {} >DEBUG:testdata:glob: /sys/firmware/edd/int13_dev*/ >DEBUG:blivet:resolved 'LABEL=Fedora-SB-ostree-x86_64-rawh' to 'sr0' (cdrom) >DEBUG:anaconda.storage:Protected device spec LABEL=Fedora-SB-ostree-x86_64-rawh resolved to sr0. >DEBUG:anaconda.storage:Marking device sr0 as protected. >DEBUG:anaconda.storage:Marking device sr0 as protected. >DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vda ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vda ; type: None ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; >INFO:anaconda.modules.storage.bootloader.factory:Created the boot loader EFIGRUB. >DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vda ; type: None ; status: False ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vda ; type: None ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >INFO:anaconda.threading:Thread Done: AnaTaskThread-ScanDevicesTask-1 (139878365554240) >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. >DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The partitioning NONE is applied. >DEBUG:anaconda.modules.common.base.base:Locale is set to en_US.UTF-8. >DEBUG:anaconda.modules.storage.storage:Created the partitioning AUTOMATIC. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/1. >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 100 GiB disk vda (4) >DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['vda']'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '['vda']'. >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 100 GiB disk vda (4) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 100 GiB disk vda (4) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 100 GiB disk vda (4) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 100 GiB disk vda (4) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 100 GiB disk vda (4) >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 100 GiB disk vda (4) ; hidden: True ; >DEBUG:blivet:checking if vda depends on vda >DEBUG:blivet:checking if sr0 depends on vda >DEBUG:blivet:checking if /run/install/repo/images/install.img depends on vda >DEBUG:blivet:checking if loop0 depends on vda >DEBUG:blivet:checking if /LiveOS/rootfs.img depends on vda >DEBUG:blivet:checking if loop1 depends on vda >DEBUG:blivet:checking if /overlay (deleted) depends on vda >DEBUG:blivet:checking if loop2 depends on vda >DEBUG:blivet:checking if live-rw depends on vda >DEBUG:blivet:checking if live-base depends on vda >DEBUG:anaconda.modules.storage.disk_initialization.initialization:The initialization mode is set to 'InitializationMode.CLEAR_NONE'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can initialize labels is set to 'True'. >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 100 GiB disk vda (4) >DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['vda']'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '['vda']'. >DEBUG:anaconda.modules.storage.storage:Created the partitioning AUTOMATIC. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Partitioning/2. >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_module:Request is set to 'PartitioningRequest(backup_passphrase_enabled=False, cipher='', encrypted=False, escrow_certificate='', excluded_mount_points=[], file_system_type='', luks_version='', partitioning_scheme=1, passphrase_set=False, pbkdf='', pbkdf_iterations=0, pbkdf_memory=0, pbkdf_time=0)'. >DEBUG:blivet:starting Blivet copy >DEBUG:blivet:finished Blivet copy >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/DeviceTree/1. >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 100 GiB disk vda (4) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 100 GiB disk vda (4) >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 100 GiB disk vda (4) >DEBUG:anaconda.modules.storage.disk_initialization.initialization:The initialization mode is set to 'InitializationMode.CLEAR_NONE'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Can initialize labels is set to 'True'. >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: True ; hidden: True ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 100 GiB disk vda (4) >DEBUG:anaconda.modules.storage.disk_selection.selection:Selected disks are set to '['vda']'. >DEBUG:anaconda.modules.storage.disk_initialization.initialization:Drives to clear are set to '['vda']'. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/2. >INFO:anaconda.threading:Running Thread: AnaTaskThread-AutomaticPartitioningTask-1 (139878365554240) >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Looking at disk: vda >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 100 GiB disk vda (4) ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Removing vda. >DEBUG:blivet:removing vda >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 100 GiB disk vda (4) ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 112 >DEBUG:blivet: DiskDevice._set_format: vda ; type: None ; current: None ; >INFO:blivet:registered action: [111] destroy format None on disk vda (id 4) >DEBUG:blivet: DeviceTree.get_dependent_devices: dep: existing 100 GiB disk vda (4) ; hidden: False ; >DEBUG:blivet:dep is a leaf >DEBUG:anaconda.modules.storage.partitioning.automatic.noninteractive_partitioning:Initializing vda. >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 114 >DEBUG:blivet: DiskDevice._set_format: vda ; type: None ; current: None ; >INFO:blivet:registered action: [113] destroy format None on disk vda (id 4) >DEBUG:blivet: DiskLabel.__init__: device: /dev/vda ; >DEBUG:blivet:selecting None disklabel for vda based on size >DEBUG:blivet: DiskLabel.fresh_parted_disk: device: /dev/vda ; label_type: gpt ; >DEBUG:blivet:selecting None disklabel for vda based on size >DEBUG:blivet:Clear pmbr_boot on parted.Disk instance -- > type: gpt primaryPartitionCount: 0 > lastPartitionNumber: -1 maxPrimaryPartitionCount: 128 > partitions: [] > device: <parted.device.Device object at 0x7f37f7b64af0> > PedDisk: <_ped.Disk object at 0x7f37f7ae27c0> >DEBUG:blivet:get_format('disklabel') returning DiskLabel instance with object id 115 >DEBUG:blivet: DiskDevice._set_format: vda ; type: disklabel ; current: None ; >INFO:blivet:registered action: [116] create format gpt disklabel on disk vda (id 4) >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run True. >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f37f7bddb20) -- > name = vda status = True id = 4 > children = [] > parents = [] > uuid = None size = 100 GiB > format = non-existent gpt disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda > target size = 100 GiB path = /dev/vda > format args = [] original_format = None removable = False wwn = None] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >DEBUG:anaconda.modules.storage.bootloader.base:Is /LiveOS/rootfs.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /overlay (deleted) a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /run/install/repo/images/install.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is live-base a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is live-rw a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is loop0 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is sr0 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type cdrom >DEBUG:anaconda.modules.storage.bootloader.base:Is vda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.execution:No usable drive with a valid stage1 was found. >DEBUG:anaconda.modules.storage.bootloader.execution:Use the first usable drive. >DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: vda >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 100 GiB disk vda (4) with non-existent gpt disklabel >DEBUG:blivet:resolved 'vda' to 'vda' (disk) >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:Executing the automatic partitioning. >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:scheme: 1 >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:requests: >PartSpec instance (0x7f37f7bb0820) -- > mountpoint = /boot/efi lv = False thin = False btrfs = False > weight = 0 fstype = efi encrypted = False > size = 200 MiB max_size = 600 MiB grow = True >PartSpec instance (0x7f37f7bb0f40) -- > mountpoint = /boot lv = False thin = False btrfs = False > weight = 0 fstype = ext4 encrypted = False > size = 1024 MiB max_size = None grow = False >PartSpec instance (0x7f37f7bb0bb0) -- > mountpoint = / lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 1024 MiB max_size = 70 GiB grow = True >PartSpec instance (0x7f37f7bb04c0) -- > mountpoint = /home lv = True thin = True btrfs = True > weight = 0 fstype = ext4 encrypted = True > size = 500 MiB max_size = None grow = True > >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:encrypted: False >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.disks: ['vda'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:storage.partitioned: ['vda'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:all names: ['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/install/repo/images/install.img', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sr0', 'vda'] >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:boot disk: vda >DEBUG:anaconda.modules.storage.partitioning.automatic.automatic_partitioning:candidate disks: ['vda'] >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 117 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 119 >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: req0 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req0 ; type: btrfs ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 1 ; >INFO:blivet:added partition req0 (id 118) to device tree >INFO:blivet:registered action: [121] create device partition req0 (id 118) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 123 >DEBUG:blivet: PartitionDevice._set_format: req0 ; type: btrfs ; current: btrfs ; >INFO:blivet:registered action: [122] create format btrfs filesystem on partition req0 (id 118) >DEBUG:anaconda.modules.storage.bootloader.base:Is vda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet:get_format('efi') returning EFIFS instance with object id 124 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 126 >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: req1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req1 ; type: efi ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 1 ; >INFO:blivet:added partition req1 (id 125) to device tree >INFO:blivet:registered action: [128] create device partition req1 (id 125) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 130 >DEBUG:blivet: PartitionDevice._set_format: req1 ; type: efi ; current: efi ; >INFO:blivet:registered action: [129] create format efi filesystem mounted at /boot/efi on partition req1 (id 125) >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet:get_format('ext4') returning Ext4FS instance with object id 131 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 133 >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: req2 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_format: req2 ; type: ext4 ; current: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req2 ; kids: 1 ; >INFO:blivet:added partition req2 (id 132) to device tree >INFO:blivet:registered action: [135] create device partition req2 (id 132) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 137 >DEBUG:blivet: PartitionDevice._set_format: req2 ; type: ext4 ; current: ext4 ; >INFO:blivet:registered action: [136] create format ext4 filesystem mounted at /boot on partition req2 (id 132) >DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet:removing all non-preexisting partitions ['req0(id 118)', 'req1(id 125)', 'req2(id 132)'] from disk(s) ['vda'] >DEBUG:blivet:allocate_partitions: disks=['vda'] ; partitions=['req0(id 118)', 'req1(id 125)', 'req2(id 132)'] >DEBUG:blivet:removing all non-preexisting partitions ['req1(id 125)', 'req2(id 132)', 'req0(id 118)'] from disk(s) ['vda'] >DEBUG:blivet:allocating partition: req1 ; id: 125 ; disks: ['vda'] ; >boot: True ; primary: False ; size: 200 MiB ; grow: True ; max_size: 600 MiB ; start: None ; end: None >DEBUG:blivet:checking freespace on vda >DEBUG:blivet:get_best_free_space_region: disk=/dev/vda part_type=0 req_size=200 MiB boot=True best=None grow=True start=None >DEBUG:blivet:checking 34-209715166 (100 GiB) >DEBUG:blivet:current free range is 34-209715166 (100 GiB) >DEBUG:blivet:evaluating growth potential for new layout >DEBUG:blivet:calculating growth for disk /dev/vda >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f37f7bc8e80> >DEBUG:blivet:adjusted start sector from 34 to 2048 >DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; >DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a5b520> PedPartition: <_ped.Partition object at 0x7f37f7ab53b0> >DEBUG:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; >DEBUG:blivet:adding request 125 to chunk 209711104 (2048-209713151) on /dev/vda >DEBUG:blivet:Chunk.grow_requests: 209711104 (2048-209713151) on /dev/vda start = 2048 end = 209713151 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 125 name = vda1 growable = True >base = 409600 growth = 0 max_grow = 819200 >done = False >DEBUG:blivet:1 requests and 209301504 (99.8 GiB) left in chunk >DEBUG:blivet:adding 209301504 (99.8 GiB) to 125 (vda1) >DEBUG:blivet:taking back 208482304 (99.41 GiB) from 125 (vda1) >DEBUG:blivet:new grow amount for request 125 (vda1) is 819200 units, or 400 MiB >DEBUG:blivet:request 125 (vda1) growth: 819200 (400 MiB) size: 600 MiB >DEBUG:blivet:disk /dev/vda growth: 819200 (400 MiB) >DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; >DEBUG:blivet:device vda1 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req1 ; old: vda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 1 ; >DEBUG:blivet:total growth: 819200 sectors >DEBUG:blivet:updating use_disk to vda, type: 0 >DEBUG:blivet:new free: 34-209715166 / 100 GiB >DEBUG:blivet:new free allows for 819200 sectors of growth >DEBUG:blivet:found free space for bootable request >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f37f7bc8e80> >DEBUG:blivet:adjusted start sector from 34 to 2048 >DEBUG:blivet:created partition vda1 of 200 MiB and added it to /dev/vda >DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; >DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a5b880> PedPartition: <_ped.Partition object at 0x7f37f7a58590> >DEBUG:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; >DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a57550> PedPartition: <_ped.Partition object at 0x7f37f84bec20> >DEBUG:blivet:allocating partition: req2 ; id: 132 ; disks: ['vda'] ; >boot: True ; primary: False ; size: 1024 MiB ; grow: False ; max_size: 0 B ; start: None ; end: None >DEBUG:blivet:checking freespace on vda >DEBUG:blivet:get_best_free_space_region: disk=/dev/vda part_type=0 req_size=1024 MiB boot=True best=None grow=False start=None >DEBUG:blivet:checking 34-2047 (1007 KiB) >DEBUG:blivet:current free range is 34-2047 (1007 KiB) >DEBUG:blivet:checking 411648-209715166 (99.8 GiB) >DEBUG:blivet:current free range is 411648-209715166 (99.8 GiB) >DEBUG:blivet:evaluating growth potential for new layout >DEBUG:blivet:calculating growth for disk /dev/vda >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f37f7bc8e80> >DEBUG:blivet: PartitionDevice._set_parted_partition: req2 ; >DEBUG:blivet:device req2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a5bb20> PedPartition: <_ped.Partition object at 0x7f37f7ab53b0> >DEBUG:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; >DEBUG:blivet:adding request 125 to chunk 209711104 (2048-209713151) on /dev/vda >DEBUG:blivet:adding request 132 to chunk 209711104 (2048-209713151) on /dev/vda >DEBUG:blivet:Chunk.grow_requests: 209711104 (2048-209713151) on /dev/vda start = 2048 end = 209713151 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 125 name = vda1 growable = True >base = 409600 growth = 0 max_grow = 819200 >done = False >DEBUG:blivet:req: PartitionRequest instance -- >id = 132 name = vda2 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:1 requests and 207204352 (98.8 GiB) left in chunk >DEBUG:blivet:adding 207204352 (98.8 GiB) to 125 (vda1) >DEBUG:blivet:taking back 206385152 (98.41 GiB) from 125 (vda1) >DEBUG:blivet:new grow amount for request 125 (vda1) is 819200 units, or 400 MiB >DEBUG:blivet:request 125 (vda1) growth: 819200 (400 MiB) size: 600 MiB >DEBUG:blivet:request 132 (vda2) growth: 0 (0 B) size: 1024 MiB >DEBUG:blivet:disk /dev/vda growth: 819200 (400 MiB) >DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; >DEBUG:blivet:device vda2 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req2 ; old: vda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req2 ; kids: 2 ; >DEBUG:blivet:total growth: 819200 sectors >DEBUG:blivet:updating use_disk to vda, type: 0 >DEBUG:blivet:new free: 411648-209715166 / 99.8 GiB >DEBUG:blivet:new free allows for 819200 sectors of growth >DEBUG:blivet:found free space for bootable request >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f37f7bc8e80> >DEBUG:blivet:created partition vda2 of 1024 MiB and added it to /dev/vda >DEBUG:blivet: PartitionDevice._set_parted_partition: req2 ; >DEBUG:blivet:device req2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a5b9d0> PedPartition: <_ped.Partition object at 0x7f37f7a584a0> >DEBUG:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; >DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a5b670> PedPartition: <_ped.Partition object at 0x7f37f7a8c8b0> >DEBUG:blivet:allocating partition: req0 ; id: 118 ; disks: ['vda'] ; >boot: False ; primary: False ; size: 500 MiB ; grow: True ; max_size: 0 B ; start: None ; end: None >DEBUG:blivet:checking freespace on vda >DEBUG:blivet:get_best_free_space_region: disk=/dev/vda part_type=0 req_size=500 MiB boot=False best=None grow=True start=None >DEBUG:blivet:checking 34-2047 (1007 KiB) >DEBUG:blivet:current free range is 34-2047 (1007 KiB) >DEBUG:blivet:checking 2508800-209715166 (98.8 GiB) >DEBUG:blivet:current free range is 2508800-209715166 (98.8 GiB) >DEBUG:blivet:evaluating growth potential for new layout >DEBUG:blivet:calculating growth for disk /dev/vda >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f37f7bc8e80> >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a5bd30> PedPartition: <_ped.Partition object at 0x7f37f7a8cae0> >DEBUG:blivet: PartitionDevice._set_disk: vda3 ; old: None ; new: vda ; >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda3 ; kids: 2 ; >DEBUG:blivet:adding request 125 to chunk 209711104 (2048-209713151) on /dev/vda >DEBUG:blivet:adding request 132 to chunk 209711104 (2048-209713151) on /dev/vda >DEBUG:blivet:adding request 118 to chunk 209711104 (2048-209713151) on /dev/vda >DEBUG:blivet:Chunk.grow_requests: 209711104 (2048-209713151) on /dev/vda start = 2048 end = 209713151 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 125 name = vda1 growable = True >base = 409600 growth = 0 max_grow = 819200 >done = False >DEBUG:blivet:req: PartitionRequest instance -- >id = 132 name = vda2 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 118 name = vda3 growable = True >base = 1024000 growth = 0 max_grow = 36028797017939968 >done = False >DEBUG:blivet:2 requests and 206180352 (98.31 GiB) left in chunk >DEBUG:blivet:adding 58908672 (28.09 GiB) to 125 (vda1) >DEBUG:blivet:taking back 58089472 (27.7 GiB) from 125 (vda1) >DEBUG:blivet:new grow amount for request 125 (vda1) is 819200 units, or 400 MiB >DEBUG:blivet:adding 147271680 (70.22 GiB) to 118 (vda3) >DEBUG:blivet:new grow amount for request 118 (vda3) is 147271680 units, or 70.22 GiB >DEBUG:blivet:1 requests and 58089472 (27.7 GiB) left in chunk >DEBUG:blivet:adding 58089472 (27.7 GiB) to 118 (vda3) >DEBUG:blivet:new grow amount for request 118 (vda3) is 205361152 units, or 97.92 GiB >DEBUG:blivet:request 125 (vda1) growth: 819200 (400 MiB) size: 600 MiB >DEBUG:blivet:request 132 (vda2) growth: 0 (0 B) size: 1024 MiB >DEBUG:blivet:request 118 (vda3) growth: 205361152 (97.92 GiB) size: 98.41 GiB >DEBUG:blivet:disk /dev/vda growth: 206180352 (98.31 GiB) >DEBUG:blivet: PartitionDevice._set_parted_partition: vda3 ; >DEBUG:blivet:device vda3 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: vda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 3 ; >DEBUG:blivet:total growth: 206180352 sectors >DEBUG:blivet:updating use_disk to vda, type: 0 >DEBUG:blivet:new free: 2508800-209715166 / 98.8 GiB >DEBUG:blivet:new free allows for 206180352 sectors of growth >DEBUG:blivet:using alignment: parted.Alignment instance -- > offset: 0 grainSize: 2048 > PedAlignment: <_ped.Alignment object at 0x7f37f7bc8e80> >DEBUG:blivet:created partition vda3 of 500 MiB and added it to /dev/vda >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a5bbb0> PedPartition: <_ped.Partition object at 0x7f37f7ab53b0> >DEBUG:blivet: PartitionDevice._set_disk: vda3 ; old: None ; new: vda ; >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda3 ; kids: 2 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vda3 ; >DEBUG:blivet:device vda3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a5ba30> PedPartition: <_ped.Partition object at 0x7f37f7a584a0> >DEBUG:blivet:grow_partitions: disks=['vda'], partitions=['vda3(id 118)', 'vda1(id 125)', 'vda2(id 132)'] >DEBUG:blivet:growable partitions are ['vda3', 'vda1'] >DEBUG:blivet:adding request 118 to chunk 209711104 (2048-209713151) on /dev/vda >DEBUG:blivet:adding request 125 to chunk 209711104 (2048-209713151) on /dev/vda >DEBUG:blivet:adding request 132 to chunk 209711104 (2048-209713151) on /dev/vda >DEBUG:blivet:disk vda has 1 chunks >DEBUG:blivet:Chunk.grow_requests: 209711104 (2048-209713151) on /dev/vda start = 2048 end = 209713151 >sector_size = 512 B > >DEBUG:blivet:req: PartitionRequest instance -- >id = 125 name = vda1 growable = True >base = 409600 growth = 0 max_grow = 819200 >done = False >DEBUG:blivet:req: PartitionRequest instance -- >id = 132 name = vda2 growable = False >base = 2097152 growth = 0 max_grow = 0 >done = True >DEBUG:blivet:req: PartitionRequest instance -- >id = 118 name = vda3 growable = True >base = 1024000 growth = 0 max_grow = 36028797017939968 >done = False >DEBUG:blivet:2 requests and 206180352 (98.31 GiB) left in chunk >DEBUG:blivet:adding 58908672 (28.09 GiB) to 125 (vda1) >DEBUG:blivet:taking back 58089472 (27.7 GiB) from 125 (vda1) >DEBUG:blivet:new grow amount for request 125 (vda1) is 819200 units, or 400 MiB >DEBUG:blivet:adding 147271680 (70.22 GiB) to 118 (vda3) >DEBUG:blivet:new grow amount for request 118 (vda3) is 147271680 units, or 70.22 GiB >DEBUG:blivet:1 requests and 58089472 (27.7 GiB) left in chunk >DEBUG:blivet:adding 58089472 (27.7 GiB) to 118 (vda3) >DEBUG:blivet:new grow amount for request 118 (vda3) is 205361152 units, or 97.92 GiB >DEBUG:blivet:growing partitions on vda >DEBUG:blivet:partition vda1 (125): 0 >DEBUG:blivet:new geometry for vda1: parted.Geometry instance -- > start: 2048 end: 1230847 length: 1228800 > device: <parted.device.Device object at 0x7f37f7b640d0> PedGeometry: <_ped.Geometry object at 0x7f37f7a5bf70> >DEBUG:blivet:partition vda2 (132): 0 >DEBUG:blivet:new geometry for vda2: parted.Geometry instance -- > start: 1230848 end: 3327999 length: 2097152 > device: <parted.device.Device object at 0x7f37f7b640d0> PedGeometry: <_ped.Geometry object at 0x7f37f7a1a1c0> >DEBUG:blivet:partition vda3 (118): 0 >DEBUG:blivet:new geometry for vda3: parted.Geometry instance -- > start: 3328000 end: 209713151 length: 206385152 > device: <parted.device.Device object at 0x7f37f7b640d0> PedGeometry: <_ped.Geometry object at 0x7f37f7a1a2e0> >DEBUG:blivet:removing all non-preexisting partitions ['vda1(id 125)', 'vda2(id 132)', 'vda3(id 118)'] from disk(s) ['vda'] >DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; >DEBUG:blivet:device vda1 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req1 ; old: vda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req1 ; kids: 3 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; >DEBUG:blivet:device vda2 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req2 ; old: vda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req2 ; kids: 2 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vda3 ; >DEBUG:blivet:device vda3 new parted_partition None >DEBUG:blivet: PartitionDevice._set_disk: req0 ; old: vda ; new: None ; >DEBUG:blivet: DiskDevice.remove_child: name: vda ; child: req0 ; kids: 1 ; >DEBUG:blivet:back from remove_new_partitions >DEBUG:blivet:extended: None >DEBUG:blivet:setting req1 new geometry: parted.Geometry instance -- > start: 2048 end: 1230847 length: 1228800 > device: <parted.device.Device object at 0x7f37f7b640d0> PedGeometry: <_ped.Geometry object at 0x7f37f7a5bf70> >DEBUG:blivet: PartitionDevice._set_parted_partition: req1 ; >DEBUG:blivet:device req1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7bc8b50> PedPartition: <_ped.Partition object at 0x7f37f7a8cb80> >DEBUG:blivet: PartitionDevice._set_disk: vda1 ; old: None ; new: vda ; >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda1 ; kids: 0 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; >DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a1a190> PedPartition: <_ped.Partition object at 0x7f37f7a58590> >DEBUG:blivet:setting req2 new geometry: parted.Geometry instance -- > start: 1230848 end: 3327999 length: 2097152 > device: <parted.device.Device object at 0x7f37f7b640d0> PedGeometry: <_ped.Geometry object at 0x7f37f7a1a1c0> >DEBUG:blivet: PartitionDevice._set_parted_partition: req2 ; >DEBUG:blivet:device req2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7bc8ca0> PedPartition: <_ped.Partition object at 0x7f37f7a8ca40> >DEBUG:blivet: PartitionDevice._set_disk: vda2 ; old: None ; new: vda ; >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda2 ; kids: 1 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; >DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a5ba00> PedPartition: <_ped.Partition object at 0x7f37f7a24f90> >DEBUG:blivet:setting req0 new geometry: parted.Geometry instance -- > start: 3328000 end: 209713151 length: 206385152 > device: <parted.device.Device object at 0x7f37f7b640d0> PedGeometry: <_ped.Geometry object at 0x7f37f7a1a2e0> >DEBUG:blivet: PartitionDevice._set_parted_partition: req0 ; >DEBUG:blivet:device req0 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a5b4c0> PedPartition: <_ped.Partition object at 0x7f37f7a8c9a0> >DEBUG:blivet: PartitionDevice._set_disk: vda3 ; old: None ; new: vda ; >DEBUG:blivet: DiskDevice.add_child: name: vda ; child: vda3 ; kids: 2 ; >DEBUG:blivet: PartitionDevice._set_parted_partition: vda3 ; >DEBUG:blivet:device vda3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a1a670> PedPartition: <_ped.Partition object at 0x7f37f7a8cc20> >DEBUG:blivet:fixing size of non-existent 600 MiB partition vda1 (125) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet:fixing size of non-existent 1024 MiB partition vda2 (132) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet:fixing size of non-existent 98.41 GiB partition vda3 (118) with non-existent btrfs filesystem >DEBUG:blivet:new_btrfs: args = () ; kwargs = {'parents': [PartitionDevice instance (0x7f37f7bae7c0) -- > name = vda3 status = False id = 118 > children = [] > parents = ['existing 100 GiB disk vda (4) with non-existent gpt disklabel'] > uuid = None size = 98.41 GiB > format = non-existent btrfs filesystem > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 500 MiB path = /dev/vda3 > format args = [] original_format = btrfs grow = False max size = 0 B bootable = False > part type = 0 primary = False start sector = None end sector = None > parted_partition = parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f7b643a0> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a1a670> PedPartition: <_ped.Partition object at 0x7f37f7a8cc20> > disk = existing 100 GiB disk vda (4) with non-existent gpt disklabel > start = 3328000 end = 209713151 length = 206385152 > flags = ]} >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 139 >DEBUG:blivet: BTRFSVolumeDevice._add_parent: fedora_fedora ; parent: vda3 ; >DEBUG:blivet: PartitionDevice.add_child: name: vda3 ; child: fedora_fedora ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 140 >DEBUG:blivet: BTRFSVolumeDevice._set_format: fedora_fedora ; type: None ; current: None ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 142 >DEBUG:blivet: BTRFSVolumeDevice._set_format: btrfs.138 ; type: btrfs ; current: None ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 144 >DEBUG:blivet: BTRFSVolumeDevice._set_format: btrfs.138 ; type: btrfs ; current: btrfs ; >INFO:program:Running [26] btrfs --version ... >INFO:program:stdout[26]: btrfs-progs v5.7 > >INFO:program:stderr[26]: >INFO:program:...done [26] (exit code: 0) >INFO:blivet:added btrfs volume fedora_fedora (id 138) to device tree >INFO:blivet:registered action: [145] create device btrfs volume fedora_fedora (id 138) >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 147 >DEBUG:blivet: BTRFSVolumeDevice._set_format: fedora_fedora ; type: btrfs ; current: btrfs ; >INFO:blivet:registered action: [146] create format btrfs filesystem on btrfs volume fedora_fedora (id 138) >DEBUG:blivet:new_btrfs: args = () ; kwargs = {'mountpoint': '/', 'fmt_type': 'ext4', 'parents': [BTRFSVolumeDevice instance (0x7f37f7bb05e0) -- > name = fedora_fedora status = False id = 138 > children = [] > parents = ['non-existent 98.41 GiB partition vda3 (118) with non-existent btrfs ' > 'filesystem'] > uuid = None size = 98.41 GiB > format = non-existent btrfs filesystem > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/vda3 > format args = [] original_format = btrfs], 'size': Size (1024 MiB), 'subvol': True} >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 149 >DEBUG:blivet: BTRFSVolumeDevice.add_child: name: fedora_fedora ; child: root ; kids: 0 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 150 >DEBUG:blivet: BTRFSSubVolumeDevice._set_format: root ; type: None ; current: None ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 152 >DEBUG:blivet: BTRFSSubVolumeDevice._set_format: root ; type: btrfs ; current: None ; >INFO:blivet:added btrfs subvolume root (id 148) to device tree >INFO:blivet:registered action: [153] create device btrfs subvolume root (id 148) >DEBUG:blivet:new_btrfs: args = () ; kwargs = {'mountpoint': '/home', 'fmt_type': 'ext4', 'parents': [BTRFSVolumeDevice instance (0x7f37f7bb05e0) -- > name = fedora_fedora status = False id = 138 > children = ['non-existent 98.41 GiB btrfs subvolume root (148) with non-existent btrfs ' > 'filesystem mounted at /'] > parents = ['non-existent 98.41 GiB partition vda3 (118) with non-existent btrfs ' > 'filesystem'] > uuid = None size = 98.41 GiB > format = non-existent btrfs filesystem > major = 0 minor = 0 exists = False protected = False > sysfs path = > target size = 0 B path = /dev/vda3 > format args = [] original_format = btrfs], 'size': Size (500 MiB), 'subvol': True} >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 155 >DEBUG:blivet: BTRFSVolumeDevice.add_child: name: fedora_fedora ; child: home ; kids: 1 ; >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 156 >DEBUG:blivet: BTRFSSubVolumeDevice._set_format: home ; type: None ; current: None ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet:get_format('btrfs') returning BTRFS instance with object id 158 >DEBUG:blivet: BTRFSSubVolumeDevice._set_format: home ; type: btrfs ; current: None ; >INFO:blivet:added btrfs subvolume home (id 154) to device tree >INFO:blivet:registered action: [159] create device btrfs subvolume home (id 154) >DEBUG:anaconda.modules.storage.bootloader.execution:Execute the bootloader with dry run False. >DEBUG:anaconda.modules.storage.bootloader.base:new disk list: [DiskDevice instance (0x7f37f7bddb20) -- > name = vda status = True id = 4 > children = ['non-existent 600 MiB partition vda1 (125) with non-existent efi filesystem ' > 'mounted at /boot/efi', > 'non-existent 1024 MiB partition vda2 (132) with non-existent ext4 filesystem ' > 'mounted at /boot', > 'non-existent 98.41 GiB partition vda3 (118) with non-existent btrfs ' > 'filesystem'] > parents = [] > uuid = None size = 100 GiB > format = non-existent gpt disklabel > major = 252 minor = 0 exists = True protected = False > sysfs path = /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda > target size = 100 GiB path = /dev/vda > format args = [] original_format = None removable = False wwn = None] >DEBUG:anaconda.modules.storage.bootloader.execution:Applying bootloader location: DEFAULT >DEBUG:anaconda.modules.storage.bootloader.execution:Applying drive order: [] >DEBUG:anaconda.modules.storage.bootloader.base:new disk order: [] >DEBUG:anaconda.modules.storage.bootloader.base:Is /LiveOS/rootfs.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /overlay (deleted) a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is /run/install/repo/images/install.img a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type file >DEBUG:anaconda.modules.storage.bootloader.base:Is fedora_fedora a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs volume >DEBUG:anaconda.modules.storage.bootloader.base:Is home a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs subvolume >DEBUG:anaconda.modules.storage.bootloader.base:Is live-base a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is live-rw a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type dm >DEBUG:anaconda.modules.storage.bootloader.base:Is loop0 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is loop2 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type loop >DEBUG:anaconda.modules.storage.bootloader.base:Is root a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs subvolume >DEBUG:anaconda.modules.storage.bootloader.base:Is sr0 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type cdrom >DEBUG:anaconda.modules.storage.bootloader.base:Is vda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is vda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda1) returning True >WARNING:anaconda.modules.storage.bootloader.base:vda1 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.execution:Found a drive with a valid stage1: vda >DEBUG:anaconda.modules.storage.bootloader.execution:Use a usable drive with a valid stage1 device. >DEBUG:anaconda.modules.storage.bootloader.execution:Using a boot drive: vda >DEBUG:blivet: DeviceTree.get_device_by_name: name: vda ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_name returned existing 100 GiB disk vda (4) with non-existent gpt disklabel >DEBUG:blivet:resolved 'vda' to 'vda' (disk) >DEBUG:anaconda.modules.storage.bootloader.bootloader:Drive is set to 'vda'. >DEBUG:anaconda.modules.storage.bootloader.base:Is fedora_fedora a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs volume >DEBUG:anaconda.modules.storage.bootloader.base:Is home a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs subvolume >DEBUG:anaconda.modules.storage.bootloader.base:Is root a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type btrfs subvolume >DEBUG:anaconda.modules.storage.bootloader.base:Is vda a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:stage1 device cannot be of type disk >DEBUG:anaconda.modules.storage.bootloader.base:Is vda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda1) returning True >WARNING:anaconda.modules.storage.bootloader.base:vda1 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda1) returning True >INFO:anaconda.threading:Thread Done: AnaTaskThread-AutomaticPartitioningTask-1 (139878365554240) >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/3. >INFO:anaconda.threading:Running Thread: AnaTaskThread-StorageValidateTask-1 (139878365554240) >DEBUG:anaconda.modules.storage.bootloader.base:Is vda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda1) returning True >WARNING:anaconda.modules.storage.bootloader.base:vda1 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is vda2 a valid stage2 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(vda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(vda2) returning True >DEBUG:anaconda.modules.storage.checker.utils:Available memory: 1.89 GiB >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 600 MiB partition vda1 (125) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 1024 MiB partition vda2 (132) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda3 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 98.41 GiB btrfs subvolume home (154) with non-existent btrfs filesystem mounted at /home >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check started with constraints {'min_ram': Size (410 MiB), 'root_device_types': set(), 'min_partition_sizes': {'/': Size (250 MiB), '/usr': Size (250 MiB), '/tmp': Size (50 MiB), '/var': Size (384 MiB), '/home': Size (100 MiB), '/boot': Size (200 MiB)}, 'req_partition_sizes': {}, 'must_be_on_linuxfs': {'/tmp', '/home', '/', '/var', '/usr', '/usr/lib', '/usr/share'}, 'must_be_on_root': {'/proc', '/root', '/lib', '/bin', '/sbin', '/etc', '/mnt', 'lost+found', '/dev'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/tmp', '/var', '/usr', '/boot'}, 'reformat_blocklist': {'/usr/local', '/var/www', '/home', '/opt'}, 'swap_is_recommended': False, 'luks2_min_ram': Size (128 MiB)}. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests. >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with success. >INFO:anaconda.threading:Thread Done: AnaTaskThread-StorageValidateTask-1 (139878365554240) >DEBUG:blivet:starting Blivet copy >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 4 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 100 GiB disk vda (4) with non-existent gpt disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; >DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f79d9580> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a008e0> PedPartition: <_ped.Partition object at 0x7f37f7a3e130> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 4 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 100 GiB disk vda (4) with non-existent gpt disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; >DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f79d9580> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a00af0> PedPartition: <_ped.Partition object at 0x7f37f7a3c310> >DEBUG:blivet: DeviceTree.get_device_by_id: id_num: 4 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_id returned existing 100 GiB disk vda (4) with non-existent gpt disklabel >DEBUG:blivet: PartitionDevice._set_parted_partition: vda3 ; >DEBUG:blivet:device vda3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f79d9580> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a00ca0> PedPartition: <_ped.Partition object at 0x7f37f7a3cea0> >DEBUG:blivet:finished Blivet copy >DEBUG:anaconda.modules.storage.bootloader.base:Is vda1 a valid stage1 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_location(vda1) returning True >WARNING:anaconda.modules.storage.bootloader.base:vda1 not bootable >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage1_device(vda1) returning True >DEBUG:anaconda.modules.storage.bootloader.base:Is vda2 a valid stage2 target device? >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_disklabel(vda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_size(vda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_partition(vda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:_is_valid_format(vda2) returning True >DEBUG:anaconda.modules.storage.bootloader.base:is_valid_stage2_device(vda2) returning True >DEBUG:anaconda.modules.storage.checker.utils:Available memory: 1.89 GiB >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda1 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 600 MiB partition vda1 (125) with non-existent efi filesystem mounted at /boot/efi >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda2 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 1024 MiB partition vda2 (132) with non-existent ext4 filesystem mounted at /boot >DEBUG:blivet: DeviceTree.get_device_by_path: path: /dev/vda3 ; incomplete: False ; hidden: False ; >DEBUG:blivet: DeviceTree.get_device_by_path returned non-existent 98.41 GiB btrfs subvolume home (154) with non-existent btrfs filesystem mounted at /home >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check started with constraints {'min_ram': Size (410 MiB), 'root_device_types': set(), 'min_partition_sizes': {'/': Size (250 MiB), '/usr': Size (250 MiB), '/tmp': Size (50 MiB), '/var': Size (384 MiB), '/home': Size (100 MiB), '/boot': Size (200 MiB)}, 'req_partition_sizes': {}, 'must_be_on_linuxfs': {'/tmp', '/home', '/', '/var', '/usr', '/usr/lib', '/usr/share'}, 'must_be_on_root': {'/proc', '/root', '/lib', '/bin', '/sbin', '/etc', '/mnt', 'lost+found', '/dev'}, 'must_not_be_on_root': set(), 'reformat_allowlist': {'/tmp', '/var', '/usr', '/boot'}, 'reformat_blocklist': {'/usr/local', '/var/www', '/home', '/opt'}, 'swap_is_recommended': False, 'luks2_min_ram': Size (128 MiB)}. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_s390_constraints. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_formatting. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_partition_format_sizes. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_bootloader. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_gpt_biosboot. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_swap_uuid. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_linuxfs. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mountpoints_not_on_root. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_unlocked_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks_devices_have_key. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_luks2_memory_requirements. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_mounted_partitions. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_lvm_destruction. >DEBUG:anaconda.modules.storage.partitioning.validate:Run sanity check verify_requests. >DEBUG:anaconda.modules.storage.partitioning.validate:Storage check finished with success. >DEBUG:anaconda.modules.storage.storage:The storage model has changed. >DEBUG:anaconda.modules.storage.storage:The partitioning AUTOMATIC is applied. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/4. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/5. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/6. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/7. >DEBUG:dasbus.connection:Publishing an object at /org/fedoraproject/Anaconda/Modules/Storage/Task/8. >INFO:anaconda.threading:Running Thread: AnaTaskThread-ActivateFilesystemsTask-1 (139878365554240) >DEBUG:blivet: LoopDevice.teardown: loop2 ; status: False ; controllable: False ; >DEBUG:blivet: FileDevice.teardown: /overlay (deleted) ; status: False ; controllable: False ; >DEBUG:blivet: PartitionDevice.teardown: vda1 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vda ; type: None ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.teardown: vda2 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vda ; type: None ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFSSubVolumeDevice.teardown: root ; status: False ; controllable: True ; >DEBUG:blivet: BTRFSVolumeDevice.teardown: fedora_fedora ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: vda3 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vda ; type: None ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFSSubVolumeDevice.teardown: home ; status: False ; controllable: True ; >DEBUG:blivet: BTRFSVolumeDevice.teardown: fedora_fedora ; status: False ; controllable: True ; >DEBUG:blivet: PartitionDevice.teardown: vda3 ; status: False ; controllable: True ; >DEBUG:blivet: DiskDevice.teardown: vda ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.teardown: device: /dev/vda ; type: None ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet:action: [111] destroy format None on disk vda (id 4) >DEBUG:blivet:action: [113] destroy format None on disk vda (id 4) >DEBUG:blivet:action: [116] create format gpt disklabel on disk vda (id 4) >DEBUG:blivet:action: [121] create device partition vda3 (id 118) >DEBUG:blivet:action: [122] create format btrfs filesystem on partition vda3 (id 118) >DEBUG:blivet:action: [128] create device partition vda1 (id 125) >DEBUG:blivet:action: [129] create format efi filesystem mounted at /boot/efi on partition vda1 (id 125) >DEBUG:blivet:action: [135] create device partition vda2 (id 132) >DEBUG:blivet:action: [136] create format ext4 filesystem mounted at /boot on partition vda2 (id 132) >DEBUG:blivet:action: [145] create device btrfs volume fedora_fedora (id 138) >DEBUG:blivet:action: [146] create format btrfs filesystem on btrfs volume fedora_fedora (id 138) >DEBUG:blivet:action: [153] create device btrfs subvolume root (id 148) >DEBUG:blivet:action: [159] create device btrfs subvolume home (id 154) >INFO:blivet:pruning action queue... >INFO:blivet:removing obsolete action 113 (111) >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:blivet:resetting parted disks... >DEBUG:blivet: DiskLabel.reset_parted_disk: device: /dev/vda ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: vda1 ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: vda2 ; >DEBUG:blivet: PartitionDevice.pre_commit_fixup: vda3 ; >INFO:blivet:sorting actions... >DEBUG:blivet:action: [111] destroy format None on disk vda (id 4) >DEBUG:blivet:lvm filter: removing fedora_fedora from the reject list >DEBUG:blivet:fedora_fedora wasn't in the reject list >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:lvm filter: removing vda1 from the reject list >DEBUG:blivet:vda1 wasn't in the reject list >DEBUG:blivet:lvm filter: removing vda2 from the reject list >DEBUG:blivet:vda2 wasn't in the reject list >DEBUG:blivet:lvm filter: removing vda3 from the reject list >DEBUG:blivet:vda3 wasn't in the reject list >DEBUG:blivet:action: [116] create format gpt disklabel on disk vda (id 4) >DEBUG:blivet:lvm filter: removing fedora_fedora from the reject list >DEBUG:blivet:fedora_fedora wasn't in the reject list >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:lvm filter: removing vda1 from the reject list >DEBUG:blivet:vda1 wasn't in the reject list >DEBUG:blivet:lvm filter: removing vda2 from the reject list >DEBUG:blivet:vda2 wasn't in the reject list >DEBUG:blivet:lvm filter: removing vda3 from the reject list >DEBUG:blivet:vda3 wasn't in the reject list >DEBUG:blivet:action: [128] create device partition vda1 (id 125) >DEBUG:blivet:action: [135] create device partition vda2 (id 132) >DEBUG:blivet:action: [136] create format ext4 filesystem mounted at /boot on partition vda2 (id 132) >DEBUG:blivet:action: [121] create device partition vda3 (id 118) >DEBUG:blivet:lvm filter: removing fedora_fedora from the reject list >DEBUG:blivet:fedora_fedora wasn't in the reject list >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:action: [122] create format btrfs filesystem on partition vda3 (id 118) >DEBUG:blivet:lvm filter: removing fedora_fedora from the reject list >DEBUG:blivet:fedora_fedora wasn't in the reject list >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:action: [145] create device btrfs volume fedora_fedora (id 138) >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:action: [146] create format btrfs filesystem on btrfs volume fedora_fedora (id 138) >DEBUG:blivet:lvm filter: removing home from the reject list >DEBUG:blivet:home wasn't in the reject list >DEBUG:blivet:lvm filter: removing root from the reject list >DEBUG:blivet:root wasn't in the reject list >DEBUG:blivet:action: [159] create device btrfs subvolume home (id 154) >DEBUG:blivet:action: [153] create device btrfs subvolume root (id 148) >DEBUG:blivet:action: [129] create format efi filesystem mounted at /boot/efi on partition vda1 (id 125) >INFO:blivet:executing action: [111] destroy format None on disk vda (id 4) >DEBUG:blivet: DiskDevice.setup: vda ; orig: True ; status: True ; controllable: True ; >DEBUG:blivet: DeviceFormat.destroy: device: /dev/vda ; type: None ; status: False ; >INFO:program:Running... wipefs -f -a /dev/vda >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:blivet:executing action: [116] create format gpt disklabel on disk vda (id 4) >DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.create: device: /dev/vda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel._create: device: /dev/vda ; type: disklabel ; status: False ; >DEBUG:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 0 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: DiskDevice.update_sysfs_path: vda ; status: True ; >DEBUG:blivet:vda sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda >INFO:blivet:executing action: [128] create device partition vda1 (id 125) >DEBUG:blivet: PartitionDevice.create: vda1 ; status: False ; >DEBUG:blivet: PartitionDevice.setup_parents: name: vda1 ; orig: False ; >DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.setup: device: /dev/vda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice._create: vda1 ; status: False ; >DEBUG:blivet: PartitionDevice._wipe: vda1 ; status: False ; >INFO:program:Running... dd if=/dev/zero of=/dev/vda bs=512 seek=2048 count=2048 >INFO:program:stderr: >INFO:program:b'2048+0 records in' >INFO:program:b'2048+0 records out' >INFO:program:b'1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.14635 s, 7.2 MB/s' >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 1 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet:post-commit partition path is /dev/vda1 >DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; >DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f79d9760> fileSystem: None > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a12cd0> PedPartition: <_ped.Partition object at 0x7f37f7a135e0> >DEBUG:blivet: DeviceFormat.destroy: device: /dev/vda1 ; type: None ; status: False ; >INFO:program:Running... wipefs -f -a /dev/vda1 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda1 ; status: True ; >DEBUG:blivet:vda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda1 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/vda1 ; sysfs_path: /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda1 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda1/size: 313232383830300a >DEBUG:blivet:updated vda1 size to 600 MiB (600 MiB) >INFO:blivet:executing action: [135] create device partition vda2 (id 132) >DEBUG:blivet: PartitionDevice.create: vda2 ; status: False ; >DEBUG:blivet: PartitionDevice.setup_parents: name: vda2 ; orig: False ; >DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.setup: device: /dev/vda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice._create: vda2 ; status: False ; >DEBUG:blivet: PartitionDevice._wipe: vda2 ; status: False ; >INFO:program:Running... dd if=/dev/zero of=/dev/vda bs=512 seek=1230848 count=2048 >INFO:program:stderr: >INFO:program:b'2048+0 records in' >INFO:program:b'2048+0 records out' >INFO:program:b'1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.149061 s, 7.0 MB/s' >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 2 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet:post-commit partition path is /dev/vda2 >DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; >DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f79d9760> fileSystem: None > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a12ac0> PedPartition: <_ped.Partition object at 0x7f37f7a13450> >DEBUG:blivet: DeviceFormat.destroy: device: /dev/vda2 ; type: None ; status: False ; >INFO:program:Running... wipefs -f -a /dev/vda2 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; >DEBUG:blivet:vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda2 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/vda2 ; sysfs_path: /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda2 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda2/size: 323039373135320a >DEBUG:blivet:updated vda2 size to 1024 MiB (1024 MiB) >INFO:blivet:executing action: [136] create format ext4 filesystem mounted at /boot on partition vda2 (id 132) >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 2 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 3 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 4 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 5 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 6 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 8 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 9 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 11 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 13 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 14 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 15 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 16 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 17 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 18 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 19 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda2 ; flag: 20 ; >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 2 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: Ext4FS.create: device: /dev/vda2 ; type: ext4 ; status: False ; >DEBUG:blivet: Ext4FS._create: type: ext4 ; device: /dev/vda2 ; mountpoint: /boot ; >INFO:program:Running... mke2fs -t ext4 /dev/vda2 >INFO:program:stdout: >INFO:program:Discarding device blocks: 4096/262144 done >INFO:program:Creating filesystem with 262144 4k blocks and 65536 inodes >INFO:program:Filesystem UUID: b4d78718-8476-42e2-9a57-843f73cca6b2 >INFO:program:Superblock backups stored on blocks: >INFO:program: 32768, 98304, 163840, 229376 >INFO:program: >INFO:program:Allocating group tables: 0/8 done >INFO:program:Writing inode tables: 0/8 done >INFO:program:Creating journal (8192 blocks): done >INFO:program:Writing superblocks and filesystem accounting information: 0/8 done >INFO:program: >INFO:program:stderr: >INFO:program:b'mke2fs 1.45.6 (20-Mar-2020)' >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda2 ; status: True ; >DEBUG:blivet:vda2 sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda2 >INFO:blivet:executing action: [121] create device partition vda3 (id 118) >DEBUG:blivet: PartitionDevice.create: vda3 ; status: False ; >DEBUG:blivet: PartitionDevice.setup_parents: name: vda3 ; orig: False ; >DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.setup: device: /dev/vda ; type: disklabel ; status: False ; >DEBUG:blivet: PartitionDevice._create: vda3 ; status: False ; >DEBUG:blivet: PartitionDevice._wipe: vda3 ; status: False ; >INFO:program:Running... dd if=/dev/zero of=/dev/vda bs=512 seek=3328000 count=2048 >INFO:program:stderr: >INFO:program:b'2048+0 records in' >INFO:program:b'2048+0 records out' >INFO:program:b'1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0948381 s, 11.1 MB/s' >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: DiskLabel.commit: device: /dev/vda ; numparts: 3 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet:post-commit partition path is /dev/vda3 >DEBUG:blivet: PartitionDevice._set_parted_partition: vda3 ; >DEBUG:blivet:device vda3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f79d9760> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f79a2100> PedPartition: <_ped.Partition object at 0x7f37f799d1d0> >DEBUG:blivet: DeviceFormat.destroy: device: /dev/vda3 ; type: None ; status: False ; >INFO:program:Running... wipefs -f -a /dev/vda3 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vda3 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda3 ; status: True ; >DEBUG:blivet:vda3 sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda3 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.read_current_size: exists: True ; path: /dev/vda3 ; sysfs_path: /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda3 ; >DEBUG:testdata:sysfs attr /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda3/size: 3230363338353135320a >DEBUG:blivet:updated vda3 size to 98.41 GiB (98.41 GiB) >INFO:blivet:executing action: [122] create format btrfs filesystem on partition vda3 (id 118) >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 1 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 2 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 3 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 4 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 5 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 6 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 8 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 9 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 11 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 13 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 14 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 15 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 16 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 17 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 18 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 19 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda3 ; flag: 20 ; >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 3 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vda3 ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda3 ; status: True ; >DEBUG:blivet:vda3 sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda3 >INFO:blivet:executing action: [145] create device btrfs volume fedora_fedora (id 138) >DEBUG:blivet: BTRFSVolumeDevice.create: fedora_fedora ; status: False ; >DEBUG:blivet: BTRFSVolumeDevice.setup_parents: name: fedora_fedora ; orig: False ; >DEBUG:blivet: PartitionDevice.setup: vda3 ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFS.setup: device: /dev/vda3 ; type: btrfs ; status: False ; >DEBUG:blivet: BTRFS._pre_setup: type: btrfs ; device: /dev/vda3 ; mountpoint: None ; >DEBUG:blivet: BTRFSVolumeDevice._create: fedora_fedora ; status: False ; >INFO:program:Running [27] mkfs.btrfs --label fedora_fedora /dev/vda3 ... >INFO:program:stdout[27]: btrfs-progs v5.7 >See http://btrfs.wiki.kernel.org for more information. > >Label: fedora_fedora >UUID: 7a6a2539-1a14-4b6f-b3c5-5f68f6497560 >Node size: 16384 >Sector size: 4096 >Filesystem size: 98.41GiB >Block group profiles: > Data: single 8.00MiB > Metadata: DUP 1.00GiB > System: DUP 8.00MiB >SSD detected: no >Incompat features: extref, skinny-metadata >Runtime features: >Checksum: crc32c >Number of devices: 1 >Devices: > ID SIZE PATH > 1 98.41GiB /dev/vda3 > > >INFO:program:stderr[27]: >INFO:program:...done [27] (exit code: 0) >DEBUG:blivet: BTRFSVolumeDevice.setup: fedora_fedora ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: BTRFSVolumeDevice.update_sysfs_path: fedora_fedora ; status: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda3 ; status: True ; >DEBUG:blivet:vda3 sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda3 >DEBUG:blivet:fedora_fedora sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda3 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:blivet:executing action: [146] create format btrfs filesystem on btrfs volume fedora_fedora (id 138) >DEBUG:blivet: BTRFSVolumeDevice.setup: fedora_fedora ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFSVolumeDevice.update_sysfs_path: fedora_fedora ; status: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda3 ; status: True ; >DEBUG:blivet:vda3 sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda3 >DEBUG:blivet:fedora_fedora sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda3 >INFO:blivet:executing action: [159] create device btrfs subvolume home (id 154) >DEBUG:blivet: BTRFSSubVolumeDevice.create: home ; status: False ; >DEBUG:blivet: BTRFSSubVolumeDevice.setup_parents: name: home ; orig: False ; >DEBUG:blivet: BTRFSVolumeDevice.setup: fedora_fedora ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: BTRFSSubVolumeDevice._create: home ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFS.setup: device: /dev/vda3 ; type: btrfs ; status: False ; >DEBUG:blivet: BTRFS._pre_setup: type: btrfs ; device: /dev/vda3 ; mountpoint: /tmp/btrfs-tmp.138oh38ugko ; >INFO:program:Running... mount -t btrfs -o defaults /dev/vda3 /tmp/btrfs-tmp.138oh38ugko >DEBUG:program:Return code: 0 >INFO:blivet:failed to get default SELinux context for /tmp/btrfs-tmp.138oh38ugko: [Errno 2] No such file or directory >WARNING:blivet:Failed to reset SElinux context for newly mounted filesystem root directory to default. >INFO:program:Running [28] btrfs subvol create /tmp/btrfs-tmp.138oh38ugko/home ... >INFO:program:stdout[28]: Create subvolume '/tmp/btrfs-tmp.138oh38ugko/home' > >INFO:program:stderr[28]: >INFO:program:...done [28] (exit code: 0) >INFO:program:Running... umount /tmp/btrfs-tmp.138oh38ugko >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFSSubVolumeDevice.setup: home ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: BTRFSSubVolumeDevice.update_sysfs_path: home ; status: True ; >DEBUG:blivet: BTRFSVolumeDevice.update_sysfs_path: fedora_fedora ; status: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda3 ; status: True ; >DEBUG:blivet:vda3 sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda3 >DEBUG:blivet:fedora_fedora sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda3 >DEBUG:blivet:home sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda3 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:blivet:executing action: [153] create device btrfs subvolume root (id 148) >DEBUG:blivet: BTRFSSubVolumeDevice.create: root ; status: False ; >DEBUG:blivet: BTRFSSubVolumeDevice.setup_parents: name: root ; orig: False ; >DEBUG:blivet: BTRFSVolumeDevice.setup: fedora_fedora ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: BTRFSSubVolumeDevice._create: root ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFS.setup: device: /dev/vda3 ; type: btrfs ; status: False ; >DEBUG:blivet: BTRFS._pre_setup: type: btrfs ; device: /dev/vda3 ; mountpoint: /tmp/btrfs-tmp.138ossy4aql ; >INFO:program:Running... mount -t btrfs -o defaults /dev/vda3 /tmp/btrfs-tmp.138ossy4aql >DEBUG:program:Return code: 0 >INFO:blivet:failed to get default SELinux context for /tmp/btrfs-tmp.138ossy4aql: [Errno 2] No such file or directory >WARNING:blivet:Failed to reset SElinux context for newly mounted filesystem root directory to default. >INFO:program:Running [29] btrfs subvol create /tmp/btrfs-tmp.138ossy4aql/root ... >INFO:program:stdout[29]: Create subvolume '/tmp/btrfs-tmp.138ossy4aql/root' > >INFO:program:stderr[29]: >INFO:program:...done [29] (exit code: 0) >INFO:program:Running... umount /tmp/btrfs-tmp.138ossy4aql >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFSSubVolumeDevice.setup: root ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: BTRFSSubVolumeDevice.update_sysfs_path: root ; status: True ; >DEBUG:blivet: BTRFSVolumeDevice.update_sysfs_path: fedora_fedora ; status: True ; >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda3 ; status: True ; >DEBUG:blivet:vda3 sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda3 >DEBUG:blivet:fedora_fedora sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda3 >DEBUG:blivet:root sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda3 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:blivet:executing action: [129] create format efi filesystem mounted at /boot/efi on partition vda1 (id 125) >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 2 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 3 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 4 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 5 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 6 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 8 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 9 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 10 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 11 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 12 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 13 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 14 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 15 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 16 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 17 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 18 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 19 ; >DEBUG:blivet: PartitionDevice.unset_flag: path: /dev/vda1 ; flag: 20 ; >DEBUG:blivet: PartitionDevice.set_flag: path: /dev/vda1 ; flag: 1 ; >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 3 ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: EFIFS.create: device: /dev/vda1 ; type: efi ; status: False ; >DEBUG:blivet: EFIFS._create: type: vfat ; device: /dev/vda1 ; mountpoint: /boot/efi ; >INFO:program:Running... mkdosfs /dev/vda1 >INFO:program:stdout: >INFO:program:mkfs.fat 4.1 (2017-01-24) >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.update_sysfs_path: vda1 ; status: True ; >DEBUG:blivet:vda1 sysfs_path set to /sys/devices/pci0000:00/0000:00:02.3/0000:04:00.0/virtio2/block/vda/vda1 >DEBUG:blivet: PartitionDevice._set_parted_partition: vda1 ; >DEBUG:blivet:device vda1 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f79d9760> fileSystem: <parted.filesystem.FileSystem object at 0x7f37f79a29d0> > number: 1 path: /dev/vda1 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f7a00d60> PedPartition: <_ped.Partition object at 0x7f37f7a13b30> >DEBUG:blivet: PartitionDevice._set_parted_partition: vda2 ; >DEBUG:blivet:device vda2 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f79d9760> fileSystem: <parted.filesystem.FileSystem object at 0x7f37f79a2610> > number: 2 path: /dev/vda2 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f79a2490> PedPartition: <_ped.Partition object at 0x7f37f7a3c8b0> >DEBUG:blivet: PartitionDevice._set_parted_partition: vda3 ; >DEBUG:blivet:device vda3 new parted_partition parted.Partition instance -- > disk: <parted.disk.Disk object at 0x7f37f79d9760> fileSystem: None > number: 3 path: /dev/vda3 type: 0 > name: active: True busy: False > geometry: <parted.geometry.Geometry object at 0x7f37f79a2c70> PedPartition: <_ped.Partition object at 0x7f37f7a3c040> >INFO:anaconda.modules.storage.installation:setting boot flag on vda1 >DEBUG:blivet: PartitionDevice.set_flag: path: /dev/vda1 ; flag: 1 ; >INFO:anaconda.modules.storage.installation:Setting label on existing 600 MiB partition vda1 (125) with existing efi filesystem mounted at /boot/efi to 'EFI System Partition' >DEBUG:blivet: DiskDevice.setup: vda ; orig: False ; status: True ; controllable: True ; >DEBUG:blivet: DiskLabel.commit_to_disk: device: /dev/vda ; numparts: 3 ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >DEBUG:blivet: Iso9660FS.supported: supported: True ; >DEBUG:blivet: EFIFS.supported: supported: True ; >DEBUG:blivet: Ext4FS.supported: supported: True ; >DEBUG:blivet: BTRFS.supported: supported: True ; >INFO:anaconda.threading:Thread Done: AnaTaskThread-ActivateFilesystemsTask-1 (139878365554240) >INFO:anaconda.threading:Running Thread: AnaTaskThread-MountFilesystemsTask-1 (139878365554240) >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 232 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 234 >DEBUG:blivet: DirectoryDevice._set_format: /dev ; type: bind ; current: None ; >DEBUG:blivet:updated /dev size to 3.89 KiB (3.89 KiB) >DEBUG:blivet: TmpFS.supported: supported: True ; >DEBUG:blivet:get_format('tmpfs') returning TmpFS instance with object id 236 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 238 >DEBUG:blivet: NoDevice._set_format: tmpfs ; type: tmpfs ; current: None ; >DEBUG:blivet: DevPtsFS.supported: supported: False ; >DEBUG:blivet:get_format('devpts') returning DevPtsFS instance with object id 240 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 242 >DEBUG:blivet: NoDevice._set_format: devpts ; type: devpts ; current: None ; >DEBUG:blivet: SysFS.supported: supported: False ; >DEBUG:blivet:get_format('sysfs') returning SysFS instance with object id 244 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 246 >DEBUG:blivet: NoDevice._set_format: sysfs ; type: sysfs ; current: None ; >DEBUG:blivet: ProcFS.supported: supported: False ; >DEBUG:blivet:get_format('proc') returning ProcFS instance with object id 248 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 250 >DEBUG:blivet: NoDevice._set_format: proc ; type: proc ; current: None ; >DEBUG:blivet: SELinuxFS.supported: supported: False ; >DEBUG:blivet:get_format('selinuxfs') returning SELinuxFS instance with object id 252 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 254 >DEBUG:blivet: NoDevice._set_format: selinuxfs ; type: selinuxfs ; current: None ; >DEBUG:blivet: USBFS.supported: supported: False ; >DEBUG:blivet:get_format('usbfs') returning USBFS instance with object id 256 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 258 >DEBUG:blivet: NoDevice._set_format: usbfs ; type: usbfs ; current: None ; >DEBUG:blivet: BindFS.supported: supported: False ; >DEBUG:blivet:get_format('bind') returning BindFS instance with object id 260 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 262 >DEBUG:blivet: DirectoryDevice._set_format: /run ; type: bind ; current: None ; >DEBUG:blivet:updated /run size to 780 B (780 B) >DEBUG:blivet: EFIVarFS.supported: supported: False ; >DEBUG:blivet:get_format('efivarfs') returning EFIVarFS instance with object id 264 >DEBUG:blivet:get_format('None') returning DeviceFormat instance with object id 266 >DEBUG:blivet: NoDevice._set_format: efivarfs ; type: efivarfs ; current: None ; >DEBUG:blivet: BTRFSSubVolumeDevice.setup: root ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFS.setup: device: /dev/vda3 ; type: btrfs ; status: False ; >DEBUG:blivet: BTRFS._pre_setup: type: btrfs ; device: /dev/vda3 ; mountpoint: / ; >INFO:program:Running... mount -t btrfs -o subvol=root /dev/vda3 /mnt/sysimage >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vda2 ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: Ext4FS.setup: device: /dev/vda2 ; type: ext4 ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t ext4 -o defaults /dev/vda2 /mnt/sysimage/boot >DEBUG:program:Return code: 0 >DEBUG:blivet: PartitionDevice.setup: vda1 ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: EFIFS.setup: device: /dev/vda1 ; type: efi ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t vfat -o umask=0077,shortname=winnt /dev/vda1 /mnt/sysimage/boot/efi >DEBUG:program:Return code: 0 >DEBUG:blivet: DirectoryDevice.setup: /dev ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BindFS.setup: device: /dev ; type: bind ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t bind -o bind,defaults /dev /mnt/sysimage/dev >DEBUG:program:Return code: 0 >DEBUG:blivet: NoDevice.setup: devpts ; orig: False ; status: False ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: DevPtsFS.setup: device: devpts ; type: devpts ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t devpts -o gid=5,mode=620 devpts /mnt/sysimage/dev/pts >DEBUG:program:Return code: 0 >DEBUG:blivet: NoDevice.setup: tmpfs ; orig: False ; status: False ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: TmpFS.setup: device: tmpfs ; type: tmpfs ; status: True ; >INFO:program:Running... mount -t tmpfs -o defaults tmpfs /mnt/sysimage/dev/shm >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFSSubVolumeDevice.setup: home ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BTRFS.setup: device: /dev/vda3 ; type: btrfs ; status: False ; >DEBUG:blivet: BTRFS._pre_setup: type: btrfs ; device: /dev/vda3 ; mountpoint: /home ; >INFO:program:Running... mount -t btrfs -o subvol=home /dev/vda3 /mnt/sysimage/home >DEBUG:program:Return code: 0 >DEBUG:blivet: NoDevice.setup: proc ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: ProcFS.setup: device: proc ; type: proc ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t proc -o defaults proc /mnt/sysimage/proc >DEBUG:program:Return code: 0 >DEBUG:blivet: DirectoryDevice.setup: /run ; orig: False ; status: True ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: BindFS.setup: device: /run ; type: bind ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t bind -o bind,defaults /run /mnt/sysimage/run >DEBUG:program:Return code: 0 >DEBUG:blivet: NoDevice.setup: sysfs ; orig: False ; status: False ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: SysFS.setup: device: sysfs ; type: sysfs ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t sysfs -o defaults sysfs /mnt/sysimage/sys >DEBUG:program:Return code: 0 >DEBUG:blivet: NoDevice.setup: efivarfs ; orig: False ; status: False ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: EFIVarFS.setup: device: efivarfs ; type: efivarfs ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t efivarfs -o defaults efivarfs /mnt/sysimage/sys/firmware/efi/efivars >DEBUG:program:Return code: 0 >DEBUG:blivet: NoDevice.setup: selinuxfs ; orig: False ; status: False ; controllable: True ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >DEBUG:blivet: SELinuxFS.setup: device: selinuxfs ; type: selinuxfs ; status: False ; >INFO:program:Running... udevadm settle --timeout=300 >DEBUG:program:Return code: 0 >INFO:program:Running... mount -t selinuxfs -o defaults selinuxfs /mnt/sysimage/sys/fs/selinux >DEBUG:program:Return code: 0 >INFO:program:Running... findmnt -rn /mnt/sysroot >DEBUG:program:Return code: 1 >INFO:program:Running... mount --rbind /mnt/sysimage /mnt/sysroot >DEBUG:program:Return code: 0 >INFO:anaconda.threading:Thread Done: AnaTaskThread-MountFilesystemsTask-1 (139878365554240)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1857530
:
1701327
|
1701328
|
1701329
| 1701330 |
1701334